/*************名师导航 start***********/
/*banner start*/
.banner{
    width:92%;
    margin:15px auto 0;
}
.banner img{
    width:100%;
    border-radius:8px;
}
/*banner end*/

/*列表 start*/
.teacher_box{
    width:100%;
    padding:15px 0 0;
    overflow:hidden;
}
.teacher_list{
    width:92%;
    margin:0 auto;
    display:none;
}
.teacher_list li{
    position:relative;
    width:100%;
    height:100px;
    padding:10px;
    background:#fff;
    box-shadow:0 1px 5px rgba(0,0,0,.1);
    border-radius:6px;
    margin-bottom:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_list li a{
    display:block;
    width:100%;
    overflow:hidden;
}
.teacher_list li span{
    position:absolute;
    top:10px;
    left:10px;
    width:80px;
    height:80px;
    border-radius:50%;
    overflow:hidden;
}
.teacher_list li span img{
    width:100%;
}
.teacher_wz{
    width:100%;
    padding-left:90px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_wz h2{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:1.6rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.teacher_wz p{
    width:100%;
    line-height:25px;
    font-size:1.4rem;
    color:#666;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
/*列表 end*/
/*************名师导航 end***********/

/*************名师详情页 start***********/
.teacher_up{
    position:fixed;
    z-index:99;
    width:100%;
    height:230px;
    overflow:hidden;
}
.teacher_fixed{
    width:100%;
    height:230px;
    background:url("../images/teacher_bg.jpg") no-repeat center;
    background-size:100% 100%;
    overflow:hidden;
}
.teacher_fixed span{
    display:block;
    width:90px;
    height:90px;
    border:3px solid #fff;
    border-radius:50%;
    margin:35px auto 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_fixed span img{
    width:100%;
}
.teacher_nr{
    width:100%;
    padding:0 3%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_nr h2{
    width:100%;
    height:30px;
    line-height:30px;
    color:#fff;
    font-size:1.5rem;
    text-align:center;
    margin:5px 0;
    overflow:hidden;
}
.teacher_nr p{
    width:100%;
    height:48px;
    line-height:24px;
    color:#fff;
    font-size:1.3rem;
    text-align: center;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.teacher_down{
    width:100%;
    padding-top:230px;
    overflow:hidden;
}
.teacher_btn{
    position:fixed;
    top:230px;
    z-index:99;
    width:100%;
    height:50px;
    background:#fff;
    border-bottom:1px solid #eee;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_btn li{
    position:relative;
    float:left;
    width:50%;
    line-height:49px;
    font-size:1.6rem;
    text-align: center;
    overflow:hidden;
}
.teacher_btn li.sel{
    color:#d1141c;
    font-weight:bold;
}
.teacher_btn li.sel i{
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-15px;
    width:30px;
    height:6px;
    background:#d1141c;
    border-radius:5px;
}
.t_nav{
    width:100%;
    margin:50px auto 10px;
    overflow:hidden;
}
.t_list{
    width:100%;
    margin:0;
    overflow:hidden;
    display:none;
}
.intro{
    width:100%;
    padding:0 4%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.intro li{
    width:100%;
    margin:10px auto;
    overflow:hidden;
}
.intro li span{
    color:#000;
    font-size:1.6rem;
    font-weight:bold;
    line-height:30px;
}
.intro li span img{
    width:18px;
    margin-right: 7px;
    vertical-align: -3px;
}
.intro li p{
    color:#666;
    font-size:1.5rem;
    line-height:26px;
}
/*************名师详情页 end***********/