/*教师列表*/
.sort{
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    border-left: 2px solid #02529f;
    padding-left: 15px;
}
.team .col-md-3{
    line-height: 40px;
    font-size: 16px;
}



/*教师简介*/
.teacher table td{
    padding: 0;
    height: auto!important;
}
.teacher table td img{
    width: 100%!important;
    height: auto!important;
}
.teacher table td:first-child{
    width: 150px!important;
}
.teacher table td:last-child{
    padding-left: 10px!important;
}
.teacher table h2{
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
}
.teacher table p{
    line-height: 30px;
    font-size: 14px;
}


.teacher dl{
    margin: 20px 0;
}
.teacher dl dt{
    display: table;
    padding-left: 15px;
    font-size: 18px;
    border-left: 2px solid #02529f;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: bold;
}
.teacher dl dd p,.teacher dl dd span{
    line-height: 26px!important;
    font-size: 14px!important;
    font-family: 微软雅黑!important;
}

.teacher p,.teacher span{
    background-color: transparent!important;
}






























