/*师资队伍*/
.team dl{
    margin-bottom: 30px;
}
.team dl dt{
    margin-left: 2px;
    width: 100%;
    background-color: #ebf7fd;
    height: 46px;
    line-height: 46px;
    border-left: 3px solid #019fe9;
    font-size: 16px;
    color: #666;
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}
.team dl dd{
    overflow: hidden;
}
.team dl dd a{
    width: 25%;
    text-align: center;
    line-height: 48px;
    color: #666;
    display: block;
    float: left;
}
.team dl dd a:hover{
    color:#e60505;
}


/*师资队伍 详情*/
.teams .brief{
    overflow: hidden;
    padding: 0 6px;
    margin-bottom: 30px;
    word-break: break-word;
}
.teams .brief .img{
    float:left ;
    width: 184px;
    height: 248px;
}
.teams .brief .img img{
    width: 100%;
    height: 100%;
}
.teams .brief .text{
    float: right;
}
.teams .brief .text h1{
    text-align: center;
    font-size: 26px;
    line-height: 48px;
    color: #666;
    margin-bottom: 20px;
}
.teams .brief .text div{
    line-height: 30px;
    text-indent: 2em;
    width: 722px;
    padding: 0 30px 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.teams dl dt{
    margin-left: 2px;
    width: 100%;
    background-color: #ebf7fd;
    height: 46px;
    line-height: 46px;
    border-left: 3px solid #019fe9;
    font-size: 16px;
    color: #2a74c4;
    padding-left: 25px;
    font-weight: bold;
}
.teams dl dd{
    padding: 18px;
}