* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Source Han Sans CN', 'Microsoft YaHei', Arial, sans-serif;
  background-color: #fff;
  color: #333;
}
html {
  -ms-overflow-style: none; /* IE10+ */
  scrollbar-width: none; /* Firefox */
}
body::-webkit-scrollbar {
  display: none; /* Chrome/Safari/Edge */
}
header {
  /* background: #1ab394 url('banner.png') no-repeat center top; */
  background-size: cover;
  text-align: center;
}

header img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 10px;
}

.section-group {
  zoom: 1;
  margin-bottom: 40px;
}
.section-group:before,
.section-group:after {
  content: '';
  display: table;
  clear: both;
}

.section {
  float: left;
  width: 48%;
  margin: 1%;
  min-width: 300px;
}

.infopng-swiper {
  width: 100%;
  height: 412px;
  border-radius: 4px;
  overflow: hidden;
}

.infopng-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section h2 {
  font-size: 24px;
  padding-left: 42px;
  height: 57px;
  line-height: 57px;
  /* background: url('./img/titlebg.png') no-repeat; */
  background: url('../img/titlebg.png') no-repeat;
  background-size: 580px 57px;
  color: #088691;
  border-bottom: 2px solid #1ab394;
  margin-bottom: 10px;
}

.section .more {
  float: right;
  margin-right: 10px;
  font-size: 16px;
}

.section .more a {
  color: #088691;
  text-decoration: none;
}

.section ul {
  list-style: none;
}

.section li {
  font-size: 16px;
  margin-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ddd;
  cursor: pointer;
}

.section li:hover span,
.section li:hover .titledata {
  color: #088691;
  font-weight: 800;
}

.section li a {
  color: #333;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.titledata {
  color: #999;
}

/* 新增：中间图片展示区域 */
.image-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 10px;
}

.three-images {
  zoom: 1;
  margin-bottom: 20px;
}
.three-images:before,
.three-images:after {
  content: '';
  display: table;
  clear: both;
}
.img-box {
  float: left;
  width: 32.3%;
  margin-right: 1.5%;
  height: 100px;
}
.img-box:last-child {
  margin-right: 0;
}
.img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
}
.full-image img {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  display: block;
}

footer {
  background-color: #0f6a73;
  color: #fff;
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
  padding-bottom: 10px;
}

footer img {
  margin: 30px 0 10px;
}
.swiper-slide {
  position: relative;
  overflow: hidden;
}

/* 标签文字靠左 */
.slide-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: left; /* 改成左对齐 */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}

/* 分页右下角 */
.infopng-swiper .swiper-pagination {
  position: absolute;
  bottom: 6px;
  right: 10px;
  left: auto; /* 取消默认居中 */
  width: auto; /* 自适应宽度 */
  text-align: right;
  z-index: 10;
}

/* 让分页圆点颜色和大小正常 */
.infopng-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.infopng-swiper .swiper-pagination-bullet-active {
  background: #fff;
}
.infopng-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6); /* 默认圆点颜色 */
  opacity: 1;
}

.infopng-swiper .swiper-pagination-bullet-active {
  background: #1abc9c; /* 主题绿色圆点 */
}



/* 响应式 */
@media screen and (max-width: 800px) {
  .section {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }

  .infopng-swiper {
    width: 100%;
    height: 212px;
    border-radius: 4px;
    overflow: hidden;
  }
  .img-box {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .three-images {
    display: block;
  }

  .section h2 {
    font-size: 18px;
    padding-left: 32px;
    background-size: 400px 50px;
  }

  .section .more {
    font-size: 14px;
  }

  .section li {
    font-size: 14px;
  }
}
