@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 18);
  }
}
@media (min-width: 768px) and (max-width: 1921.99px) {
  html {
    font-size: calc(100vw / 19.2);
  }
}
@media (min-width: 1922px) and (max-width: 2558.99px) {
  html {
    font-size: calc(100vw / 22.4);
  }
}
@media (min-width: 2559px) and (max-width: 4000px) {
  html {
    font-size: calc(100vw / 22.4);
  }
}
/* 手机 */
@media (max-width: 768px) {
  body {
    background: linear-gradient(180deg, #e5effd 0%, #f6f9fd 100%);
  }
  /* banner */
  .wp-banner-section {
    position: relative;
    width: 100%;
  }
  .wp-banner-section .wp-banner-swiper {
    position: relative;
    width: 100%;
    height: 14rem;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper {
    height: 100%;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .pcshcuashci {
    display: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .shoujishcuashci {
    display: block;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 23vh 5% 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content h3 {
    margin: 0;
    font-size: 0.93333333rem;
    line-height: 1.6;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.33333333rem;
  }
  /* 栏目分类导航 */
  .navclass {
    padding: 10% 5%;
    width: 100%;
    height: 100%;
  }
  .navclass .w-1520 {
    width: 100%;
    margin: 0 auto;
  }
  .navclass .w-1520 .fenleidzhsuioa {
    display: flex;
    flex-wrap: wrap;
  }
  .navclass .w-1520 .fenleidzhsuioa h3 {
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 1.33333333rem;
  }
  .navclass .w-1520 .fenleidzhsuioa .erjidhaui {
    display: flex;
    align-items: center;
    gap: 0.66666667rem;
  }
  .navclass .w-1520 .fenleidzhsuioa .erjidhaui a {
    transition: all 0.5s;
    font-size: 0.53333333rem;
    color: #333;
    text-align: center;
    width: 4.66666667rem;
    padding: 0.33333333rem;
    background-color: #fff;
    border-radius: 6.66666667rem;
  }
  .navclass .w-1520 .fenleidzhsuioa .erjidhaui a.active {
    background-color: #0664ae;
    color: #fff;
  }
  /* 推荐 */
  .news-section {
    position: relative;
    padding: 0 5% 10%;
    width: 100%;
    overflow: hidden;
  }
  .news-section .news-container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }
  .news-section .news-container .news-carousel {
    position: relative;
  }
  .news-section .news-container .news-carousel .news-swiper {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0.33333333rem 1rem rgba(15, 72, 115, 0.08), 0 0.13333333rem 0.53333333rem rgba(15, 72, 115, 0.06);
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper {
    align-items: stretch;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide {
    height: 16.66666667rem;
    border-radius: 0.33333333rem;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card {
    display: flex;
    flex-wrap: wrap;
    min-height: 16.66666667rem;
    background: #fff;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__image {
    width: 100%;
    position: relative;
    min-width: 0;
    min-height: 5.33333333rem;
    overflow: hidden;
    background: #d8e4ed;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s ease;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0.66666667rem;
    background: #fff;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content .news-card__meta {
    display: flex;
    align-items: center;
    gap: 0.66666667rem;
    margin-bottom: 0.33333333rem;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content .news-card__meta .news-card__category {
    font-size: 0.66666667rem;
    line-height: 1;
    font-weight: 600;
    color: #0664ae;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content .news-card__meta .news-card__date {
    font-size: 0.53333333rem;
    line-height: 1;
    color: #999;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content .news-card__title {
    margin-bottom: 0.33333333rem;
    font-size: 0.66666667rem;
    line-height: 1.55;
    font-weight: 700;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content .news-card__title a {
    transition: color 0.25s ease;
    color: #333;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content .news-card__description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0.66666667rem;
    color: #333;
    font-size: 0.53333333rem;
    line-height: 2;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content .news-card__more {
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    gap: 0.53333333rem;
    margin-top: auto;
    color: #006ab6;
    font-size: 0.53333333rem;
    line-height: 1;
  }
  .news-section .news-container .news-carousel .news-button {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.33333333rem;
    height: 1.33333333rem;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: background-color 0.25s ease, border-color 0.25s ease;
  }
  .news-section .news-container .news-carousel .news-button svg {
    width: 0.53333333rem;
    height: 0.53333333rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .news-section .news-container .news-carousel .news-button--prev {
    left: 0.06666667rem;
    color: #83bce3;
    border: 0.06666667rem solid #d1e8f7;
    background: #fff;
    box-shadow: 0 0.26666667rem 1rem rgba(12, 91, 148, 0.08);
  }
  .news-section .news-container .news-carousel .news-button--next {
    right: 0.06666667rem;
    color: #fff;
    border: 0.06666667rem solid #006ab6;
    background: #006ab6;
    box-shadow: 0 0.26666667rem 1rem rgba(0, 110, 184, 0.2);
  }
  .news-section .news-container .news-carousel .news-button--prev:hover {
    color: #fff;
    border-color: #006ab6;
    background: #006ab6;
  }
  .news-section .news-container .news-carousel .news-button--next:hover {
    border-color: #005895;
    background: #005895;
  }
  .news-section .news-container .news-carousel .news-button.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
  }
  .news-section .news-container .news-carousel .news-button::after {
    display: none;
  }
  .news-section .news-container .news-carousel.is-single .news-button {
    display: none;
  }
  /* 列表 */
  .news-section {
    position: relative;
    padding: 0 5% 10%;
    overflow: hidden;
  }
  .news-section .news-container {
    width: 100%;
    margin: 0 auto;
  }
  .news-section .news-container .news-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.66666667rem;
    row-gap: 0.66666667rem;
  }
  .news-section .news-container .news-list .news-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 0.06666667rem solid rgba(16, 67, 104, 0.08);
    border-radius: 0.33333333rem;
    background: #fff;
    box-shadow: 0 0.13333333rem 0.33333333rem rgba(29, 75, 109, 0.08), 0 0.13333333rem 0.4rem rgba(29, 75, 109, 0.04);
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
  }
  .news-section .news-container .news-list .news-card .news-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 5.33333333rem;
  }
  .news-section .news-container .news-list .news-card .news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news-section .news-container .news-list .news-card .news-card__content {
    display: flex;
    flex-direction: column;
    min-height: 6rem;
    padding: 0.66666667rem;
    background: #fff;
  }
  .news-section .news-container .news-list .news-card .news-card__content .news-card__date {
    display: block;
    margin-bottom: 0.66666667rem;
    color: #333;
    font-size: 0.53333333rem;
    line-height: 1;
    font-weight: 400;
  }
  .news-section .news-container .news-list .news-card .news-card__content .news-card__title {
    margin-bottom: 0.66666667rem;
    color: #333;
    font-size: 0.66666667rem;
    line-height: 1.65;
    font-weight: 400;
  }
  .news-section .news-container .news-list .news-card .news-card__content .news-card__title a {
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color 0.3s ease;
  }
  .news-section .news-container .news-list .news-card .news-card__content .news-card__more {
    color: #999;
    font-size: 0.53333333rem;
    line-height: 1;
  }
  .news-section .news-container .pagination-wrap {
    display: none;
  }
  .news-section .news-container .fenyezhuanshi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.33333333rem;
    font-size: 0.53333333rem;
  }
  .news-section .news-container .fenyezhuanshi .shouiduan {
    display: block;
    width: 100%;
  }
  .news-section .news-container .fenyezhuanshi .shouiduan i {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 2.33333333rem auto 0;
  }
  .news-section .news-container .fenyezhuanshi .shouiduan i .icon {
    display: block;
    /* 关键：让 transform 生效更稳定 */
    animation: floatY 2s ease-in-out infinite;
    transform-origin: center;
    will-change: transform;
    width: 1rem;
    height: 1rem;
    fill: #04376d;
  }
  @keyframes floatY {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-0.8rem);
    }
  }
  .news-section .news-container .fenyezhuanshi .shouiduan p {
    display: none;
    width: 30%;
    margin: 0 auto;
    background-color: #04376d;
    padding: 0.4rem;
    text-align: center;
    font-size: 0.53333333rem;
    color: #fff;
    margin-top: 2rem;
  }
  .news-section .news-container .fenyezhuanshi .shouiduan.is-done p {
    display: block;
  }
}
/* pc */
@media (min-width: 769px) {
  body {
    background: linear-gradient(180deg, #e5effd 0%, #f6f9fd 100%);
  }
  /* banner */
  .wp-banner-section {
    width: 100%;
  }
  .wp-banner-section .wp-banner-swiper {
    position: relative;
    width: 100%;
    height: 7.5rem;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper {
    height: 100%;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.2);
    transition: transform 5s ease;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .pcshcuashci {
    display: block;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .shoujishcuashci {
    display: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content {
    position: relative;
    z-index: 3;
    width: 15.2rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 35vh;
    text-align: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content h3 {
    font-size: 0.5rem;
    color: #fff;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0.4rem;
  }
  /* 栏目分类导航 */
  .navclass {
    padding: 1.1rem 0;
    width: 100%;
    height: 100%;
  }
  .navclass .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
  }
  .navclass .w-1520 .fenleidzhsuioa {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navclass .w-1520 .fenleidzhsuioa h3 {
    font-size: 0.24rem;
    color: #333;
  }
  .navclass .w-1520 .fenleidzhsuioa .erjidhaui {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .navclass .w-1520 .fenleidzhsuioa .erjidhaui a {
    transition: all 0.5s;
    font-size: 0.18rem;
    color: #333;
    text-align: center;
    width: 1.6rem;
    padding: 0.12rem;
    background-color: #fff;
    border-radius: 1rem;
  }
  .navclass .w-1520 .fenleidzhsuioa .erjidhaui a:hover {
    transition: all 0.5s;
    background-color: #0664ae;
    color: #fff;
  }
  .navclass .w-1520 .fenleidzhsuioa .erjidhaui a.active {
    background-color: #0664ae;
    color: #fff;
  }
  /* 推荐 */
  .news-section {
    position: relative;
    padding: 0 0 1.1rem;
    width: 100%;
    overflow: hidden;
  }
  .news-section .news-container {
    position: relative;
    z-index: 2;
    width: 15.2rem;
    margin: 0 auto;
  }
  .news-section .news-container .news-carousel {
    position: relative;
  }
  .news-section .news-container .news-carousel .news-swiper {
    width: 100%;
    overflow: hidden;
    border-radius: 0.15rem;
    background: #fff;
    box-shadow: 0 0.15rem 0.3rem rgba(15, 72, 115, 0.08), 0 0.02rem 0.08rem rgba(15, 72, 115, 0.06);
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper {
    align-items: stretch;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide {
    height: 4.5rem;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card {
    display: grid;
    grid-template-columns: 52% 48%;
    min-height: 4.5rem;
    background: #fff;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__image {
    position: relative;
    min-width: 0;
    min-height: 4.5rem;
    overflow: hidden;
    background: #d8e4ed;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s ease;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0.5rem;
    background: #fff;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content .news-card__meta {
    display: flex;
    align-items: center;
    gap: 0.38rem;
    margin-bottom: 0.4rem;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content .news-card__meta .news-card__category {
    font-size: 0.18rem;
    line-height: 1;
    font-weight: 600;
    color: #0664ae;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content .news-card__meta .news-card__date {
    font-size: 0.14rem;
    line-height: 1;
    color: #999;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content .news-card__title {
    margin-bottom: 0.3rem;
    font-size: 0.24rem;
    line-height: 1.55;
    font-weight: 700;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content .news-card__title a {
    transition: color 0.25s ease;
    color: #333;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content .news-card__title a:hover {
    color: #0664ae;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content .news-card__description {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0.2rem;
    color: #333;
    font-size: 0.16rem;
    line-height: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card .news-card__content .news-card__more {
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    gap: 0.08rem;
    margin-top: auto;
    color: #006ab6;
    font-size: 0.14rem;
    line-height: 1;
  }
  .news-section .news-container .news-carousel .news-swiper .swiper-wrapper .swiper-slide .news-card:hover .news-card__image img {
    transform: scale(1.04);
  }
  .news-section .news-container .news-carousel .news-button {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: background-color 0.25s ease, border-color 0.25s ease;
  }
  .news-section .news-container .news-carousel .news-button svg {
    width: 0.16rem;
    height: 0.16rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .news-section .news-container .news-carousel .news-button--prev {
    left: -0.19rem;
    color: #83bce3;
    border: 0.01rem solid #d1e8f7;
    background: #fff;
    box-shadow: 0 0.04rem 0.15rem rgba(12, 91, 148, 0.08);
  }
  .news-section .news-container .news-carousel .news-button--next {
    right: -0.19rem;
    color: #fff;
    border: 0.01rem solid #006ab6;
    background: #006ab6;
    box-shadow: 0 0.04rem 0.15rem rgba(0, 110, 184, 0.2);
  }
  .news-section .news-container .news-carousel .news-button--prev:hover {
    color: #fff;
    border-color: #006ab6;
    background: #006ab6;
  }
  .news-section .news-container .news-carousel .news-button--next:hover {
    border-color: #005895;
    background: #005895;
  }
  .news-section .news-container .news-carousel .news-button.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
  }
  .news-section .news-container .news-carousel .news-button::after {
    display: none;
  }
  .news-section .news-container .news-carousel.is-single .news-button {
    display: none;
  }
  /* 列表 */
  .news-section {
    position: relative;
    padding: 0 0 1.1rem;
    overflow: hidden;
  }
  .news-section .news-container {
    width: 15.2rem;
    margin: 0 auto;
  }
  .news-section .news-container .news-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 0.7rem;
    row-gap: 0.7rem;
  }
  .news-section .news-container .news-list .news-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 0.01rem solid rgba(16, 67, 104, 0.08);
    border-radius: 0.15rem;
    background: #fff;
    box-shadow: 0 0.08rem 0.2rem rgba(29, 75, 109, 0.08), 0 0.02rem 0.06rem rgba(29, 75, 109, 0.04);
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
  }
  .news-section .news-container .news-list .news-card .news-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 5rem;
    height: 2.6rem;
  }
  .news-section .news-container .news-list .news-card .news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .news-section .news-container .news-list .news-card .news-card__content {
    display: flex;
    flex-direction: column;
    min-height: 2rem;
    padding: 0.2rem;
    background: #fff;
  }
  .news-section .news-container .news-list .news-card .news-card__content .news-card__date {
    display: block;
    margin-bottom: 0.2rem;
    color: #333;
    font-size: 0.14rem;
    line-height: 1;
    font-weight: 400;
  }
  .news-section .news-container .news-list .news-card .news-card__content .news-card__title {
    margin-bottom: 0.2rem;
    color: #333;
    font-size: 0.24rem;
    line-height: 1.65;
    font-weight: 400;
  }
  .news-section .news-container .news-list .news-card .news-card__content .news-card__title a {
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color 0.3s ease;
  }
  .news-section .news-container .news-list .news-card .news-card__content .news-card__more {
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    gap: 0.08rem;
    margin-top: auto;
    color: #999;
    font-size: 0.14rem;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.3s ease;
  }
  .news-section .news-container .news-list .news-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    height: 0.04rem;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
    background: linear-gradient(90deg, #00a8e8 0%, #126bb9 35%, #743ea8 68%, #ef2454 100%);
    transition: opacity 0.35s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .news-section .news-container .news-list .news-card:hover {
    border-color: rgba(0, 105, 181, 0.16);
    box-shadow: 0 0.12rem 0.3rem rgba(17, 77, 119, 0.14), 0 0.03rem 0.09rem rgba(17, 77, 119, 0.07);
  }
  .news-section .news-container .news-list .news-card:hover .news-card__image img {
    transform: scale(1.035);
  }
  .news-section .news-container .news-list .news-card:hover .news-card__content .news-card__title a {
    color: #000;
  }
  .news-section .news-container .news-list .news-card:hover .news-card__content .news-card__more {
    color: #006ab6;
  }
  .news-section .news-container .news-list .news-card:hover::after {
    opacity: 1;
    transform: scaleX(1);
  }
  .news-section .news-container .pagination-wrap {
    margin-top: 0.6rem;
    display: flex;
    justify-content: center;
  }
  .news-section .news-container .pagination-wrap .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    list-style: none;
  }
  .news-section .news-container .pagination-wrap .pagination .pagination__item {
    font-size: 0.14rem;
    color: #333;
  }
  .news-section .news-container .pagination-wrap .pagination .pagination__item .pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0.4rem;
    height: 0.4rem;
    padding: 0 0.2rem;
    border: 0.01rem solid transparent;
    border-radius: 0.1rem;
    color: #333;
    background: #fff;
    font-size: 0.14rem;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  }
  .news-section .news-container .pagination-wrap .pagination .pagination__item .pagination__link:hover {
    color: #fff;
    background: #006ab6;
  }
  .news-section .news-container .pagination-wrap .pagination .pagination__item .pagination__link.is-active {
    color: #fff;
    background: #006ab6;
    cursor: default;
    pointer-events: none;
  }
  .news-section .news-container .pagination-wrap .pagination .pagination__item .pagination__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0.2rem;
    height: 0.2rem;
    color: #555;
    font-size: 0.14rem;
    line-height: 1;
    letter-spacing: 0.03rem;
  }
  .news-section .news-container .pagination-wrap .pagination .pagination__item .pagination__link.is-disabled {
    color: #bbb;
    background: #f7f7f7;
    cursor: not-allowed;
    pointer-events: none;
  }
  .news-section .news-container .fenyezhuanshi {
    display: none;
  }
}
