a {
  font-size: 16px;
}
.news-list ul li,
.two-cols ul li,
.voice-section ul li {
  position: relative;
}
.news-list ul li a,
.two-cols ul li a,
.voice-section ul li a {
  padding-left: 25px;
  padding-right: 50px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.news-list ul li::before,
.two-cols ul li::before,
.voice-section ul li::before {
  content: "";
  float: left;
  width: 6px;
  height: 6px;
  margin-top: 18px;
  margin-right: 10px;
  border-radius: 50%;
  background: #61b3fb;
}
/* ========== 专题头部 ========== */
.zyjy-header {
  position: relative;
  background: url(../images/zyjyhdz/headerbg.png) no-repeat center top;
  background-size: 100% 100%;
  text-align: center;
}
.zyjy-header .zt-logo{
  position:absolute;
  top:10px;
  left:calc(50% - 600px);
}
.zyjy-header .banner-img {
  display: block;
  margin: 0 auto;
  padding: 85px 0;
  max-width: 100%;
}

/* ========== 区块标题 ========== */
.sec-title {
  height: 44px;
  line-height: 44px;
  margin-bottom: 44px;
}
.sec-title .tit {
  float: left;
  width: calc((1130 / 1200) * 100%);
}
.two-cols .sec-title .tit {
  width: calc((526 / 585) * 100%);
  height: 44px;
}
.sec-title .tit img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-title .more {
  float: right;
  line-height: 44px;
  color: #0b6ed3;
  font-size: 16px;
}

/* ========== 活动动态 ========== */
.activity-news {
  margin-bottom: 50px;
}
.activity-news .news-content {
  display: flex;
  gap: 28px;
}

/* 左侧轮播图 */
.activity-news .carousel-wrap {
  width: 585px;
  height: 350px;
  flex-shrink: 0;
}
.carousel-wrap .swiper-container {
  width: 100%;
  height: 100%;
}
.carousel-wrap .swiper-slide {
  position: relative;
}
.carousel-wrap .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-wrap .swiper-slide .slide-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 49px;
  line-height: 49px;
  padding-left: 40px;
  padding-right: 115px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
/* Swiper 分页器 */
.carousel-wrap .swiper-pagination {
  bottom: 16px !important;
  text-align: right;
  width: fit-content;
}
.carousel-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  margin: 0 4px;
}
.carousel-wrap .swiper-pagination-bullet-active {
  background: #fff;
  width: 26px;
  border-radius: 5px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  right: 35px !important;
  left: auto;
}
/* 右侧新闻列表 */
.activity-news .news-list {
  flex: 1;
  min-width: 0;
}
.news-list ul li {
  overflow: hidden;
  height: 43px;
  line-height: 43px;
}
.news-list ul li a {
  position: relative;
}
.news-list ul li .date {
  float: right;
  margin-top: -42px;
  color: #999;
}

/* ========== 政策文件 + 发展成果（并排两栏）========== */
.two-cols {
  display: flex;
  gap: 30px;
  margin-bottom: 47px;
}
.two-cols .col {
  flex: 1;
  min-width: 0;
}
.two-cols .sec-title {
}
.two-cols ul li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.two-cols ul li .date {
  float: right;
  margin-top: -40px;
  color: #999;
}

/* ========== 职教声音（单独一栏）========== */
.voice-section {
  margin-bottom: 70px;
}
.voice-section ul {
  overflow: hidden;
}
.voice-section ul li {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  box-sizing: border-box;
}

.voice-section ul li .date {
  float: right;
  margin-top: -40px;
  color: #999;
}

/* ========== 响应式 ========== */
@media screen and (max-width: 992px) {
  .main {
    width: 100%;
    padding: 15px 1%;
    box-sizing: border-box;
  }
  .two-cols .sec-title .tit {
    height: 35px;
  }
  .sec-title .more {
    line-height: 36px;
  }
}
/* ========== 768px 响应式 ========== */
@media screen and (max-width: 768px) {
  .zyjy-header .zt-logo{
    left:20px;
  }
  .zyjy-header .banner-img {
    padding: 80px 0 10px;
    width: 80%;
  }
  .sec-title {
    height: 36px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .sec-title .tit {
    width: 90%;
  }
  .two-cols .sec-title .tit {
    width: 80%;
    height: 35px;
  }
  .two-cols .sec-title .tit img {
    height: 27px;
    object-fit: contain;
  }
  .sec-title .more {
    line-height: 36px;
  }
  .activity-news .news-content {
    flex-direction: column;
    gap: 15px;
  }
  .activity-news .carousel-wrap {
    width: 100%;
    height: auto;
  }
  .carousel-wrap .swiper-container {
    width: 100%;
    height: auto;
  }
  .carousel-wrap .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 585 / 350;
  }
  .carousel-wrap .swiper-slide .slide-title {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 90px;
    font-size: 14px;
  }
  .news-list ul li {
    height: 38px;
    line-height: 38px;
  }
  .news-list ul li a {
    padding-left: 25px;
  }
  .two-cols {
    flex-direction: column;
    gap: 15px;
  }
  .voice-section ul li {
    float: none;
    width: 100%;
  }
}

/* ========== 432px 响应式 ========== */
@media screen and (max-width: 432px) {
  .zyjy-header .zt-logo{
    left:10px;
    width:70%;
  }
  .zyjy-header .banner-img {
    padding: 65px 5% 10px;
    width: 90%;
  }
  .sec-title {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .sec-title .tit {
    width: 85%;
  }
  .sec-title .tit img {
    height: 25px;
    object-fit: cover;
  }
  .sec-title .more {
    line-height: 28px;
    font-size: 14px;
  }
  .carousel-wrap .swiper-slide .slide-title {
    height: 36px;
    line-height: 36px;
    padding-left: 12px;
    padding-right: 70px;
    font-size: 13px;
  }
  .news-list ul li {
    height: 36px;
    line-height: 36px;
  }
  .news-list ul li a {
    padding-left: 20px;
    font-size: 14px;
  }
  .activity-news {
    margin-bottom: 20px;
  }
  .two-cols {
    margin-bottom: 20px;
  }
  .two-cols ul li {
    height: 36px;
    line-height: 36px;
  }
  .two-cols ul li a {
    font-size: 14px;
  }
  .two-cols .sec-title .tit {
    height: 25px;
  }
  .voice-section {
    margin-bottom: 30px;
  }
  .voice-section ul li {
    height: 36px;
    line-height: 36px;
  }
  .voice-section ul li a {
    font-size: 14px;
  }
  .news-list ul li .date,
  .two-cols ul li .date,
  .voice-section ul li .date {
    margin-top: -36px;
  }
  .news-list ul li a,
  .two-cols ul li a,
  .voice-section ul li a {
    padding-left: 0;
  }
  .carousel-wrap .swiper-pagination {
    bottom: 10px !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    right: 8px !important;
  }
  .carousel-wrap .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .news-list ul li::before,
  .two-cols ul li::before,
  .voice-section ul li::before {
    width: 4px;
    height: 4px;
  }
}
