/****** 名师团队 ******/
#teacher-list .htext {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.4rem;
  line-height: 140%;
}
.teacher-body {
  padding: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
  /* text-align: center; */
  box-shadow: 0px 0px 17px 4px rgba(177,177,177,0.18);
  border-radius: 10px;
  padding-bottom: 20px;
}
.teacher-body img {
  /* margin: 0 auto; */
  margin-top: 20px;
  width: 25%;
  float: left;
  margin-bottom: 20px;
}
.teacher-body h2 {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 200%;
  color: #101010;
}
.teacher-body h3 {
  font-size: 1.2rem;
  line-height: 168%;
  color: #B3B3B3;
  text-align: left;
}
.teacher-body p {
  font-size: 1.2rem;
  margin: 0px;
  padding: 0px;
  line-height: 168%;
  text-align: left;
  color: #6D6D6D;
}
.container-fluid {
  padding-left: 0!important;
  padding-right: 0!important;
}
#teacher-list {
  padding: 0px;
}
#teacher-list .nav {
  display: flex;
  justify-content: center;
  /* padding: 25px 0 0; */
  border-bottom: none;
  margin-bottom: 10px;
  margin-top: 17rem;
}
#teacher-list .nav a {
  border: none;
  font-size: 1.35rem;
  padding: 5px;
  /* margin: 0 17px; */
  border-radius: 0px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  /* border-left: 6px solid transparent; */
}
#teacher-list .nav a:hover {
  background-color: transparent;
}
#teacher-list .nav .active a[href="#english"] {
  color: #FF2748;
  /* border-left-color: #f00; */
}
#teacher-list .nav .active a[href="#englishwj"] {
  color: #FF2748;
  /* border-left-color: #f00; */
}
#teacher-list .nav .active a[href="#jp"] {
  color: #FF2748;
  /* border-left-color: #3cb54b; */
}
#teacher-list .nav .active a[href="#jpwj"] {
  color: #FF2748;
  /* border-left-color: #3cb54b; */
}
#teacher-list .teacher-2-tabs {
  padding: 10px 0 20px;
}
#teacher-list .teacher-2-tabs li {
  border-left: 6px solid transparent;
}
#teacher-list .teacher-2-tabs .active {
  border-left-color: #3cb54b;
}
#teacher-list .teacher-2-tabs .active a {
  color: #3cb54b;
}
#teacher-list .teacher-2-tabs a {
  font-size: 18px;
}
/*# sourceMappingURL=teacher.css.map */
/*# sourceMappingURL=teacher.css.map */

.tab-content {
  padding-left: 35px;
  padding-right: 35px;
}
.clear {
  clear: both;
}
.r_right {
  float: right;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.r_line {
  border-top: 1px solid #F5F6F7;
  padding-top: 20px;
}
.eng-banner {
  width: 100%;
  height: 16rem;
  background: url(https://img.mison.cn/pic/News_Teacher/wap/teacher-banner_eng_wap.png) center no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  position: absolute;
  left: 0;
  top: 44px;
}
.engwj-banner {
  width: 100%;
  height: 16rem;
  background: url(https://img.mison.cn/pic/News_Teacher/wap/teacher-banner_engwj_wap1.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  position: absolute;
  left: 0;
  top: 44px;
}
.jp-banner {
  width: 100%;
  height: 16rem;
  background: url(https://img.mison.cn/pic/News_Teacher/wap/teacher-banner_jp_wap.png) center no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  position: absolute;
  left: 0;
  top: 44px;
}
.jpwj-banner {
  width: 100%;
  height: 16rem;
  background: url(https://img.mison.cn/pic/News_Teacher/wap/teacher-banner_jpwj_wap.png) center no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  position: absolute;
  left: 0;
  top: 44px;
}