/*
******************************
********** author:@zhou小白猪
********** css:borlist.css
********** 说明:二级列表样式
******************************
*/

@import "new_common.css";/*导入通用样式*/

.list{
	width:100%;
	height:auto;
	float:left;
}
.list ul li{
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	background:url(ico_point_002.gif) no-repeat 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-bottom:1px dotted #d7d7d7;
	padding-left:18px;
}
.list ul li span{
	float:right;
	color:#999;
	margin-left:15px;
	font-size:12px;
}
.list ul li a.serlist_title{
	font-size:15px;
	color:#cc0000;
}
.list ul li a.serlist_detail{
	font-size:15px;
	margin-left:8px;
}