.aboutus_news {
  padding-top: 4.375vw;
}
.current-page {
  color: #231815 !important;
}
.aboutus_news .crumbs {
  padding: 1.25vw 0 4.1667vw;
}
.search-container {
  position: relative;
  display: inline-block;
}
.search-input {
  display: block;
  padding: 0.4688vw 0.8333vw 0.4688vw 2.5vw;
  border-radius: 2.0833vw;
  font-size: 0.8333vw;
  background: #f2f2f2;
  text-wrap: nowrap;
  transition: all 0.3s linear;
  transform-origin: right;
      overflow: hidden;
}
.category-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.25vw;
}
.press-btn.active {
  color: #3a66fb !important;
}
.top-nav {
  position: sticky;
  z-index: 1010;
  top: 4.3229vw; /* 确保在垂直滚动时生效 */
  height: 3.9583vw;
  background-color: #fff;
  border-top: 0.0521vw solid #2318151a;
  border-bottom: 0.0521vw solid #2318151a;
}
.banner-box-right a,
.news-txt a {
  display: block !important;
}
.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;
}
.top-nav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
  height: 3.8542vw;
}
.top-nav-right {
  display: flex;
  align-items: center;
}
.press-btn {
  color: #231815;
  font-family: Montserrat;
  font-size: 0.9375vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  height: fit-content;
  margin-right: 2.0833vw;
  cursor: pointer;
}
.top-nav-right .press-btn :hover {
  color: #3a66fb;
  cursor: pointer;
}
.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;
}
/* .modal-open .modal{
  display: flex !important;
  align-items: center;
  
} */
.dropdown-search {
  width: 100%;
  overflow: hidden;
  max-height: 0vw;
  z-index: 1020;
  background: #fff;
  /* Shadow */
  box-shadow: 0vw 0.5208vw 0.5208vw rgba(35, 24, 21, 0.1);
  transition: max-height 0.6s linear;
}
.search {
  padding: 2.0833vw 0;
}

.dropdown-search.active {
  max-height: 23.9583vw;
}

.search-title {
      width: 85%;

   color: #231815;

  /* 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% */
  cursor: pointer;
}
.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;
  cursor: pointer;
}
.search-btn {
  cursor: pointer;
}
.search-item:hover {
  background-color: #fafafa;
  color: #3a66fb;
}

.search-item .iconfont {
  color: #231815;
  font-size: 0.8333vw;
  margin-right: 0.4167vw;
}

