.bgmiddle2 {
  height: 800px;
}
.warnInfoBox {
  min-height: 1131px;
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  box-sizing: border-box;
  padding: 40px 60px;
}
.warnInfoBox .titleBox {
  box-sizing: border-box;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.warnInfoBox .titleBox .title {
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 30px;
}
.warnInfoBox .titleBox .timeBox {
  overflow: hidden;
  font-size: 17px;
  color: #666;
}
.warnInfoBox .titleBox .timeBox .time {
  float: left;
}
.warnInfoBox .titleBox .timeBox .name {
  float: right;
}
.warnInfoBox .articleBox {
  font-size: 22px;
}
.warnInfoBox .articleBox p {
  text-align: justify;
  line-height: 40px;
  margin: 10px 0;
}
.warnInfoBox .articleBox img {
  margin: 40px auto;
  display: block;
}
