.item-list-title-left p {
    margin: 33px auto;
    font-size: 26px;
}
.teacher-content{
    margin-left: 50px;
    margin-bottom: 60px;
    width: 77%;
}
.teacher-basic{
    /* margin: 0 30px; */
    margin-top: 50px;
}
/* .teacher-basic-inner img{
} */
.teacher-basic-inner{
    display: flex;
    display: -ms-flexbox;  /* 混合版本语法: IE 10 */
    display: -webkit-flex; 
    flex-direction: row;
    padding: 40px 50px;
    border: 1px solid #eeee;
}

.teacher-basic-photo img:first-child{
    position:relative;
}
.teacher-basic-photo img:last-child{
    position:absolute;
    left: 23px;
    top:0px;
    width:176px;
}
.teacher-basic-data{
    display: flex;
    display: -ms-flexbox;  /* 混合版本语法: IE 10 */
    display: -webkit-flex; 
    flex-direction: column;
    margin-left: 60px;
}
.teacher-basic-name
{
    color: #814487!important;
    font-size: 24px!important;
    margin-bottom: 20px!important;
    border: none!important;
}
.teacher-basic-data p{
    color: #333333;
    font-size: 16px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.teacher-basic-sns{
    margin-top: 30px;
}
.teacher-basic-sns p{
    color: #666666;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    border: none;
}
.teacher-basic-sns p img{
    left: 0;
    position: absolute;
    top: 5px;
}
 .teacher-details-message p{
    line-height:30px;
}
.teacher-details-part{
    width: 100%;
    margin-top: 50px;
}
.teacher-part-title{
    border-bottom: 1px solid #E6EBED;
    display: flex;
    display: -ms-flexbox;  /* 混合版本语法: IE 10 */
    display: -webkit-flex; 
    padding-bottom: 15px;
}
.teacher-part-title p{
    color: #323232;
    font-size: 18px;
    font-weight: bold;
    margin: 7px;
}
.teacher-part-content{
    margin-top: 30px;
    position: relative;
}
.teacher-basic-photo{
    position: relative;
}
.teacher-part-content p{
    margin: 0 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #0A0A0A;
    word-break: break-all;
}
.teacher-part-content-more{
    background-color: #038869;
    color: white;
    width: 60px;
    height: 30px;
    outline: none;
    border: none;
    float: right;
    /* margin-bottom: 10px; */
}
.teacher-part-littletitle{
    font-weight: bold;
    color: black!important;
}
.teacher-hidden{
    height: 175px;
    overflow: hidden;
}
@media only screen and (max-width: 1024px) {
    .header-submenu:hover > .index-header-submenu {
        display: none;
    }
    .header-submenu img{
        display: block;
    }
    .index-header-navigation{
        /* display: none; */
        position: absolute;
        /* top: 50px; */
        z-index: 1000;
        background: white;
        width: 100%;
    }
    .index-header-navigation ul li a {
        display: flex;
        display: -ms-flexbox;  /* 混合版本语法: IE 10 */
        display: -webkit-flex; 
        /* padding: 0; */
    }
    .header-submenu{
        border-bottom: 0.3px solid #999999;
        margin: 10px;
        padding-bottom: 10px!important;
        position: relative;
        padding: 0!important;
    }
    .header-submenu a{
        color: #666666;
        font-size: 16px;
        padding: 10px;
    }
    .header-submenu img{
        position: absolute;
        right: 10px;
    }
    .index-header-submenu{
        display: none;
        width: 100%;
        position: initial;
        left: 0;
        top: 0;
    }
    .index-header-navigation .search {
        width: 287px;
        height: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .center-div {
        margin: 0 auto;
    }
    .index-header-navigation .search .text {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background: #cccccc;
        border: 0px;
        padding: 0px;
        text-indent: 5px;
        float: left;
    }
    .index-header-navigation .search .btn {
        width: 40px;
        height: 40px;
        float: left;
        background: #704487 url(../images/search.png) center no-repeat;
        border: 0px;
    }
    .index-header-navigation .search .m-en {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 7px;
        text-align: center;
        float: left;
        background: #704487;
        float: left;
        color: #ffffff;
    }
    .index-header-navigation  ul{
        flex-direction: column;
        margin: 0!important;
        background: white;
        padding: 0;
    }
    .index-header-submenu ul li{
        border-top: 0.3px solid #999999;
        padding: 10px;
        display: block;
    }
    .index-header-submenu ul li a{
        font-size:14px;
    }
    .header-bottom{
        padding-bottom: 0!important;
    }
}
@media only screen and (max-width: 768px) {
    .teacher-content {
        margin-left: 0;
        margin-bottom: 60px;
        width: 100%;
    }
    
}

@media only screen and (max-width: 500px) {
    .teacher-content {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .teacher-basic-photo img:first-child {
        display: none;
    }
    .teacher-basic-photo img:last-child {
        left: 0px;
        width: 130px;
        position: relative;
    }
    .teacher-basic-inner {
        padding: 20px 0;
        border: none;
    }
    .teacher-basic-name {
        padding-bottom: 10px!important;
        margin: 0!important;
    }
    .teacher-basic-data {
        margin-left: 20px;
    }
    .teacher-basic-data p {
        padding-bottom: 20px;
        border-bottom: none;
    }
    .teacher-basic-sns p {
        padding-bottom: 10px;
        border: none;
    }
    .teacher-basic-sns {
        margin-top: 0px;
    }
    .teacher-details-part {
        margin-top: 0px;
    }
    .teacher-part-content p {
        margin-left: 0px;
    }
}