@charset "UTF-8";

b{ font-weight: bold; }

.nwpage { text-align: center; margin-top: 50px; }

.nwpage a { padding: 0 12px; height: 30px; line-height: 30px; color: #666666; display: inline-block; border:1px solid #ddd;}

.nwpage a.act { background: #15909C; color: #FFFFFF; }

.page1 { clear: both; text-align: center; font-size: 12px; height: 32px; line-height: 32px; }

.page1 span a { border: 1px solid #0187C5; color: #0187C5; padding: 2px 6px; line-height: 15px; height: 15px; text-decoration: none; background: #fff; }

.page1 span a:hover { border: 1px solid #999; color: #999; }

.page1 span { margin: 2px; }

.page1 span.current a { border: 1px solid #0187C5; background: #0187C5; color: #fff; }

.page1 span a.disabled { border: 1px solid #ccc; color: #ccc; cursor: default; }

.dede_pages {
}
.dede_pages ul {
	float: left;
	padding: 12px 0px 12px 16px;
	position:relative;   
	left:50%;
}
.dede_pages ul li {
	float: left;
	font-family: Tahoma;
	height:32px;
	line-height: 28px;
	padding:0 10px;
	margin-right: 6px;
	border: 1px solid #E9E9E9;
	position:relative;   
	right:50%;  
	
}
.dede_pages ul li a {
	float: left;
	padding: 2px 4px 2px;
	color: #555;
	display: block;
}
.dede_pages ul li a:hover {
	color: #690;
	text-decoration: none;
	padding: 2px 4px 2px;
}
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
	background-color: #f06200;
	padding: 0px 12px 0px;
	font-weight: bold;
	color: #fff;
}
.dede_pages .pageinfo {
	line-height: 32px;
	padding: 12px 4px 12px 4px;
	color: #999;
}
.dede_pages .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}


