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

.news_right{
	padding-left:35px;
	width:755px;
}
.news_right_title{
	width:755px;
}
.news_right_banner{
	width:755px;
}
.news_list{
	width:744px;
	float:left;
	padding-left:11px;
}
.news_list table td{
	border-bottom:1px solid #E4E4E4;
	padding:8px 0;
}
.news_list table a{
	color:#313131;
	text-decoration:none;
}
.news_list table a:hover{
	color:#111;
}
.news_list table{
	line-height:18px;
}
.news_list table span{
	color:#C60009;
}
.news_list .td_gray{
	background:#FBFBFB;
}

/*shownews style*/
.news_title{
	width:747px;
	background:url(../images/shownews_title_bg.jpg) no-repeat left;
	height:71px;
	padding:49px 0 0 8px;
	font-size:13px;
	font-weight:bold;
}
.news_title span{
	font-weight:lighter;
}
.news_title table td{
	padding-top:3px;
}

.news_content{
	width:705px;
	float:left;
	padding:10px 50px 50px 0 ;
	overflow:hidden;
	line-height:19px;
}
.news_content img{
	display:block;
	margin:0 auto;
	border:1px solid #DDD;
	padding:2px;
}
.news_content p{
	text-indent:24px;
}
