﻿.banner {
  margin-top: 136px;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .text .con h2 {
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
}
.banner .text .con p {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);
  margin-top: 10px;
}
.teacher-con {
  padding-bottom: 60px;
  position: relative;
  padding-top: 100px;
  background: url(../img/school/leaders/leaders_bg.jpg) no-repeat bottom left;
  background-size: contain;
}
.teacher-con .con .con-top {
  position: relative;
}
.teacher-con .con .con-top img {
  width: 100%;
}
.teacher-con .con .con-top .text {
  position: absolute;
  width: 40%;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.teacher-con .con .con-top .text p {
  color: #fff;
  line-height: 2;
  font-size: 16px;
  text-align: justify;
}
.teacher-con .con .teacher-list {
  margin-top: 90px;
}
.teacher-con .con .teacher-list > ul > li {
  border-top: 2px solid #f4f4f4;
  padding: 60px 0 120px;
  position: relative;
}
.teacher-con .con .teacher-list > ul > li .left {
  float: left;
  width: 34%;
}
.teacher-con .con .teacher-list > ul > li .left:before {
  content: '';
  width: 34%;
  height: 2px;
  background: #1c8d3f;
  position: absolute;
  top: -2px;
  left: 0;
}
.teacher-con .con .teacher-list > ul > li .left h2 {
  font-weight: bold;
  color: #1c8d3f;
}
.teacher-con .con .teacher-list > ul > li .right {
  float: left;
  width: 66%;
}
.teacher-con .con .teacher-list > ul > li .right ul li {
  position: relative;
}
.teacher-con .con .teacher-list > ul > li .right ul li .num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1c8d3f;
  position: absolute;
  left: 10px;
  top: 44%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.teacher-con .con .teacher-list > ul > li .right ul li .num img {
  width: 100%;
}
.teacher-con .con .teacher-list > ul > li .right ul li p {
  padding-left: 60px;
  line-height: 2;
}
.teacher-con .con .teacher-list > ul > li .right ul li:not(:first-child) {
  margin-top: 24px;
}
.teacher-con .con .teacher-list > ul > li.contact .right {
  padding-top: 14px;
}
.teacher-con .con .teacher-list > ul > li.contact .right ul li {
  float: left;
}
.teacher-con .con .teacher-list > ul > li.contact .right ul li:not(:first-child) {
  margin-top: 0;
  margin-left: 80px;
}
@media screen and (max-width: 1440px) {
  .banner {
    margin-top: 116px;
  }
  .teacher-con {
    padding-top: 80px;
  }
  .teacher-con .con .con-top .text p {
    font-size: 14px;
  }
  .teacher-con .con .teacher-list > ul > li {
    padding: 50px 0 40px;
  }
  .teacher-con .con .teacher-list > ul > li .right ul li:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    margin-top: 86px;
  }
}
@media screen and (max-width: 1024px) {
  .teacher-con {
    padding-top: 40px;
  }
  .teacher-con .con .teacher-list {
    margin-top: 50px;
  }
  .teacher-con .con .teacher-list > ul > li {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .banner .text .con h2 {
    font-size: 20px;
  }
  .banner .text .con p {
    margin-top: 4px;
  }
  .teacher-con {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .teacher-con .con .con-top .text {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    margin-top: 10px;
  }
  .teacher-con .con .con-top .text p {
    color: #333;
  }
  .teacher-con .con .teacher-list {
    margin-top: 20px;
  }
  .teacher-con .con .teacher-list > ul > li {
    padding: 20px 0 30px;
  }
  .teacher-con .con .teacher-list > ul > li .left {
    width: 100%;
  }
  .teacher-con .con .teacher-list > ul > li .left h2 {
    font-size: 18px;
  }
  .teacher-con .con .teacher-list > ul > li .right {
    width: 100%;
    margin-top: 20px;
  }
  .teacher-con .con .teacher-list > ul > li .right ul li p {
    width: 98%;
  }
  .teacher-con .con .teacher-list > ul > li.contact .right {
    padding-top: 0;
  }
  .teacher-con .con .teacher-list > ul > li.contact .right ul li {
    width: 100%;
  }
  .teacher-con .con .teacher-list > ul > li.contact .right ul li:not(:first-child) {
    margin-left: 0;
  }
  .teacher-con .con .teacher-list > ul > li.contact .right ul li:last-child {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=teacher.css.map */
