.info_style ul {
	list-style-type: none;
	width: 700px;
}

#detail_li {
	height: 30px;
	border-bottom: 1px dotted #CCCCCC;
}
.li_s {
	display:none;
	background: #fff;
	border-bottom: 1px dotted #CCCCCC;
	color:#5d5d5d;
}
.span_c{
	color:#8c8c8c;
}
.info_style ul #detail_li:hover {
	background: #ff7544;
}

.info_style ul li span {
	padding-right: 20px;
}

.li_bgcolor {
	background: #F6F6F6;
}

.f_r {
	float: right;
}

.f_l {
	float: left;
}
