﻿/*==========分页样式===========*/
.pglist {
	width: 100%;
	clear: both;
	height: 100px;
}
.pglist ul {
	width: 100%;
	text-align: center;
	padding-top: 40px;
}
.pglist ul li {
	display: inline-block;
	width: auto;
	height: 26px;
	line-height: 26px;
	margin: 0px 5px;
	padding: 0px 10px;
	background: #9a9a9a;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
}
.pglist ul li a {
	color: #fff;
	display: block
}
.pglist ul li.last {
	width: 56px;
	padding-left: 10px;
	height: 26px;
}
.pglist ul li.next {
	width: 56px;
	padding-right: 10px;
	height: 26px;
}
.pglist ul li.font {
	width: 246px;
	padding-right: 10px;
	height: 26px;
}
.pglist ul li.font .page {
	width: 40px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0 10px;
}
.pglist ul li.font .botton {
	width: 50px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin: 0 10px;
	background: #005da7;
	color: #fff;
}
.pglist ul li.on {
	background: #f02e49;
}
.pglist ul li.on a {
	color: #fff;
}
/* common_page 列表页分页 */
.common_page, .pagebox {
	width: 100%;
	text-align: center;
	padding: 16px 0;
	overflow: hidden
}
.common_page a, .pagebox a, .pagebox_pre_nolink, .pagebox_next_nolink {
	font: 12px/1 "microsoft yahei";
	background: #dadada;
	padding: 0 4px;
	color: #a8a8a8
}
.common_page a.nowpage, .common_page a:hover, .pagebox a.nowpage, .pagebox a:hover, .pagebox_num_nonce {
	font: 12px/1 "microsoft yahei";
	background: #ff5958;
	padding: 0 4px;
	color: #fff
}
