.aboutus_news {
  padding-top: 4.375vw;
}

.current-page {
  color: #231815 !important;
}

.aboutus_news .crumbs {
  /* padding: 24px 0 80px; */
}
.search-input-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.0833vw;
}
.search-container {
  position: relative;
  display: inline-block;
}
.search-input-box .iconfont {
  font-size: 1.25vw !important;
  margin: 0 0.8333vw;

  line-height: 1;
}
.search-input {
  display: block;
  padding: 0.4688vw 0.7813vw 0.4688vw 2.4479vw;
  transition: all 0.3s ease;
}

.top-nav {
  position: sticky;
  z-index: 1010;
  top: 4.3229vw;
  /* 确保在垂直滚动时生效 */
  height: 3.9583vw;

  background-color: #fff;
  border: 0.0521vw solid #2318151a;
}

.news-title {
  color: #231815;
  /* Heading5-40 */
  font-family: Montserrat;
  font-size: 2.0833vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  text-transform: capitalize;
  pad: 0.4167vw 0;
}

.top-nav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
  height: 3.9583vw;
}

.top-nav-right {
  display: flex;
  align-items: center;
}

.top-nav-right span {
  color: #231815;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  /* font-family: "Montserrat-SemiBold" !important; */
  line-height: 150%;
  cursor: pointer;
  height: fit-content;
}

.dropdown-search {
  width: 100%;
  overflow: hidden;
  z-index: 1020;
  background: #fff;
  /* Shadow */
  box-shadow: 0vw 0.5208vw 0.5208vw rgba(35, 24, 21, 0.1);
  padding: 2.0833vw 0;
  max-height: 0vw;
  transition: max-height 0.6s linear;
}
.search {
  padding: 2.0833vw 0;
}
.dropdown-search.active {
  max-height: 23.9583vw;
}

.search-title {
  color: #9fa0a0;
  /* Heading8-R-24 */
  font-family: Montserrat;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 150% */
  display: flex;
  align-items: center;
}

.search-title .iconfont {
  margin-right: 0.8333vw;
  font-size: 1.6667vw;
  color: #9fa0a0;
}

.search-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-guide {
  color: #9fa0a0;
  margin-left: 2.5vw;
  /* Large2-S-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  /* 150% */
}

.search-item {
  margin-top: 0.8333vw;
  padding: 0 2.5vw 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #231815;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 150% */
  display: flex;
  align-items: center;
}

.search-item:hover {
  background-color: #fafafa;
  color: #3a66fb;
}

.search-item .iconfont {
  color: #231815;
  font-size: 0.8333vw;
  margin-right: 0.4167vw;
}

.search-input {
  border-radius: 2.0833vw;
  background: #f2f2f2;
  height: 2.0833vw;
  text-wrap: nowrap;
}

.serach-box {
  display: flex;
  align-items: center;
  position: relative;
  transform-origin: right;
  transition: all 0.3s ease;
  transform-origin: right;
}

.search-icon,
.close-icon {
  position: absolute;
  font-size: 1.25vw !important;
  margin: 0.4167vw 0.4167vw 0.4167vw 0.8333vw;
  line-height: 1;
}
.category-title {
  color: #231815;
  /* Large2-S-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  margin-right: 2.0833vw;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8333vw;
}

.category {
  display: flex;
  padding: 0 !important;
}

.list-li {
  padding: 0.2083vw 0.8333vw;
  color: #231815;
  border-radius: 2.6042vw;
  border: 0.0521vw solid #9fa0a0;
  background: #fff;
  text-align: center;
  /* Small-12-R */
  font-family: Montserrat;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height: fit-content;
  margin-right: 1.25vw;
  text-wrap: nowrap;
  margin-bottom: 1.25vw;
}

.list-li a {
  color: #231815;
}

.list-li:hover a {
  color: #231815;
  font-family: "Montserrat-SemiBold" !important;
}

.list-li.active a {
  color: #ffffff;
  font-family: "Montserrat-SemiBold" !important;
}

.list-li:last-child {
  margin-right: 0;
}

.list-li.active {
  background-color: #3a66fb;
  color: #ffffff;
  border: 0.0521vw solid transparent;
}

.banner-box {
  margin-bottom: 1.25vw;
  padding: 1.25vw 1.25vw 2.0833vw;
  background: #fafafa;
}

