.news_scroll{
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin: 0px 0px;
	margin-top: 40px;
	border: 0px solid #777;
	word-wrap: break-word;
	line-height: 50px;
	color: #FFF;
	text-align: right;
	background-color: #f1f1f1;
}
.news_scroll ul{
	margin: 0px 20px;
	padding: 0px 0px;
}
.news_scroll span{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-indent: 0px;
	color: #666;
	font-size: 14px;
	display: block;
	text-decoration: none;
	/****超出1行省略****/
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news_scroll span a{
	margin-right: 10px;
	color: #666;
}
.news_scroll font{ color:#999 !important;}
