﻿/*==========分页样式===========*/
.pglist {
	width: 100%;
	clear: both;
	height: 100px;
}
.pglist ul {
	width: 100%;
	text-align: center;
	padding-top: 40px;
}
.pglist ul li {
	display: inline-block;
	line-height: 26px;
	background: #30448C;
	text-align: center;
	font-family: helvetica;
	font-size: 1rem;
}
.pglist ul li a {
	color: #FFF;
	display: block;
	width: 56px;
	height: 26px;
}
.pglist ul li.last {
	width: 56px;
	height: 26px;
}
.pglist ul li.next {
	width: 56px;
	height: 26px;
}
.pglist ul li.font {
	width: 246px;
	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: #BBC8F2;
	width: 56px;
	height: 26px;
}
.pglist ul li.on a {
	color: #fff;
}