.pagingLeft,
.pagingRight{
	text-align: center;
}
.newsList{
	padding-top: 12px;
	padding-bottom: 16px;
}
.newsItem{
	border-bottom: 1px dotted #A7C59E;
	line-height: 24px;
	padding-top: 6px;
}
.news_title{
	display: inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 536px;
	vertical-align: bottom;
	padding-right: 30px;
}
.news_title a{
	color: #13634a;
}
.news_title a:hover{
	color: #000;
	text-decoration: underline;
}
.type{
	width: 84px;
	text-align: center;
	display: inline-block;
}
.date{
	width: 99px;
	text-align: center;
	display: inline-block;
}