@charset "utf-8";
/* CSS Document */

.article_list{
	height:auto!important;
	height:300px;
	min-height:300px;
}
.article_list li {
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:16px;
	margin-bottom:16px;
}
.article_list li.end {
	border:0
}
.article_list .thumb{
	width:172px;
	height:116px;
	padding:11px 0 0 13px;
	float:left;
	overflow:hidden;
	background:url(i/news-border.gif) no-repeat 0 0;
}
.article_info {
	width:710px;
	float:right;
}
.article_info h4{
	padding:10px 0 0;
}
.article_info h4 span {
	font-size:11px;
	padding:2px 0;
	color:#C2C2C2;
	font-family:Tahoma, "宋体", sans-serif;
	background:url(i/news-time.gif) no-repeat 22px 50%;
	padding-left:40px;
}
.article_info h4 a {	
	font-size:12px;
	color:#B5B5B5;
	font-weight:bold;
}
.article_info h4 a:visited {
	color:#B5B5B5;
}
.article_info h5 {
	margin:10px 0;
	overflow:hidden;
	color:#C2C2C2;
}
.article_info h6 {
    
}
.article_info h6 a {
	color: #B5B5B5;
	background:url(i/news-arrow.gif) no-repeat 0 50%;
	padding-left:12px;
}
.article_info h6 a:link,.article_info h6 a:visited{
	color: #B5B5B5;
}
.article_info h6 a span{
	font-size:11px;
	font-family:Tahoma, "宋体", sans-serif;
}
.newsTitle{
	color:#B5B5B5;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-bottom:5px;
}
.newsDate{
	text-align:center;
	color:#C3C3D8;
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:1px dotted #ccc;
}
.newsContent{
	color:#787878;
	height:auto!important;
	height:321px;
	min-height:321px;
}
.newsContent p{
	margin-bottom:12px;
}
.newsContent strong{
	font-weight:bold;
}