/* 政民互动补增 */
.zmhd-stats-box {
  font-size: 0;
  overflow: hidden;
}
.zmhd-stats-box > li {
  display: inline-block;
  font-size: 18px;
  width: 32%;
  height: 150px;
  line-height: 90px;
  background: #f8fafc;
  /* border: 1px solid #e7e9ed; */
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-left: 1%;
  margin-bottom: 18px;
}
.zmhd-stats-box > li:not(:first-child) {
  margin-left: 0.8%;
}.zmhd-stats-box > li:nth-child(4),.zmhd-stats-box > li:nth-child(5),.zmhd-stats-box > li:nth-child(6){
  margin-bottom:0;
}
.zmhd-stats-box > li i {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: -38%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.zmhd-stats-box > li i img {
  /* width: 100%; */
  height: 100%;
  vertical-align: top;
}
.zmhd-stats-box > li dl {
  position: absolute;
  left: 0;
  top: 0;
  right: -22%;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50px;
  text-align: center;
}
.zmhd-stats-box > li dl dt {
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  color: #29528b;
  font-weight: bold;
}
.zmhd-stats-box > li dl dd {
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  color: #7e9dbc;
}
.zmhd-stats-box > li:hover {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.05);
}
