@charset "UTF-8";
/****************每日一课 start**************/
/*banner start*/
#everyday{
    position:relative;
    width:100%;
    min-width:1280px;
    background:url("../images/everyday_banner.jpg") no-repeat top center;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.everyday_box{
    position:relative;
    height:770px;
}
.everyday_title{
    width:100%;
    padding:35px 0;
    text-align: center;
}
.today{
    position:relative;
    width:1052px;
    height:458px;
    background:url(../images/everyday_scroll.png) no-repeat center;
    padding:25px 35px 25px 660px;
    margin:0 auto;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.every_tu{
    position:absolute;
    z-index:1;
    left:65px;
    top:48px;
    width:545px;
    height:366px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.every_tu img{
    height:360px;
}
.every_wz{
    position:relative;
    width:100%;
    padding:50px 20px 0 30px; 
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.every_wz h1{
    position:relative;
    display:inline-block;
    background:#006369;
    color:#fff;
    font-size:22px;
    line-height:40px;
    padding:0 10px 0 15px;
    margin-bottom:10px;
}
.every_wz h1::after{
    content:'';
    position:absolute;
    right:-40px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-color: transparent transparent #006369 #006369;
}
.every_wz h2{
    line-height:40px;
    margin:45px 0;
    font-size:22px;
    color:#000;
}
.every_wz a{
    position:relative;
    z-index:1;
    display: block;
    width:170px;
    height:45px;
    line-height:45px;
    background:#006369;
    border-radius:45px;
    font-size:20px;
    color:#fff;
    text-align: center;
    transition: all .3s;
    overflow:hidden;
}
.every_wz a:hover{
    margin-left:15px;
}
/*banner end*/

/*每日一课列表 start*/
#everyday_list{
    margin:40px auto 20px;
}
.look_back{
    width:100%;
    text-align: center;
    margin-bottom:15px;
    overflow:hidden;
}
.course_list li{ height:283px;}
.course_list li .c_down h4{
    height:auto;
    margin-bottom:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*每日一课列表 end*/
@media screen and (max-width: 1399px){
    .course_list li{ height:263px;}
}  
/****************每日一课 end**************/