@charset "UTF-8";
/**!
* 生态环境
* date: 2024-05-10
* author: wangkai;
*/
body {
  background: #f8f8f9;
}

.com-header .header {
  margin-bottom: 0;
}

.banner {
  padding-top: 134px;
  height: 450px;
  text-align: center;
  background: url("../images/ecological/banner.jpg") center top no-repeat;
}
.banner img {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 979px) {
  .banner {
    padding-top: 0;
    height: auto;
    background: none;
  }
}
.main {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 16px 30px 30px;
  border-radius: 4px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.03);
  background: #fff;
}

.column {
  height: 60px;
  border-bottom: 1px solid #e3e3e3;
}
.column-tt {
  float: left;
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.column-tt::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -3px;
  height: 3px;
  background: #47b368;
}
.column-more {
  float: right;
  margin-top: 16px;
  padding-right: 16px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #999;
  background: url("../images/ecological/more_ico.png") right center no-repeat;
}

.info-box {
  padding: 21px 0 38px 0;
}
.info-list {
  margin: 0 -7px 0 -8px;
}
.info-node {
  margin-top: 4px;
}
.info-node:first-child {
  margin-top: 0;
}
.info-item {
  display: flex;
  padding: 0 7px 0 29px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  background: url("../images/ecological/list_ico.png") 8px center no-repeat;
  overflow: hidden;
}
.info-item:hover {
  background-color: #edf7f0;
}
.info-item:hover .info-title,
.info-item:hover .info-date {
  color: #47b368;
}
.info-title {
  flex: 1;
  width: 0;
  padding-right: 30px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.info-date {
  color: #999;
}

.work-slider {
  float: left;
  margin-top: 30px;
  width: 455px;
  height: 262px;
}
.work-slider .item {
  display: block;
  height: 262px;
}
.work-slider .item img {
  display: block;
  width: 100%;
  height: 262px;
}
.work-intro {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.5);
}
.work-intro > p {
  padding: 0 10px;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.work .info-box {
  float: left;
  margin-left: 30px;
  width: calc(100% - 455px - 30px);
}

.inspection {
  margin-top: 28px;
}
.inspection-node {
  float: left;
  margin-left: 24px;
  padding-top: 170px;
  width: calc((100% - 72px) / 4);
  height: 268px;
  background-color: #f9fafa;
  background-position: center 36px;
  background-repeat: no-repeat;
  text-align: center;
}
.inspection-node:nth-child(1) {
  margin-left: 0;
  background-image: url("../images/ecological/inspection_icon1.png");
}
.inspection-node:nth-child(2) {
  background-image: url("../images/ecological/inspection_icon2.png");
}
.inspection-node:nth-child(3) {
  background-image: url("../images/ecological/inspection_icon3.png");
}
.inspection-node:nth-child(4) {
  background-image: url("../images/ecological/inspection_icon4.png");
}
.inspection-name {
  line-height: 26px;
  font-size: 22px;
  font-weight: bold;
}
.inspection-remind {
  margin-top: 12px;
  line-height: 20px;
  font-size: 16px;
  color: #777;
}
.inspection-tips {
  margin-top: 27px;
  padding: 18px 22px;
  background: #F9FAFA;
  line-height: 24px;
  font-size: 16px;
  color: #555;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 1200px) {
  .inspection {
    margin-top: 0;
    padding-top: 4px;
  }
  .inspection-node {
    width: calc((100% - 24px) / 2);
    margin-top: 24px;
  }
  .inspection-node:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  .work-slider {
    width: 100%;
    height: auto;
  }
  .work-slider .item {
    height: auto;
  }
  .work-slider .item img {
    height: auto;
  }
  .work .info-box {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 10px 10px 20px;
  }
  .info-box {
    padding: 20px 0;
  }
  .info-list {
    margin: 0;
  }
  .column-tt {
    font-size: 24px;
  }
  .info-item,
  .column-more,
  .work-intro > p {
    font-size: 16px;
  }
  .inspection-node {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }
}