/*最新公告：*/
.news{
	height:38px;
	width: 100%;
	background: rgba(2,1,1,0.6);
	position: absolute;
	bottom: 0;
}
.news .news_left{
	width: 90px;
	height: 38px;
	padding-left: 20px;
	color: #fefdc5;
	font-size: 14px;
	background: url(../images/notice.png) no-repeat 0 11px;
	line-height:38px;
}
.news .news_left,.news_right{
	float: left;
}
.news .news_right{
	width: 910px;
	height: 38px;
	position: relative;
	overflow: hidden;
}
.news .news_right span{
	display: block;
	height: 38px;
	width: 200%;
	color: #e4e4e4;
	font-size: 12px;
	overflow:hidden; 
	white-space:nowrap;
	line-height: 38px;
	position: absolute;
}