.banner-content .banner-box-left {
  width: 100%;
}

.banner-content .banner-box-left img {
  width: 100%;
  height: 26.0938vw;
  object-fit: cover;
}

.banner-content .banner-box-right .banner-box-right-title {
  color: #231815;
  /* Heading7-S-24 */
  font-size: 1.25vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  text-transform: capitalize;
  margin: 0.8333vw 0;
}

.banner-content .banner-box-right .banner-box-right-desc {
  color: #9fa0a0;
  /* Small-12-R */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.title-box,
.title-box .time {
  display: flex;
  justify-content: space-between;
}

.title-box {
  align-items: center;
}

.title-box .time {
  color: #231815;
  font-family: Montserrat;
  font-size: 0.7292vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.title-box .action .iconfont {
  font-size: 1.25vw;
  margin-right: 1.25vw;
  color: #231815;
  cursor: pointer;
}

.news-list-box {
  display: flex;
  flex-wrap: wrap;
}

.news-content .title-box {
  margin: 1.25vw 0 0;
}
.new-container {
  position: relative;
}
.news-list-box .news-content {
  width: calc((100% - 2.5vw) / 3);
  margin-right: 1.25vw;
  margin-bottom: 1.25vw;
  padding: 1.25vw;
  background: #fafafa;
  transition: all 0.3s ease;
}

.news-content:hover {
  background-color: #3a66fb;
}

.news-content:hover .news-txt,
.news-content:hover .news-txt .news-name,
.news-content:hover .title-box .time,
.news-content:hover .news-txt .news-date,
.banner-box:hover .news-date,
.news-content:hover .banner-box-right-title,
.news-content:hover .banner-box-right-desc,
.news-content:hover .news-txt .news-desc,
.news-content:hover .title-box .action .iconfont {
  color: #ffffff;
}

.news-content .news-img {
  display: inline-block;
  width: 100%;
  height: 12.1875vw;
}
.news-content:hover .news-txt .news-date {
  font-size: 0.8333vw;
}

.news-content:hover .news-txt .news-date,
.news-content:hover .title-box .action p .iconfont {
  cursor: pointer;
  width: fit-content;
}

.news-content .news-txt .news-desc {
  color: #231815;
  /* Large1-R-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%;
  /*  */
  margin-top: 0.8333vw;
}

.news-date {
  display: flex !important;
  align-items: center;
  margin-top: 1.25vw;
  color: #231815;
  font-family: "Montserrat-SemiBold" !important;
}

.news-date .iconfont {
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1;
  margin-left: 0.2083vw;
}

.title-box .action p .iconfont {
  cursor: pointer;
}

.news-content .news-img:hover {
  cursor: pointer;
}

.news-content .news-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.news-content .news-txt {
  width: 100%;
  margin-top: 0.8333vw;
  text-align: left;
}

.news-content .news-txt .news-name {
  height: 3.75vw;
  color: #231815;
  /* Heading7-S-24 */
  font-family: Montserrat;
  font-size: 1.25vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  text-transform: capitalize;
}

.news-content:nth-child(3n) {
  margin-right: 0;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
}

.page {
  padding: 0.8333vw 0 4.1667vw;
}

.iconcollect {
  color: #3a66fb;
}
.loading-indicator-down {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  top: 0;
  right: 0;
  padding-right: 0.7292vw;
  border-radius: 1.5625vw;
  pointer-events: none; /* 禁止点击事件 */
}
.loading-indicator-down .spinner {
  border: 0.2083vw solid rgba(0, 0, 0, 0.1);
  border-top: 0.2083vw solid #3a66fb;
  border-radius: 50%;
  width: 1.25vw;
  height: 1.25vw;
  animation: spin 1s linear infinite;
}
.no-data-box {
  display: none;
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  margin-bottom: 4.1667vw;
}
.news-img,
.news-txt a {
  display: block;
}
/* .toPage,
.number-input,
.go-page-box {
  display: none !important;
} */
 .banner-viewmore{
    display: none !important;
  }
@media screen and (max-width: 1440px) {
  .banner-box {
    padding: 1.6667vw;
  }
  .banner-box .banner-box-right .banner-box-right-desc {
    -webkit-line-clamp: 2;
  }
  .news-content .news-txt .news-desc {
    -webkit-line-clamp: 3;
  }
  .news-content .news-img {
    height: 11.5278vw;
  }
  .news-content .news-img .img {
    height: 11.5278vw;
  }
  .news-content .news-txt .news-desc {
    font-size: 0.9722vw;
  }
  .news-content .news-txt .news-name {
    font-size: 1.25vw;
    height: 3.8889vw;
  }
  .news-date {
    font-size: 1.1111vw;
  }
  .banner-box .banner-box-left img {
    height: 25.8333vw;
  }
  .news-list-box .news-content {
    padding-bottom: 1.6667vw;
  }
}

@media screen and (max-width: 768px) {
  .banner-viewmore{
    display: block;
  }
  .aboutus_news {
    padding-top: 12.8vw;
  }

  .top-nav-box {
    height: fit-content;
    padding: 0;
  }
  .crumbs {
    padding: 2.1333vw 6.4vw 10.6667vw !important;
  }
  .top-nav {
    padding: 2.4vw 6.4vw !important;

    top: 12.5333vw;
    height: fit-content;
    padding-left: 6.4vw !important;
    padding-right: 6.4vw !important;
  }
  .news-title {
    font-size: 4.2667vw;
  }
  .category {
    flex-direction: column;
    padding-left: 6.4vw !important;
    padding-right: 6.4vw !important;
  }
  .category-title {
    margin-bottom: 4.2667vw;
  }

  .category-list {
    max-height: 6.6667vw;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .list-li,
  .sub-list-li {
    margin-bottom: 0;
    font-size: 2.1333vw;
    padding: 1.6vw 4.2667vw;
  }
  .sub-cate {
    display: none;
  }
  .open-btn {
    display: block;
    font-size: 6.4vw !important;
    transition: all 0.3s ease;
    line-height: 1;
  }
  .open-btn.active {
    transform: rotate(180deg);
  }
  .list-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sub-list-li {
    padding: 1.0667vw 4.2667vw;
  }
  .contact-list-box .contact-content .contact-txt h2 {
    margin-bottom: 2.1333vw;
  }
  .banner-box {
    display: none;
    flex-direction: column;
  }
  .news-content {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 4.2667vw !important;
    margin-bottom: 4.2667vw;
  }
  
  .news-list-box .news-content {
    margin-bottom: 4.2667vw;
  }
  .news-list-box .news-content .video-txt .video-name {
    font-size: 3.7333vw;
  }
  .news-list-box .news-content .video-txt {
    margin-top: 2.1333vw;
  }
  .news-list-box .news-content:last-child{
    margin-bottom: 0;
  }
  .news-content .title-box {
    margin: 4.2667vw 0 0;
  }

  .news-content .news-txt .news-name,
  .banner-box .banner-box-right .banner-box-right-title {
    height: 11.7333vw;
    font-size: 3.7333vw;
    -webkit-line-clamp: 2;
  }
  .title-box .time {
    font-size: 2.1333vw;
  }
  .news-date {
    font-size: 3.2vw;
    margin-top: 4.2667vw;
  }
  .news-date .iconfont {
    font-size: 4.2667vw !important;
  }
  .banner-box .banner-box-left img {
    height: 44.2667vw;
  }
  .banner-box .banner-box-right {
    padding: 0;
  }
  .news-content .news-txt,
  .news-content .news-txt .news-desc{
    margin-top: 2.1333vw;
  }
  .news-content .news-txt .news-desc,
  .banner-box .banner-box-right .banner-box-right-desc {
    font-size: 3.2vw;
    -webkit-line-clamp: 2;
  }
   .news-content .news-img .img ,
   .news-content .news-img{
    
    height: 44.2667vw;
  }
  .banner-box .banner-box-right .banner-box-right-title {
    margin: 2.1333vw 0;
  }
  .page {
    padding: 6.4vw 0 21.3333vw;
  }
  .news-content:hover {
    background-color: #fafafa;
  }
  .news-content:hover .news-txt,
  .news-content:hover .news-txt .news-name,
  .news-content:hover .title-box .time,
  .news-content:hover .news-txt .news-date,
  .banner-box:hover .news-date,
  .news-content:hover .banner-box-right-title,
  .news-content:hover .banner-box-right-desc,
  .news-content:hover .news-txt .news-desc,
  .news-content:hover .title-box .action .iconfont {
    color: #231815;
  }
 
}
