.brc_man {
	width:100%;
	float:left;
}

.brc_man .brc_bod {
	width:100%;
	float:left;
	padding:30px 0px;
}
.brc_man .brc_bod .in {
	width:100%;
	line-height:32px;
	text-align:left;
	float:left;
	font-size:14px;
}
/******相关文章*****/
.rel {
	width:100%;
	float:left;
	font-size:14px;
	color:#555555; /*常态色*/
	text-align:left;
	text-indent:17px;
	line-height:29px;
	padding-top:10px;
}
.rel_lst ul{
	margin:0px;
	padding-left:20px;
}
.rel_lst li{
	float:left;
	width:700px;
	height:28px;
	overflow:hidden;
	line-height:28px;
	text-align:left;
	margin:0px;
	list-style:none;
}
.rel_lst li a{
	font-size:13px;
	color:#555555; /*常态色*/
}
.rel_lst li a:hover{
	color:#0088CC; /*重点色*/
}
/******新闻列表*****/
.brc_man .lst {
	float:left!important;
	*float:none!important;
	float:none;
	width:100%;
	border-bottom:1px dashed #cbcbcb;
}
.brc_man .lst .l,.brc_man .lst .c,.brc_man .lst .r{
	line-height:33px;
	height:33px;
	color:#555555; /*常态色*/
	text-align:left;
	float:left;
}
.brc_man .lst .l{
	width:655px; /*mod*/
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:14px;
}
.brc_man .lst a{
	color:#555555; /*常态色*/
}
.brc_man .lst a:hover{
	color:#c61130; /*重点色*/
}
.brc_man .lst img{
	vertical-align:text-top;
}
.brc_man .lst .r{
	float:right;
	width:70px; 
	text-align:right;
	font-size:13px;
}
/******图片新闻*****/
.brc_man .box {
	float:left;
	width:100%;
	margin-bottom:16px;
	overflow:hidden;
}
.brc_man .box_bg {
	float:left;
	width:727px;
	height:19px;
	background:#fafafa url(img/line.gif) no-repeat 9px 9px;
	margin-bottom:16px;
}
.brc_man .box .pic {
	width:170px;
	float:left;
}
.brc_man .box img {
	border:0px;
}
.brc_man .box .det {
	float:right;
	width:540px; /*mod*/
}
.brc_man .box .det .tit {
	float:left;
	width:100%;
}
.brc_man .box .det .tit .l,.brc_man .box .det .tit .r{
	height:20px;
	line-height:20px;
	text-align:left;
	float:left;
	font-size:14px;
}
.brc_man .box .det .tit .l{
	width:540px; /*mod*/
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.brc_man .box .det .tit .l a{
	color:#666; /*重点色*/
	font-weight:bold;
}
.brc_man .box .det .tit .l a:hover{
	color:#c61130; /*重点色*/
}
.brc_man .box .det .tit .r{
	float:left;
	width:100%;
}
.brc_man .box .det .con{
	float:left;
	width:540px;
	line-height:26px;
	height:75px; /*mod*/
	overflow:hidden;
	text-align:left;
	margin-top:5px;
	font-size:14px;
}
/******图片展示*****/
.brc_man .can {
	float:left;
	width:241px;
	text-align:center;
}
.brc_man .can .pic {
	float:left;
	width:100%;
}
.brc_man .can img {
	border:1px solid #ebebeb;
}
.brc_man .can a img:hover{
	border:1px solid #c61130;
}
.brc_man .can .txt {
	float:left;
	width:100%;
	padding:0px 13px;
	height:50px;
	line-height:18px;
	font-size:14px;
	overflow:hidden;
	margin-top:5px;
}
.brc_man .can .txt a{
	color:#555555; /*常态色*/
}
.brc_man .can .txt a:hover{
	color:#c61130; /*重点色*/
}
