/***************************专项练习 start**************************************************************/
.special_banner{
    width:100%;
    height:320px;
    background:url("../images/index/special_banner.jpg") no-repeat center;
    overflow:hidden;
}

/*右侧 start*/
.keyword{
    width:100%;
    overflow:hidden;
}
.keyword .input_kuang{
    width:400px;
    height:35px;
    border:1px solid #eee;
    border-radius:5px;
    margin:0 auto;
    overflow:hidden;
}
.keyword .input_kuang input{
    float:left;
    width:305px;
    height:35px;
    line-height:35px;
    border:0;
    text-indent:10px;
    overflow:hidden;
}
.keyword .input_kuang .keyword_search{
    float:right;
    width:95px;
    height:35px;
    line-height:35px;
    background:#31c6ce;
    border-radius:0 5px 5px 0;
    text-align: center;
    color:#fff;
    border:0;
    overflow:hidden;
    cursor: pointer;
}
.keyword .input_kuang .keyword_search:hover{
    background:#3ecfd7;
}
.test_paper{
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
/*右侧 end*/
/***************************专项练习 end**************************************************************/


/***************************专项导航单页 start**************************************************************/
.subjects_nav{
    width:100%;
    overflow:hidden;
}
.subjects_nav .white-block-l{
    width:100%;
    height:auto;
    margin:0;
    padding:0 20px;
    overflow:inherit;
}
.subjects_nav .layui-colla-title{
    height:35px;
    line-height:35px;
}
.layui-add-item2{
    width:100%;
    margin:10px 0;
    overflow:hidden;
}
.layui-add-item2 .sub_box{
    width:330px;
    height:35px;
    line-height:35px;
    border:1px solid #e6e6e6;
    border-radius:5px;
    margin:0 auto;
    overflow:hidden;
}
.sub_box input{
    float:left;
    width:260px;
    height:35px;
    border:0;
    text-indent:10px;
    overflow:hidden;
}
.sub_box button.confirm{
    float:right;
    width:70px;
    height:35px;
    background:#31c6ce;
    color:#fff;
    border:0;
}
.layui-colla-content{
    cursor:pointer;
}
.special_item1{
    width:100%;
    margin-bottom:28px;
    padding-bottom:28px;
    border-bottom:1px dashed #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.special_item1 p{
    font-weight:bold;
    margin:10px 0;
}
.browser{position:absolute;right:0;top:0;}
.layui-table thead th{font-weight:bold;color:#393D49;font-size:15px;}
/***************************专项导航单页 end**************************************************************/