.teacher_intro {
  width: 100%;
  font-size: 16px;
  color: #F7914D;
  margin-top:-5px;
}
.teacher_intro .teacher_intro_bing {
  width: 97%;
  height: 222px;
  margin-top: 18px;
  margin-left: 31px;
  margin-bottom: 20px;
  overflow: hidden;
}
.teacher {
  width: 148px;
  height: 200px;
  border: 1px solid #F7914D;
  position: relative;
  float: left;

  margin-bottom: 30px;
}
.teacher .teacher_img {
  width: 120px;
  height: 138px;
  margin: 7px 14px;
  overflow: hidden;
}
.teacher .teacher_img img {
  width: 120px;
}
.teacher .teacher_intr {
  width: 100%;
  height: 19px;
  text-align: center;
  margin-top:9px;
}
.teacher .teacher_intr .p1 {
  font-size: 12px;
  color: #333333;
  text-align:center;
  margin-top: 3px;
}
.teacher_intr .p2 {
  font-size: 10px;
  color: #666666;
  margin-top:5px;
}
.teacher .search_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21px;
  height: 21px;
}
.teacher .search_icon img {
  width: 21px;
  height: 21px;
}