@charset "UTF-8";

html {
  font-size: 5.208333vw;
}

/* 移动端梯度根字号（规则75）：保持 rem 单位不变，只压缩根字号 */
@media (max-width: 1024px) {
  html {
    font-size: 85px !important;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 80px !important;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 75px !important;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 65px !important;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: 'Microsoft YaHei', 'MiSans', sans-serif;
  font-size: 0.16rem;
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.g-container {
  width: 15.99rem;
  max-width: 15.99rem;
  margin: 0 auto;
  /* padding: 0 0.2rem; */
}

/* 移动端容器宽度让出（规则76，5类白名单 #2） */
@media (max-width: 1024px) {
  .g-container {
    width: 100%;
    max-width: 100%;
    padding: 0 0.15rem;
  }
}

/* ===== Banner Section ===== */
.sec-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sec-banner__swiper {
  position: relative;
  width: 100%;
  height: 100%;
}

.sec-banner__swiper .swiper-wrapper {
  height: 100%;
}

.sec-banner__swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.sec-banner__slide {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.sec-banner__swiper .swiper-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  opacity: 0.4;
  background: linear-gradient(0deg, #000000 0%, #00000000 100%);
  bottom: 0;
  z-index: 0;
  height: 40%;
}

.sec-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 6s ease;
}

.sec-banner__swiper .swiper-slide-active .sec-banner__img {
  transform: scale(1.05);
}


.sec-banner__pagination {
  bottom: 0.3rem !important;
}

.sec-banner__pagination .swiper-pagination-bullet {
  width: 0.23rem;
  height: 0.24rem;
  margin: 0 0.08rem !important;
  background: #ffffff;
  opacity: 0.60;
  transition: all 0.4s ease;
  cursor: pointer;
  background-size: 100% !important;
}

.sec-banner__pagination .swiper-pagination-bullet:nth-child(1) {
  background: url(../images/dot1.png) no-repeat;
  width: 0.4rem;
  height: 0.23rem;
}

.sec-banner__pagination .swiper-pagination-bullet:nth-child(2) {
  background: url(../images/dot2.png) no-repeat;
  width: 0.31rem;
  height: 0.25rem;
}

.sec-banner__pagination .swiper-pagination-bullet:nth-child(3) {
  background: url(../images/dot3.png) no-repeat;
  width: 0.28rem;
  height: 0.21rem;
}

.sec-banner__pagination .swiper-pagination-bullet:nth-child(4) {
  background: url(../images/dot4.png) no-repeat;
  width: 0.23rem;
  height: 0.22rem;
}

.sec-banner__pagination .swiper-pagination-bullet:nth-child(5) {
  background: url(../images/dot5.png) no-repeat;
  width: 0.22rem;
  height: 0.25rem;
}

.sec-banner__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/* ===== Header ===== */

/* Header top row */

/* Search form */

/* Divider */

/* Header nav */

/* Submenu */

/* Hamburger button (hidden on PC) */

/* Header scroll state */

/* ===== Mobile Navigation (hidden on PC) ===== */

/* ===== Hover (PC only, rule 118) ===== */

/* ===== Responsive: Mobile ===== */

/* ===== News Section ===== */
.sec-news {
  position: relative;
  width: 100%;
  height: 8.84rem;
  overflow: hidden;
}

.sec-news__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/sec_div_15.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.sec-news__container {
  position: relative;
  z-index: 1;
  max-width: 16rem;
  height: 100%;
  margin: 0 auto;
}

/* Heading */
.sec-news__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.70rem;
  padding-left: 7.28rem;
}

.sec-news__title {
  font-size: 0.36rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 700;
  color: #333333;
  line-height: 0.48rem;
  letter-spacing: 0.0000em;
}

.sec-news__title span {
  color: #013F8F;
}

.sec-news__more {
  display: inline-flex;
  align-items: center;
  font-size: 0.14rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  color: #013f8f;
  line-height: 0.14rem;
  transition: color 0.3s ease;
}

.sec-news__more-arrow {
  width: 0.32rem;
  height: 0.24rem;
  margin-left: 0.09rem;
  transition: transform 0.3s ease;
}

/* Body */
.sec-news__body {
  position: relative;
  width: 100%;
  margin-top: 0.38rem;
}

.sec-news-l {
  width: 51.3125%;
  float: left;
  position: relative;
}

.sec-news-r {
  width: 48.6875%;
  float: left;
  position: relative;
  padding-left: 0.44rem;
}

.sec-news-l:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4.27rem;
  width: 7.46rem;
  height: 2.07rem;
  background: #013f8f;
  z-index: -1;
}

