

.introduction_teacher_content > .introduction_teacher_content_left > .introduction_teacher_content_left_list >.left_list_content >.list{
    position: relative;
    height: 90px;
    width: 100%;
    border-bottom: 1px solid;
}

.introduction_teacher_content >.introduction_teacher_content_left > .introduction_teacher_content_left_list >.left_list_content > .list > svg{
    position: absolute;
    top: 37px;
    left: 37px;
    width: 70px;
}

.introduction_teacher_content >.introduction_teacher_content_left > .introduction_teacher_content_left_list >.left_list_content > .list > p{
    position: relative;
    font-family: 等线;
    font-size: 28px;
    text-align: left;
    width: 265px;
    height: 92px;
    line-height: 92px;
    z-index: 1;
    float: right;
} 

 .introduction_teacher_content > .introduction_teacher_content_right > .teacher_content> .teacher_content_div{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 765px;
}

.introduction_teacher_content > .introduction_teacher_content_right > .teacher_content> .teacher_content_div> .title{
    font-family: 等线;
    font-size: 20px;
    text-align: left;
    width: auto;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    overflow: hidden;
}

.introduction_teacher_content > .introduction_teacher_content_right > .teacher_content> .teacher_content_div> .content{
    min-height: 100px;
    width: 100%;
}

