.reportview {
  /*清除浮动*/
}
.reportview .clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.reportview .clearfix {
  zoom: 1;
  /*为了兼容IE8*/
}
.reportview .iframe1 {
  display: none;
}
.reportview .container {
  margin-top: 10px;
}
.reportview .container .titleLine {
  display: inline-block;
  font-size: 16px;
  padding: 4px 0;
  color: #a7308a;
  font-weight: bold;
  padding-right: 40px;
  border-bottom: 1px solid #a7308a;
}
.reportview .container .content {
  padding: 50px 0;
}
.reportview .container .content li {
  float: left;
  width: 20%;
  margin-bottom: 22px;
}
.reportview .container .content li a {
  color: #2db7f5;
  display: block;
  text-align: center;
  width: 86%;
  height: 90px;
  padding: 30px 5%;
  font-size: 18px;
  margin: 0 auto;
  border: 1px solid #2db7f5;
}