/* Swiper */
.sec-news__swiper {
  width: calc(7.78rem + 0.436rem);
  height: 100%;
  margin-left: 0;
  overflow: hidden;
}

.sec-news__swiper .swiper-wrapper {
  height: 100%;
}

.sec-news__swiper .swiper-slide {
  height: 100%;
}

.sec-news__slide {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

/* Slide left (image area) */
.sec-news__slide-left {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sec-news__slide-img-wrap {
  position: relative;
  width: calc(100% - 0.43rem);
  padding-top: 71.25%;
  left: 0.43rem;
  overflow: hidden;
  z-index: 1;
}

.sec-news__slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  position: absolute;
  left: 0;
  bottom: 0;
}



.sec-news__slide-img-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.59rem;
  z-index: 1;
  opacity: 0.6;
  background: linear-gradient(0deg, #000000 0%, #00000000 100%);
}

/* Slide right (info card) */
.sec-news__slide-right {
  left: -0.225rem;
  top: 0;
  width: 100%;
  height: 1.85rem;
  z-index: 5;
  position: relative;
  margin-bottom: 0.35rem;
}

.sec-news__slide-right:before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: -0.1rem;
  width: 100%;
  height: calc(100% - 0.3rem);
  border: 1px solid #013F8F;
  opacity: 0.4;
}

.sec-news__slide-right:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/sec_div_18.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: 100%;
}

.sec-news__slide-card {
  position: relative;
  z-index: 1;
  padding: 0.16rem 0.44rem;
}

.sec-news__slide-title {
  font-size: 0.20rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.36rem;
  letter-spacing: 0.0000em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 7.35rem;
}

