@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.container_wrap {
  padding-top: 30px;
  padding-bottom: 22px;
}
.teacher_moduler .main_body {
  padding-top: 48px;
}
.teacher_moduler .list {
  width: 1230px;
}
.teacher_moduler .item {
  float: left;
  margin-right: 17px;
  width: 389px;
  height: 252px;
  background: #F6F7FA;
  margin-bottom: 30px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.teacher_moduler .img {
  width: 180px;
  height: 252px;
  float: left;
  padding: 5px;
  background: #E1E0E0;
  box-sizing: border-box;
}
.teacher_moduler .img img {
  width: 100%;
  height: 100%;
}
.teacher_moduler .item_dl {
  float: left;
  width: 209px;
  height: 100%;
  box-sizing: border-box;
  padding: 38px 24px 0 24px;
}
.teacher_moduler .item_title {
  line-height: 28px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.teacher_moduler .item_detail {
  margin-top: 6px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
        height: 160px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.teacher_moduler .item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
