.slide_news {
	position:relative;
	width:935px;
	height:705px;
	background:url(i/news_bg.png) no-repeat top;
	overflow:hidden;
	clear:both;
}
	

.hs_container{
	position:relative;
	width:930px;
	height:496px;
	overflow:hidden;
	clear:both;
	cursor:pointer;
/*	-moz-box-shadow:1px 1px 3px #222;
	-webkit-box-shadow:1px 1px 3px #222;
	box-shadow:1px 1px 3px #222;*/
}
.hs_container .hs_area{
	position:absolute;
	overflow:hidden;
}
.hs_area img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.hs_area img.hs_visible{
	display:block;
	z-index:9999;
}
.hs_area1{
	width:330px;
	height:330px;
	top:4px;
	left:2px;
}
.hs_area2{
	width:594px;
	height:164px;
	top:4px;
	left:334px;
}
.hs_area3{
	width:594px;
	height:164px;
	top:170px;
	left:334px;
}
.hs_area4{
	width:220px;
	height:160px;
	top:336px;
	left:2px;
}
.hs_area5{
	width:704px;
	height:160px;
	top:336px;
	left:224px;
}
.news {
	position:absolute;
	top:498px;
	left:4px;
	width:926px;
	height: 202px;
	overflow: auto;
	text-align:left;
	line-height:20px;
	background:#000;
}
.news .blog{
	padding:7px;
}
.news .blog div{
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:dashed 1px #baa869;
}
.news .blog div .date{
	color:#C60;
}