.items{
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	overflow: hidden;
}
.items .heads{
	color: #0061ae;
	font-size: 22px;
}
#conter{
	font-size: 16px;
	margin: 12px 0;
}
#label{
	font-size: 12px;
}
#label span:first-child{
	color: #ff8200;
}



/*分页*/
.pages{
	margin: 30px auto 0 auto;
	overflow: hidden;
	text-align: center;
}
.pages div{
	display: inline-block;
}
.pages span,
.pages a{
	color: #ff8200;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 8px;
	border: 1px solid #ff8200;
}
.pages .pagenum a:hover{
	color: #fff;
	background: #ff8200;
}
.pages .pagenum a.activ{
	color: #fff;
	background: #ff8200;
}




/*底部footer*/
.footer{
	color: #fff;
	padding-bottom: 35px;
	background: #313435;
}
.footer .footer-info{
	color: #676e70;
	font-size: 14px;
	padding: 35px 0;
	border-bottom: 1px solid #999;
}
.footer .footer-info span{
	display: inline-block;
	margin-left: 15px;
}
.footer .footer-group h4{
		font-size: 16px;
		margin: 25px 0;
}
.footer .footer-group p{
	color: #999;
	font-size: 13px;
}
.footer .footer-group p a{
	color: #999;
}
.footer .footer-group p img{
	margin-right: 15px;
}
.min-footer{
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
}