/*****************资源总检索页面 start********************************/
.list_banner{
    width:100%;
    height:320px;
    background:url("../images/list_banner.jpg") no-repeat center;
    overflow:hidden;
}

/*显式检索区 start*/
.kinds{
    width:100%;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
    margin:20px 0;
    overflow:hidden;
}
.kinds_btn{
    width:100%;
    height:100px;
    line-height:100px;
    border-bottom: 1px solid #f2f2f2;
}
.kinds_btn a{
    float:left;
    padding:0 40px;
    border-right: 1px solid #f2f2f2;
    height: 100px;
    line-height:110px;
    font-size:22px;
    transition: all .3s;
}
.kinds_nav{
    width:100%;
    padding:30px 20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.kinds_list{
    width:100%;
    line-height:30px;
    padding-bottom:15px;
    border-bottom:1px dashed #eee;
    overflow:hidden;
}
.kinds_list:not(:last-child){
    margin-bottom:15px;
}
.kinds_list dt{
    float:left;
    width:80px;
    height:30px;
    overflow:hidden;
}
.kinds_list dd{
    float:left;
    width:1080px;
    overflow:hidden;
}
.kinds_list dd a{
    float:left;
    height:30px;
    padding:0 10px;
    margin-right:15px;
    overflow:hidden;
}
.kinds_list dd a:hover,.kinds_list dd a.current{
    color:#fff;
    background:#424562;
}
/*显式检索区 end*/

/*检索内容 start*/
.res_box{
    position:relative;
    width:1200px;
	min-height:640px;
    padding:20px;
    background:#fff;
    box-shadow:0 0 15px rgba(102,102,102,.2);
    margin:20px auto;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*学科导航 start*/
.sub_nav{
    position:absolute;
    float:left;
    width:270px;
    height:600px;
	overflow-x:hidden;
	overflow-y:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layui-add-item{
    width:100%;
    height:45px;
    background:#424562;
}
.layui-collapse{
    height:100%;
    border-color:#f5f6ff;
    background:#f5f6ff;
}
.layui-colla-item{
    border-color:#fff;
}
.layui-add-item h2{
    padding:0 20px;
    line-height:45px;
    color:#fff;
    font-size:16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layui-add-item h2 img{
    margin-right:10px;
}
.sub_nav .layui-colla-title{
    background:#f5f6ff;
}
/*学科导航 end*/

/*右侧内容 start*/
.res_nav_r{
    float:right;
    width:870px;
    padding:0 18px;
    border:1px solid #e9e9e9;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pro_list{
    width:100%;
    padding:0 26px 0 35px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:none;
}
.pro_list span{
    display:block;
    width:100%;
    height:32px;
    line-height:35px;
    color:#777;
    font-size:13px;
    border-bottom:1px dashed #eee;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor:pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pro_list i{
    font-size:15px;
    color:#286893;
    vertical-align:-1px;
    margin-right:5px;
}
.tree_List li{
    float:left;
    width:193px;
    padding-bottom:10px;
    overflow:hidden;
}

.res_list{
    width:100%;
    margin:20px 0 5px;
    overflow:hidden;
}
.res_list li{
    float:left;
    width:193px;
    padding-bottom:10px;
    overflow:hidden;
}
.res_list li:not(:nth-child(4n)){
    margin-right:20px;
}
.res_list li span{
    position:relative;
    display:block;
    width:100%;
    height:128px;
    overflow:hidden;
}
.res_list li img{
    width:100%;
    transition:all .3s;
}
.res_list li:hover img{
    transform:scale(1.2,1.2);
}
.res_list li span i{
    position:absolute;
    top:-128px;
    left:0;
    width:100%;
    height:128px;
    background:rgba(0,0,0,.1) url("../images/icon_play.png") no-repeat center;
    transition: all .3s;
    overflow:hidden;
}
.res_list li:hover i{
    top:0;
}
.res_list p{
    width:100%;
    height:30px;
    line-height:30px;
    overflow:hidden;
}
.res_list li a>i{
    width:100%;
    height:20px;
    line-height:20px;
    font-size:12px;
    color:#666;
    overflow: hidden;
}
/*右侧内容 end*/
.total_title{
    width:100%;
    height:40px;
    line-height:40px;
    border-bottom:1px solid #e9e9e9;
    font-size:16px;
    overflow:hidden;
}
.total_title i.keshi,.total_title i.test_juan{
    color:#ff982a;
}
.total_title i.hours{
    color:#1cc15a;
}
/*检索内容 end*/

/*试卷列表 start*/
.res_nav_list{
    width:100%;
    padding:0 0 20px;
    overflow: hidden;
}
.res_nav_list li {
    width:100%;
    padding:15px 0;
    border-bottom:1px solid #e9e9e9;
    overflow:hidden;
}
.res_nav_list li>a {
    float:left;
    width:30px;
    height:30px;
    margin:10px 10px 10px 0;
}
.res_nav_list li>a img {
    width:30px;
    height:30px;
}
.res_nav_list .question_list_l {
    float:left;
    width:645px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.res_nav_list .question_list_l a {
    width:100%;
    height:30px;
    line-height:30px;
    font-weight:600;
    overflow: hidden;
}
.res_nav_list .question_list_l p{
    color:#999;
    font-size:13px;
}
.res_nav_list .question_list_r {
    float:right;
    line-height:30px;
    font-size:15px;
}
.res_nav_list .question_list_r a {
    width:80px;
    height:30px;
    background:#eee;
    text-align:center;
    color:#666;
    padding:8px 20px;
    box-shadow:0 2px 5px rgba(0,0,0,.2);
    overflow:hidden;
    transition: all .3s;
}
.res_nav_list .question_list_r a:hover{
    background:#424562;
    color:#fff;
}
.res_nav_list .question_list_r a i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/icon_enter1.png") no-repeat center;
    background-size: cover;
    vertical-align: -4px;
    margin-right: 5px;
    transition: all .3s;
}
.res_nav_list .question_list_r a:hover i{
    background: url("../images/icon_enter2.png") no-repeat center;
    background-size: cover;
}
/*试卷列表 end*/
/*****************资源总检索页面 end********************************/
#treelist i.layui-icon {
    color: #2F4056;
    float: left;
    margin-right: 5px;
}
#treelist li a cite {
    display: inline-block;
    width:175px;
    height: 35px;
    font-size: 14px;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
