.teacher{
    margin-bottom: 30px;
}
.teacher table img{
    width: 190px;
    height: auto;
}

.teacher table h1{
    margin-top: 0;
    font-size: 0;
}
.teacher table p span{
    font-size: 16px !important;
}
.teacher table p{
    line-height: 30px!important;
    word-break: break-all;
}


.teacher .text h3{
    margin-top: 0;
    border-left: 0 !important;
    background: #f5f5f5 !important;
    padding-left: 0 !important;
}
.teacher .text h3 span{
    color: #ffffff !important;
    display: table;
    background:#02529f !important ;
    min-width: 8em;
    padding: 0 10px;
    text-align: center;
}

.teacher .text p{
    font-size: 16px!important;
    text-indent: 2em!important;
    line-height: 30px!important;
}


/*平板电脑*/
@media all and (max-width: 1200px){

.teacher table td:last-child{
            padding: 0px 0 0px 10px !important;
}


}



