.wrap .left_wrap .tabTitle.fame-team {
    height: 64px;
    border-bottom: 10px solid #f8f8f8 !important;
}

.wrap .left_wrap .teacherList {
    width: 820px;
    margin-bottom: 30px;
    padding-left: 30px;
}

.wrap .left_wrap .teacherList li {
    overflow: hidden;
    width: 760px;
    height: 168px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.wrap .left_wrap .teacherList li:hover {
    background: rgb(255,253,244);
}

.wrap .left_wrap .teacherList li .teacherAvatar {
    float: left;
    width: 100px;
    height: 100px;
    margin-top: 27px;
    margin-left: 11px;
    border-radius: 50px;
}

.wrap .left_wrap .teacherList li .teacherInfo {
    float: right;
    width: 635px;
    padding-left: 20px;
}

.wrap .left_wrap .teacherList li .teacherInfo .baseInfo {
    padding-top: 25px;
}

.wrap .left_wrap .teacherList li .teacherInfo .baseInfo b {
    padding-right: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #646464;
}

.wrap .left_wrap .teacherList li .teacherInfo .baseInfo span {
    font-size: 14px;
    color: #333;
}

.wrap .left_wrap .teacherList li .teacherInfo .baseInfo em {
    display: inline-block;
    margin-left: 5px;
    padding: 0 5px;
    height: 14px;
    font-size: 14px;
    color: #333;
    border-left: 1px solid #333
}

.wrap .left_wrap .teacherList li .teacherInfo .briefInfo {
    margin-top: 10px;
    line-height: 25px;
    color: #989898;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrap .left_wrap .teacherList li .teacherInfo .contact-teacher {
    margin-top: 16px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.wrap .left_wrap .teacherList li .teacherInfo .contact-teacher > a {
    float: left;
    width: 82px;
    height: 26px;
    margin-right: 20px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #f79147;
    color: #f79147;
    font-size: 16px;
}

.wrap .left_wrap .teacherList li .teacherInfo .contact-teacher > a:hover {
    color: #fff;
    background: #f39a50;
}
