
			/* 分页*/
			
			.pageList {
				margin-left: auto;
				margin-right: auto;
				font-size: 14px;
				font-family: '\5B8B\4F53';
			}
			
			.pageList a,
			.pageList span {
				float: left;
				margin-right: 11px;
				text-align: center;
				color: #707070;
				white-space: nowrap;
				width: 21px;
				height: 21px;
				line-height: 21px;
				text-decoration: none;
			}
			
			.pageList span {
				display: block;
			}
			
			.pageList a:hover,
			.pageList span {
				color: #FFF;
				background-color: #0398dc;
			}
			
			.pages {
				margin-top: 0px;
			}
			
			.pageList .prev:hover,
			.pageList .next:hover {
				color: #46b3e5;
				background-color: #fff;
			}
			
			.pageList .prev {
				margin-right: 13px;
				font-size: 12px;
				width: 36px;
			}
			
			.pageList .next {
				margin-left: -3px;
				font-size: 12px;
				width: 36px;
			}