.school {
  position: relative;
  width: 100%;
}

.school .school-title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.school .school-title-box .t2 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  font-size: 70px;
  font-weight: bold;
}

.school .school-title-box .school-sub-tit {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

/* ------------------------------------ */

.special-title {
  width: 100%;
  padding: 60px 0;
}

.special-title .info {
  font-size: 18px;
  color: #666;
  text-align: center;
}

/* ------------------------------------ */

.exper {
  width: 100%;
  padding-bottom: 60px;
}

.exper .list {
  width: 100%;
}

.exper .list .item {
  position: relative;
  width: 220px;
  min-height: 150px;
  padding: 0 39px;
  float: left;
  border-right: 1px solid #eee;
}

.exper .list .item:last-child {
  border: none;
}

.exper .list .item .num-txt {
  color: #d12a49;
  font-weight: bold;
  font-size: 40px;
}

.exper .list .item .title {
  color: #424242;
  font-size: 14px;
  line-height: 30px;
}

/* -------------------------------------------- */

.work-type {
  width: 100%;
  padding: 60px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.work-type .w-tit-wrap {
  text-align: center;
}

.work-type .w-tit-wrap .w-tit {
  font-size: 58px;
  font-weight: bold;
  color: #d12a49;
}

.work-type .w-tit-wrap .w-sub-tit {
  margin-top: 20px;
  font-size: 18px;
  color: #666;
}

.work-type-list {
  margin-top: 65px;
}

.work-type-list .list .item {
  background: url(../images/xueyuan-li-bg.jpg) no-repeat bottom center;
  min-height: 365px;
  width: 23%;
  margin-right: 30px;
  float: left;
}

.work-type-list .list .item:last-child {
  margin-right: 0;
}

.work-type-list .list .item img {
  width: 100%;
}

.work-type-list .list .item .info {
  min-height: 120px;
  border: 1px solid #EEEEEE;
  color: #333333;
  padding: 0 20px;
  font-size: 14px;
  line-height: 22px;
}

.work-type-list .list .item .info span {
  display: block;
  color: #d12a49;
  padding: 15px 0;
  font-size: 26px;
  font-weight: bold;
}

/* ---------------------------------------------- */

.class {
  width: 100%;
  padding: 60px 0;
}

.class .class-title {
  text-align: center;
  font-size: 58px;
  font-weight: bold;
  color: #d12a49;
  margin-bottom: 40px;
}

.class .content-wrap .link {
  overflow: hidden;
  padding: 40px 0;
  border-bottom: 1px solid #B2B2B2;
  min-height: 200px;
}

.class .content-wrap .link:last-child {
  border: none;
}

.class .content-wrap .link .link-hd {
  width: 400px;
  float: left;
}

.class .content-wrap .link .link-hd .tit {
  color: #d12a49;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}

.class .content-wrap .link .link-hd .msg {
  color: #666;
  font-size: 18px;
  line-height: 28px;
}

.class .content-wrap .link .link-bd {
  width: 600px;
  float: right;
}

.class .content-wrap .link2 .link-bd dl {
  width: 50%;
  float: left;
  text-align: left;
}

.class .content-wrap .link .link-bd dd a {
  display: block;
  margin-bottom: 15px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #6D6D6D;
  font-family: "CN LightItalic";
}

/* -------------------------- */

@media screen and (max-width: 768px) {
  .school {
    height: 290px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .school .school-title-box {
    width: 100%;
  }
  .school .school-title-box .t2 {
    font-size: 28px;
  }
  .school .school-title-box .school-sub-tit {
    font-size: 16px;
    margin-top: 15px;
  }
  .special-title {
    width: 100%;
    padding: 30px 10px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .exper .list {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .exper .list .item {
    width: 100%;
    min-height: auto;
    padding: 0;
    margin-bottom: 30px;
    border-right: none;
  }
  .exper .list .item .num-txt {
    font-size: 34px;
    text-align: center;
  }
  .exper .list .item .title {
    font-size: 16px;
    text-align: center;
  }
  .exper {
    padding-bottom: 0px;
  }
  .work-type {
    padding: 30px 0 0;
  }
  .work-type .w-tit-wrap .w-tit {
    font-size: 36px;
  }
  .work-type-list {
    margin-top: 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .work-type-list .list .item {
    float: none;
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
    background: none;
  }
  .class {
    padding: 30px 10px 0;
    box-sizing: border-box;
  }
  .class .class-title {
    font-size: 36px;
  }
  .class .content-wrap .link .link-hd .tit {
    font-size: 26px;
  }
  .class .content-wrap .link {
    padding: 0 0 40px;
  }
  .class .content-wrap .link .link-hd .msg {
    font-size: 16px;
  }
  .class .content-wrap .link .link-bd {
    float: none;
    width: 100%;
    display: flex;
    justify-content: space-between;

  }
  .class .content-wrap .link .link-bd dd a {
    display: block;
    margin-bottom: 0;
    height: auto;
    line-height: normal;
    font-size: 12px;
    padding-bottom: 15px;
  }

  .class .content-wrap .link2 .link-bd dl {
    margin-top: 30px;
}

.class .content-wrap .link2 {
  padding-top: 30px;
}
}