@media (max-width: 576px) {
  .header-bg-box.img-header img {
    object-position: -440px;
  }
}
.header-bg-box.img-header .header-bg-content {
  background-image: none;
}
.header-bg-box.img-header img {
  height: 100%;
}
.bread-nav .nav-pills .nav-item {
  background-color: #f7f8fa;
  margin-top: 0.63rem;
  margin-right: 0.63rem;
  letter-spacing: 0.1em; /* 或任何你喜欢的单位，如 px, em, rem 等 */
}
.tab-content {
  min-height: 35.2vh;
}
.tab-content .no-data-content {
  text-align: center;
  line-height: 15rem;
  display: none;
}
.news-item {
  display: flex;
  padding: 1.25rem 0;
  cursor: pointer;
  border-bottom: 1px solid #f2f3f5;
}
.news-item .left-container {
  width: 11.25rem;
  height: 8.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
  overflow: hidden;
}
.news-item .img {
  max-width: 100%;
}
.news-item .right-container {
  flex: 1;
}
.news-item .title {
  color: #1d2129;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.625rem;
}
.news-item .sub-title {
  color: #86909c;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 1.1875rem;
}
.news-item .content-box {
  color: #4e5969;
  font-size: 1rem;
  line-height: 1.625rem;
}
.pagination-container {
  display: flex;
  justify-content: center;
  padding: 1.25rem 0 2.5rem 0;
}
.pagination-container .pagination-mobile {
  display: none;
}
.pagination-container .page-item + .page-item {
  margin-left: 1.25rem;
}
.pagination-container .pagination-pc {
  --bs-pagination-color: #86909c;
}
.pagination-container .page-link {
  border-radius: 0.25rem;
  cursor: pointer;
}
.pagination-container .active > .page-link,
.pagination-container .page-link.active {
  border-color: #ef5904;
  background: #fff;
  color: #ef5904;
}

@media screen and (max-width: 750px) {
  .news-page.header-bg-box {
    min-height: 10rem;
  }
  .header-bg-box.img-header img {
    height: inherit !important;
  }
  .bread-nav .nav-item a {
    font-size: 0.875rem;
    padding: 0.3125rem 0.625rem;
  }
  .news-item .left-container {
    width: 9rem;
    height: 6rem;
  }
  .news-item .title {
    font-size: 0.875rem;
    margin-bottom: initial !important;
  }
  .news-item .sub-title {
    font-size: 0.75rem;
    margin-bottom: initial !important;
  }
  .news-item .content-box {
    font-size: 0.875rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .pagination-mobile {
    display: flex !important;
  }
  .pagination-mobile select {
    width: 5rem;
    text-align: center;
  }
  .pagination-pc {
    display: none !important;
  }
  .btn-link,
  .btn-link:hover {
    text-decoration: none;
    --bs-btn-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary);
  }
}
