/*样式*/
.i12_man {
	width:100%;
	float:left;
}
.i12_man .bod {
	width:100%;
	float:left;
	height:350px;
	text-align:left;
	overflow:hidden;
}
.i12_man .bod .in {
	line-height:24px;
	color:#555555; /*常态色*/
	text-align:left;
}
.i12_man .hed{
	float:left;
	width:100%;
	height:44px;
}
.i12_man .hed .tit{
	float:left;
	line-height:38px;
	height:40px;
	text-align:left;
}
.i12_man .hed .tit a{
	color:#000; /*常态色*/
	font-size:28px;
}
.i12_man .hed .tit a:hover{
	color:#000; /*重点色*/
}
.i12_man .hed .moe{
	float:right;
	padding-top:13px;
}
.i12_man .con{
	float:left;
	padding:20px 0px 0 0;
	text-align:left;
	line-height:32px;
	height:290px;
	font-size:14px;
	overflow:hidden;
	color:#727272; /*常态色*/
}
