@charset "UTF-8";
/*******名师导航 start*****/
#position span, #position a,
.layui-breadcrumb a cite{ color:#fff!important;}
#position a:hover{ color:#eee!important;}
#teacher{
    min-width:1400px;
    padding:0 0 20px;
    background:url(../images/teacher_bg.jpg) repeat-y center top;
}
/*名师检索 start*/
.show_select{
    width:100%;
    background:#fff;
    border-radius:5px;
    padding:25px 0 0;
    box-shadow:1px 1px 8px rgba(0,0,0,.05);
}
.sousuo{
    position:relative;
    width:55%;
    background:#fff;
    border-radius:5px;
    box-shadow:1px 1px 8px rgba(0,0,0,.05);
    padding:5px;
    margin:0 auto 20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sousuo input{
    width:100%;
    height:40px;
    line-height:40px;
    border-radius:5px 0 0 5px;
    border:0;
    font-size:16px;
    text-indent:15px;
    padding-right:90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sousuo a{
    position:absolute;
    right:5px;
    width:80px;
    height:40px;
    line-height:40px;
    background:#002fa7;
    border-radius:5px;
    border:0;
    text-align: center;
}
.sousuo a img{
    display:block;
    width:30px;
    margin:5px auto;
}
/*名师检索 end*/

/*名师列表 start*/
.teacher_list{
    width:100%;
}
.teacher_item{
    width:100%;
    overflow:hidden;
}
.teacher_item li{
    position:relative;
    float:left;
    width:calc(50% - 10px);
    height:230px;
    border:1px solid #002fa7;
    background:rgba(0,0,0,.2);
    border-radius:15px;
    padding:15px 20px;
    margin:25px 20px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_item li:nth-child(2n){
    margin-right:0;
}
.teacher_item .teacher_pic{
    position:absolute;
    left:20px;
    top:-20px;
    width:175px;
    border-radius:10px;
    transition:all .5s;
    overflow:hidden;
}
.teacher_item .teacher_pic img{
    width:100%;
    transition:all .5s;
}
.teacher_item .teacher_nav{
    position:relative;
    width:100%;
    padding:0 0 0 175px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_item .teacher_nav h2{
    height:40px;
    line-height:40px;
    font-size:18px;
    font-weight:bold;
    color:#f1ea21;
    padding-left:20px;
    margin-top:7px;
    overflow:hidden;
    box-sizing: border-box;
}
.teacher_item .teacher_nav p{
    width:100%;
    line-height:25px;
    color:#fff;
    font-size:14px;
    padding-left:20px;
    margin-top:13px;
    text-align: justify;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp:5;
    box-sizing: border-box;
}
.teacher_nav .sub_btn{
    position:absolute;
    right:0;
    top:5px;
    line-height:28px;
    border:1px solid #fff;
    border-radius:35px;
    color:#fff;
    padding:0 15px;
    text-align:center;
    cursor:pointer;
}
.teacher_nav .sub_btn i{
    font-size:20px;
    font-weight:bold;
}
.sub_btn.active{
    background:#fff;
    color:#002fa7;
}
/*名师列表 end*/
.page{ margin:0;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    left:0;
    top:0;
    box-sizing: border-box;
}
/********名师导航 end******/