.news_content{
	font-size: 14px;
	line-height: 48px;
	margin-top: 75px;
	margin-bottom: 80px;
}

.news_list{
	width: 900px;
	margin: 0 auto;
}

.news_item{
	display:block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: relative;
	color: #000000;
}

.news_item:hover{
	color:blue;
}

.news_title{
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 35px;
	background-color: #FFFFFF;
	padding-right: 6px;
}

.news_title:before{
	content: "●";
	margin-right: 30px;
	line-height: 35px;
}

.news_date{
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 35px;
	background-color: #FFFFFF;
	padding-left: 8px;
}

.points{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	width: 100%;
	overflow: hidden;
	height: 35px;
	line-height: 25px;
}
