/* 右侧 */
.content{
	padding: 20px;
}
.newsItem{
	border-bottom: 1px dotted #A7C59E;
	line-height: 22px;
	padding-top: 7px;
	font-size: 12px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 9px 12px;
	padding-left: 30px;
}
.news_title{
	display: inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 455px;
	vertical-align: bottom;
	padding-right: 30px;
}
.news_title a{
	color: #000;
}
.news_title a:hover{
	color: #0063C3;
	text-decoration: underline;
}
.type{
	width: 74px;
	text-align: center;
	display: inline-block;
}
.date{
	width: 105px;
	text-align: center;
	display: inline-block;
}