.zxjj {
  float: left;
  width: 100%;
}
.zxjj .imsbox {
  float: left;
  width: 100%;
}
.zxjj .imsbox .imsbox-contain {
  position: relative;
  float: left;
  width: 20%;
}
.zxjj .imsbox .imsbox-contain img {
  width: 92%;
}
.zxjj .imsbox .imsbox-contain h5 {
  position: absolute;
  bottom: 0;
  width: 92%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zxjj p {
  float: left;
  width: 100%;
  margin-top: 53px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  line-height: 36px;
  text-indent: 2em;
}
@media screen and (max-width: 1600px) {
  .zxjj p {
    margin-top: 43px;
  }
}
@media screen and (max-width: 1000px) {
  .zxjj {
    float: left;
    width: 100%;
  }
  .zxjj .imsbox {
    float: left;
    width: 100%;
  }
  .zxjj .imsbox .imsbox-contain {
    position: relative;
    float: left;
    width: 33%;
    margin-top: 10px;
  }
}
