.aboutus_news {
  padding-top: 4.375vw;
}

.current-page {
  color: #231815 !important;
}

.aboutus_news .crumbs {
  padding: 1.25vw 0 4.1667vw;
}

.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;
  padding: 0.4167vw 0;
}
.top-nav {
  display: flex;
  align-items: center;
  position: sticky;
  z-index: 1010;
  top: 4.3229vw;
  /* 确保在垂直滚动时生效 */
  background-color: #fff;
  border: 0.0521vw solid #2318151a;
}

.documents {
  margin-bottom: 6.25vw !important;
}
.safety {
  display: flex;
  border-bottom: 0.0521vw solid #cacaca;
  justify-content: space-between;
  align-items: flex-end;
}
.documents .documents-title {
  width: fit-content;
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 3.125vw;
  color: #231815;
  line-height: 150%;
  text-align: center;
  font-style: normal;
  text-transform: none;
  text-wrap: nowrap;
  margin-bottom: 0.8333vw;
}

.documents .documents-tab {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-bottom: 0;
}

.documents .documents-tab .documents-item {
  cursor: pointer;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 0.7292vw;
  color: #231815;
  line-height: 150%;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 0 0 0.9896vw;
  margin-left: 2.0833vw;
  background: #fff;
  transition: width 0.4s ease; /* 动画过渡效果 */
  position: relative;
}
.documents .documents-tab .documents-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0; /* 初始宽度为0 */
  height: 0.0521vw;
  background: #3a66fb;
  transition: width 0.4s ease; /* 动画过渡效果 */
}
.documents .documents-tab .documents-item.active {
  color: #3a66fb;
  font-weight: 600;
}
.documents .documents-tab .documents-item:hover {
  color: #3a66fb !important;
  font-weight: 600;
  /* font-family: "Montserrat-SemiBold" !important; */
}
.documents .documents-tab .documents-item:hover::after,
.documents .documents-tab .documents-item.active::after {
  width: 100%; /* 激活时宽度变为100% */
}
.documents .documents-desc {
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 0.8333vw;
  color: #231815;
  line-height: 150%;

  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0 0 2.0833vw;
}
.documents-time {
  color: #9fa0a0;
  /* Large3-R-14-22 */
  font-family: Montserrat;
  font-size: 0.7292vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 157.143% */
  margin-bottom: 0.4167vw;
}
.documents-img-title {
  color: #231815;
  font-family: "Montserrat-SemiBold" !important;
  /* Large2-S-16 */
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 0.4167vw;
}
.documents-contet:hover .documents-img-title {
  color: #3a66fb;
}
.documents-img-desc {
  color: #9fa0a0;

  /* Large1-R-16 */
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%; /*  */
}
.documents .documents-contet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25vw 2.0833vw;
}
.documents .documents-contet a {
  /* font-size: 40px; */
  color: #231815;
}
.documents-img-desc {
  font-weight: 400;
}
.documents .documents-contet:nth-child(2n) {
  background: #fafafa;
}
.documents .documents-contet .iconfont {
  font-size: 2.0833vw;
  color: #231815;
  font-weight: 600;
}

/* .total,
.toPage,
.number-input,
.toDetail,
.go-page-box,
.goDetail-icon {
  display: none !important;
} */
.tab-content {
  position: relative;
}
.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;
}
.openbottom {
  margin-top: 6.25vw;
  margin-bottom: 6.25vw !important;
}
.openbottom-box {
  display: flex;
  justify-content: space-between;
}
.openbottom-item {
  margin-bottom: 6.25vw;
}
.openbottom-item:last-child {
  margin-bottom: 0;
}

.item-title {
  color: #231815;
  font-family: "Montserrat-SemiBold" !important;

  /* Heading3-60 */
  font-family: Montserrat;
  font-size: 3.125vw;
  font-style: normal;
  line-height: 150%; /* */
  text-transform: capitalize;
  margin-bottom: 2.0833vw;
}
.item-desc {
  color: #231815;
  /* Large1-R-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /*  */
}
.image img {
  width: 100%;
  height: 20.2083vw;
  object-fit: cover;
}

.text {
  flex: 0 0 56%;
  max-width: 41.6667vw;
}

