

/*
	新增public style
*/
.dn{
	display: none;
}
.db{
	display: block;
}
.cl{ clear: both; }
.cl:after{ content: ''; height: 0; display: block; clear: both; visibility: hidden;}
*{
	cursor: default;
}
.PageTitle{
	padding-bottom: 15px;
	border-bottom: 2px solid #51d48e;
	
}
.PageTitle h1{
	font-size: 18px;
	color: #999999;
}
.PageTitle span{
	color: #444444;
	font-size: 18px;
}