* {
  padding: 0;
  margin: 0;
}
.clear::after {
  display: block;
  clear: both;
  content: "";
}
.centerpage1 {
  width: 1200px;
  margin: 0 auto;
}
.whiteboxbg {
  background-color: #FFFFFF;
  margin-top: 20px;
  padding: 30px 20px;
}
.con_left {
  float: left;
  width: 72%;
}
.con_left h2 {
  background-color: #1565ab;
  height: 80px;
  line-height: 80px;
  color: #fff;
  padding-left: 50px;
  font-size: 20px;
}
.con_left h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.con_left .y_bg {
  display: inline-block;
  background-color: #fde54c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}
.contentbox {
  background: #f4f5f7;
}
.enterprise_table {
  width: 90%;
  margin: 0 auto;
}
.enterprise_table th {
  background-color: #eff4fb;
  padding: 12px 20px;
  min-width: 50px;
  font-weight: 400;
  text-align: center;
}
.enterprise_table td {
  padding: 10px 20px;
  border-bottom: 1px solid #efefef;
  text-align: center;
  font-size: 14px;
}
.enterprise_table th:nth-of-type(1) {
  text-align: left;
}
.enterprise_table td:nth-of-type(1) {
  text-align: left;
}
.report_list {
  width: 90%;
  margin: 0 auto;
}
.report_list h4 {
  padding: 12px 20px;
  background-color: #eff4fb;
}
.report_list ul {
  width: 745px;
  margin-bottom: 30px;
  border-left: 1px solid #efefef;
  overflow: hidden;
}
.report_list li {
  list-style: none;
  float: left;
  width: 33%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  overflow: hidden;
}
.report_list li a {
  text-decoration: none;
  display: block;
  color: #000;
}
.report_list li a:hover {
  color: #00407d;
  text-decoration: underline;
}
.con_right {
  float: right;
  width: 26%;
  padding-top: 30px;
}
.con_right dt {
  font-weight: bold;
  border-bottom: 1px solid #efefef;
  padding: 0px 0px 10px 20px;
}
.con_right dd {
  font-size: 14px;
  line-height: 35px;
}
.con_right dd a {
  text-decoration: none;
  color: #000000;
}
.con_right dd a:hover {
  color: #00407d;
  text-decoration: underline;
}
.con_right dl .num_top {
  display: inline-block;
  color: #a09d9d;
  width: 30px;
  text-align: center;
  font-size: 13px;
}
.con_right dd:nth-of-type(1) .num_top {
  color: #FFFFFF;
  background: url(../img/rank1.jpg) center 10px no-repeat;
}
.con_right dd:nth-of-type(2) .num_top {
  color: #FFFFFF;
  background: url(../img/rank2.jpg) center 10px no-repeat;
}
.con_right dd:nth-of-type(3) .num_top {
  color: #FFFFFF;
  background: url(../img/rank3.jpg) center 10px no-repeat;
}
.dingwei {
  font-size: 14px;
  margin: 20px 0px 10px 0px;
}
