/*师资队伍*/
.team,.teach{
    padding-top: 20px;
    font-family: 微软雅黑;
}
.team h1{
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    color: rgb(186, 14, 13);
    font-weight: bold;
    font-size: 16px;
    border-width: medium medium 1pt;
    border-style: none none solid;
    border-color: #000000 #000000 rgb(221, 221, 221);
    padding-bottom: 10px;
}

/*教师列表*/
.teach li{
    line-height: 40px;
}
.teach li img{
    margin-right: 10px;
}
.teach li a{
    font-size: 16px;
    color: #666;
}
.teach li a:hover{
    color: #900a09;
}

.teach dl dt{
    height: 50px;
    line-height: 50px;
    background-color: #f7f7f7;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 100;
}
.teach dl dt span{
    padding: 0 20px;
    display: inline-table;
    background-color: #73000a;
}

.teach dl dd{
    overflow: hidden;
    margin-bottom: 14px;
}

.teach dl dd div{
    width:50px;
    float: left;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
}
.teach dl dd ul{
    float: left;
    width: calc(100% - 50px);
}
.teach dl dd ul li{
    width: auto;
}