@charset "utf-8";
/* CSS Document */

#home_header img{
	float:left;
}

/* Home News Styles */

#home_news{
	background-color:#999;
	background:url(../images/news_bg.png) 0 0 no-repeat;	
	width:977px;
}

#home_news #lcol {
	float:left;
	width:639px;
	height:312px;
}

#home_news #rcol {
	float:left;
	width:338px;
	height:312px;
}

#home_news #rcol div{
	padding:20px;	
}

#home_news h1{
	font-size:16px;
	color:#192A5E;
	margin-bottom:6px;
}

.hit_area{
	width:104px;
	height:70px;
	float:left;
	text-decoration:none;
	cursor:pointer;
}

.hit_area i{
	visibility:hidden
}

#news_1{
	display:block;
}
#news_2{
	display:none;
}
#news_3{
	display:none;
}
#news_4{
	display:none;	
}
#news_5{
	display:none;
}
#news_6{
	display:none;	
}
#news_7{
	display:none;
}
#news_8{
	display:none;
}

/*Home Content 1 Styles */

#home_content_1{
	border:1px solid #cccccc;
	background-color:#FFF;
	height:100%; 
}


#home_content_1 #lcol {
	padding:10px 10px 10px 15px;
	float:left;
	width:450px;
}

#home_content_1 #rcol {
	padding:10px 10px 10px 5px;
	float:left;
	width:484px;
}

.rfloat{
	float:right;
	margin-left:10px;
}

/*Box Styles*/

.box_main {
	background:url(../images/box_bg.png) repeat-y;
	font-size:12px;
}

.box_main .item {
	margin:15px 15px 25px 15px;
	line-height:120%;
}

.title{
	font-weight:bold;
	color:#336699;
}

/*Home Content 2 Styles */

#home_content_2{
	border:1px solid #cccccc;
	background-color:#FFF;
	padding:30px;
}

#diagram {
	float:right;
	margin:0px 46px 0px 120px;
	
}

/*Home Content 3 Styles */
#home_content_3{
	border:1px solid #cccccc;
	background-color:#FFF;
	padding:45px;
	height:100%;
}

#home_content_3 #lcol {
	padding-right:45px;
	float:left;
	width:170px;
}

#home_content_3 #rcol {
	float:left;
	width:670px;
	overflow: auto;
}
