/*图片列表*/
.picture .row{
    margin:20px 0 20px;
}
.picture .list{
    padding: 20px 15px;
}
.picture .list .img{
    overflow: hidden;
    width: 184px;
    height: 184px;
    border-radius: 50%;
    margin: 0 auto;
    background: #bfbfbf;
    padding: 1px;
}
.picture .list .img img{
    width: 100%;
}

.picture .list h4{
    text-align: center;
    margin: 15px 0 5px 0;

}
.picture .list h4 a{
    font-size: 24px;
}

.picture .list span{
    color: #666666;
    text-align: center;
    display: block;
    font-size: 16px;
}

/*教师简介*/
.jsjj table td{
    padding: 0;
}
.jsjj table td:last-child{
    padding-left: 10px;
}
.jsjj table h1{
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
}
.jsjj table p{
    line-height: 30px;
    font-size: 14px;
}