@import "libs/swiper-bundle.min.css";
@font-face {
  font-family: "Gilroy";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-regular.otf");
}
@font-face {
  font-family: "Gilroy Medium";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-medium.otf");
}
@font-face {
  font-family: "Gilroy Light";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-light.otf");
}
@font-face {
  font-family: "Sourcehan";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-REGULAR.OTF");
}
@font-face {
  font-family: "Sourcehan Medium";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-MEDIUM.OTF");
}
@font-face {
  font-family: "Sourcehan Bold";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-BOLD.OTF");
}
.container {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1599px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .hidden-sm {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.h-auto {
  height: auto !important;
}

.c-primary {
  color: #F29115 !important;
}

.c-gray {
  color: #757D88 !important;
}

.c-light {
  color: #B4B7BB !important;
}

.l-1 {
  line-height: 1 !important;
}

.l-20 {
  line-height: 20px !important;
}

.l-24 {
  line-height: 24px !important;
}

.col-6 {
  width: 50%;
}

.col-12 {
  width: 100%;
}

.flex {
  display: flex !important;
}

.a-center {
  align-items: center !important;
}

.j-space {
  justify-content: space-between !important;
}

main.page-main {
  background-color: #F1F3F4;
}

section.hero .swiper-container .swiper-slide .hero-item {
  display: block;
  width: 100%;
  height: 600px;
  position: relative;
}
section.hero .swiper-container .swiper-slide .hero-item .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.hero .swiper-container .swiper-slide .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-direction: column;
}
section.hero .swiper-container .swiper-slide .content .display {
  font-size: 46px;
  margin-bottom: 26px;
}
section.hero .swiper-container .swiper-slide .content .sub {
  font-size: 16px;
  line-height: 2;
  max-width: 550px;
  text-align: center;
}
section.hero .swiper-container .swiper-slide ._layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.67);
}
section.hero .swiper-container .hero-swiper-pagination {
  height: 7px;
  bottom: 25px;
}
section.hero .swiper-container .hero-swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  outline: 0;
}
section.hero .swiper-container .hero-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}

section.news-list {
  padding-top: 52px;
  padding-bottom: 76px;
}
section.news-list .container {
  width: 1235px;
}
section.news-list .box-filters {
  margin-bottom: 25px;
  padding-bottom: 12px;
}
section.news-list .box-filters .button {
  margin-right: 25px;
  position: relative;
}
section.news-list .box-filters .button.active {
  color: #3D78B0;
}
section.news-list .box-filters .button.active::after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 100%;
  height: 2px;
  background-color: #3D78B0;
}
section.news-list .box-filters .button:hover {
  color: #3D78B0;
}
section.news-list .box-main .tab-content {
  display: none;
}
section.news-list .box-main .tab-content.active {
  display: block;
}
section.news-list .box-main .tab-content .tab-content-main {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
}
section.news-list .news-item {
  background-color: white;
  width: calc((100% - 120px) / 3);
  height: 565px;
  margin: 0 20px 40px;
}
section.news-list .news-item:hover {
  text-decoration: none;
}
section.news-list .news-item:hover .title {
  color: #F29115;
}
section.news-list .news-item:hover .sub {
  color: #9A9DA1;
}
section.news-list .news-item:hover .date {
  color: white;
}
section.news-list .news-item .figure {
  width: 100%;
  height: 385px;
  position: relative;
  margin-bottom: 0;
}
section.news-list .news-item .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.news-list .news-item .figure .date {
  font-size: 12px;
  font-family: "Gilroy";
  position: absolute;
  left: 36px;
  bottom: 20px;
  color: white;
}
section.news-list .news-item .content {
  height: 180px;
  padding: 36px;
}
section.news-list .news-item .title {
  color: black;
  font-size: 22px;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.news-list .news-item .sub {
  color: #9A9DA1;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.news-list .more {
  width: 180px;
  height: 62px;
  display: flex;
  margin: 0 auto;
  border-color: #eaeaea;
  border-width: 2px;
}

@media screen and (max-width: 767px) {
  main.page-main {
    background-color: #F1F3F4;
  }

  section.hero .swiper-container .swiper-slide .hero-item {
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
  }
  section.hero .swiper-container .swiper-slide .hero-item .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.hero .swiper-container .swiper-slide .content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;
    padding-top: 20px;
  }
  section.hero .swiper-container .swiper-slide .content .display {
    font-size: 22px;
    margin: 0 auto 12px;
    text-align: center;
    max-width: 276px;
    line-height: 1.5;
  }
  section.hero .swiper-container .swiper-slide .content .sub {
    font-size: 8px;
    line-height: 2;
    max-width: 292px;
    text-align: center;
  }
  section.hero .swiper-container .swiper-slide ._layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.67);
  }
  section.hero .swiper-container .hero-swiper-pagination {
    height: 5px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.hero .swiper-container .hero-swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 3px;
    background-color: rgba(255, 255, 255, 0.5);
    outline: 0;
  }
  section.hero .swiper-container .hero-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: white;
  }

  section.news-list {
    padding-top: 30px;
    padding-bottom: 42px;
  }
  section.news-list .container {
    width: 100%;
  }
  section.news-list .box-filters {
    margin-bottom: 25px;
    padding-bottom: 12px;
  }
  section.news-list .box-filters .button {
    margin-right: 25px;
    position: relative;
    font-size: 12px;
  }
  section.news-list .box-filters .button.active {
    color: #3D78B0;
  }
  section.news-list .box-filters .button.active::after {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 100%;
    height: 2px;
    background-color: #3D78B0;
  }
  section.news-list .box-filters .button:hover {
    color: #3D78B0;
  }
  section.news-list .box-main .tab-content {
    display: none;
  }
  section.news-list .box-main .tab-content.active {
    display: block;
  }
  section.news-list .box-main .tab-content .tab-content-main {
    display: block;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
  }
  section.news-list .news-item {
    display: block;
    background-color: white;
    width: 100%;
    height: calc(332px + 156px);
    margin: 0 0 16px;
  }
  section.news-list .news-item:hover {
    text-decoration: none;
  }
  section.news-list .news-item:hover .title {
    color: #F29115;
  }
  section.news-list .news-item:hover .sub {
    color: #9A9DA1;
  }
  section.news-list .news-item:hover .date {
    color: white;
  }
  section.news-list .news-item .figure {
    width: 100%;
    height: 332px;
    position: relative;
    margin-bottom: 0;
  }
  section.news-list .news-item .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.news-list .news-item .figure .date {
    font-size: 12px;
    font-family: "Gilroy";
    position: absolute;
    left: 32px;
    bottom: 18px;
    color: white;
  }
  section.news-list .news-item .content {
    height: 156px;
    padding: 32px;
  }
  section.news-list .news-item .title {
    color: black;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  section.news-list .news-item .sub {
    color: #9A9DA1;
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  section.news-list .more {
    width: 110px;
    height: 40px;
    display: flex;
    margin: 0 auto;
    border-color: #eaeaea;
    border-width: 2px;
    display: none;
  }
}

/*# sourceMappingURL=news.css.map */
