body {
  background-color: #e8eef6 !important;
}

.research_report-content {
  margin-bottom: 110px;
}

.research_report-content .url-header {
  transform: translateY(-46px);
  position: relative;
  z-index: 100;
}

.research_report-content .url-header ul {
  display: flex;
}

.research_report-content .url-header ul li {
  margin-right: 15px;
  position: relative;
}

.research_report-content .url-header ul li a {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.research_report-content .url-header ul li::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
}

.research_report-content .url-header ul li:last-of-type::after {
  content: none;
}

.research_report-content .report-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  background: url(../image/header-img.png) no-repeat center;
}

.research_report-content .report-header img {
  width: 691px;
  height: 11px;
  object-fit: cover;
}

.research_report-content .report-header h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 26px;
  color: #111111;
}

.research_report-content .report-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-evenly
}

.research_report-content .report-content .report-item {
  width: 292px;
  margin: 0 0 41px 0;
}

.research_report-content .report-content .report-item img {
  width: 292px;
  height: 389px;
  object-fit: cover;
  display: block;
}

.research_report-content .report-content .report-item div {
  height: 90px;
  background: #F4F5FA;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  line-height: 24px;
  padding: 22px 45px;
  text-align: center;
}

.research_report-content .report-content .report-item:hover {
  transform: scale(1.05);
}

.research_report-content .report-content .report-item:hover div {
  color: #141ED2;
  background: #fff;
}

.research_report-content .report-content .report-item:nth-child(5n) {
  margin-right: 0;
}
