body {
  color: #1B1B1B;
}
@media screen and (max-width: 992px) {
  body * {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

.news-page .news-main-article {
  border-top: 1px solid #E8E8E8;
}
.news-page .news-main-article .news-main__col {
  display: flex;
  flex-direction: column;
}
.news-page .news-main-article .news-main__col h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 48px */
  letter-spacing: -1.92px;
  padding: 96px 0px 64px 80px;
}
@media screen and (max-width: 992px) {
  .news-page .news-main-article .news-main__col h1 {
    padding: 48px 26px 26px 26px !important;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 34px */
    letter-spacing: -0.68px;
  }
}
.news-page .news-main-article .news-main__col .news-main-article__row {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .news-page .news-main-article .news-main__col .news-main-article__row {
    display: flex;
    flex-direction: column;
  }
  .news-page .news-main-article .news-main__col .news-main-article__row > * {
    border: none !important;
    padding: 0 !important;
    padding-bottom: 40px !important;
  }
  .news-page .news-main-article .news-main__col .news-main-article__row h3 {
    padding: 0 26px;
    width: auto !important;
    text-wrap: wrap !important;
    color: var(--gray-900, #1B1B1B);
    font-feature-settings: "clig" off, "liga" off;
    /* Medium/17px */
    font-family: Factor A;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 22.1px */
  }
  .news-page .news-main-article .news-main__col .news-main-article__row .content {
    padding: 0 26px;
  }
  .news-page .news-main-article .news-main__col .news-main-article__row .news-img {
    width: 100vw !important;
  }
  .news-page .news-main-article .news-main__col .news-main-article__row .news-img img {
    width: 100vw !important;
  }
}
.news-page .news-main-article .news-main__col .news-main-article__row .news-main-article__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 25px;
  border: 1px solid #E8E8E8;
  border-right: none;
  border-bottom: none;
  position: relative;
  justify-content: space-between;
}
.news-page .news-main-article .news-main__col .news-main-article__row .news-main-article__col .post-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 430.5px;
  height: 553px;
}
.news-page .news-main-article .news-main__col .news-main-article__row .news-main-article__col .news-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-page .news-main-article .news-main__col .news-main-article__row .news-main-article__col .news-header .news-img {
  width: 384px;
  height: 384px;
  overflow: hidden;
}
.news-page .news-main-article .news-main__col .news-main-article__row .news-main-article__col .news-header .news-img img {
  transition: all 1s;
}
.news-page .news-main-article .news-main__col .news-main-article__row .news-main-article__col .news-header h3 {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 22.1px */
  width: 312px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-page .news-main-article .news-main__col .news-main-article__row .news-main-article__col .content {
  display: flex;
  justify-content: space-between;
}
.news-page .news-main-article .news-main__col .news-main-article__row .news-main-article__col .content .info {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 11px */
  text-transform: uppercase;
  color: #fff;
  display: flex;
  padding: 4px 5px;
  align-items: center;
  gap: 4px;
  border-radius: 1px;
  background: #BFC6D0;
  z-index: 2;
}
.news-page .news-main-article .news-main__col .news-main-article__row .news-main-article__col .content .info:hover {
  background: #E8E8E8;
}
.news-page .news-main-article .news-main__col .news-main-article__row .news-main-article__col .content .date {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 12.1px */
  color: #333;
}
.news-page .news-main-article .news-main-article__col:hover img {
  transform: scale(1.5);
}
.news-page .news-more {
  border: 1px solid #E8E8E8;
  display: flex;
  justify-content: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media screen and (max-width: 992px) {
  .news-page .news-more {
    display: none;
  }
}
.news-page .news-more button {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 13px */
  letter-spacing: -0.26px;
  text-transform: uppercase;
  display: flex;
  height: 52px;
  padding: 0px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 162px;
  transition: all 0.5s;
}
.news-page .news-more button:hover {
  background-color: #0064F5;
  color: #fff;
}
.news-page .news-materials .news-materials__row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 992px) {
  .news-page .news-materials .news-materials__row {
    flex-direction: column;
  }
  .news-page .news-materials .news-materials__row .news-materials__wrap {
    width: 100vw !important;
    padding-top: 0 !important;
  }
  .news-page .news-materials .news-materials__row h4 {
    color: var(--gray-900, #1B1B1B);
    font-feature-settings: "clig" off, "liga" off;
    /* Medium/26px */
    font-family: Factor A;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 31.2px */
    width: 100vw;
    padding: 40px 26px 24px 26px !important;
  }
}
.news-page .news-materials .news-materials__row h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 34px */
  letter-spacing: -0.68px;
  width: 287px;
  padding: 96px 0px 48px 80px;
}
@media screen and (max-width: 992px) {
  .news-page .news-materials .news-materials__row h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 31.2px */
    padding: 40px 26px 24px 26px;
    width: auto;
  }
}
.news-page .news-materials .news-materials__row .news-materials__wrap {
  gap: 8px;
  justify-items: start;
  display: flex;
  flex-wrap: wrap;
  width: 1005px;
  padding: 64px 24px;
  border-left: 1px solid #E8E8E8;
}
.news-page .news-materials .news-materials__row .news-materials__wrap .news-materials__name {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 12.1px */
  color: #333;
  display: flex;
  height: 32px;
  padding: 0px 10px;
  align-items: center;
  gap: 4px;
  border-radius: 32px;
  background: var(--gray-100, #F2F2F2);
  white-space: nowrap;
}
.news-page .news-materials .news-materials__row .news-materials__wrap .news-materials__name:hover {
  background: #E8E8E8;
}
.news-page .news-materials .news-materials__row .news-materials__wrap .news-materials__name .quantity {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 12.1px */
  color: #B3B3B3;
}
.news-page .news-recommend .news-recommend__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .news-page .news-recommend .news-recommend__row {
    flex-direction: column;
  }
  .news-page .news-recommend .news-recommend__row .news-recommend__col {
    display: flex !important;
    flex-direction: row !important;
    width: 100vw !important;
    padding-left: 26px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-right: 4px !important;
    border-bottom: 1px solid var(--gray-200, #E8E8E8);
    background: #FFF;
  }
  .news-page .news-recommend .news-recommend__row .news-recommend__content-info {
    padding: 0 26px;
  }
  .news-page .news-recommend .news-recommend__row .news-recommend__content-title {
    width: auto !important;
    text-wrap: wrap !important;
    color: var(--gray-900, #1B1B1B);
    font-feature-settings: "clig" off, "liga" off;
    padding: 0 26px;
    /* Medium/17px */
    font-family: Factor A;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 22.1px */
  }
  .news-page .news-recommend .news-recommend__row .slick-list {
    width: 100vw !important;
  }
  .news-page .news-recommend .news-recommend__row .slick-track {
    overflow: hidden;
  }
  .news-page .news-recommend .news-recommend__row .news-recommend__content-col {
    gap: 0 !important;
    padding: 0 !important;
    padding-top: 26px !important;
    display: flex !important;
    width: 100vw !important;
    flex-direction: column !important;
  }
  .news-page .news-recommend .news-recommend__row .news-recommend__content-col .news-img {
    width: 100vw !important;
    height: 425px !important;
  }
  .news-page .news-recommend .news-recommend__row .news-recommend__content-col .news-img img {
    width: 100vw !important;
  }
}
.news-page .news-recommend .news-recommend__row .news-recommend__col {
  display: flex;
  flex-direction: column;
  padding: 96px 0px 48px 80px;
  justify-content: space-between;
}
.news-page .news-recommend .news-recommend__row .news-recommend__col .news-recommend__title {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 34px */
  letter-spacing: -0.68px;
  width: 176px;
}
@media screen and (max-width: 992px) {
  .news-page .news-recommend .news-recommend__row .news-recommend__col .news-recommend__title {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 22.1px */
  }
}
.news-page .news-recommend .news-recommend__row .news-recommend__col .news-recommend__pagination {
  display: flex;
  align-items: center;
}
.news-page .news-recommend .news-recommend__row .news-recommend__col .news-recommend__pagination .news-recommend-arrows-prev {
  margin-right: 10px;
}
.news-page .news-recommend .news-recommend__row .news-recommend__col .news-recommend__pagination .pagination {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  letter-spacing: -0.24px;
  color: #000;
}
.news-page .news-recommend .news-recommend__row .news-recommend__col .news-recommend__pagination .news-recommend-arrows-next {
  margin-left: 10px;
}
.news-page .news-recommend .news-recommend__row .news-recommend__col .news-recommend__pagination.second {
  display: none;
}
.news-page .news-recommend .news-recommend__row .news-recommend__content-row.mob {
  display: none;
}
@media screen and (max-width: 992px) {
  .news-page .news-recommend .news-recommend__row .news-recommend__content-row.des {
    display: none;
  }
  .news-page .news-recommend .news-recommend__row .news-recommend__content-row.mob {
    display: block;
  }
}
.news-page .news-recommend .news-recommend__row .news-recommend__content-row .news-recommend__content {
  display: flex;
}
.news-page .news-recommend .news-recommend__row .news-recommend__content-row .slick-list.draggable {
  width: 1005px;
}
.news-page .news-recommend .news-recommend__row .news-recommend__content-row .news-recommend__content-col {
  display: flex;
  flex-direction: column;
  gap: 68px;
  padding: 96px 24px 24px 24px;
  border-left: 1px solid #E8E8E8;
  position: relative;
}
.news-page .news-recommend .news-recommend__row .news-recommend__content-row .news-recommend__content-col .news-img {
  width: 290px;
  height: 290px;
  overflow: hidden;
}
.news-page .news-recommend .news-recommend__row .news-recommend__content-row .news-recommend__content-col .news-img img {
  transition: all 2s ease;
}
.news-page .news-recommend .news-recommend__row .news-recommend__content-row .news-recommend__content-col .news-recommend__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-page .news-recommend .news-recommend__row .news-recommend__content-row .news-recommend__content-col .news-recommend__header .news-recommend__content-title {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 22.1px */
  text-overflow: ellipsis;
  overflow: hidden;
  width: 289px;
  white-space: nowrap;
}
.news-page .news-recommend .news-recommend__row .news-recommend__content-row .news-recommend__content-col .news-recommend__content-info .news-recommend__date-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-page .news-recommend .news-recommend__row .news-recommend__content-row .news-recommend__content-col .news-recommend__content-info .news-recommend__date-content .news-recommend__article-info {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 11px */
  text-transform: uppercase;
  color: #fff;
  display: flex;
  padding: 4px 5px;
  align-items: center;
  gap: 4px;
  border-radius: 1px;
  background: #BFC6D0;
  position: relative;
  z-index: 2;
}
.news-page .news-recommend .news-recommend__row .news-recommend__content-row .news-recommend__content-col .news-recommend__content-info .news-recommend__date-content .news-recommend__article-info:hover {
  background: #E8E8E8;
}
.news-page .news-recommend .news-recommend__row .news-recommend__content-row .news-recommend__content-col .news-recommend__content-info .news-recommend__date-content .news-recommend__date {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 12.1px */
  color: #333;
}
.news-page .news-recommend .news-recommend__content-col:hover img {
  transform: scale(1.5);
}

@media screen and (max-width: 992px) {
  .news-main-article__col:hover {
    transform: none !important;
  }
  .news-main-article__col:hover .news-img {
    transform: none !important;
  }
  .news-main-article__col:hover .news-img img {
    transform: none !important;
  }
}

@media screen and (max-width: 992px) {
  .news-recommend__content-col:hover {
    transform: none !important;
  }
  .news-recommend__content-col:hover .news-img {
    transform: none !important;
  }
  .news-recommend__content-col:hover .news-img img {
    transform: none !important;
  }
}
@media screen and (max-width: 992px) {
  a.post-link {
    width: 100% !important;
    height: 100% !important;
  }
}
.post-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 430.5px;
  height: 553px;
}/*# sourceMappingURL=news.css.map */