/* 公共样式 */
.teacher .teacher-p p{text-align:unset;word-break:break-all;}


/*新增代码*/
#vsb_content p {
    color: #333;}
.info .pic {
    width: 36%;
    float: right;}
.info .desc {
    width: 60%;
    float: left;}
.info .desc .xinxi span {
    width: 100%;  
     height: auto;
     margin: 3px 0;}

.info .desc .xinxi span.name {
    background: none;}
.info .desc h2 {
    font-size: 36px;}
.info .desc p {
border-bottom: none;}
.info .desc p.bt {
    font-size: 30px;
    color: #46228e;
    padding: 0 0 0 0px;
    margin: 0 0 25px 0px;}
.info .desc p.nr {
border-bottom: none;
font-size: 20px;
    padding: 0px 0 0px;}
@media (max-width: 991px){
.info .pic {
    width: 100%;}
.info .desc {
    width: 100%;}

}
