/*css  */
#page2 a{
	display: inline-block;
	margin: auto 3px;
	width: 36px;
	height: 36px;
	background: #00468c;
	color: #fff;
	text-align: center;
	line-height: 36px;
}
#page2 span{
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align:center;
}
#page2 a:first-child,
#page2 a:nth-child(2),
#page2 a:nth-last-child(2),
#page2 a:last-child{
	display: none;
}