header {
  background-color: #0F6FB8;
  color: #fff;
  min-height: 626px;
}

.content {
  height: 1305px;
}
.content .container {
  height: 100%;
  display: flex;
  justify-content: center;
}
.report-main-left {
  width: 330px;
  background-color: #F7F7F7;
}

.report-main-left ul {
  width: 330px;
  color: #324159;
}

.report-main-left ul li {
  height: 83px;
  margin: 0 auto;
  text-align: center;
  line-height: 83px;
  font-size: 20px;
  font-weight: 400;
}
.report-main-left a{
  text-decoration: none;
  color: #324159;
}
.report-main-right {
  flex: 1;
}
.report-main-right-top {
  height: 70px;
  width: 1190px;
  line-height: 70px;
  display: flex;
  justify-content: space-between;
}

.relevant-report {
  font-size: 20px;
  font-weight: 500;
  color: #324159;
  margin-left: 30px;
}

.nowlocation {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  margin-right: 80px;
}
.nowlocation a{
  text-decoration: none;
  color: #666666;
}
.line {
  width: 1190px;
  height: 1px;
  border: 1px solid rgba(151, 151, 151, 0.3000);
}

.report-main-right-bottom{
  overflow:auto;
}
.report-result {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #147AFF;
  margin-top: 59px;
  margin-bottom: 40px;
}

.report-content {
  width: 1014px;
  height: 960px;
  font-size: 22px;
  font-weight: 400;
  color: #324159;
  margin: 0 auto;
}