/*分页*/
.page { padding:10px 0; text-align:right; line-height:30px; }
.page a,
.page .laypage_curr { display:inline-block; border:1px solid #d6d6d6 !important;min-width:34px; font-size: 16px !important; text-align:center; height:30px !important; line-height:30px !important; *+line-height:33px !important; margin:0 3px !important; }
.page a:hover { border:1px solid #00aeb2; }
.page a.page_prev,.page a.page_next,.page a.laypage_prev,.page a.laypage_next { padding:0px 20px;}
.page span { padding:0px 0px 0px 15px !important; font-weight:normal; line-height: 30px !important; font-size: 16px !important; color: #555 !important;}
.page .laypage_curr { padding-left: 0 !important; border:1px solid #00aeb2 !important; color:#00aeb2!important; }
.page a.a1 { border:1px solid #fff; }


.page-phone{text-align: center !important; display: none !important; margin-top:0.2rem !important;}
.page-phone a{padding:0px 15px !important; display:inline-block; height:28px !important; line-height:28px !important; background:#00aeb2;color:#fff;font-weight:bold;}
.page-phone .laypage_curr{background:#00aeb2;}
.page-phone a:hover { color:#fff!important; }

@media only screen and (max-width: 767px) {
	.phone_hide {display: block;}
	.page a,
	.page span {display: none !important;}
	.page a.laypage_prev,.page a.laypage_next {position: relative; display: inline-block !important; width: 3em; box-sizing: content-box !important; background:#00aeb2 !important; color: #fff !important; border: 0 !important;}
	.page{text-align: center !important; margin-top:0.2rem !important;}
	.page a{padding:0px 15px !important; display:inline-block; height:28px !important; line-height:28px !important; background:#00aeb2;color:#fff;font-weight:bold;}
	.page a:hover { color:#fff!important; }
	.page a.laypage_prev::after,.page a.laypage_next::after {position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; background: #00aeb2; color: #fff;}
	.page a.laypage_prev::after {content: '上一页';}
	.page a.laypage_next::after {content: '下一页';}
}