.sec-news__slide-desc {
  font-size: 0.16rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.28rem;
  letter-spacing: 0.0000em;
  margin-top: 0.04rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sec-news__slide-date {
  display: flex;
  align-items: center;
  margin-top: 0.11rem;
}

.sec-news__slide-date-icon {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.08rem;
}

.sec-news__slide-date-text {
  font-size: 0.16rem;
  font-family: 'Bebas', 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.22rem;
  letter-spacing: 0.0000em;
}

/* Swiper pagination */
.sec-news__pagination {
  position: absolute;
  left: 3.83rem;
  bottom: 0.87rem;
  z-index: 3;
  display: flex;
  align-items: center;
  bottom: 0.29rem !important;
  justify-content: center;
}

.sec-news__pagination .swiper-pagination-bullet {
  width: 0.10rem;
  height: 0.10rem;
  margin: 0 0.10rem;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 0.1rem !important;
}

.sec-news__pagination .swiper-pagination-bullet-active {
  width: 0.14rem;
  height: 0.14rem;
  background: #fd6201;
}

/* News list */
.sec-news__list-wrap {
  width: 100%;
  z-index: 5;
  position: relative;
}

.sec-news__list-line {
  position: absolute;
  left: 0.08rem;
  top: 0.13rem;
  width: 0.01rem;
  height: calc(100% - 0.26rem);
  background: #cad8e2;
}

.sec-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec-news__item {
  display: flex;
  align-items: center;
  height: 0.27rem;
  margin-bottom: 0.34rem;
  transition: background-color 0.3s ease;
}

.sec-news__item:last-child {
  margin-bottom: 0;
}

.sec-news__item-dot {
  flex-shrink: 0;
  width: 0.07rem;
  height: 0.07rem;
  margin-left: 0.05rem;
  margin-right: 0.16rem;
  background: #CAD8E2;
  transition: background-color 0.3s ease;
  transform: rotate(45deg);
}

.sec-news__item-title {
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  min-width: 0;
  font-size: 0.18rem;
  font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 0.27rem;
  letter-spacing: 0.0000em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.sec-news__item-date {
  flex-shrink: 0;
  margin-left: 0.16rem;
  font-size: 0.20rem;
  font-weight: 400;
  color: #013f8f;
  line-height: 0.27rem;
  letter-spacing: 0.04em;
  font-family: Bebas;
}

/* ===== Hover (PC only, rule 118) ===== */
@media (min-width: 1025px) {
  .sec-news__more:hover {
    color: #fd6201;
  }

  .sec-news__more:hover .sec-news__more-arrow {
    transform: translateX(0.04rem);
  }

  .sec-news__slide:hover .sec-news__slide-img {
    transform: scale(1.03);
  }

  .sec-news__slide:hover .sec-news__slide-left {
    box-shadow: 0 0.04rem 0.16rem rgba(1, 63, 143, 0.30);
  }

  .sec-news__slide-right:hover .sec-news__slide-title {
    color: #fd6201;
  }



  .sec-news__item:hover .sec-news__item-title {
    color: #013f8f;
    font-weight: 700;
  }

  .sec-news__item:hover .sec-news__item-dot {
    background: #013f8f;
  }
}

/* ===== Responsive: Mobile ===== */
@media (max-width: 1024px) {
  .sec-news {
    height: auto;
    padding-bottom: 0.40rem;
  }

  .sec-news__heading {
    padding-left: 0;
    padding: 0.40rem 0.15rem 0;
  }

  .sec-news__body {
    height: auto;
    flex-direction: column;
    margin-top: 0.20rem;
  }

  .sec-news-l,
  .sec-news-r {
    width: 100%;
    float: none;
  }

  .sec-news-r {
    padding: 0;
  }

  .sec-news-l:after {
    display: none;
  }

  .sec-news__swiper {
    width: 100%;
    height: auto;
    margin-left: 0;
    overflow: hidden;
  }

  .sec-news__swiper .swiper-wrapper {
    height: auto;
  }

  .sec-news__swiper .swiper-slide {
    height: auto;
  }

  .sec-news__slide {
    display: block;
  }

  .sec-news__slide-left {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0;
  }

  .sec-news__slide-img-wrap {
    width: 100%;
    height: 0;
    left: 0;
    position: relative;
  }

  .sec-news__slide-overlay {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1.50rem;
  }

  .sec-news__slide-info-bg {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .sec-news__slide-right {
    width: 100%;
    height: auto;
    left: 0;
    margin-top: 0.3rem;
  }

  .sec-news__slide-right:after {
    background: url(../images/sec_div_18.png) no-repeat bottom right #013f8f;
    right: -0.15rem;
    top: 0;
  }

  .sec-news__slide-card {
    padding: 0.20rem 0.15rem;
  }

  .sec-news__slide-title {
    max-width: 100%;
  }

  .sec-news__slide-desc {
    max-width: 100%;
  }

  .sec-news__list-wrap {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: 0.30rem;
    padding: 0;
    box-sizing: border-box;
  }

  .sec-news__list-line {
    height: calc(100% - 0.26rem);
  }

  .sec-news__item {
    width: 100%;
  }

  .sec-news__item-title {
    font-size: 0.16rem;
  }
}

@media (max-width: 640px) {
  .sec-news__title {
    font-size: 0.28rem;
  }

  .sec-news__item {
    margin-bottom: 0.24rem;
  }

  .sec-news__item-title {
    font-size: 0.14rem;
  }
}

/* ===== Notice Section ===== */
.sec-notice {
  position: relative;
  width: 100%;
  height: 9.84rem;
  overflow: hidden;
  background: linear-gradient(0deg, #ecf5fd 0%, #ecf5fd00 100%);
}

.sec-notice__gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #ebf5fd 0%, rgba(235, 245, 253, 0) 100%);
  z-index: 0;
}

.sec-notice__container {
  position: relative;
  z-index: 1;
  max-width: 16.02rem;
  height: 100%;
  margin: 0 auto;
  padding-top: 0.90rem;
  box-sizing: border-box;
}

.sec-notice__body {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.sec-notice__col {
  flex-shrink: 0;
}

.sec-notice__col--notice {
  width: 48.6%;
}

.sec-notice__col--sports {
  width: 48.3%;
  margin-left: 3.1%;
}

/* ===== Heading ===== */
.sec-notice__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.40rem;
}

.sec-notice__title {
  font-size: 0.40rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 700;
  color: #333333;
  line-height: 0.40rem;
  letter-spacing: 0.0000em;
}

.sec-notice__title span {
  color: #013F8F;
}

.sec-notice__more {
  display: inline-flex;
  align-items: center;
  font-size: 0.14rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  color: #013f8f;
  line-height: 0.14rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sec-notice__more-text {
  display: inline-block;
}

.sec-notice__more-arrow {
  width: 0.32rem;
  height: 0.24rem;
  margin-left: 0.09rem;
  transition: transform 0.3s ease;
}

/* ===== Notice List ===== */
.sec-notice__list-wrap {
  margin-top: 0.48rem;
}

.sec-notice__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.sec-notice__list::after {
  width: 1px;
  top: 0.38rem;
  bottom: 0.38rem;
  border-left: 1px solid #C4D1E1;
  left: 0.89rem;
  content: "";
  z-index: -1;
  position: absolute;
}

.sec-notice__item {
  position: relative;
  height: 0.89rem;
  padding: 0 0.16rem;
}

.sec-notice__item:first-child .sec-notice__item-title{
  border-top: none;
}

.sec-notice__item-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.sec-notice__item.on{
  height:1.06rem;
  margin-bottom: 0;
  background: #013f8f;
}
.sec-notice__item.on + li .sec-notice__item-title{
  border:none !important
}

.sec-notice__item:hover .sec-notice__item-link::after{
  opacity:1;
}
.sec-notice__date-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0.53rem;
  height: 0.55rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.sec-notice__date-block::after {
  width: 0.17rem;
  height: 0.17rem;
  background: url(../images/sec_div_3.png) no-repeat;
  background-size: 100% 100% !important;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: -0.3rem;
  content: "";
  position: absolute;
}
.sec-notice__item.on .sec-notice__date-block::after{
    width: 0.01rem;
    height: 0.45rem;
    background: #fff;
    right: -0.22rem;
}
.sec-notice__date-day {
  font-size: 0.26rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 700;
  color: #013f8f;
  line-height: 0.34rem;
  letter-spacing: 0.0000em;
  transition: color 0.3s ease;
}

.sec-notice__date-month {
  font-size: 0.14rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  color: #9e9e9e;
  line-height: 0.18rem;
  letter-spacing: 0.0000em;
  transition: color 0.3s ease;
}

.sec-notice__item-title {
  width: calc(100% - 100px);
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 0.68rem;
  font-size: 0.18rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 0.24rem;
  letter-spacing: 0.0000em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease, font-weight 0.3s ease;
  position: relative;
  z-index: 1;
  border-top: 1px dashed #C4D1E1;
}

.sec-notice__item-arrow {
  width: 0.17rem;
  height: 0.17rem;
  margin-left: 0.08rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: filter 0.3s ease;
}

/* ===== Sports Card ===== */
.sec-notice__sports-wrap {
  margin-top: 0.48rem;
}

.sec-notice__sports-card {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.sec-notice__sports-img-wrap {
  position: relative;
  width: 7.70rem;
  height: 4.31rem;
  overflow: hidden;
}

.sec-notice__sports-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.sec-notice__sports-info {
  display: flex;
  align-items: stretch;
  width: 7.74rem;
  height: 0.95rem;
  margin-top: 0.23rem;
}

.sec-notice__sports-date {
  position: relative;
  width: 1.07rem;
  height: 0.94rem;
  flex-shrink: 0;
}

.sec-notice__sports-date-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fd6201;
}

.sec-notice__sports-date-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.sec-notice__sports-date-day {
  font-size: 0.36rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.36rem;
  letter-spacing: 0.0000em;
}

.sec-notice__sports-date-month {
  font-size: 0.16rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.28rem;
  letter-spacing: 0.0000em;
  margin-top: 0.03rem;
}

.sec-notice__sports-text {
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  min-width: 0;
  margin-left: 0.18rem;
}

.sec-notice__sports-title {
  font-size: 0.20rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 700;
  color: #242424;
  line-height: 0.26rem;
  letter-spacing: 0.0000em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  transition: color 0.3s ease;
}

.sec-notice__sports-desc {
  font-size: 0.16rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  color: #8d8d8d;
  line-height: 0.28rem;
  letter-spacing: 0.0000em;
  margin-top: 0.16rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== Hover (PC only, rule 118) ===== */

  .sec-notice__more:hover {
    color: #fd6201;
  }

  .sec-notice__more:hover .sec-notice__more-arrow {
    transform: translateX(0.04rem);
  }



  .sec-notice__item.on .sec-notice__item-title {
    color: #ffffff !important;
    font-weight: 700;
    border: none;
  }

  .sec-notice__item.on .sec-notice__date-day {
    color: #ffffff;
  }

  .sec-notice__item.on .sec-notice__date-month {
    color: #ffffff;
  }

  .sec-notice__item.on .sec-notice__item-arrow {
    opacity: 0.6;
    filter: brightness(0) invert(1);
  }

  .sec-notice__sports-card:hover .sec-notice__sports-img {
    transform: scale(1.03);
  }

  .sec-notice__sports-card:hover .sec-notice__sports-title {
    color: #013f8f;
  }


/* ===== Responsive: Mobile ===== */
@media (max-width: 1024px) {
  .sec-notice {
    height: auto;
    padding-bottom: 0.40rem;
  }

  .sec-notice__container {
    padding-top: 0.40rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .sec-notice__body {
    flex-direction: column;
  }

  .sec-notice__col--notice,
  .sec-notice__col--sports {
    width: 100%;
    margin-left: 0;
  }

  .sec-notice__col--sports {
    margin-top: 0.40rem;
  }

  .sec-notice__heading {
    height: auto;
    padding: 0.10rem 0;
  }

  .sec-notice__title {
    font-size: 0.32rem;
  }

  .sec-notice__more {
    margin-left: auto;
  }

  .sec-notice__list-wrap,
  .sec-notice__sports-wrap {
    margin-top: 0.20rem;
  }

 
  .sec-notice__sports-img-wrap {
    width: 100%;
    height: 0;
    padding-top: 55.97%;
  }

  .sec-notice__sports-img {
    position: absolute;
    left: 0;
    top: 0;
  }

  .sec-notice__sports-info {
    width: 100%;
    height: auto;
    padding: 0.15rem 0;
  }

  .sec-notice__sports-date {
    width: 1rem;
    height: 0.86rem;
  }

}

/* ===== Health Section ===== */
.sec-health {
  position: relative;
  width: 100%;
  height: 7.40rem;
  overflow: hidden;
  margin-bottom: 0.96rem;
  margin-top: -1.6rem;
}

.sec-health__title {
  position: absolute;
  top: 0.60rem;
  left: 8.40rem;
  width: 2.40rem;
  height: 0.40rem;
  margin: 0;
  font-size: 0.40rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.40rem;
  letter-spacing: 0.0000em;
  z-index: 10;
}

.sec-health__title span {
  color: #ff9153;
}

/* ===== Swiper ===== */
.sec-health__swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sec-health__swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.sec-health__swiper .swiper-slide {
  height: 100%;
}

.sec-health__slide {
  position: relative;
  flex-shrink: 0;
  width: 10.56rem;
  height: 7.40rem;
  transform: none !important;
}

.sec-health__swiper .swiper-slide-active .sec-health__card-main {
  transform: scale(1);
}

/* ===== 激活/非激活状态控制 ===== */
/* 非激活slide：隐藏蓝底和信息面板 */
.sec-health__swiper .swiper-slide:not(.swiper-slide-active) .sec-health__main-bg,
.sec-health__swiper .swiper-slide:not(.swiper-slide-active) .sec-health__info-panel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 非激活slide：显示标题覆盖层 */
.sec-health__swiper .swiper-slide:not(.swiper-slide-active) .sec-health__video-overlay {
  opacity: 1;
  visibility: visible;
}

/* 非激活slide：图片整体加深遮罩 */
.sec-health__swiper .swiper-slide:not(.swiper-slide-active) .sec-health__main-img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 25, 60, 0.55);
  z-index: 2;
  transition: background 0.3s ease;
}

.sec-health__swiper .swiper-slide:not(.swiper-slide-active) .sec-health__card-main:hover .sec-health__main-img-wrap::after {
  background: rgba(0, 25, 60, 0.40);
}

/* 激活slide：显示蓝底和信息面板 */
.sec-health__swiper .swiper-slide-active .sec-health__main-bg,
.sec-health__swiper .swiper-slide-active .sec-health__info-panel {
  opacity: 1;
  visibility: visible;
}

/* 激活slide：隐藏标题覆盖层 */
.sec-health__swiper .swiper-slide-active .sec-health__video-overlay {
  opacity: 0;
  visibility: hidden;
}

/* ===== Video Overlay (非激活态标题覆盖层) ===== */
.sec-health__video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 0.65rem);
  transform: translateY(-50%);
  margin: 0 auto;
  width: 3.90rem;
  height: 0.80rem;
  background: rgba(255, 255, 255, 0.20);
  border: 1px solid rgba(255, 255, 255, 0.40);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  z-index: 5;
}

.sec-health__video-title {
  font-size: 0.36rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.40rem;
  letter-spacing: 0.065em;
  white-space: nowrap;
}

/* ===== Main Card ===== */
.sec-health__card-main {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transform: scale(0.88);
  transform-origin: center center;
  transition: transform 0.4s ease;
  align-items: center;
  justify-content: center;
}

/* 左侧卡片：缩小后向右平移，贴着中间卡片 */
.sec-health__swiper .swiper-slide-prev .sec-health__card-main {
  transform: translateX(3.1rem) scale(0.88);
}

/* 右侧卡片：缩小后向左平移，贴着中间卡片 */
.sec-health__swiper .swiper-slide-next .sec-health__card-main {
  transform: translateX(-3.35rem) scale(0.88);
  z-index:-1;
}

.sec-health__main-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 9.52rem;
  height: 6.8rem;
  background: #013f8f;
}
.sec-health__main-content {
  position: absolute;
  left: 0.84rem;
  top: 1.3rem;
  width: 9.72rem;
  height: 5.93rem;
}
.swiper-slide-active .sec-health__main-content {
  position: absolute;
  left: 0.84rem;
  top: 1.60rem;
  width: 9.72rem;
  height: 5.80rem;
}

.sec-health__main-img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 7.84rem;
  height: 100%;
  overflow: hidden;
}

