.lists_box #this-name {
	border-bottom: #bfbfbf 1px solid;
	line-height: 40px;
	height: 40px;
	padding: 0;
	margin: -10px 0 0 0;
}

.lists_box #this-tile-name {
	color: #0066cc;
	font-size: 20px;
	font-weight: normal;
	line-height: 39px;
	height: 39px;
	padding-left: 30px;
	float: left;
	background: url(../images/ico_wz.png) left center no-repeat;
	border-bottom: #0066cc 3px solid;
}

#list #dataListUL li {
	margin-top: 5px;
	padding-left: 15px;
	font-size: 14px;
	background: url(../images/always.gif) no-repeat left center;
	margin-left: 0px;
	width: 1130px;
	color: #555752;
	line-height: 26px;
	border-bottom: #e7e7e7 1px solid;
	list-style-type: none;
	text-align: left;
}

#list #dataListUL li a {
	margin-left: 10px;
}

#list #dataListUL li .newstime {
	float: right;
}

#pageBtn a {
	display: inline-block;
	border: solid 1px #AFD5F5;
	background: #fff;
}

#pageBtn a:HOVER {
	background-color: #AFD5F5;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

a.disabled {
	pointer-events: none;
	filter: alpha(opacity = 50); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.5; /*Firefox私有，透明度50%*/
	opacity: 0.5; /*其他，透明度50%*/
}