@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

/*公共样式*/
.list_dl {
	float:left;
	display:inline;
}
.list_dl span {
	
	font-size:14px;
	color: #676767;
	font-family: "微软雅黑";
}
.list_dl dd li a {
	float:left;
	color: #676767;
	font-size: 14px;
	margin-left:10px;
	text-decoration: none;
}
.list_dl dd li a:hover {
	float:left;
	color: #F00;
	font-size: 14px;
	margin-left:10px;
	text-decoration: none;
}
a {
	text-decoration:none;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-family: "微软雅黑";
}
a:hover {
	text-decoration:none;
	color:#F00;
}
.list_dl dd ul {
	margin-top:10px;
	float:left;
}
ul {
	list-style:none;
}
img {
	border:0;
}
.content01 .xwdt .news .list_dl dd ul li span {
	float: right;
}
/*分页样式*/
span.pagesinfo{
	font-size:9pt; margin-top:5px;
}
a.apage, span#spage, span.nocheck{
	display:inline-block;
	height:22px;
	line-height:22px;
	font-size:12px;
	cursor:pointer;
	padding-left:8px;
	margin:0 2px;
}
a.apage span, span#spage span, span.nocheck span{
	float:left;
	display:inline;
	height:22px;
	line-height:22px;
	padding-right:8px;
}

a.apage, span#spage{
	background:url(../images/image/pages.gif) no-repeat left top;
}
a.apage span, span#spage span{
	background:url(../images/image/pages.gif) no-repeat right top;
}

a.apage:hover, span#spage:hover{
	color:#fff;
	background:url(../images/image/pages.gif) no-repeat left -28px;
}
a.apage:hover span, span#spage:hover span{
	background:url(../images/image/pages.gif) no-repeat right -28px;
}
span#spage{
	color:#fff;
	cursor:pointer;
	background:url(../images/image/pages.gif) no-repeat left -28px;
}
span#spage span{
	background:url(../images/image/pages.gif) no-repeat right -28px;	
}
span.nocheck{
	cursor:pointer;
	background:url(../images/image/pages.gif) no-repeat left top;
}
span.nocheck span{
	background:url(../images/image/pages.gif) no-repeat right top;	
}
