@charset "UTF-8";
/************************名师讲堂 start***************************/
.teacher_list{
    width:92%;
    margin:0 auto;
    overflow:hidden;
}
.teacher_list .am-list-news-default{
    margin:15px 0;
}
.teacher_list .am-list>li{
    border:0;
    border-radius:5px;
    padding:1rem;
    margin-bottom:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_list .am-list-news-bd .am-list{
    display:none;
}
.teacher_list .am-list-news-default .am-list .am-list-item-text{
    position:absolute;
    bottom:0;
    width:100%;
    -webkit-line-clamp:4;
    max-height:8rem;
    padding-right:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_list .am-list-news-default .am-list .am-list-item-text a{
    display:block;
    color:#757575;
}
.teacher_list .am-list-item-text span.tag{
    display:block;
    width:100%;
    line-height:2rem;
    font-size:1.3rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.teacher_list .am-list-item-text .job{
    width:100%;
    height:3.6rem;
    line-height:1.8rem;
    font-size:1.3rem;
    color:#757575;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;

}
.teacher_list .am-list-news-default .am-list .am-list-item-desced .am-list-main{
    padding:0 10px 0 1rem;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_list .am-list-news-default .am-list .am-list-item-thumb-left .am-list-thumb{
    min-height:110px!important;
    border-radius:5px;
    padding:0;
    overflow:hidden;
}
.teacher_list .am-list .am-list-item-hd a{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
i.red{
    color:#e50d01;
}
/************************名师讲堂 end***************************/

/************************讲师详情页 start***************************/
.teacher_up{
    position:relative;
    width:92%;
    margin:15px auto 5px;
    overflow:hidden;
}
.teacher_bg{
    width:100%;
}
.teacher_pro{
    position:absolute;
    top:50%;
    margin-top:-50px;
    width:100%;
    height:100px;
    padding:0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_pro span{
    position:absolute;
    top:0;
    left:15px;
    width:100px;
    height:100px;
    border:3px solid #fff;
    border-radius:50%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_pro span img{
    width:100%;
}
.teacher_nr{
    width:100%;
    padding-left:110px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_nr h2{
    width:100%;
    height:34px;
    line-height:34px;
    color:#fff;
    font-size:1.5rem;
    overflow:hidden;
}
.teacher_nr p{
    width:100%;
    height:60px;
    line-height:30px;
    color:#fff;
    font-size:1.3rem;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.teacher_down{
    width:100%;
    overflow:hidden;
}
.teacher_btn{
    width:100%;
    height:45px;
    border-bottom:1px solid #eee;
    overflow:hidden;
}
.teacher_btn li{
    float:left;
    line-height:42px;
    padding:0 10px;
    text-align: center;
    margin-left:30px;
    overflow:hidden;
}
.teacher_btn li.sel{
    border-bottom:2px solid #e50d01;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.t_nav{
    width:92%;
    margin:0 auto;
    overflow:hidden;
}
.t_list{
    width:100%;
    overflow:hidden;
    display:none;
}
.intro li{
    width:100%;
    margin:10px auto;
    overflow:hidden;
}
.intro li span{
    color:#000;
    line-height:30px;
}
.intro li p{
    color:#666;
    font-size:1.3rem;
    line-height:2rem;
}
/************************讲师详情页 end***************************/
.dropload-noData{
    text-align: center;
}