﻿/*分页*/
.dede_pages {
	clear: both;
	margin: auto;
        margin-top:10px;
	font:100 12px "微软雅黑";
	text-align:center;
}
.thisclass {
	clear: both;
	width: auto;
	text-align: center;
}
.dede_pages a, .dede_pages span {
	display: inline-block;
	margin: 0px 2px;
	padding: 4px 7px;
	text-align: center;
	background: #eee;
}
.dede_pages span a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.dede_pages .thisclass {
	color: #fff;
	background: #001488;
	font-weight: bold;
}
