.listView {
  padding: 70px 0 120px 0;
}
.listView .container {
  text-align: center;
}
.listView .container .title .topIcon {
  margin-bottom: 15px;
}
.listView .container .title .centerIcon {
  margin-bottom: 40px;
}
.listView .container .title .bottomIcon {
  margin-bottom: 30px;
}
.listView .container .cont {
  padding: 0 120px;
  color: #666;
}
.listView .container .cont p {
  line-height: 36px;
}
@media (max-width: 768px) {
  #about .cont {
    padding: 0 10px;
  }
}
#banner .minBanner {
  display: none;
}
@media (min-width: 992px) {
  #banner {
    margin-top: 86px;
  }
  #banner .maxBanner {
    display: block !important;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #banner .minBanner {
    display: none !important;
    width: 100%;
  }
}
@media (max-width: 992px) {
  #banner {
    margin-top: 66px;
  }
  #banner .maxBanner {
    display: none !important;
  }
  #banner .minBanner {
    display: block !important;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #CurriculumSystem .container {
    padding: 0;
    width: 1200px;
  }
}
#CurriculumSystem .cont {
  padding: 0 15px;
}
@media (max-width: 992px) {
  #CurriculumSystem .container {
    padding: 0;
  }
  #CurriculumSystem .cont {
    padding: 0;
  }
  #CurriculumSystem .cont .list {
    padding: 0;
    width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  #CurriculumSystem .container {
    padding: 0;
  }
  #CurriculumSystem .cont {
    padding: 0;
  }
  #CurriculumSystem .cont .list {
    padding: 0;
    width: 240px;
    margin: 0 auto;
  }
}
#CurriculumSystem .list {
  padding: 0 45px;
  list-style-type: none;
}
#CurriculumSystem .list:after {
  content: '';
  display: table;
  height: 0;
  clear: both;
}
#CurriculumSystem .listItem {
  float: left;
  width: 120px;
  height: 450px;
}
#CurriculumSystem .topView {
  position: relative;
  width: 120px;
  height: 300px;
}
#CurriculumSystem .topView .bg {
  position: absolute;
  bottom: 0;
}
#CurriculumSystem .topView .bg img {
  width: 120px;
}
#CurriculumSystem .topView .level {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  border-radius: 50%;
  font-size: 12px;
  text-shadow: 0px 0px 8px rgba(177, 44, 23, 0.84);
}
#CurriculumSystem .topView .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#CurriculumSystem .topView .text p {
  color: #fff;
  font-size: 12px;
  font-family: "Adobe Heiti Std";
  text-shadow: 0px 0px 8px rgba(60, 107, 211, 0.84);
  margin: 0;
  line-height: 1.3;
  width: 80px;
}
#CurriculumSystem .bottomView {
  color: #fff;
}
#CurriculumSystem .bottomView .tt {
  height: 27px;
  line-height: 27px;
  background: #4685ED;
  font-weight: bold;
  font-size: 12px;
}
#CurriculumSystem .bottomView .tCont {
  position: relative;
  height: 70px;
  background: #3D6BD1;
}
#CurriculumSystem .bottomView .tCont .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#CurriculumSystem .bottomView .tCont p {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  line-height: 1.3;
  width: 90px;
}
#CurriculumSystem .listItem:nth-child(2n) .bottomView .tt {
  background: #FEA739;
}
#CurriculumSystem .listItem:nth-child(2n) .bottomView .tCont {
  background: #F15E1F;
}
@media (min-width: 1200px) {
  #Platform .container {
    padding: 0;
    width: 1200px;
  }
}
#Platform .cont {
  padding: 0 15px;
}
@media (max-width: 992px) {
  #Platform .cont {
    padding: 0;
  }
  #Platform .cont ul {
    padding: 0 !important;
  }
  #Platform .cont ul li {
    height: 100% !important;
    background: #fff !important;
  }
  #Platform .cont ul li > div {
    display: block !important;
  }
  #Platform .cont .leftImg {
    width: 200px;
    margin: 0 auto;
  }
  #Platform .cont .rightCont {
    margin-top: 20px;
    position: relative;
    width: 100% !important;
    text-align: center;
  }
  #Platform .cont .rightCont p {
    background: #EEF5FF !important;
    position: relative !important;
    top: 0 !important;
    transform: translate(-50%, 0) !important;
    padding: 10px !important;
  }
}
#Platform .cont ul li {
  height: 243px;
  font-size: 0;
  background: #EEF5FF;
  vertical-align: middle;
  margin-bottom: 20px;
}
#Platform .cont ul li > div {
  display: inline-block;
  font-size: 14px;
}
#Platform .cont ul li .leftImg {
  width: 200px;
}
#Platform .cont ul li .leftImg img {
  width: 200px;
  height: 243px;
}
#Platform .cont ul li .rightCont {
  position: relative;
  width: calc(100% - 200px);
}
#Platform .cont ul li .rightCont p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10%;
  font-family: "FZLTZHK";
  color: #666666;
  line-height: 1.714;
  text-align: left;
}
