@import url("public.css");
/* Author: www.uunn.cn */

/*----------------------------ban------------------------------*/
#ban-news{
	background: url(../images/news-pic.jpg) no-repeat center top;
	height:140px;
	width:740px;
	margin:auto auto 20px auto;
}

/*---------------------------content----------------------------*/
#content-left{
	float:left;
	width:180px;
}
#content-right{
	float:right;
	width:550px;
}
#news-list{
    text-align:right;
	width:97%;
	line-height:30px;
	color:#999;
	margin:auto;
}
#news-list ul{
    list-style:none;
}
#news-list li{
    list-style:none;
	border-bottom:1px solid #ddd;
	clear:both;
}
#news-list li a{
	float:left;
}
#news-info{
	text-align:left;
	padding:20px;
}
#news-info p{
	margin-bottom:20px;
}
