@charset "UTF-8";

/* @import url(best.css); end*/
.header .shujia a{
    height:30px;
    line-height: 30px;
}
.layermcont{
    text-align: center;

}
.layermbtn span{
    color: #0076FF;
}
.content1{ width:100%; margin-bottom:25px; background:#fff; overflow:hidden;}
.content1 h1{ width:100%; line-height:50px;  font-size:20px; font-weight:normal; border-bottom:1px solid #ef3a3a; overflow:hidden; }
.content1 h1 a{ width:50%; line-height:50px;  font-size:20px; color:#333333; font-weight:normal; display:block; float:left; text-align:center; border-bottom:4px solid #fff;}
.content1 h1 a span{font-size:20px; color:#333333; font-weight:normal;}
.content1 h1 .thistab{ border-bottom:4px solid #ef3a3a;  color:#ef3a3a;}
/* .content1 h1 .thistab span{color:#ef3a3a;} */

.zjyd{ width:100%; margin-bottom:10px; background:#f4f4f4;}
.zjyd li{ width:90%; padding:0px 5%;  font-size:20px; background:#f4f4f4;}
.zjyd li.line{background:#fff;}
.zjyd li a{ display:block;}
.zjyd li a.name{ color:#333333; height:36px; line-height:36px; font-size:20px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.wdsc li a.name{padding-right: 23%;}
.zjyd li .lei{ height:36px; line-height:36px; color:#9e9e9e;font-size:16px;overflow:hidden;}
.zjyd li .lei a{ height:36px; line-height:36px; color:#9e9e9e;font-size:16px; display:inline-block;}
.zjyd li a.lzz{ height:36px; line-height:36px; color:#9e9e9e;font-size:16px;overflow:hidden;}
.zjyd li a.lzz em{ color:#82cd00; line-height:36px;}
.zjyd .nobook{height:200px;line-height:200px;text-align:center;}

.wdsc li{ position:relative;}
.wdsc li a.shanchu{ width:20%; min-width:60px; height:30px; line-height:30px; display:block; font-size:16px; text-align:center; color:#fff; background:#f10404; position:absolute; right:5%; top:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:0;}
.wdsc li a.sq{color:#f06221; font-size:16px; height:36px; line-height:36px; overflow:hidden;}
.bcview_btn p{
	text-align: right;
	padding: 14px 16px;
}
.bcview_btn p a{
	width: 70px;
	height:25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 33px;
	font-size: 12px;
	display: inline-block;
	margin-left: 12px;
	color:#999;
	outline: none;
}
.bcview_btn .bcview_btn01 a{
	color:#ef3a3a;
	border: 1px solid #EF3A3A;
}
.bcview_btn .bcview_btn02 a.cancel{
	color:#ef3a3a;
	border: 1px solid #EF3A3A;
}
.bcview_btn .bcview_btn02 a.delete_act{
	color:#ef3a3a;
	border: 1px solid #EF3A3A;
}

/* 列表 */

.bcview_list{
    padding: 8px 16px;
    overflow: hidden;
}
.bcview_list ul{
    width:109%;

}
.bcview_list ul li{
    float:left;
    width:33.3%;
    margin-bottom: 20px;
    height: 167px;
}

.bcview_list ul li div{
    width:90px;
}
.bcview_list ul li div.coverPic{
	height: 120px;
	position: relative;

}
.bcview_list ul li div.coverPic .icon_update{
    position: absolute;
    left:2px;
    top:0;
    width:14px;
}
.bcview_list ul li div.coverPic .checkbox{
	position: absolute;
	right:-7px;
	top:-7px;
	width:17px;
	height:17px;
	background:url(../images/checkbox.png) no-repeat center center;
	background-size:contain;
	display: none;
}
.bcview_list ul li div.coverPic .checkbox.checkbox_act{
	background:url(../images/checkbox_act.png) no-repeat center center;
	background-size:contain;
}
.bcview_list ul li .title{
    /*height:25px;*/
    line-height: 20px;
    font-size: 12px;
    color: #333333;
    letter-spacing: -0.29px;
    padding-top: 5px;
    width: 90px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-moz-box;
    display:-webkit-box;
    display:box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.bcview_list ul li .chapter{
    min-height: 39px;
    font-size: 12px;
    color: #999;
    letter-spacing: -0.29px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    position: relative;
}
.bcview_list ul li img{
    width:100%;
    height: 100%;

}
.bcview_list ul li .coverPic img{
    box-shadow: 0px 0px 4px #bbb;
}
.bcview_list ul li img.schedule{
    width: 12px;
    height: 12px;
    position: relative;
    left: 0;
    top: 2px;
}
/* 空白页 */
div.bcview_no{
    width: 100%;
    margin-top: 50px;
}
.bcview_no .bcview_nobg img{
    display: block;
    width:138px;
    height:138px;
    margin:0px auto 0;
}
.bcview_no .text{
    font-size: 16px;
    text-align: center;
    height:60px;
    line-height: 60px;
}
.bcview_no .go_btn{
    display: block;
    width:200px;
    height:34px;
    line-height: 34px;
    background: #ef3a3a;
    border-radius: 300px;
    margin:0 auto;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 320px) {
    .bcview_list ul li{
    	width:31.3%;
    }
    .bcview_list ul{
    	width:110.8%;
    }
}
/*推荐图片样式*/
.bcview_list ul li span.renewalPic{
    position: absolute;
    left: 6.67%;
    top: 0;
    width: 23%;
    height: 35%;
    overflow: hidden;
}
.recommendPicBox{
    display: inline-block;
    width: 13.333%;
}
..recommendPicBox img{
    width: 100%;
    height: 100%;
}