.image {
  flex: 0 0 41.67%;
  max-width: 31.25vw;
}
.reverse .text {
  order: 2; /* 调整文字的顺序 */
}

.reverse .image {
  order: 1; /* 调整图片的顺序 */
}
.response-box {
  display: flex !important;
}

.response-content {
  width: calc((100% - 3.3333vw) / 5);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  margin-right: 0.8333vw;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.response-img {
  max-width: 3.3333vw;
  margin-bottom: 1.25vw;
}
.response-title {
  color: #231815;
  text-align: center;
  font-family: "Montserrat-SemiBold" !important;
  font-family: Montserrat;
  font-size: 1.6667vw;
  font-style: normal;
  margin-bottom: 1.25vw;
  line-height: 150%; /*  */
  text-transform: capitalize;
}
.response-content:nth-child(4n) {
  margin-right: 0;
}
.response-desc {
  color: #231815;
  text-align: center;
  /* Large1-R-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
}
.tab-list {
  margin: 1.25vw 0 2.0833vw;
}
@media screen and (max-width: 1440px) {
  .documents .documents-title {
    font-size: 3.3333vw;
  }
  .item-title {
    font-size: 3.3333vw;
  }
  .image {
    flex: 0 0 32.9%;
    max-width: 24.6528vw;
  }
  .image img {
    height: 32.9167vw;
  }
  .text {
    flex: 0 0 64%;
    max-width: fit-content;
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .aboutus_news {
    padding-top: 12.8vw;
  }
  .top-nav {
    height: fit-content;
    top: 12.5333vw;
  }
  .crumbs {
    padding: 2.1333vw 6.4vw 10.6667vw !important;
  }
  .top-nav-box {
    height: fit-content;
    padding: 2.4vw 6.4vw !important;
  }
  .news-title {
    font-size: 4.2667vw;
    padding: 0;
  }

  .documents .documents-title {
    font-size: 8.5333vw;
    text-wrap: wrap;
    text-align: left;
    margin-bottom: 10.6667vw;
  }
  .safety {
    flex-direction: column;
    align-items: flex-start;
  }
  .documents .documents-tab {
    justify-content: flex-end;
  }
  .documents .documents-tab .documents-item {
    margin-left: 6.6667vw;
    padding-bottom: 4.2667vw;
    width: calc(50% - 3.3333vw);
    font-size: 3.7333vw;
  }
  .documents .documents-tab .documents-item:last-child {
    margin-left: 0;
  }
  .documents .documents-contet {
    padding: 4.2667vw;
  }
  .documents-img-desc {
    font-size: 3.2vw;
    -webkit-line-clamp: 2;
  }
  .documents-time {
    font-size: 3.2vw;
  }
  .documents-img-title,
  .item-desc {
    font-size: 3.7333vw;
  }
  .documents-img-title {
    -webkit-line-clamp: 2;
  }
  .item-title {
    font-size: 8.5333vw;
    margin-bottom: 6.4vw;
  }
  .openbottom-box {
    flex-direction: column;
  }
  .image img {
    height: 49.0667vw;
  }
  .reverse .text {
    order: 2;
    padding-left: 0;
    margin-top: 6.4vw;
  }
  .openbottom-item {
    margin-bottom: 21.3333vw;
  }
  .openbottom {
    margin-bottom: 21.3333vw !important;
    margin-top: 21.3333vw;
  }

  .text {
    order: 2;
    padding-right: 0;
    margin-top: 6.4vw;
  }

  .image {
    width: 100%;
    order: 0;
    max-width: 100%;
  }
  .response-box {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10.6667vw;
  }
  .response-content {
    margin-right: 6.4vw;
    width: calc(50% - 3.2vw);
    margin-bottom: 10.6667vw;
  }
  .response-content:nth-child(2n) {
    margin-right: 0;
  }
  .response-content:last-child {
    margin-right: 0;
  }
  .response-img {
    max-width: 10.6667vw;
    max-height: 10.6667vw;
    margin-bottom: 2.1333vw;
    line-height: 1;
    object-fit: cover;
  }
  .response-title {
    margin-bottom: 2.1333vw;
    font-size: 6.4vw;
  }
  .response-desc {
    font-size: 3.2vw;
  }
  .documents {
    margin-bottom: 0 !important;
  }
}
