/**********教师列表************/
.teacher-list {
    margin-top: 25px;
}
.teacher-list-item {
    border: 1px solid #eee;
    padding: 15px 25px 0 35px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.teacher-list-img-contain{
    width: 185px;
    height: 145px;
    float: left;
    overflow: hidden;
    margin-right: 50px;
    margin-top:15px;
}
.teacher-list-img-contain img{
   width: 100%;
   height: 100%;
}
.teacher-details {
    float: left;
    width: 896px;
    color: #303849;
}
.teacher-details>h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}
.teacher-details>h2>span:last-child {
    font-size: 14px;
    margin-left: 10px;
}
.teacher-details>p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}
.teacher-mark {
    width: 77px;
    height: 28px;
    display: inline-block;
    text-align: center;
    background: #f39800;
    color: #fff;
    margin-right: 10px;
}
.offer-school {
    font-size: 14px;
    font-weight: bold;
}
.offer-school p{
    max-width: 767px;
    overflow: hidden;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.know-more {
    width: 98px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #4d68ff;
    font-size: 14px;
    transition:all .3s;
}
.know-more:hover {
   font-size: 16px;
}
.activity-title {
    color: #424a5c;
    font-size: 18px;
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #efefef;
}
.activity-title .line {
    background: #f39800;
    margin-right: 12px;
}
.personal-honor {
    padding-top: 20px;
}
.personal-honor li{
    width: 50%;
    font-size: 14px;
    color: #303849;
    float: left;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.teacher-introduce {
    font-size: 14px;
    color: #303849;
    padding-top: 20px;
    word-break:break-all;
}
.zixun-now {
    width: 98px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #4d68ff;
    color: #fff;
    border-radius: 5px;
    display: block;
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 14px;
    transition: all .3s;
}
.zixun-now:hover {
    font-size: 16px;
    cursor: pointer;
}

.forign-teacher {
    margin-top: 15px;
}
.forign-teacher li {
    width: 155px;
    height: 230px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ecebeb;
}
.forign-teacher li:not(:last-child) {
   margin-right: 15px;
}
.forign-teacher li:hover .teacher-desc {
   top: 0;
}
.teacher-img {
    margin-top: 5px;
}
.teacher-img >dt{
    width: 100%;
    height: 118px;
    border-bottom: 1px solid #e4e1e1;
    text-align: center;
}
.teacher-img >dt img{
    width: 150px;
}
.teacher-img >dd{
    font-size: 12px;
    width: 100%;
    text-align: center;
    line-height: 20px;
    height:20px;
    color: #6d6d6d;
}
.teacher-img >dd a:hover {
   color:#f00
}
.teacher-img >dd:first-of-type{
    margin-top: 20px;
    font-size: 14px;
}
.teacher-img >dd:last-of-type{
    margin-top: 5px;
    color: #ff0000;
    font-weight: bold;
    cursor: pointer;
}
.teacher-img >dd:last-of-type span:first-child{
    margin-right: 5px;
}
.teacher-img >dd:last-of-type:hover span{
    padding: 0 5px 3px;
    border-bottom: 1px solid #f00;
}
.teacher-desc {
    width: 100%;
    height: 84%;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0,0,0,.4);
    padding: 15px 18px 0 18px;
    transition: all .5s;
}
.teacher-desc a{
    color: #fff;
}
.teacher-desc h2 {
    font-size: 16px;
    font-weight: bold;
}
.teacher-desc .advan {
    margin-top: 5px;
    margin-bottom: 15px;
}
.teacher-desc p:last-child {
   font-size: 12px;
}
.text-container{
    margin-top: 50px;
}