/************************************************************
* 分页面样式表
* 此样式表存在于List页面中，并作为默认样式
* Author: DANA(Web Designer)
*************************************************************/

#column4 {
	clear: both;
	width: 966px;
	margin: 0 auto;
	padding: 10px 0 0 0;


}


/*--- content ---*/

#list {
	float: left;
	width: 713px;
	padding:0 0 0 15px;
}

.list_top {
width:713px;
height:48px;
background:url(../Images_Web/list_top.jpg) no-repeat;

}

.list_top h3 {
float:left;
height:34px;
line-height:34px;
font-size:14px;
font-weight:bold;
color:#0076c7;
padding:10px 0 0 50px;

}
.list_more {
float:right;
width:50px;
line-height:34px;
font-size:12px;
}
.list_more a {
color:#17a2c3;
}

.list_more a:hover {
	color:#216371;
}


.list_body {
	width:710px;
	margin: 0 auto 20px auto;

}

.list_body ul{
padding: 10px 0 10px 0;


}

.list_body ul li {
	text-align: left;
	font-size: 12px;
	height:28px;
	line-height:26px;
	color:#389eff;
	padding:0 0 0 15px;
	background: url(../Images_Web/list_m_bg.jpg) repeat-y;
	text-decoration: none;
}
.list_body ul li a {
color:#675956;
	text-decoration: none;}

.list_body ul li a:hover {
color:#000;
	text-decoration: none;}





.list_body span {
	float: right;
	color:#4d8915;

}


