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

.student_spport_detail-content {
  margin-bottom: 100px;
}

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

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

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

.student_spport_detail-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);
}

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

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

.student_spport_detail-content .text-content {
  max-width: 1600px;
  /* min-height: 1067px; */
  background: #F4F5F6;
  border: 1px solid #FFFFFF;
  padding: 50px 40px;
}

.student_spport_detail-content .text-content h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 28px;
  color: #111111;
  padding: 0 50px;
  text-align: center;
  margin-bottom: 56px;
  line-height: 35px;
}

.student_spport_detail-content .text-content .tex-substance {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: justify;
}

.student_spport_detail-content .text-content .tex-substance * {
  max-width: 100%;
}
