body {
  margin: 0;
}
.container {
  width: 100%;
  padding: 0;
}
.banner img {
  width: 100%;
}
.content {
  margin: 44px auto;
}
.ztgk-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ztgk-box .left {
  width: 60%;
}
.ztgk-box .left p {
  text-indent: 2em;
  line-height: 28px;
}
.ztgk-box .right {
  width: 40%;
}
.ztgk-box .right img {
  width: 100%;
  text-align: center;
}
.yzc-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 1300px;
  margin: 24px auto;
}
.box-title {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-right: 10px;
  background-color: #ccf7c8;
  border-left: 5px solid #1f9537;
}
.box-title h2 {
  color: #1f9537;
  margin-left: 20px;
}
.box-title a {
  color: #1f9537;
}
.yzc-box-item {
  width: 49%;
}
.yzc-box-item ul {
  list-style: none;
  padding: 0;
}
.yzc-box-item ul li {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 6px 0px;
  border-bottom: 1px solid rgb(238, 238, 238);
  font-size: 16px;
}
.yzc-box-item ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #404040;
  left: 0;
  top: 22px;
}
.yzc-box-item ul li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  color: rgb(0, 0, 0);
  padding-left: 16px;
}

.s-banner {
  width: 1300px;
  margin: 24px auto;
}
.s-banner img {
  width: 100%;
}
.last-box {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 320px;
}
.last-box-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /* 此处为毛玻璃效果的背景设置 */
  background-image: url("./yzc-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.18; /* 调整透明度 */
}
.box-3 .yzc-box-item {
  margin-top: 24px;
  margin-bottom: 24px;
}
.img-title-box img {
  width: 100%;
}
.swiper {
  margin: 0 auto;
  width: 1300px;
  height: 440px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #1f9439;
}

.swiper-slide a {
  width: 100%;
}

.swiper-slide a img {
  width: 100%;
  height: 360px;
}
@media (max-width: 768px) {
  .yzc-box {
    width: 100%;
    flex-wrap: wrap;
  }
  .yzc-box-item {
    width: 100%;
  }
  .s-banner {
    width: 100%;
  }
  .yzc-box-item ul li::before {
    left: 6px;
  }
  .yzc-box-item ul li a {
    width: 100%;
    padding-left: 18px;
  }
  .ztgk-box {
    flex-wrap: wrap;
  }
  .ztgk-box .left,
  .ztgk-box .right {
    width: 100%;
  }
  .ztgk-box .right {
    text-align: center;
  }
  .ztgk-box .right img {
    width: 92%;
    margin: 12px auto;
  }
  .swiper {
    margin: 0 auto;
    width: 100%;
    height: 180px;
  }
  .swiper-slide a img {
    width: 100%;
    height: 146px;
  }
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #1f9439 !important;
  }

  .swiper-pagination {
    bottom: 0 !important;
  }
}
