/* 分页 */
.pageturning{ margin: 25px 0; clear:both; }
.laypage_main {width: 100%;margin: 0 auto;text-align: center;}
.laypage_prev {font-size: 23px;background: url(../images/arrow1.png) no-repeat; background-position: 13px 9px;}
.laypage_next {font-size: 23px;background: url(../images/arrow1.png) no-repeat; background-position: 13px -24px;}
.laypage_main a{display: inline-block;vertical-align: top;font-size: 14px;color: #999;border-radius: 4px; min-width:40px;padding:0 4px; height: 40px;line-height: 38px;margin: 0 3px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;background-color: #fff;
	border: 1px solid #E9E9E9;}
.laypage_main a.laypage_curr,.laypage_main a:hover{font-weight: 400;color: #fff;background: #e60012;border: 1px solid #d9244d; border-radius: 4px;}
.laypage_main a:hover:first-child{border: 1px solid #E9E9E9;background: url(../images/arrow1.png) no-repeat; background-position: 13px 9px;}
.laypage_main a:hover:last-child{border: 1px solid #E9E9E9;background: url(../images/arrow1.png) no-repeat; background-position: 13px -24px;}

 .page_div { text-align: center; line-height: 40px; }
.page_div a{ display: inline-block; vertical-align: top; font-size: 14px; color: #999; border-radius: 4px; width: 40px; height: 40px; line-height: 38px; margin: 0 3px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; background-color: #fff; border: 1px solid #E9E9E9; cursor: pointer; }
.page_div a.current,.page_div a:hover{ font-weight: 400; color: #fff; background: #e60012; border: 1px solid #d9244d; border-radius: 4px; }
.pagination .current_page{ font-weight: 400; color: #fff; background: #e60012; border: 1px solid #d9244d; border-radius: 4px; }
#prePage{ background: url(../images/arrow1.png) no-repeat; background-position: 13px 9px; }
#nextPage{ background: url(../images/arrow1.png) no-repeat; background-position: 13px -24px; }
.page_div a:hover:first-child{border: 1px solid #E9E9E9;background: url(../images/arrow1.png) no-repeat; background-position: 13px 9px;}
.page_div a:hover:last-child{border: 1px solid #E9E9E9;background: url(../images/arrow1.png) no-repeat; background-position: 13px -24px;}


