/* .mt_yc{padding-bottom: 100px;} */

.teacher-header {
  background: #a7bfaf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.teacher-header div {
  color: #fff;
  text-align: right;
}

.teacher-header div h4 {
  font-size: 16px;
  font-weight: 400;
}

.teacher-header div p {
  font-size: 8px;
  color: #fff;
  line-height: 20px;
}

.ourTeacher {
  background: #f0f5de;
}

.ourTeacher .teacherList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #8dc21f;
  width: 100%;
  padding-left: 10px;
  padding-bottom: 10px;
}

.ourTeacher .teacherList li .leftBox {
  text-align: center;
}

.ourTeacher .teacherList li .leftBox .teacherImg {
  padding: 0 10px;
  width: 150px;
  height: 180px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 10%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ourTeacher .teacherList li .leftBox h3 {
  font-size: 22px;
  font-family: 'zihun125';
}

.ourTeacher .teacherList li .leftBox h5 {
  margin: 0 20px;
  margin-top: 3px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}

.ourTeacher .teacherList li .leftBox h5.active {
  color: #fff;
  background: #40210f;
}

.ourTeacher .teacherList li .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.ourTeacher .teacherList li .rightBox .boxTop,
.ourTeacher .teacherList li .rightBox .boxBottom {
  padding: 5px;
  font-size: 12px;
}

.ourTeacher .teacherList li .rightBox .boxTop h5,
.ourTeacher .teacherList li .rightBox .boxBottom h5 {
  font-size: 13px;
}

.ourTeacher .teacherList li .rightBox .boxTop p,
.ourTeacher .teacherList li .rightBox .boxBottom p {
  color: #4c443d;
  width: 100%;
  line-height: 20px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left;
          transform-origin: left;
  overflow: hidden;
}

.ourTeacher .teacherList li .rightBox .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.ourTeacher .teacherList li.active {
  background: #796a56;
  color: #fff;
}

.ourTeacher .teacherList li.active .boxTop p,
.ourTeacher .teacherList li.active .boxBottom p {
  color: #e4e1dd;
}

.ourTeacher .teacherList li:not(:first-child) {
  border-top: none;
}

.ourTeacher .moreExpert .title {
  position: relative;
  height: 56px;
  width: 100%;
  margin: 20px 0;
}

.ourTeacher .moreExpert .title img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.ourTeacher .moreExpert .title h5 {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
}

.ourTeacher .moreExpert .imgBg {
  background: #f6f6f6;
  border: 1px solid #8dc21f;
  padding: 10px 5px;
  margin: 10px;
}

.followUs .title {
  position: relative;
  height: 56px;
  width: 100%;
  margin: 20px 0;
}

.followUs .title img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.followUs .title h5 {
  text-align: center;
  line-height: 60px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
}

.followUs .titleText {
  margin-bottom: 20px;
}

.followUs .titleText p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.followUs .followList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  padding-bottom: 20px;
}

.followUs .followList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24%;
  text-align: center;
}

.followUs .followList li p {
  margin-top: 5px;
  font-size: 12px;
}

.followUs .followList li div {
  margin-top: 5px;
  font-size: 13px;
}
/*# sourceMappingURL=sj-teacher.css.map */