@charset "utf-8";
/* CSS Document */

#list_title{
	margin:8px;
	width:672px;
	background:url(/images/news/list_title_bg.jpg);
	height:26px;
	font-weight:bold;
	line-height:200%;
}

.list{
	margin:8px;
	width:692px;
}

.list ol{
	list-style:none;
	width:666px;
	border-bottom:1px dotted #237C5C;
margin-left:8px;
}
.list ol li{
	list-style:none;
        font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
}

#list_page{
	float:left;
	margin:8px;
	width:692px;
	text-align:center;
}
#list_page ul{
width:300px;
margin:0 auto;
text-align:center;
}
#list_page a{
	display:block;
	color:#A1CE71;
	width:auto;
	height:18px;
	border:1px solid #DDDDDD;
	float:left;
	line-height:18px;
	margin:1px;
padding:0 2px;
}

#list_page a:hover{
	color:white;
	background:#A1CE71;
}

