@charset "gb2312"; 
.dede_pages{
	text-align:center;
	display:block;
	width:100%;
	max-width: 850px;
	/* margin:0px auto 20px; */
	overflow:hidden;
}
.dede_pages ul{
	padding: 9px 0px 9px 0px;
	text-align:center;
}
.dede_pages ul li{
	float:left;
	line-height:28px;
	margin-right: -1px;
	height: 34px;
	padding: 0px 7px;
	list-style:none;
	border:1px solid #ccc;
	font-size: 14px;
}
.dede_pages ul li select{ height:28px;width:50px; line-height:28px; text-align:center;}
.dede_pages ul li a{
	float:left;
	color:#555;
	display:block;
	padding: 0px 8px;
	line-height: 34px;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	line-height:28px;
	padding:0px 8px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding: 0px 8px 0px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height: 35px;
	padding: 8px 10px 7px 8px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
} 