.subject-view-box {
  padding: 60px;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}
.subject-view-box .title {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
}
.subject-view-box .title .title-cn {
  font-size: 60px;
  color: #297d79;
  font-weight: bold;
}
.subject-view-box .title .title-en {
  font-size: 36px;
  color: #297d79;
  font-family: "Georgia";
}
.subject-view-box .subject-view-dl {
  margin-bottom: 60px;
}
.subject-view-box .subject-view-dl dd {
  margin-top: 60px;
  overflow: hidden;
}
.subject-view-box .subject-view-dl dd .sub-title {
  padding-left: 7px;
  margin-bottom: 20px;
}
.subject-view-box .subject-view-dl dd .sub-title .sub-title-cn {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.subject-view-box .subject-view-dl dd .sub-title .sub-title-cn::after {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 25px;
  position: absolute;
  left: -7px;
  bottom: -5px;
  z-index: 1;
  background: linear-gradient(to bottom, #d6faf7, #449890);
}
.subject-view-box .subject-view-dl dd .sub-title .sub-title-cn span {
  position: relative;
  z-index: 2;
}
.subject-view-box .subject-view-dl dd .sub-title .sub-title-en {
  font-size: 22px;
  color: #cccccc;
  font-weight: lighter;
  font-family: "Georgia";
}
.subject-view-box .subject-view-dl dd .text {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
}
.subject-view-box .subject-swiper-box {
  padding: 10px;
  position: relative;
}
.subject-view-box .subject-swiper-box .subject-swiper {
  position: relative;
  z-index: 2;
}
.subject-view-box .subject-swiper-box .subject-swiper .swiper-slide .swiper-a {
  display: block;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.subject-view-box .subject-swiper-box .subject-swiper .swiper-slide .swiper-a::after {
  display: block;
  content: "";
  padding-top: 66.6666666667%;
}
.subject-view-box .subject-swiper-box::after, .subject-view-box .subject-swiper-box::before {
  display: block;
  content: "";
  width: 250px;
  height: 150px;
  background: #297d79;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
}
.subject-view-box .subject-swiper-box::after {
  right: 0px;
  bottom: 0px;
}
.subject-view-box .subject-swiper-box::before {
  left: 0px;
  top: 0px;
}

@media screen and (max-width: 768px) {
  .subject-view-box {
    padding: 15px;
  }
  .subject-view-box .title {
    padding-bottom: 15px;
  }
  .subject-view-box .title .title-cn {
    font-size: 24px;
  }
  .subject-view-box .title .title-en {
    font-size: 16px;
  }
  .subject-view-box .subject-view-dl {
    margin-bottom: 30px;
  }
  .subject-view-box .subject-view-dl dd {
    margin-top: 20px;
  }
  .subject-view-box .subject-view-dl dd .sub-title {
    margin-bottom: 15px;
  }
  .subject-view-box .subject-view-dl dd .sub-title .sub-title-cn {
    margin-bottom: 0px;
  }
  .subject-view-box .subject-view-dl dd .sub-title .sub-title-cn span {
    font-size: 20px;
  }
  .subject-view-box .subject-view-dl dd .sub-title .sub-title-cn::after {
    bottom: -3px;
  }
  .subject-view-box .subject-view-dl dd .sub-title .sub-title-en {
    font-size: 18px;
  }
}