@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:755px;
}
.everyday_title{
    width:100%;
    padding:30px 0 15px;
    text-align: center;
}
.today{
    position:relative;
    width:1040px;
    height:520px;
    background:url(../images/everyday_scroll.png) no-repeat center;
    padding:45px 45px 80px 640px;
    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:100px;
    top:63px;
    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:60px 20px 0 35px; 
    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:#0b388e;
    color:#fff;
    font-size:22px;
    line-height:40px;
    padding:0 10px 0 15px;
    margin-bottom:10px;
}
.every_wz h1::after{
    content:'';
    position:absolute;
    right:-45px;
    width:0;
    height:0;
    border:20px solid transparent;
    border-left:25px solid #0b388e;
}
.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:#0b388e;
    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:25px auto 20px;
}
.look_back{
    width:100%;
    text-align: center;
    margin-bottom:10px;
    overflow:hidden;
}
.course_list li{
    padding:10px;
    height:345px;
    border-radius:0;
    border:1px solid #eee;
}
.course_list li .c_up{ height:auto;}
.course_list li .c_down h4{
    height:auto;
    margin-bottom:0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.course_list li a{
    display: block;
    width:80%;
    line-height:40px;
    background:#e9f0ff;
    border-radius:40px;
    color:#0b388e;
    text-align: center;
    margin:15px auto 0;
    transition:all .5s;
    overflow:hidden;
}
.course_list li a:hover{
    background:#0b388e;
    color:#fff;
}
/*每日一课列表 end*/
@media screen and (max-width: 1399px){
    .course_list li{ height:325px;}
}  
/****************每日一课 end**************/