.serach-box {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;

}
.search-input-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.0833vw;
}
.search-icon,
.close-icon {
  position: absolute;
  font-size: 1.25vw !important;
  margin: 0.4167vw 0.4167vw 0.4167vw 0.8333vw;
  line-height: 1;
}
.search-input-box .iconfont {
  font-size: 1.25vw !important;
  margin: 0 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 {
  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;
  cursor: pointer;
  margin-bottom: 0.8333vw;
  transition: all 0.3s ease;
}
.list-li span {
  color: #231815;
}
.list-li.active span,
.list-li:hover span {
  color: #ffffff;
  font-weight: 600;
  /* font-family: "Montserrat-SemiBold" !important; */
}

.list-li:last-child {
  margin-right: 0;
}
.list-li.active,
.list-li:hover {
  background-color: #3a66fb;
  color: #ffffff;
  border: 0.0521vw solid transparent;
}

.banner-box {
  margin-bottom: 1.25vw;
  display: flex;
  width: 100%;
  padding: 1.25vw;
  background: #fafafa;
}
.banner-content{
 display: flex;
  width: 100%;

}
.banner-box .banner-box-left {
  width: 65%;
}
.banner-box .banner-box-left a {
  width: 100%;
}
.banner-box .banner-box-left img {
  width: 100%;
  height: 26.4583vw;
  object-fit: cover;
}
.banner-box .banner-box-right {
  flex: 1;
  padding: 2.9167vw 0 0 2.9167vw;
}
.banner-box .banner-box-right .banner-box-right-title {
  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;
  margin: 0.8333vw 0;
}

.banner-box .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%;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -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;
}
.news-list-box .news-content {
  width: calc((100% - 2.5vw) / 3);
  margin-right: 1.25vw;
  margin-bottom: 1.25vw;
  padding: 1.25vw 1.3021vw;
  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,
.news-content:hover .banner-box-right-title,
.news-content:hover .banner-box-right-desc,
.news-content:hover .title-box .action .iconfont {
  color: #ffffff;
}
.news-content .news-img {
  display: block;
  width: 100%;
  height: 12.1875vw;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.3s;
}
.el-pager li.active {
  background-color: #3a66fb;
  color: #fff;
}
.news-content .news-txt .news-date {
  margin-top: 1.25vw;
  font-size: 0.8333vw;
  display: flex !important;
  align-items: center;
  font-family: "Montserrat-SemiBold" !important;
}
.news-content .news-txt .news-date .iconfont {
  line-height: 1;
  font-size: 1.25vw;
  font-weight: 600;
}
.news-content:hover .news-txt .news-date {
  cursor: pointer;
  width: fit-content;
}

.news-content .news-txt .news-date .iconfont {
  margin-left: 0.2083vw;
}
.title-box .action p .iconfont {
  cursor: pointer;
}
.news-content .news-img:hover {
  cursor: pointer;
}

.news-content .news-img .img {
  
}

.news-content .news-txt {
  width: 100%;
  margin-top: 0.8333vw;
  text-align: left;
}

.news-content .news-txt .news-name {
  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;
  height: 5.625vw;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-content:nth-child(3n) {
  margin-right: 0;
}
.new-container {
  padding: 0 !important;
  position: relative;
}

.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;
}
.open-btn {
  display: none;
}
.no-data-box {
  display: none;
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  margin: 3.125vw 0 6.25vw;
}
.dropdown-search {
  /* max-height: 460px; */
  /* overflow-y: scroll; */
}
.mob-media {
  display: none;
}

@media screen and (max-width: 1440px) {
  .banner-box .banner-box-right {
    width: 39.2%;
    max-width: 26.1111vw;
    padding-top: 1.1111vw;
    padding-left: 1.6667vw;
  }
  .banner-box .banner-box-left {
    width: 63.6%;
    max-width: 45.5556vw;
  }
  .banner-box .banner-box-left img {
    height: 25.625vw;
  }

  .news-content .title-box {
    margin-top: 1.6667vw;
  }
  .banner-box-right .title-box {
    margin-top: 0;
  }
  .news-content .news-img {
    height: 11.5278vw;
  }
  .news-content .news-img .img {
    height: 11.5278vw;
  }
}
@media screen and (max-width: 768px) {
    .banner-box,
    .banner-content{
      flex-direction: column;
    }
    .banner-box{
      display: none;
    }
  .banner-box .banner-box-right .banner-box-right-desc{
    display: none !important;
  }
  .news-title {
    font-size: 4.2667vw;
  }
  .aboutus_news {
    padding-top: 12.8vw;
  }
  .top-nav {
    height: 11.5vw;
    top: 12.5333vw;
  }
  .top-nav-right .press-btn {
    display: none;
  }

  .search-icon,
  .close-icon {
    font-size: 4.2667vw !important;
    margin: 1.3333vw 2.1333vw 1.3333vw 4.2667vw;
  }
  .serach-box {
    padding: 2.1333vw 4.2667vw 2.1333vw 10.6667vw;
  }

  .search-input {
    font-size: 3.2vw;
    border-radius: 10.6667vw;
    padding: 1.0667vw 4.2667vw 1.0667vw 10.6667vw;
  }
  .category {
    flex-direction: column;
  }
  .category-title {
    font-size: 4.2667vw;
    margin-bottom: 4.2667vw;
  }
 
  .news-content .news-img .img,
  .news-content .news-img {
    height: 44.2666vw;
  }
  .top-nav-box {
    padding: 2.1333vw 6.4vw !important;
    height: fit-content;
  }
  .aboutus_news .crumbs {
    padding: 2.1333vw 0 4.2667vw;
  }
  .category-list {
    margin-bottom: 8.5333vw;
    transition: all 0.3s ease;
  }
  .list-li {
    font-size: 2.1333vw;
    border-radius: 13.3333vw;
    padding: 1.6vw 4.2667vw;
    margin-bottom: 2.1333vw;
    margin-right: 2.1333vw;
  }

  .sub-cate {
    display: none;
  }
  .open-btn {
    display: block;
    font-size: 6.4vw !important;
    transition: all 0.3s ease;
    line-height: 1;
  }
  .news-content a{
    width: 100%;
  }
  .page{
    padding: 0 0 21.3333vw;
  }
  .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;
  }
  .new-container {
    padding: 0 6.4vw !important;
  }
  .banner-box {
    flex-direction: column;
  }
  .news-content {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 4.2667vw !important;
  }
  .news-list-box {
    margin-bottom: 6.4vw;
  }
  .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-content .title-box {
    margin: 4.2667vw 0 0;
  }

  .news-content .news-txt .news-name,
  .banner-box .banner-box-right .banner-box-right-title {
    height: 17.6vw;
    font-size: 3.7333vw;
    margin-top: 2.1333vw;
  }
  .title-box .time {
    font-size: 2.1333vw;
  }
  .news-content .news-txt .news-date {
    font-size: 3.2vw;
    margin-top: 6.6667vw;
  }
  .news-content .news-txt .news-date .iconfont {
    font-size: 4.2667vw;
  }
  .banner-box .banner-box-left img {
    height: 44.2667vw;
  }
  .banner-box .banner-box-right {
    padding: 0;
  }
  .category,
  .top-nav-box {
    padding-left: 6.4vw !important;
    padding-right: 6.4vw !important;
  }
  .banner-box .banner-box-left {
    width: 100%;
    max-width: fit-content;
  }
  .search-title {
    width: fit-content;
    font-size: 4.2667vw;
  }
  .search-guide {
    font-size: 3.7333vw;
    margin-left: 8.5333vw;
  }
  .search-item .iconfont {
    font-size: 4.2667vw;
  }
  .search-input-box .iconfont {
        font-size: 4.2667vw !important;

    margin: 0 2.1333vw 0 0;
  }
  .search-item {
    padding: 0 8.5333vw 0;
    margin-top: 4.2667vw;
    font-size: 3.7333vw;
  }
  .search-list {
    /* height: calc(100vh - 90px); */
    overflow-y: scroll;
    touch-action: pan-y;
  }
  .dropdown-search {
    position: relative;
    height: calc(100vh - 24vw);
    z-index: 999;
    border-top: 0.2667vw solid #2318151a;
    overflow-y: scroll;
    /* max-height: fit-content; */
    overscroll-behavior: contain; /* 现代浏览器 */
  }
  .dropdown-search.active {
    max-height: 122.6667vw;
  }
  .search-item:hover {
    color: #231815;
    background-color: #fff;
  }
  .serach-box {
    padding: 0;
  }

  .banner-btn {
    display: flex;
    align-items: center;
    font-family: "Montserrat-SemiBold" !important;
    font-size: 3.2vw;
    margin-top: 6.4vw;
  }
  .banner-box-right-desc {
    display: none;
  }
  .banner-btn .iconfont {
    font-size: 4.2667vw;
    font-weight: bold;
  }
  /* .news-content:hover .banner-btn {
    color: #231815;
  } */
  .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,
  .news-content:hover .banner-box-right-title,
  .news-content:hover .banner-box-right-desc,
  .news-content:hover .title-box .action .iconfont {
    color: #231815;
  }
  .banner-box .banner-box-right {
    width: 100%;
    max-width: 100%;
  }
  .banner-box .banner-box-right .banner-box-right-title {
    margin-bottom: 0;
  }
  .mob-media {
    display: flex;
    padding-bottom: 10.6667vw;
  }
  .press-btn {
    font-size: 3.7333vw;
    margin-right: 4.2667vw;
  }
  .news-content .news-txt {
    margin-top: 2.1333vw;
  }
}