.sec-health__main-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.sec-health__info-panel {
  position: absolute;
  left: 5.96rem;
  top: 0.35rem;
  width: 3.76rem;
  height: 4.50rem;
  overflow: hidden;
}

.sec-health__info-panel-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/sec_div_11.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec-health__info-content {
  position: absolute;
  left: 0.40rem;
  top: 0.20rem;
  width: 2.86rem;
  height: 2.62rem;
}

.sec-health__heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.54rem;
  height: 0.98rem;
}

.sec-health__number {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.67rem;
  height: 0.80rem;
  font-size: 0.80rem;
  font-family: 'Bebas', 'Bebas Neue', sans-serif;
  font-weight: 400;
  line-height: 0.80rem;
  letter-spacing: 0.0000em;
  color: #FF9153;
  opacity: 0.4;
}

.sec-health__title-wrap {
  position: absolute;
  left: 0.10rem;
  top: 0.40rem;
  width: 1.8rem;
  height: 0.58rem;
}

.sec-health__card-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8rem;
  height: 0.24rem;
  margin: 0;
  font-size: 0.24rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.3rem;
  letter-spacing: 0.0000em;
  transition: color 0.3s ease;
}

.sec-health__title-line {
  position: absolute;
  left: 0.02rem;
  top: 0.62rem;
  width: 0.32rem;
  height: 0.01rem;
  background: #d8d8d8;
}

