@charset "utf-8";
.lists{
	width: 100%;
}
.ad960_90{
	width: 960px;
	height: 90px;
	margin:0 auto;
	padding-top: 6px;
	clear: both;
}
.more{
	padding-right: 10px;
	font-size: 16px;
	text-align: right;
}
.cate-title{
	color: #333;
}
.douban{
	color: #666;
}
.descript{
	font-size: 16px;
	padding: 8px 0 16px 0;
	text-indent: 20px;
	color: #666;
}
.pages{
	width: 100%;
	clear: both;
	text-align:center;
	padding:10px;
}
.pages a,.page a.cur{
	width: 25px;
	height: 25px;
	padding: 5px;
	display: inline-block;
	line-height: 25px;
	font-size: 16px;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-family: helvetica,"微软雅黑","microsoft yahei";
	cursor: pointer;
}
.pages > a{
	width: 60px;
	margin: 0 4px;
	color: #000;
}
.pages a.one{
	width: 45px;
	margin: 0 4px;
	color: #000;
}
.pages a.nav:hover{
	width: 60px;
	border-radius: 30px;
	background: #0069ff;
	color: #fff;
}
.pages a:hover,.pages a.cur{
	background: #0069ff;
	border-radius: 30px;
	color: #fff;
}
.pages a.disabled {
	color:#000;
	background: #fff;
}
@media only screen and (min-width: 480px) and (max-width: 700px){
	.pic-extra{
		width:33.3333%;
	}
}


	.pagination {text-align: center;}
	.pagination li{display: inline;}
	.comments .pagination {margin-top: 10px;}
	.pagination a,.pagination span{
		display: inline-block;
		padding: 0 15px;
		margin-right: 10px;
		margin-bottom: 10px;
    height: 42px;
    font-size: 12px;
    line-height: 42px;
    color: #31313b;
    text-align: center;
    background-color: #e0e0e0;
    border: none;
    -webkit-transition: background .3s linear, color .3s linear;
    -ms-transition: background .3s linear, color .3s linear;
    transition: background .3s linear, color .3s linear;
	}
	.pagination .disabled>a{
    background: #e20055;
    color: #ffffff;
	cursor: not-allowed;
}
	@media only screen and (max-width: 640px) {
	    .pagination a,.pagination span{
	    	display: inline-block;
	    	padding: 0 10px;
	    	margin-right: 3px;
	    	height: 28px;
	    	line-height: 28px;
	    	font-size: 11px;
	    }
	}