/************************************************************
* 分页面样式表
* 此样式表存在于List页面中，并作为默认样式
* Author: DANA(Web Designer)
*************************************************************/


/*--- content ---*/

#list {
	float: left;
	width: 738px;
	padding:0 0 0 15px;
}

.list_top {
width:738px;
height:54px;
background:url(../images_web/list_top.png) no-repeat;

}

.list_top h3 {
float:left;
width:80px;
font-size:16px;
padding:20px 0 0 60px;
font-weight:bold;
text-align: center;
font-weight: bold;
	color: #000;
	font-family:"Microsoft Yahei";

}


.list_body {
	width:700px;
	margin: auto;

}

.list_body ul{
padding: 15px 0 10px 0;


}

.list_body ul li {
	padding: 4px 10px 0 15px;
	text-align: left;
	font-size: 12px;
	height: 28px;
	color:#389eff;
	background: url(../images_web/list_mbg.png) repeat-y
}

.list_body span {
	float: right;
	color: #888888;

}