.sec-health__desc {
  position: absolute;
  left: 0.10rem;
  top: 1.22rem;
  width: 2.76rem;
  height: 1.40rem;
  margin: 0;
  font-size: 0.16rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.28rem;
  letter-spacing: 0.0000em;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 1.40rem;
  opacity: 0.8;
}

.sec-health__more {
  position: absolute;
  left: 2.29rem;
  top: 3.84rem;
  width: 0.97rem;
  height: 0.24rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.sec-health__more-text {
  display: inline-block;
  width: 0.56rem;
  height: 0.14rem;
  font-size: 0.14rem;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.14rem;
  letter-spacing: 0.0000em;
  transition: color 0.3s ease;
}

.sec-health__more-arrow {
  display: block;
  width: 0.32rem;
  height: 0.24rem;
  margin-left: 0.09rem;
  transition: transform 0.3s ease;
}

/* ===== Navigation Arrows ===== */
.sec-health__prev,
.sec-health__next {
  position: absolute;
  top: 0.71rem;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.sec-health__prev {
  left: calc(66.8% - 0.54rem);
}

.sec-health__next {
  left: 66.8%;
}

.sec-health__prev-img,
.sec-health__next-img {
  display: block;
  width: 0.12rem;
  height: 0.18rem;
  margin: 0 auto;
}

.sec-health__nav-sep {
  position: absolute;
  top: 0.75rem;
  left: calc(66.8% - 0.2rem);
  width: 0.01rem;
  height: 0.12rem;
  background: #d8d8d8;
  z-index: 10;
}

/* ===== Hover (PC only, rule 118) ===== */
@media (min-width: 1025px) {
  .sec-health__card-main:hover .sec-health__main-img {
    transform: scale(1.03);
  }

  .sec-health__swiper .swiper-slide:not(.swiper-slide-active) .sec-health__card-main:hover .sec-health__video-overlay {
    background: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.60);
  }

 

  .sec-health__card-main:hover .sec-health__more-text {
    color: #fff;
    font-weight:700;
  }

  .sec-health__more:hover {
    transform: translateX(0.04rem);
  }

  .sec-health__more:hover .sec-health__more-text {
   color: #fff;
    font-weight:700;
  }

  .sec-health__more:hover .sec-health__more-arrow {
    transform: translateX(0.04rem);
  }

  .sec-health__prev:hover {
    opacity: 0.8;
    transform: translateX(-0.04rem);
    filter: brightness(1.3);
  }

  .sec-health__next:hover {
    opacity: 0.8;
    transform: translateX(0.04rem);
    filter: brightness(1.3);
  }
}

/* ===== Responsive: Mobile ===== */
@media (max-width: 1024px) {
  .sec-health {
    height: auto;
    padding: 0.40rem 0;
    margin-top: 0;
    background: #013f8f;
  }

  .sec-health__title {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.15rem;
    margin-bottom: 0.30rem;
    box-sizing: border-box;
    font-size: 0.32rem;
    line-height: 0.50rem;
    height: 0.50rem;
  }

  .sec-health__swiper {
    height: 100%;
    padding: 0 0.15rem;
    box-sizing: border-box;
  }

  .sec-health__swiper .swiper-wrapper {
    align-items: stretch;
  }

  .sec-health__slide {
    width: 100% !important;
    height: auto !important;
    opacity: 0;
  }
  .swiper-slide-active{
opacity:1;
  }

  .sec-health__card-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    transform: scale(1);
    position: relative;
    overflow: hidden;
  }

  .sec-health__main-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .sec-health__main-content {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: calc(100% - 0.84rem) !important;
    height: auto !important;
    z-index: 1;
    right: 0.84rem;
  }

  .sec-health__main-img-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
    margin: 0;
    overflow: hidden;
  }

  .sec-health__main-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .sec-health__info-panel {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .sec-health__info-panel-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fd5b01;
  }

  .sec-health__info-content {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0.20rem 0.15rem;
    box-sizing: border-box;
  }

  .sec-health__heading {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
    display: flex;
    align-items: center;
  }

  .sec-health__number {
    position: relative;
    width: auto;
    height: auto;
    font-size: 0.48rem;
    line-height: 0.48rem;
    margin-right: 0.15rem;
  }

  .sec-health__title-wrap {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .sec-health__card-title {
    position: relative;
    width: auto;
    font-size: 0.20rem;
    line-height: 0.30rem;
  }

  .sec-health__title-line {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0.06rem;
  }

  .sec-health__desc {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    font-size: 0.14rem;
    line-height: 0.24rem;
    -webkit-line-clamp: 4;
  }

  .sec-health__more {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    margin-top: 0.15rem;
    padding: 0 0.15rem 0.20rem;
  }

  /* 移动端：所有slide显示完整主内容，隐藏标题覆盖层 */
  .sec-health__swiper .swiper-slide .sec-health__main-bg,
  .sec-health__swiper .swiper-slide .sec-health__info-panel {
    opacity: 1;
    visibility: visible;
  }

  .sec-health__swiper .swiper-slide .sec-health__video-overlay {
    opacity: 0;
    visibility: hidden;
  }

  .sec-health__prev {
    /* display: none; */
    left: 0.09rem;
    top: 50%;
    /* background: #013f8fab; */
    height: 0.5rem;
    width: 0.5rem;
  }
 .sec-health__prev img{
}
  .sec-health__nav-sep {
    display: none;
  }

  .sec-health__next {
    right: 0.09rem;
    top: 50%;
    /* background: #ffffffab; */
    height: 0.5rem;
    width: 0.5rem;
    left: auto;
  }
}

/* ===== Footer Section ===== */

/* Divider - ::after pseudo element (R3 whitelist, rule 97) */

/* Hover (PC only, rule 118) */

/* ===== Responsive: Mobile ===== */

/* === 移动端统一堆叠规则（规则76 自动注入） === */