/*教师主页*/
.team .sort {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    border-left: 2px solid #02529f;
    padding-left: 15px;
}

.team dl{
    margin-bottom: 24px;
}
.team dl dt{
    height: 50px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("../images/frame/0.png");
    font-size: 20px;
    color:#02529f;
    padding-left: 30px;
    line-height: 50px;
    text-transform: uppercase;
}
.team dl dd{
    padding: 15px 15px;
    background-color: #e8f4ff;
}
.team dl dd ul{
    overflow: hidden;
    width: 100%;
}
.team dl dd ul li{
    float: left;
    line-height: 40px;
    width: 20%;
    padding: 0 15px;
    text-align: center;
}


/*教师简介*/
.teacher table td{
    padding: 0;
}
.teacher table td:last-child{
    padding-left: 10px;
}
.teacher table h1{
    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: 5px 5px 5px 0;
    font-size: 16px;
    border-bottom: 3px solid #02529f;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.teacher dl dd p,.teacher dl dd span{
    line-height: 26px!important;
    font-size: 14px!important;
    font-family: 微软雅黑!important;
}




/*手机*/
@media all and (max-width: 700px){

    /*教师列表*/
    .team dl{
        margin-bottom: 20px;
    }


    /*教师简介*/



}





















