@charset "utf-8";

/* ===== 建设成效区域 ===== */
.achievement-section {
  padding: 0.5rem 0;
  background: #fff;
}

.achievement-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 4.04rem;
}

.achievement-row > *:not(:last-child) {
  margin-right: 0.25rem;
}

/* 左侧轮播 */
.achievement-banner {
  width: 6rem;
  height: 100%;
  position: relative;
  flex-shrink: 0;
}

.banner-swiper,
.banner-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner-swiper {
  position: relative;
}

.banner-swiper .swiper-slide {
  position: relative;
}

.slide-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-content > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* 轮播图占位样式 */
.banner-img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/* 轮播底部信息条 */
.banner-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.5rem;
  display: flex;
  align-items: stretch;
  z-index: 10;
}

/* 蓝色日期方块 */
.banner-date {
  width: 0.6rem;
  height: 0.6rem;
  background: #0066cc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  bottom: 0.1rem;
}

.banner-date .day {
  font-size: 0.20rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.02rem;
}

.banner-date .ym {
  font-size: 0.12rem;
  color: #fff;
  line-height: 1;
  margin-top: 0.02rem;
}

/* 透明背景新闻标题 */
.banner-news {
  flex: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.15rem;
}

.banner-news a {
  font-size: 0.16rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

/* 轮播圆点控制器 */
.banner-swiper .swiper-pagination {
  position: absolute;
  right: 0.15rem;
  bottom: 0;
  width: auto !important;
  left: auto !important;
  display: flex;
  align-items: center;
  height: 0.5rem;
  gap: 0.08rem;
  z-index: 11;
}

.banner-swiper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.banner-swiper .swiper-pagination-bullet-active {
  background: #fff;
  width: 0.2rem;
  border-radius: 0.04rem;
}

/* 右侧新闻 */
.achievement-news {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* ===== 双列新闻区域（通用） ===== */
.double-news-section {
  padding: 0.3rem 0;
}

.double-news-section.bg-light {
  background: url('../img/bj.png') no-repeat left top;
  background-size: cover;
  background-position: center;
  position: relative;
}




.double-news-section.bg-white {
  background: #fff;
}

.news-double-row {
  display: flex;
  position: relative;
  z-index: 1;
}

.news-double-row > *:not(:last-child) {
  margin-right: 0.3rem;
}

.news-block {
  flex: 1;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.2rem 0rem;
  border-radius: 0;
}

.double-news-section.bg-light .news-block {
  background: transparent;
}

/* ===== 区域标题 ===== */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.13rem;
  background: url('../img/listicon.png') no-repeat left center;
  background-size: 100% 100%;
  width: 5.90rem;
  height: 0.5rem;
}

.section-title {
  width: 1.35rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.20rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
  position: relative;
  text-align: center;
}


.more-link {
  font-size: 0.14rem;
  color: #000;
  transition: all 0.3s ease;
}

.more-link:hover {
  color: #0066cc;
}

/* ===== 新闻列表 ===== */
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  border-bottom: 1px solid #f0f0f0;
}

.news-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.32rem 0;
  transition: all 0.3s ease;
}

.news-list li a:hover {
  color: #0066cc;
}

.news-list li a:hover .news-text {
  color: #0066cc;
}

.news-text {
  flex: 1;
  font-size: 0.16rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.15rem;
  transition: all 0.3s ease;
}

.news-date {
  font-size: 0.16rem;
  color: #000;
  flex-shrink: 0;
}

/* ===== 响应式 ===== */

@media (max-width: 800px) {
  /* 建设成效区域 — 紧凑间距 */
  .achievement-section {
    padding: 0.15rem 0;
  }

  .achievement-row {
    flex-direction: column;
    height: auto;
  }

  .achievement-row > *:not(:last-child) {
    margin-right: 0;
  }

  /* 轮播 16:9 比例 */
  .achievement-banner {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
    position: relative;
    margin-bottom: 0.15rem;
  }

  .banner-swiper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
  }

  .banner-swiper .swiper-wrapper,
  .banner-swiper .swiper-slide {
    height: 100%;
  }

  .slide-content,
  .slide-content > a,
  .banner-img {
    height: 100%;
  }

  .banner-info {
    height: 0.4rem;
  }

  .banner-date {
    display: none;
  }

  .banner-news {
    flex: 1;
  }

  .banner-news a {
    font-size: 0.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block;
  }

  .banner-swiper .swiper-pagination {
    display: none;
  }

  .banner-swiper .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
  }

  .banner-swiper .swiper-pagination-bullet-active {
    width: 0.15rem;
  }

  /* 右侧新闻 */
  .achievement-news {
    width: 100%;
  }

  /* 区域标题 — 紧凑间距 */
  .section-header {
    width: 100%;
    height: 0.35rem;
    margin-bottom: 0.08rem;
  }

  .section-title {
    width: 0.8rem;
    height: 0.35rem;
    font-size: 0.14rem;
  }

  /* 新闻列表 — 紧凑间距 */
  .news-list li a {
    padding: 0.12rem 0;
  }

  .news-text {
    font-size: 0.14rem;
    padding-right: 0.1rem;
  }

  .news-date {
    font-size: 0.12rem;
  }

  /* 双列新闻区域 — 紧凑间距 */
  .double-news-section {
    padding: 0.15rem 0;
  }

  .news-double-row {
    flex-direction: column;
  }

  .news-double-row > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.15rem;
  }

  .news-block {
    width: 100%;
    padding: 0.1rem 0;
  }

  .more-link {
    font-size: 0.12rem;
  }
}
