@charset "utf-8";
/* CSS Document */

/*内容正文文字*/
.contentText {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:20px;
}
/*内容标题*/
.contentTitle {
	font-size:14px;
	font-weight:bold;
	color:#666;
	display:block;
}
/*内容描述*/
.contentDes{
	font-family:Arial, Verdana, sans-serif;
	font-size:14px;
	color:#666666;
	line-height: 23px;
	}
/*内容小标题*/
.contentSmallTitle {
	font-weight:500;
	color:#0088cc;
}
