@charset "utf-8";

.listUl .listLiWithBg{
	background-color: #F6F6F6;
}
.listUl .listLi .title {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 0px;
	border-bottom-style: double;
	border-bottom-color: #666666;
	
}
.listUl .listLi .detail {
	color: #FF3300;
	font-size: 13px;
	
}	



.listUl .listLiWithoutBg .news ,.listUl .listLiWithBg .news{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	line-height: 25px;
	padding:0px;
	padding-left: 15px;
	
}
.listUl .listLiWithoutBg .news .newsTitleLi ,.listUl .listLiWithBg .news .newsTitleLi{
	float:left;
	margin: 0px;
}

.joinus{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 40px;
	color: #FF3300;
	font-size: 13px;
	line-height: 20px;
}
.joinus ul {
	margin-top: 0px;
}
.joinus  li {
	font-size: 13px;
	color: #003300;
	font-weight: normal;
}

