@charset "UTF-8";
/*优秀的师资介绍*/
.introduce .leader {
  margin-bottom: 30px;
}

.introduce .leader .leader-item {
  margin-bottom: 20px;
}

.introduce .leader .leader-item .head-icon-wrapper {
  float: left;
  text-align: center;
  height: 160px;
  line-height: 160px;
  text-align: center
}

.introduce .leader .leader-item .head-icon-wrapper img {
  width: 246px;
  height: 100%;
}

.introduce .leader .info-content {
  float: left;
  margin-top: 24px;
  margin-left: 25px;
  width: 266px;
}

.introduce .leader .info-content .post {
  color: #b9b9b9;
}

.introduce .leader .info-content .name {
  font-size: 18px;
  color: #222;
}

.introduce .leader .info-content .brief {
  margin-top: 4px;
  font-size: 14px;
  line-height: 22px;
  color: #888888;
}


.introduce .teacher .teacher-item .head-icon-wrapper {
  float: left;
  text-align: center;
  height: 160px;
  line-height: 160px;
  text-align: center;
  width: 100%
}

.introduce .teacher .teacher-item .head-icon-wrapper img {
  max-width: 100%;
  height: 100%;
}

.introduce .teacher .teacher-item .teacher-info .name {
  font-size: 16px;
  line-height: 45px;
  color: #222;
  text-align: center;
}

.introduce .teacher .teacher-item .teacher-info .brief {
  margin-top: 10px;
  font-size: 14px;
  line-height: 27px;
  color: #888;
  text-align: center;
}

@media (max-width: 767px) {
  .head-icon-wrapper {
    width: 100%;
  }
  .head-icon-wrapper img {
    width: 100%;
  }
}
