.main > div {
  padding-bottom: 30px;
}
.main > div h2 {
  padding-bottom: 20px;
  font-size: 18px;
}
.main > div h2:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 5px;
  height: 1em;
  vertical-align: bottom;
  background-color: #232f84;
}
.main > div.foundation-course h2,
.main > div.course-site h2 {
  padding-bottom: 24px;
}
.intro h1 {
  padding-bottom: 14px;
}
.intro h1 .english-name {
  padding-left: 15px;
  font-size: 14px;
}
.intro p {
  line-height: 1.57em;
}
.university-advantage ul,
.select-reason ul,
.colleage-advantage ul,
.course-site ul,
.four-year > ul {
  justify-content: space-between;
}
.university-advantage ul,
.select-reason ul,
.colleage-advantage ul,
.college-staff ul,
.course-site ul,
.college-img ul,
.four-year > ul,
.college-staff ul {
  display: flex;
  flex-wrap: wrap;
}
.college-staff ul li,
.college-img ul li {
  margin-right: 15px;
}
.college-staff ul li:nth-child(3n),
.college-img ul li:nth-child(3n) {
  margin-right: 0;
}
.university-advantage li,
.colleage-advantage li {
  padding: 0 40px;
  margin-top: 18px;
  width: 366px;
  height: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  line-height: 1.7em;
  color: #fefefe;
  border-radius: 4px;
}
.university-advantage li:nth-child(4n),
.colleage-advantage li:nth-child(4n),
.university-advantage li:nth-child(4n+1),
.colleage-advantage li:nth-child(4n+1) {
  background-color: #325c84;
}
.university-advantage li:nth-child(4n+2),
.colleage-advantage li:nth-child(4n+2),
.university-advantage li:nth-child(4n+3),
.colleage-advantage li:nth-child(4n+3) {
  background-color: #ed4a6d;
}
.university-advantage li:nth-child(1),
.colleage-advantage li:nth-child(1),
.university-advantage li:nth-child(2),
.colleage-advantage li:nth-child(2) {
  margin: 0;
}
.select-reason li {
  margin-top: 12px;
  width: 368px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
}
.select-reason li:nth-child(1),
.select-reason li:nth-child(2) {
  margin: 0;
}
.select-reason p {
  margin: 10px 10px 14px;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.select-reason .img-wrap {
  position: relative;
}
.select-reason .img-wrap img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.select-reason .img-wrap span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.rank table,
.course-group table {
  position: relative;
  width: 100%;
}
.rank table td,
.course-group table td,
.rank table th,
.course-group table th {
  padding: 0 16px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e9e9e9;
}
.rank table:before,
.course-group table:before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 750px;
  height: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #232f84;
}
.rank th,
.course-group th {
  text-align: left;
}
.rank tbody tr:nth-child(odd),
.course-group tbody tr:nth-child(odd) {
  background-color: #f3f8f9;
}
.rank tbody tr:nth-child(even),
.course-group tbody tr:nth-child(even) {
  background-color: #fff;
}
.rank tbody tr td:nth-child(1) {
  width: 230px;
}
.rank tbody tr td:nth-child(2) {
  width: 120px;
}
.course-site li {
  padding: 90px 0 0;
  width: 364px;
  height: 176px;
  text-align: center;
  background: url("../images/course_bg.jpg") no-repeat;
  background-size: 364px 176px;
}
.course-site a {
  display: inline-block;
  margin-top: 14px;
  width: 146px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fffefe;
  border-radius: 2px;
  background-color: #232f84;
}
.course-site .english-name {
  padding: 0 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-site li {
  background: url("../images/course_site_bg.png") no-repeat;
  background-size: 364px 176px;
}
.student-share .testimonials-left {
  width: 375px;
  height: 308px;
}
.student-share .testimonials-right {
  margin: 30px 0 0 325px;
  padding: 20px 20px 20px 70px;
  width: 425px;
  height: 308px;
}
.student-share .tr-bottom {
  right: 20px;
  bottom: 20px;
}
.college-img {
  display: inline-block;
}
.college-img ul li {
  margin-top: 10px;
  width: 240px;
}
.main .college-img h2 {
  padding-bottom: 10px;
}
.college-staff li {
  width: 240px;
  line-height: 18px;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
}
.college-staff li p {
  color: #fff;
}
.college-staff .staff-name {
  padding: 18px 10px 0;
}
.college-staff .staff-title {
  padding: 0 10px;
  max-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.college-staff .staff-intro {
  padding: 10px 10px 12px;
}
.main .admission-requirements h2 {
  padding-bottom: 20px;
}
.admission-requirements p {
  line-height: 1.5em;
}
.four-year > ul {
  position: relative;
  padding: 20px 0;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background-color: #fff;
}
.four-year > ul:before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 750px;
  height: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #232f84;
}
.four-year > ul h3 {
  padding-bottom: 15px;
  font-size: 16px;
}
.four-year > ul > li {
  margin-bottom: 20px;
  padding-left: 26px;
  width: 374px;
}
.four-year > ul > li:nth-child(odd) {
  border-right: 1px solid #e9e9e9;
}
.four-year > ul > li:last-child {
  border: none;
}
.four-year > ul > li li {
  line-height: 1.5em;
}
.four-year > ul > li li:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #999;
}
.image-container {
  position: relative;
  width: 750px;
  height: 500px;
  z-index: 1;
}
.image-container > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.image-container .image {
  position: absolute;
  float: left;
  width: 33.33%;
  height: 30%;
  border: 1px solid #fff;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f9f5f5;
  transform: translate3d(0, 0, 0);
}
.image-container .image.large {
  width: 100%;
  height: 70%;
  left: 0;
  background-size: cover;
}
.image-container .image.small {
  cursor: pointer;
  background-size: auto 100%;
}
.image-container .image.small:hover {
  background-size: auto 110%;
}
.image-container .image.small:hover .expand {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.image-container .left .large {
  top: 0;
}
.image-container .right .large {
  bottom: 0;
}
.image-container .expand {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: table;
  transition: all 0.2s ease-in-out;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
