.ctn {
  padding: 8vw 0;
  background: #f8f8f8;
}
.ctn .text {
  width: 850px;
  background: #fff;
  padding: 4vw;
  position: relative;
  max-width: 100%;
}
.ctn .text:before {
  content: '';
  width: 70px;
  height: 67px;
  background: url(/static/img/develop/sign.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 5vw;
  top: 3vw;
  display: none;
}
.ctn .text h2 {
  color: #000;
}
.ctn .text .txt {
  margin-top: 2vw;
  color: #777;
  line-height: 1.6;
  text-align: justify;
}
.ctn .text .txt p strong {
  font-weight: normal;
  font-family: AlibabaPuHuiTiB;
  display: block;
  margin: 14px 0 10px;
}
.ctn .text h3 {
  color: #777;
  text-align: right;
  margin-top: 2vw;
}
.ctn .text h4 {
  color: #777;
  text-align: right;
  margin-top: 1vw;
}
.ctn .tu {
  width: 52%;
  float: right;
  margin-top: -20%;
}
.ctn .tu img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .ctn .text {
    width: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .ctn .text {
    width: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .ctn .text {
    width: 640px;
  }
  .ctn .text:before {
    width: 50px;
    height: 57px;
  }
}
@media screen and (max-width: 768px) {
  .ctn {
    padding: 40px 0;
  }
  .ctn .text {
    padding: 30px 20px;
  }
  .ctn .text:before {
    width: 32px;
    height: 37px;
    right: 20px;
    top: 30px;
  }
  .ctn .text .txt {
    margin-top: 20px;
  }
  .ctn .text h3 {
    margin-top: 20px;
  }
  .ctn .text h4 {
    margin-top: 10px;
  }
  .ctn .tu {
    width: 100%;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=develop_environmental_policy.css.map */
<!--ºÄÊ±1787056071.007Ãë-->