* {
  margin: 0px;
  padding: 0px;
}
.environmental-protection {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding-bottom: 30px;
}
.environmental-protection-slider {
  width: 100%;
  height: 440px;
  background-image: ;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.environmental-protection-slider .environmental-protection-title {
  padding-top: 175px;
}

h4 {
  font-size: 28px;
  font-family: pingfangsc-semibold, pingfang sc;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  margin-top: 32px;
  text-align: center;
}
hr {
  width: 35px;
  height: 5px;
  background: rgba(45, 122, 219, 1);
  border-radius: 3px;
  margin: 13px auto;
}
.environmental-protection-article {
  width: 1200px;
  height: auto;
  margin: 0px auto;
}
.environmental-protection-article .environmental-protection-items {
  width: 100%;
  padding-bottom: 30px;
}
.environmental-protection-items ul {
  margin-left: 30px;
  margin-top: 35px;
}
.environmental-protection-items ul a li {
  height: 75px;
  line-height: 75px;
  border-top: 1px solid #ffe5e5e5;
  color: rgba(45, 122, 219, 1);
  list-style: disc !important;
}
.environmental-protection-items ul a li span {
  display: block;
  float: left;
  font-size: 24px;
  font-family: pingfangsc-regular, pingfang sc;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.environmental-protection-items ul a li span:hover {
  cursor: pointer;
  color: #2d7adb;
}
.environmental-protection-items ul a li span:last-child {
  float: right;
  margin-right: 5px;
  font-size: 22px;
  font-family: pingfangsc-regular, pingfang sc;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.pages {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  margin-bottom: 50px;
}
.pages ul {
  width: 300px;
  height: auto;
  margin: 0px auto;
}
.pages ul li {
  float: left;
  width: 35px;
  height: 35px;
  background: rgba(245, 245, 245, 1);
  border-radius: 2px;
  margin-right: 9px;
  line-height: 35px;
  text-align: center;
}
.disabled {
  background: rgba(45, 122, 219, 1) !important;
}
.disabled .page-link {
  color: white !important;
}
.page-link {
  color: #999999;
}
