.bgmiddle2 {
  height: 1047px;
}
.typhoonBox {
  box-sizing: border-box;
  padding: 10px 30px;
  margin-top: 30px;
}
.typhoonBox .typhoonInner {
  width: 1200px;
  height: 620px;
}
.typhoonBox .typhoonInner iframe {
  width: 100%;
  height: 100%;
}
.reportBox p.title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #3b8dd5;
  margin: 20px auto;
}
.reportBox .tableHead {
  height: 60px;
  line-height: 60px;
  background-color: #4a4a4a;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2px;
}
.reportBox .tableHead li {
  overflow: hidden;
}
.reportBox .tableHead li p {
  font-family: Microsoft YaHei;
  font-size: 19px;
  float: left;
  color: #19d1d3;
}
.reportBox .tableHead li p.cont {
  font-weight: bold;
}
.reportBox .tableBox {
  width: 100%;
  height: 500px;
  background: linear-gradient(90deg, #516689 0%, #484b4b 100%);
  margin-bottom: 60px;
  box-sizing: border-box;
  padding: 20px 30px;
}
.reportBox .tableBox ul {
  margin-bottom: 20px;
  overflow: hidden;
}
.reportBox .tableBox ul li {
  width: 33%;
  height: 30px;
  float: left;
}
.reportBox .tableBox ul li p {
  float: left;
  height: 30px;
  line-height: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
}
.reportBox .tableBox ul li .name {
  color: #6fb8d3;
  width: 130px;
}
.reportBox .tableBox ul li .cont {
  color: #c3e4ef;
  font-size: 18px;
}
.reportBox .tableBox .contBox p {
  color: #fff;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 20px;
}
