/* 合肥秀站网络科技有限公司 */
/* 精品与原创网站模板提供商，一站式建站 */
/* 主营业务：织梦模板、pbootcms模板、云优模板、易优模板 */
/* 麦站网：Www.Xiuzhanwang.Com */
/* 主机/服务器：Www.xiuzhanyun.Com */
/* 域名抢注：Www.xiuzhanmi.Com */
/* QQ：2361928288  835971066 */

.page{
	padding:40px 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	clear:both;
}
.page a{
	text-decoration:none;
	color:#666;
	width: 38px;
	height: 38px;
	line-height:38px;
	margin:0 5px;
	display: inline-block;
	transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.page a.page-num-current{
	background:#029c6a;
	color:#fff;
	border-radius: 50%;
	transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.page span.laypage_curr{
	width: 38px;
	height: 38px;
	line-height:38px;
	margin:0 5px;
	display: inline-block;
	background:#029c6a;
	color:#fff;
	border-radius: 50%;
	transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.page a:hover{
	text-decoration:none;
	color:#fff;
	background:#029c6a;
	border-radius: 50%;
	transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}