@charset "utf-8";
/* CSS Document */
.news_con{
	width:870px;
	margin:0 auto;
	
	}

.news_con ul{
	margin-top:20px;
	
	}
.news_con ul li{
	height:40px;
	line-height:40px;
	border-bottom:#CCC dashed 1px;
	background:url(../images/news_bg.jpg) no-repeat left center;
	
	}
.news_con ul a li h6{
	margin-left:15px;
	color:#656666;
	float:left;
	font-size:14px;}
.news_con ul a:hover li h6{
	color:#da251c;
	}
.news_con ul a li p{
	margin-right:15px;
	font-size:14px;
	color:#656666;
	float:right;}
.newslist_con{
	margin:20px auto;
	}
.newslist_con h3{
	color:#3e3d3d;
	font-size:14px;
	margin:20px auto;
	text-align:center;
	}
.newslist_con .news_tim{
	font-size:14px;
	margin:20px auto;
	text-align:center;
	color:#3e3d3d;
	}
.newslist_con p{
	font-size:12px;
	color:#3e3d3d;
	text-indent:2em;
	 line-height: 30px
	}