@charset "UTF-8";
/*****************首页 start*******************/
/*轮播 start*/
.banner{
    width:100%;
    padding:13px 0;
    text-align: center;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner .mui-slider{
    overflow:visible !important
}
.banner .mui-slider .mui-slider-group .mui-slider-item img{
    border-radius:7px;
}
.banner .mui-slider-indicator .mui-indicator{
    width:10px;
    height:5px;
    border-radius:5px;
    margin:1px 3px;
    box-shadow:none;
}
.banner .mui-slider-indicator .mui-active.mui-indicator{
    background: #fff;
}
.mui-slider-indicator{
    bottom:5px;
}
/*轮播 end*/

/*重点专题 start*/
.subject{
    width:94%;
    margin:0 auto;
    overflow:hidden;
}
.subject h1{
    width:100%;
    line-height:30px;
    font-size:1.7rem;
    font-weight:bold;
    color:#000;
    margin-top:10px;
    overflow:hidden;
}
.subject a{
    display:block;
    width:100%;
    overflow:hidden;
}
.subject a img{
    width:100%;
    border-radius:5px;
    margin-top:10px;
}
/*重点专题 end*/

/*最新课程 start*/
.new_course{
    border-bottom:10px solid #f2f2f2;
    padding-bottom:5px;
}
.new_course h1{
    width:96%;
    line-height:50px;
    font-size:1.7rem;
    font-weight:bold;
    color:#000;
    padding:0 5px;
    margin:0 auto;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*最新课程 end*/

/*名师讲堂 start*/
.teacher{
    width:94%;
    margin:0 auto;
    overflow:hidden;
}
.teacher h1{
    width:100%;
    line-height:30px;
    font-size:1.7rem;
    font-weight:bold;
    color:#000;
    margin:10px auto 0;
    overflow:hidden;
}
.teacher .mui-slider{
    padding:10px 0;
    overflow:inherit;
}
.mui-slider .mui-slider-group .mui-slider-item>a:not(.mui-control-item){
    line-height:inherit;
}
.teacher .mui-slider .mui-slider-group .mui-slider-item{
    width:90%;
    background:#fff;
    box-shadow:0 1px 5px rgba(0,0,0,0.1);
    border-radius:5px;
    margin-right:10px;
}
.teacher .mui-slider .mui-slider-group .mui-slider-item:last-child{
    margin-right:0;
}
.teacher .mui-slider-item a{
    display:block;
}
.teacher .mui-slider-item a i{
    float:left;
    width:30%;
}
.teacher .mui-slider-item a i img{
    width:100%;
    border-radius:5px 0 0 5px;
}
.message{
    float:left;
    width:70%;
    padding:10px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.message span{
    color:#000;
    font-weight:bold;
}
.message p{
    width:100%;
    line-height:1.8rem;
    font-size:1.4rem;
    color:#888;
    margin-top:.5rem;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
}

@media(max-width:365px){
    .course_nr{
        padding:.8rem .5rem;
    }
    .course_nr span{
        font-size:1.2rem;
    }
    .message p{
        font-size:1.3rem;
        line-height:1.6rem;
        margin-top:.2rem;
    }
}
/*名师讲堂 end*/

/*专题课程 start*/
.subject_course h1{
    width: 96%;
    line-height:30px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #000;
    padding: 0 5px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.subject_list{
    width:100%;
    overflow:hidden;
}
.subject_list h2{
    width:96%;
    padding:0 5px;
    line-height:2rem;
    font-size:1.6rem;
    color:#000;
    margin:10px auto;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.subject_list h2 i{
    float:left;
    width: 5px;
    height:2rem;
    background:#ca1519;
    margin-right:5px;
}
.subject_list a.more{
    display:block;
    width:70%;
    line-height:40px;
    background:#ca1519;
    border-radius:40px;
    color:#fff;
    margin:7px auto;
    text-align:center;
    overflow:hidden;
}
.ad_banner{
    width:96%;
    padding:0 5px;
    margin:10px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ad_banner img{
    width:100%;
    border-radius:5px;
}
/*专题课程 end*/
/*****************首页 end*******************/