/***************************试卷中心 start************************************************************************/
/*课程检索 start*/
.kinds{
    width:100%;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
    overflow:hidden;
}
.kinds_nav{
    width:100%;
    padding:15px 20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.kinds_list{
    width:100%;
    line-height:30px;
    overflow:hidden;
}
.kinds_list dt{
    float:left;
    width:50px;
    height:30px;
    overflow:hidden;
}
.kinds_list dd{
    float:left;
    width:1080px;
    overflow:hidden;
}
.kinds_list dd a{
    display:inline-block;
    height:30px;
    padding:0 10px;
    margin:0 10px;
    border-radius:5px;
    overflow:hidden;
}
.kinds_list dd a:hover,.kinds_list dd a.current{
    color:#fff;
    background:#5FB878;
}
/*课程检索 end*/

/*12类试卷 start*/
.exam_center{
    width:1170px;
    overflow:hidden;
}
.exam_box{
    width:100%;
    background:#fff;
    padding:0 15px 20px;
    margin-top:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.exam_title{
    width:100%;
    height:40px;
    line-height:40px;
    margin:10px 0;
    border-bottom:1px solid #eee;
    overflow:hidden;
}
.exam_title_l{
    float:left;
    height:40px;
    line-height:40px;
    overflow: hidden;
}
.exam_title h3{
    float:left;
    font-size:18px;
}
.exam_title a{
    float:right;
    font-size:12px;
    color:#666;
}
.exam_title_l p{
    float:left;
    margin-left:45px;
}
.exam_title_l p span{
    font-weight:bold;
}
.exam_title_l p span.kecheng{
    color:#1cc15a;
}
.exam_title_l p span.keshi{
    color:#ff982a;
}

.exam_title2{
    border:0;
    margin:0;
}
.exam_nav_l{
    float:left;
    width:218px;
    height:400px;
    overflow:hidden;
}
.exam_nav_l a{
    display:block;
}
.exam_nav_l a img{
    width:218px;
    height:400px;
}

.exam_nav_r{
    float:right;
    width:900px;
    overflow:hidden;
}

.exam_list{
    width:100%;
    overflow:hidden;
}
.exam_list li{
    float:left;
    width:440px;
    padding:20px 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.exam_list li:not(:nth-child(2n)){
    margin-right:20px;
}
.exam_list li>a{
    float:left;
    width:58px;
    height:58px;
    overflow:hidden;
}
.exam_list li>a img{
    width:58px;
    height:58px;
}
.exam_list_nr{
    float:right;
    width:370px;
    overflow:hidden;
}
.exam_list_nr a{
    display:block;
    height:30px;
    line-height:30px;
    font-weight:600;
    overflow: hidden;
}
.exam_list_nr a:hover{
    text-decoration:underline;
}
.exam_list_nr p{
    height:30px;
    line-height:30px;
    font-size:13px;
    color:#999;
    overflow:hidden;
}
/*版式1 start*/
.exam_tu{
    width:100%;
    overflow:hidden;
}
.exam_tu li {
    float:left;
    width:210px;
    height:200px;
    overflow:hidden;
}
.exam_tu li:not(:nth-child(4n)) {
    margin-right:20px;
}
.exam_tu li a{
    display:block;
    width:100%;
    overflow:hidden;
}
.exam_tu li .big_tu{
    width:100%;
    height:130px;
    overflow:hidden;
}
.exam_tu li img{
    width:100%;
    height:130px;
    transition: all .3s;
    overflow:hidden;
}
.exam_tu li h3{
    width:100%;
    height:28px;
    line-height:28px;
    font-size:14px;
    font-weight:bold;
    overflow:hidden;
}
.exam_tu li h3:hover{
    text-decoration:underline;
}
.exam_tu li p{
    width:100%;
    height:20px;
    line-height:20px;
    color:#999;
    font-size:12px;
    overflow:hidden;
}
.exam_tu li:hover img{
    transform:scale(1.2,1.2);
}
/*版式1 end*/

/*版式2 start*/
.exam_tu2{
    width:100%;
    overflow:hidden;
}
.exam_tu2 li {
    float:left;
    width:210px;
    height:190px;
    position:relative;
    overflow:hidden;
}
.exam_tu2 li:not(:nth-child(4n)) {
    margin-right:20px;
}
.exam_tu2 li a{
    display:block;
    width:100%;
    overflow:hidden;
}
.exam_tu2 li .big_tu{
    width:100%;
    height:190px;
    overflow:hidden;
}
.exam_tu2 li img{
    width:100%;
    height:190px;
    transition: all .3s;
    overflow:hidden;
}
.exam_tu2 li .exam_tu2_wz{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:190px;
    padding:30px 10px;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition:all .3s;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.exam_tu2 li:hover .exam_tu2_wz{
    opacity:1;
}
.exam_tu2 li:first-child,.exam_tu2 li:nth-child(2),.exam_tu2 li:nth-child(3),.exam_tu2 li:nth-child(4){
    margin-bottom:20px;
}
.exam_tu2 li h3{
    width:100%;
    height:50px;
    line-height:25px;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    margin-bottom:15px;
    overflow:hidden;
}
.exam_tu2 li p{
    width:100%;
    height:22px;
    line-height:22px;
    color:#f1f1f1;
    font-size:12px;
    overflow:hidden;
}
.exam_tu2 li:hover img{
    transform:scale(1.2,1.2);
}
/*版式2 end*/
/*12类试卷 end*/

/*热门试卷 start*/
.hot_exam{
    width:1170px;
    margin-bottom:20px;
    overflow:hidden;
}
.hot_exam_list{
    width:100%;
    overflow:hidden;
}
.hot_exam_list li{
    float:left;
    width:218px;
    background:#fff;
    border:3px solid transparent;
    margin-bottom:20px;
    overflow:hidden;
    transition:all .3s;
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hot_exam_list li:not(:nth-child(5n)){
    margin-right:20px;
}
.hot_exam_list li a{
    display:block;
    overflow:hidden;
}
.hot_exam_list li a>span{
    display:block;
    width:218px;
    height:153px;
    overflow:hidden;
}
.hot_exam_list li a>span img{
    width:212px;
    height:153px;
    transition:all .3s;
}
.hot_exam_nr{
    width:100%;
    padding:10px 0;
    transition: all .3s;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hot_exam_nr h3{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:15px;
}
.hot_exam_nr p{
    width:100%;
    height:25px;
    line-height:25px;
    font-size:13px;
    color:#666;
    overflow:hidden;
}
.hot_exam_list li:hover{
    color:#fff;
    background:#5FB878;
    border:3px solid #5FB878;
}
.hot_exam_list li:hover h3,.hot_exam_list li:hover p{
    color:#fff;
}
.hot_exam_list li:hover img{
    transform:scale(1.2,1.2);
}
.hot_exam_list a i{
    display:block;
    position:absolute;
    right:10px;
    bottom:-60px;
    width:30px;
    height:30px;
    background:url("../images/index/icon_jt_r.png") no-repeat center;
    background-size:cover;
}
.hot_exam_list li:hover i{
    bottom:10px;
    transition:all .3s;
}
.hot_exam_list li:hover .hot_exam_nr{
    padding:10px;
}
/*热门试卷 end*/

/*12模块背景色 start*/
.exam_nav{
    width:100%;
    overflow:hidden;
}
#exam1 .exam_nav{ background:#eff9ff;}
#exam2 .exam_nav{ background:#f7f4ff;}
#exam3 .exam_nav{ background:#f6fff2;}
#exam4 .exam_nav{ background:#fff6f7;}
#exam5 .exam_nav{ background:#fff8f6;}
#exam6 .exam_nav{ background:#f5fcff;}
#exam7 .exam_nav{ background:#fff7f1;}
#exam8 .exam_nav{ background:#f5faff;}
#exam9 .exam_nav{ background:#effbfe;}
#exam10 .exam_nav{ background:#faf5ff;}
#exam11 .exam_nav{ background:#fff6f8;}
#exam12 .exam_nav{ background:#eff8ff;}
/*12模块背景色 end*/
.recommend2{
    margin-bottom:20px;
}
.recommend2 .tuijian_wz p {
    height:26px;
    line-height:26px;
}
/***************************试卷中心 end************************************************************************/