@charset "utf-8";
body{
    background: #ebebeb;
}
/*课程列表*/
/*nav修改滑动*/
.kcnav{
    padding-left: 10px;
    background: #dadada;
    padding-top: 5px;
    overflow-x: auto; 
    overflow-y: hidden;
    margin-top: 40px;
}
.kcnavlist{   
    width: 10000px;
}
.kcnavlist li{
    float: left;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 8px;
    overflow: hidden;
    margin-bottom: 8px;
}
.kcnavlist li a{
    display: block;
    background: #fff;
    text-align: center;
    height: 29px;
    line-height: 29px;
    color: #353535;
    font-size: 14px;
    padding: 0px 5px;
}
.kcnavlist li.active a{
    background: #5ca4ec;
    color: #fff;
}.kcnavlist li a.avtive{
    background: #5ca4ec;
    color: #fff;
}
/*nav修改滑动-end*/

.tehcont{
    padding: 10px 0px 20px 10px;
}

.tehcontlist li{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 10px;
}
.tehcontlist li a{
    display: block;
    height: 186px;
}
.tehlistimg{
    display: block;
    margin-bottom: 3px;
    height: 140px;
    overflow: hidden;
}
.tehlisttext{
    padding:4px 0;
    width: 100%;
    height: 38px;
    background: #5ca4ec;
}
.tehname{
    display: block;
    padding:0 10px; 
    font-size: 16px;
    font-weight: bold;
    color: #fff;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tehshow{
    padding:0 10px; 
    display: block;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}
.tehshow p{
    font-size: 12px;
    color: #fff;
}

/*教师详情*/
.tehdetbody{
    background: #fff;
}
.tehbanner{
    font-size: 0px;
    position: relative;
    margin-top: 40px;
}
.teach_TopTextbg{
    width: 100%;
    height: 38px;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    bottom: 0px;
    left: 0px;  
}
.teach_TopText{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 12px;
}
.teach_TopText span{
    padding: 0px 14px 0px 10px;
    color: #fff;
    font-size: 21px;
}
.teachbox{
    background: #fff;
    padding: 15px 10px 0px 10px;
}
.tehdetcont_text{
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
}
.tehdetcont_text li:nth-child(1){
    margin-bottom: 7px;
}
.tehdetcont_text li span{
    float: left;
    display: block;
    width: 0.63rem;
    font-size: 12px;
    color: #000;
}
.tehdetcont_text .textp{
    float: left; 
}
.tehdetcont_text .textp p{
   font-size: 12px;
    color: #5b5b5b;
    margin-bottom: 5px; 
}
.teachshow{
    padding: 8px 0px 10px;
}
.teachshow h3{
    color: #ff550a;
    font-size: 14px;
    margin-bottom: 8px;
}
.teachshow p{
    font-size: 12px;
    color: #5b5b5b;
    line-height: 18px;
    margin-bottom: 5px;
}
.tehkccont{
    background: #f5f5f5;
    padding: 10px 0px 20px 10px;
}
.tehkclist li{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 10px;
}
.tehkclist li a{
    display: block;
    background: #fff;
    height: 1.55rem;
}
.kclistimg{
    display: block;
    margin-bottom: 3px;
}
.kclistname{
    font-size:12px;
    height: 15px;
    overflow: hidden;
    color: #3f3f3f; 
    margin-bottom: 5px;
    padding-left: 6px;
}
.kclistmoney{
    display: block;
    color: #ff4400;
    font-size: 13px;
    padding-left: 6px;
}






