.newsContent{
	padding-top: 20px;
}
.newsContent ul{
	margin:0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.newsContent li{
	height: 20px;
	background-image: url(../images/newLiBg.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	position: relative;
	display: block;
	width:300px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 20px;
	float: left;
	margin-right: 30px;
	padding-left: 14px;
}
.newsContent li .addTime{
	position: absolute;
	top: 0px;
	right: 15px;
}