.aboutus_notice {
  padding-top: 4.375vw;
}
.current-page {
  color: #231815 !important;
}
.crumbs {
  padding: 1.25vw 0 4.1667vw !important;
}
.td-line {
  -webkit-line-clamp: 2;
}
.category-list {
  flex-wrap: wrap;
  margin-bottom: 2.0833vw;
}
.top-nav {
  position: sticky;
  z-index: 1000;
  top: 4.3229vw; /* 确保在垂直滚动时生效 */

  background-color: #fff;
  border: 0.0521vw solid #2318151a;
}
.notice-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 {
  height: 3.9583vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
}
/* 表格样式 */
table {
  width: 100%;
  /* border-collapse: ; */
  text-align: left;
  /* margin: 20px auto  !important; */
}
th,
td {
  padding: 0;
  line-height: 150%;
  border-collapse: collapse;
}
/* 表头样式 */
th {
  background-color: #fafafa;
  color: #231815;
  /* Large2-S-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  text-align: left;
  font-weight: 400;
  padding: 0.9375vw 1.25vw 0.9375vw 1.875vw;
}
td a:hover {
  padding-right: 0 !important;
}
td:nth-child(1):hover {
  color: #3a66fb;
}
td:nth-child(2),
th:nth-child(2) {
  padding-left: 0 !important;
}
/* 表单样式 */
.table td,
.table th {
  border: none !important;
  vertical-align: middle;
}
thead tr th:nth-child(2) {
  text-align: center;
}
td {
  color: #231815;
  /* Large1-R-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0.8333vw 1.25vw 1.0417vw 1.875vw !important;
}
/* 单数行样式 */
tr:nth-child(odd) {
  background-color: #fff;
}
/* 双数行样式 */
tr:nth-child(even) {
  background-color: #fafafa;
}

/* 设置日期列宽度 */
td:nth-child(2),
th:nth-child(2) {
  text-align: center;
  width: 6.4583vw;
}

.page {
  padding: 2.0833vw 0 4.1667vw;
}
/* .total,
.toPage,
.number-input,
.toDetail,
.goDetail-icon,
.go-page-box {
  display: none !important;
} */
.notice-container {
  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;
}
@media screen and (max-width: 768px) {
  td:nth-child(2),
  th:nth-child(2) {
    width: 11.6%;
  }
}

@media screen and (max-width: 768px) {
  .page{
    padding: 10.6667vw 0 21.3333vw;
  }
  .crumbs {
    padding: 2.1333vw 6.4vw 10.6667vw !important;
  }
  .aboutus_notice {
    padding-top: 12.8vw;
  }
  .top-nav {
    height: 11.5vw;
    top: 12.5333vw;
  }
  .top-nav-box {
    padding: 2.4vw 6.4vw !important;
    height: fit-content;
  }
  .notice-title {
    font-size: 4.2667vw;
  }
  .table td,
  .table th {
    font-size: 3.7333vw;
    padding: 2.1333vw 5.3333vw 2.1333vw 2.1333vw !important;
  }
  th {
    padding: 4.2667vw 5.3333vw 4.2667vw 2.1333vw !important;
  }
  .category {
    flex-direction: column;
    padding-left: 6.4vw !important;
    padding-right: 6.4vw !important;
  }
  th {
    font-size: 4.2667vw;
  }
  td:nth-child(1),
  th:nth-child(1) {
    width: 61%;
    max-width: 30vw;
  }
  .category-title {
    font-size: 4.2667vw;
    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;
  }
  td:nth-child(2),
  th:nth-child(2) {
    width: 39%;
    max-width: 24vw;
  }
  .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;
  }
  table {
    width: 92% !important;
  }
}
