﻿#news{
    height: auto;
    min-height:600px;
    border:1px solid #9BDF70;
    background-color:#F0FBEB;
	background-image:url(../image/newsbg.gif);
	background-repeat:repeat-y;
	margin-top:2px;
	padding:0px;
	width:898px;
	
}
#news ul{
    margin:0px;
	padding:0px;
	list-style-type:none;
}
#news li{
    font-family:"Times New Roman", Times, serif;
	font-size:15px;
	margin-left:90px;
	margin-right:90px;
	color: #666666;
	margin-top:10px;
	text-align:left;
	line-height:25px;
	list-style-type:none; 
}
