.band_news{
	position: relative;
	clear: both;
	height: 96px;
}
.band_news_left{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 121px;
	height: 96px;
	overflow: hidden;
}
.band_news_right{
	position: absolute;
	top: 0px;
	left: 851px;
	width: 18px;
	height: 96px;
	overflow: hidden;
}
.band_news_content{
	position: absolute;
	top: 0px;
	left: 121px;
	width: 730px;
	height: 96px;
	overflow: hidden;
	background: url(../images/band_news_bck.png);
}
.band_news_marque{
	width: 730px;
	height: 96px;
}
.band_news .item{
	width: 246px;
	padding-left: 8px;
	vertical-align: top;
}
.band_news .item .title{
	height: 26px;
	overflow: hidden;
	width: 246px;
}
.band_news .item .title a{
	font: 700 8pt/26px Tahoma;
	color: #eb1a1a;
}
.band_news .item .content{
	height: 64px;
	overflow: hidden;
	width: 246px;
	text-align: left;
}
.band_news .item .content a{
	font: 100 8pt/16px Tahoma;
	color: #282828;
}
.band_news .item img{
	border: 1px solid #C0C0C0;
	width: 91px;
	height: 62px;
	margin: 0px 5px 0px 0px;
}
