.head-pic{
    width: 150px;
    height: 180px;
    text-align: center;
}
.head-pic>img{
    width: 100%;
    height: 100%;
}
.teacher-show{
    padding: 20px 36px 20px 20px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}
.teacher-message{
    width: 655px;
    display: block;
}
.teacher-message h1{
    margin: 26px 0 26px 0;
    font-size: 26px;
}
.teacher-fans{
    margin-left: 95px;
}
.short-message{
    padding-bottom: 18px;
    border-bottom: 1px dashed #cccccc;
}
.teacher-course{
    margin-top: 20px;
}
.teacher-show div,.teacher-show span{
    font-size: 14px;
}
.work-history{
    margin-bottom: 26px;
}
.work-history-con>h3{
    font-size: 18px;
    margin-bottom: 20px;
}
.work-history-con>div{
    margin-bottom: 22px;
}
.introduce-con,.work-history-con div,.work-history-con div p,.work-history-con div span{
    line-height: 1.9 !important;
}