.top_index_course_box {
  white-space: nowrap;
  text-align: center;
  margin: -60px 0 80px 0;
}

.top_index_course_box .top_index_course_box_toefl {
  width: 582px;
  height: 260px;
  background: url(https://top-static.zhan.com/beikao/store/img/10.png) no-repeat;
  background-size: 100%;
  border-radius: 16px;
  margin-right: 16px;
  display: inline-block;
  padding: 12px;
  box-sizing: border-box;
}

.top_index_course_box .top_index_course_box_ielts {
  width: 582px;
  height: 260px;
  background: url(https://top-static.zhan.com/beikao/store/img/9.png) no-repeat;
  background-size: 100%;
  border-radius: 16px;
  display: inline-block;
  padding: 12px;
  box-sizing: border-box;
}

.top_index_course_box .top_index_course_box_toefl .title {
  width: 203px;
  height: 26px;
  background: url(https://top-static.zhan.com/beikao/store/img/3.png) no-repeat;
  background-size: 100%;
}

.top_index_course_box .top_index_course_box_ielts .title {
  width: 168px;
  height: 26px;
  background: url(https://top-static.zhan.com/beikao/store/img/4.png) no-repeat;
  background-size: 100%;
}

.top_index_course_box .top_index_course_box_toefl ul,
.top_index_course_box .top_index_course_box_ielts ul {
  margin: 10px 0 0 0;
  text-align: left;
}

.top_index_course_box_ul li {
  margin: 0 12px 12px 0;
  float: left;
}

.top_index_course_box_ul li:nth-child(even) {
  margin-right: 0;
}

.top_index_course_box .top_index_course_box_ul li {
  width: 273px;
  height: 94px;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #ffffffcc 100%);
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.top_index_course_box .top_index_course_box_ul li:hover {
  box-shadow: 0 4px 8px 0 #00000033;
}

.top_index_course_box .top_index_course_box_ul li>a {
  position: relative;
  display: block;
  padding: 12px 16px;
}

.top_index_course_box .top_index_course_box_ul li>a>img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 58px;
}

.top_index_course_box .li_title {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 18px;
  color: #0453DD;
  letter-spacing: 0;
  line-height: 22px;
  position: relative;
}

.top_index_course_box .li_title>span {
  position: absolute;
  display: block;
  width: 36px;
  height: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #0453DD;
  letter-spacing: 0;
  line-height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.top_index_course_box .li_title>span::after {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  background: url(https://top-static.zhan.com/beikao/store/img/2.png) no-repeat;
  background-size: 100%;
}

.top_index_course_box .top_index_course_box_ielts .li_title>span::after {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  background: url(https://top-static.zhan.com/beikao/store/img/1.png) no-repeat;
  background-size: 100%;
}

.li_info {
  width: 185px;
  height: 40px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 8px;
  white-space: break-spaces;
}

.top_index_course_box .top_index_course_box_ielts .li_title {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 18px;
  color: #0971C8;
  letter-spacing: 0;
  line-height: 22px;
}