/* CSS Document */
#news_index{ padding-top:20px; background:#FFFFFF; padding-bottom:20px;}
#news_index .new_box{ float:left; width:300px; margin-left:20px;}
#news_index .new_box h1{display: block;height: 60px;background-image: url(../images/newstitlebg.gif);line-height: 50px;font-size: 14px;color: #333333; text-indent:10px;}
#news_index .new_box li{
	height: 26px;
	display: block;
	line-height: 26px;
	text-indent: 10px;
	list-style-type: none;
	background-image: url(../images/poing.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#news_index .new_box .imagemore {
	float: right;
	margin-top: 10px;
	border:0;
	clear: both;
}

#news_pic_box dl dt {
	float:right;
	width:300px;
	height:22px;
	color: #CC0000;
}
#news_pic_box dl dt a {
	font-size:13px;
	font-weight:bolder;
	text-decoration:none;
	color: #333333;
}
#news_pic_box dl dt a:hover {
    text-decoration:underline;
}

#news_pic_box dl dd.pic {
    float:left;
}
#news_pic_box dl dd.pic a {
    display:block;
    border:1px solid #ddd;
}
#news_pic_box dl dd.pic a img {
    width:100px;
    height:86px;
    margin:2px;
    border:0;
}
#news_pic_box dl dd.pic a:hover {
    border:1px solid #999;
}

#news_pic_box dl dd.text {
	float:right;
	width:180px;
	font-size:12px;
	line-height:19px;
	color:#666;
	text-indent:2em;
}

#news_pic_box dl dd.links {
	float:right;
	width:300px;
	text-align:right;
	margin-bottom: 10px;
}
#news_pic_box dl dd.links a {
	font-size:12px;
	line-height:15px;
	text-decoration:none;
	color: #FF0000;
}
#news_pic_box dl dd.links a:hover {
    text-decoration:underline;
}

#news_pic_box dl:after {
    content:"."; 
    display:block;
    height:0; 
    clear:both; 
    visibility:hidden;
} 

#news_list{ padding-top:20px; background:#FFFFFF; padding-bottom:20px;}
#news_list .news { margin-right:20px; margin-left:20px; width:650px;}
#news_list .news h1{display: block;height: 60px;background-image: url(../images/newstitlebg02.gif);line-height: 50px;font-size: 14px;color: #333333; text-indent:10px;}
#news_list .news li{
	height: 26px;
	display: block;
	line-height: 26px;
	text-indent: 10px;
	list-style-type: none;
	background-image: url(../images/poing.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#news_list .news_nav { margin-right:20px; margin-left:20px; width:650px; color:#000000; text-align:center; margin-top:20px;}

#news_content{}
#news_content .title{ height:50px; width:700px; text-align:center; line-height:50px; font-size:18px; color:#A20E0E; font-weight:bold; margin-top:20px;}
#news_content .time{ margin:0 auto;width:600px; text-align:center; background-color:#E0E0E0; border:#CCCCCC 1px solid; height:25px; line-height:25px;}
#news_content .content{ margin:0 auto;width:600px; padding-top:20px; line-height:150%; font-size:14px; color:#000000;}





