@charset "UTF-8";
/*************************学习进展 start*************************/
.study_banner{
    width:100%;
    height:300px;
    background:url("../images/study_banner.jpg") no-repeat center;
}
.study_one{
    width:100%;
    min-width:1200px;
    overflow:hidden;
}
.study_one li{
    position:relative;
    float:left;
    width:386px;
    background:#fff;
    margin:0 21px 21px 0;
    padding:15px 10px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.study_one li:nth-child(3n){
    margin-right:0;
}
.study_one li img{
    position:absolute;
    top:35px;
    width:50px;
    height:50px;
    border-radius:50%;
    overflow:hidden;
}
.study_nav{
    width:100%;
    padding:0 60px 0 55px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.study_nav h3{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.study_nav p{
    width:100%;
    height:30px;
    line-height:30px;
    color:#666;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.study_nav p i{
    color:#d92119;
}
.study_one li a{
    position:absolute;
    top:45px;
    right:10px;
    width:60px;
    height:30px;
    line-height:30px;
    text-align: center;
    overflow:hidden;
}
.study_one li a:hover{
    color:#d92119;
    text-decoration: underline;
}

.shape{
    background:#fff;
    padding:20px;
    margin-bottom:20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#progress,#time,#month,#result{
    width:100%;
    height:500px;
    margin:0 auto;
}

.study_table thead th{
    padding:15px 20px;
    color:#fff;
    font-size:16px;
    text-align:center;
}
#study_table1 thead th{ background:#ff7879;}
#study_table2 thead th{ background:#ff793f;}
.study_table tbody td{
    padding:15px 20px;
    font-size:15px;
}
.study_table tbody td:nth-child(2),.study_table tbody td:nth-child(4){
    text-align: center;
}
#study_table2 tbody td:nth-child(3){
    text-align:center;
}
.study_table tbody td a{
    display:block;
    color:#da313e;
}
.study_table tbody td a:hover{
    text-decoration: underline;
}
.study_table tbody tr:hover,
.study_table thead tr,
.study_table[lay-even] tr:nth-child(even){
    background:transparent;
}
.learn_box{
    width:1200px;
    background:#fff;
    padding:0 25px;
    margin:0 auto 20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.learn_box .layui-table{
    margin:0;
}
.s_title1{
    width:100%;
    color:#333;
    font-size:18px;
    font-weight:bold;
    margin-bottom:20px;
    overflow:hidden;
}
.s_title2{
    width:100%;
    color:#333;
    font-size:18px;
    font-weight:bold;
    padding:20px 0;
    overflow:hidden;
}
/*选择学习类型 start*/
.study_type{
    width:100%;
    padding:0 25px;
    margin-top:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:none;
}
.study_type a{
    float:left;
    width:210px;
}
.study_type a:first-child{
    margin-right:20px;
}
.study_type a span{
    display:block;
    width:100%;
    height:40px;
    line-height:40px;
    font-size:16px;
    color:#000;
    text-align: center;
    overflow: hidden;
}
.study_type a p{
    font-size:13px;
    color:#999;
    line-height:20px;
    font-family:"微软雅黑";
    text-align:justify;
}
.study_type a img:hover{
    border-radius:8px;
    box-shadow: 0 0 20px 10px #ffdedf;
    -webkit-box-shadow:0 0 20px 10px #ffdedf;
    -moz-box-shadow:0 0 20px 10px #ffdedf;
}
/*选择学习类型 start*/
/*************************学习进展 end*************************/

/*************************我的课程 start*************************/
.course_banner{
    width:100%;
    min-width:1200px;
    height:300px;
    background:url("../images/course_banner.jpg") no-repeat center;
}
#mine_course{
    margin:0 auto 20px;
}
.course_left{
    float:left;
    width:260px;
    background:#fff;
    box-shadow:1px 1px 10px rgba(0,0,0,.1);
}
.course_left dt{
    width:100%;
    height:50px;
    line-height:50px;
    background-image: linear-gradient( 47deg, rgb(215,40,2) 0%, rgb(254,110,73) 74%);
    background-image: -moz-linear-gradient( 47deg, rgb(215,40,2) 0%, rgb(254,110,73) 74%);
    background-image: -webkit-linear-gradient( 47deg, rgb(215,40,2) 0%, rgb(254,110,73) 74%);
    background-image: -ms-linear-gradient( 47deg, rgb(215,40,2) 0%, rgb(254,110,73) 74%);
    color:#fff;
    font-size:16px;
    padding:0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.course_left dt img{
    float:left;
    margin:10px 10px 0 0;
}
.course_left dd{
    width:100%;
    padding:20px 0 30px;
    overflow:hidden;
}
.course_left dd span{
    position:relative;
    display:block;
    width:100%;
    height:50px;
    line-height:50px;
    font-size:16px;
    padding:0 65px;
    overflow:hidden;
    cursor:pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.course_left dd span.sel{
    color:#d1141c;
}
.course_left dd span.sel i{
    position:absolute;
    top:13px;
    left:0;
    width:4px;
    height:24px;
    background:#d1141c;
}

.course_right{
    float:right;
    width:920px;
}
.course_item{
    width:100%;
    overflow:hidden;
    display:none;
}
.course_title{
    width:100%;
    height:50px;
    line-height:50px;
    background:#f4f4f4;
    padding:0 30px;
    font-size:16px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.course_title span{
    float:left;
    margin-right:20px;
}
.course_list{
    width:100%;
    overflow:hidden;
}
.course_list li{
    width:100%;
    padding:20px 0;
    border-bottom:1px solid #eee;
    overflow:hidden;
}
.course_list li:last-child{
    border:0;
}
.c_left{
    float:left;
    width:250px;
    height:140px;
    overflow:hidden;
}
#course_list1 .c_left{
    height:165px;
}
.c_left img{
    width:100%;
    transition:all .5s;
}
.c_left:hover img{ transform:scale(1.1,1.1);}
.c_nav{
    float:left;
    width:550px;
    padding: 0 20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c_nav a,.c_nav p,.c_tag,.c_nav i{
    display:block;
    width:100%;
    height:35px;
    line-height:35px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
#course_list1 .c_nav a,
#course_list1 .c_nav p,
#course_list1 .c_tag,
#course_list1 .c_nav i{
    height:33px;
    line-height:33px;
}
.c_nav a:hover{
    color:#d1141c;
    text-decoration: underline;
}
.c_nav a{ font-size:16px;}
.c_nav p{ color:#999;}
.c_nav p em{
    float:left;
    margin-right:15px;
}
.c_tag span{
    float:left;
    margin-right:20px;
    color:#999;
}
.c_nav i{ color:#999;}
.c_btn{
    position:relative;
    float:right;
    width:120px;
    height:140px;
    overflow:hidden;
}
.c_btn a{ position:absolute;}
.c_btn a.delete,.c_btn a.cancel{
    right:0;
    top:0;
    color:#666;
}
.c_btn a.delete:hover,.c_btn a.cancel:hover{
    color:#d1141c;
    text-decoration: underline;
}
.c_btn a.study{
    right:0;
    bottom:0;
    width:100%;
    height:40px;
    line-height:40px;
    background:#d1141c;
    color:#fff;
    text-align: center;
    overflow:hidden;
}
/*************************我的课程 end*************************/

/*************************我的试卷 start*************************/
.exam_banner{
    width:100%;
    height:300px;
    background:url("../images/exam_banner.jpg") no-repeat center;
}
.test_list{
    width:100%;
    overflow:hidden;
}
.test_list li{
    position:relative;
    width:100%;
    padding:15px 0;
    border-bottom:1px solid #eee;
    overflow:hidden;
}
.test_list .icon_test{
    position:absolute;
    top:32px;
    left:0;
    width:30px;
    height:36px;
}
.test_nav{
    width:100%;
    padding:0 250px 0 45px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.test_nav a,.test_nav span{
    display:block;
    width:100%;
    height:35px;
    line-height:35px;
    font-size:16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.test_nav span{
    color:#999;
    font-size:15px;
}
.test_btn{
    position:absolute;
    top:30px;
    right:0;
    width:230px;
    height:40px;
    overflow:hidden;
}
.test_btn span{
    float:left;
    color:#666;
    font-size:15px;
    line-height:24px;
    margin:8px 0;
    cursor:pointer;
}
.test_btn span img{
    margin-right:5px;
    vertical-align:-7px;
}
.test_btn a{
    float:right;
    width:120px;
    height:40px;
    line-height:40px;
    background:#d1141c;
    color:#fff;
    text-align:center;
    overflow:hidden;
}
/*************************我的试卷 end*************************/

.cancel img{
    margin-right: 5px;
    vertical-align: -7px;
}

.c_nav .watch_btn{
    width:90px;
    color:#d1141c;
    overflow:hidden;
}
.watch_btn i{
    float:right;
    width:auto;
    color:#d1141c;
    margin-left:5px;
}
/*查看详情 start*/
.detail_list{
    width:100%;
    padding-top:10px;
    overflow:hidden;
    display:none;
}
.detail_list li{
    position:relative;
    width:100%;
    height:35px;
    line-height:35px;
    border-bottom:1px dashed #ddd;
    font-size:16px;
    padding:10px 0;
    overflow:hidden;
}
.detail_list li p:hover{
    color:#ff8400;
}
.detail_list li a{
    display:block;
    width:100%;
    padding-right:160px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.detail_list li a>i{
    position:absolute;
    color:#ff8400;
    font-size:20px;
}
.detail_list li a p{
    width:100%;
    padding-left:30px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.detail_list li a .study_btn{
    position:absolute;
    top:10px;
    right:0;
    height:35px;
    line-height:35px;
    background: #fff;
    color:#d1141c;
    font-size:16px;
    text-align: center;
    margin:0 0 0 25px;
    overflow:hidden;
}
.detail_list li a .study_btn em{
    color:#999;
    font-size:15px;
    margin-right:15px;
}
.detail_list li a .study_btn i{
    float:right;
    color:#d1141c;
    font-size:18px;
    margin-left:5px;
}
.detail_list li:last-child{
    padding-bottom:0;
}
/*查看详情 end*/
