/*师资队伍*/
.picture .one .bt{
    overflow: hidden;
    position: relative;
}
.picture .one .bt span{
    display: inline-block;
    border-left: 5px solid #308ddb;
    font-weight: bold;
    padding-left: 10px;
    font-size: 18px;
    line-height: 34px;
}
.picture .one .bt a{
    line-height: 34px;
    float: right;
    z-index: 1;
    position: relative;
}
.picture .one .bt:before{
    display: block;
    content: "";
    height: 7px;
    width: calc(100% - 100px);
    background: #f0f2f2;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 0;
}


/*图片列表*/
.picture .row{
    margin:20px 0 20px;
}
.picture .list{
    margin-bottom: 15px;
}
.picture .list .img{
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}
.picture .list .img img{
    width: 100%;
}

.picture .list h4{
    text-align: center;
    margin: 15px 0 5px 0;
    font-size: 14px;
    font-weight: bold;
}
.picture .list h4 a{
    color: #1f6fb2;
}
.picture .list p{
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 24px;
    height: 24px;
}
.picture .list span{
    color: #999999;
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 24px;
    height: 48px;
}

/*教师简介*/
.jsjj table td{
    padding: 0;
}
.jsjj table td:last-child{
    padding-left: 10px;
}
.jsjj table h1{
    margin: 0;
    margin-bottom: 20px;
    font-size: 32px;
}
.jsjj table p{
    line-height: 30px;
    font-size: 14px;
}


/*手机适配*/
@media (max-width:1200px) {
    /*教师列表*/
    .picture .list span{
        line-height: 20px;
        height: 60px;
    }



}