@CHARSET "utf-8";

/***************************************************
* #Home_Content
*/
#Home_Content{
	border-top:1px solid #72BB13;
}
#Home_InnerContent{
	margin:20px auto 30px;
	width:940px;
	padding-top:21px;
}
#Home_ContentLeft{
	width:190px;
	float:left;
}
#Home_ContentMain{
/*	margin-left:20px;*/
/*	width:440px;*/
	width:640px;
	float:left;
}
#Home_ContentRight{
	width:270px;
	float:right;
}

/***************************************************
* #Home_OneLineNews
*/
#Home_OneLineNews{
	margin:0 auto 0;
	width:960px;
	position:relative;
}
#Home_OneLineNews #innerOneLineNews{
	width:940px;
	height:1em;
	padding:6px 10px 10px;
	border-top:2px solid #72BB13;
	background:url(../_image/general/bgGreenDiagonalStripe.gif) #fff;
	z-index:10;
	position:absolute;
	top:-20px;
}
#Home_OneLineNews #oneLineNewsArea{
	width:100%;
	width:830px;
	height:1.5em;
	overflow:hidden;
	position:absolute;
	top:5px;
	left:10px;
	line-height:1.5em;
}
#Home_OneLineNews #oneLineNewsArea ul{
	width:100000px;
	position:absolute;
	z-index:15;
}
#Home_OneLineNews #oneLineNewsArea ul li{
	display:inline;
	position:absolute;
	display:none;
}
#Home_OneLineNews #innerOneLineNews a.nextBtn{
	position:absolute;
	z-index:20;
	text-decoration:none;
	right:8px;
	top:3px;
	background:url(../_image/home/btnNextNews.gif) no-repeat left top;
	height:23px;
	width:102px;
	outline:none;
}
#Home_OneLineNews #innerOneLineNews a.nextBtn span{
	display:none;
}
#Home_OneLineNews #innerOneLineNews a.nextBtn:hover{
	background-position:left -23px;
}
#Home_OneLineNews #innerOneLineNews a.nextBtn:active{
	background-position:left -46px;
}

/***************************************************
* #Home_News
*/
#Home_News .image{
	display:block;
	background:url(../_image/general/bgGrayDot.gif);
	width:170px;
	padding:5px;
	float:left;
}
#Home_News .image:hover{
	background-color:#AAED50;
}
#Home_News .text{
	display:block;
	width:220px;
	float:right;
}
#Home_News .update{
	display:block;
	margin-bottom:5px;
	color:#27AB01;
	font-weight:bold;
}
#Home_News .category{
	display:block;
	padding:4px 10px;
	margin-bottom:5px;
	background:#27AB01;
	color:#fff;
	font-weight:bold;
}
#Home_News .article{
	
}

/***************************************************
* #Home_Banner
*/
#Home_Banner{
	margin-bottom:10px;
}
#Home_Banner li.left{
	float:left;
}
#Home_Banner li.right{
	float:right;
}
