body {
  background: url(../images/body_bg.png) no-repeat #e4f1e4;
}

.logo {
  width: 360px;
  margin-top: 17px;
  margin-left: 20px;
}

.text {
  margin-top: 67px;
  margin-left: 67px;
}

.czsc {
  padding: 50px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 1);
  border: 2px solid rgba(0, 154, 68, 1);
  margin-top: 200px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 50px;
  color: rgba(56, 56, 56, 1);
}

.czscimg {
  margin-top: 50px;
}

.gzdt {
  border-radius: 20px;
  background: rgba(255, 255, 255, 1);
  margin-top: 72px;
  border: 2px solid rgba(0, 154, 68, 1);
  padding: 87px 30px 50px;
  position: relative;
}

.gzdt_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gzdt_box li {
  width: 48%;
  position: relative;
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.gzdt_box li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: rgba(255, 141, 26, 1);
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius: 50%;
}

.gzdt_box li:nth-child(1),
.gzdt_box li:nth-child(2) {
  margin-top: 0;
}

.gzdt_title a {
  background: url(../images/gzdt_title.png) no-repeat center;
  display: block;
  height: 86px;
  position: absolute;
  width: 100%;
  top: -45px;
}

.wtjd_title a {
  background: url(../images/wtjd_bg.png) no-repeat center;
  display: block;
  height: 86px;
  position: absolute;
  width: 100%;
  top: -45px;
}

.xgsp_title a {
  background: url(../images/xgsp_title.png) no-repeat center;
  display: block;
  height: 86px;
  position: absolute;
  width: 100%;
  top: -45px;
}

.litop {
  height: 60px;
  opacity: 1;
  border-radius: 100px 10px 0px 100px;
  background: rgba(228, 241, 228, 1);
  line-height: 60px;
  display: flex;
}

.litop a {
  font-size: 20px;
  font-weight: 700;

  color: rgba(32, 101, 51, 1);
}

.litop img {
  margin-right: 45px;
}

.linr {
  border-radius: 10px;
  background: linear-gradient(
    360deg,
    rgba(255, 239, 186, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 32px 105px;
}

.wtjd_box li {
  margin-top: 30px;
}

.wtjd_box li:first-child {
  margin-top: 0px;
}

.swiper-slide span {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}

.time {
  font-size: 20px;

  color: rgba(128, 128, 128, 1);
}

.gzdt_box li a {
  width: 80%;
}

.swiper-wrapper {
  overflow: hidden;
}
.swiper-slide img {
    height: 247px;
}
@media (max-width: 1500px) {
  .gzdt_box li a {
    width: 75%;
  }
}

@media (max-width: 1280px) {
  .gzdt_box li {
    width: 100%;
  }

  .gzdt_box li:nth-child(2) {
    margin-top: 36px;
  }

  .gzdt_box li {
    margin-top: 36px;
  }

  .czsc p {
    padding-left: 0 !important;
  }
}

@media (max-width: 1280px) {
  .gzdt_box li a {
    width: 63%;
  }

  .logo {
    width: 200px;
    margin-top: 17px;
    margin-left: 10px;
  }

  .text {
    margin-top: 67px;
    margin-left: 21px;
  }

  .czsc {
    padding: 29px 30px;
  }

  .gzdt_title a,
  .wtjd_title a,
  .xgsp_title a {
    left: 0;
  }

  .gzdt {
    padding: 87px 6px 50px;
  }

  .litop img {
    margin-right: 7px;
  }

  .linr {
    padding: 32px 21px;
  }
.swiper-slide img {
    height: auto;
}
}
