/*分页*/
.dede_pages {
	clear: both;
	margin: auto;
    margin-top:10px;
	font:100 12px "微软雅黑";
	text-align:center;
	width:100%;
}
.dede_pages ul {
    margin: 0px auto;
    float: none;
    clear: both;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;}
.dede_pages ul li{ float:left;}
.thisclass {
	
	width: auto;
	text-align: center;
}
.dede_pages a, .dede_pages span {
	display: inline-block;
	margin: 0px 2px;
	padding: 2px 5px;
	text-align: center;
	border: 1px solid #f60;
	background: #eee;
}
.dede_pages span a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.dede_pages .thisclass {
	color: #fff;
	background: #e93;
	font-weight: bold;
}
