/** 页面框架 布局 **/
body {
	line-height:18px;
	color:#666;
}

#wrap {
	width:967px;
	margin:0 auto;
	background-color:#002674;
	padding:0 10px;
}

/** header css **/
#top {
	line-height:26px;
	text-align:right;
	padding-right:10px;
	background-color:#294b89;
}

#banner h1{ display:none; }

#main_nav {
	background:url(img/main_nav_bg.gif) repeat-x;
	height:40px;
	padding-left:7px;
}

#main_nav li{
	background:url(img/main_nav_separator_bar.gif) no-repeat left 2px;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:100px;
	text-align:center;
	height:34px;
	line-height:34px;
	padding:1px 0 5px 3px;
}

#main_nav a{
	font-weight:bold;
	display:block;
	font-size:14px;
}

#main_nav a:hover , #main_nav a.sel {
	background:url(img/main_nav_sel.gif) repeat-x bottom center;
}

#main_nav .home_ico_sel {
	background:url(img/main_nav_home_sel.gif) no-repeat 23px center;
	display:block;
}

#main_nav .home_ico_nosel {
	background:url(img/main_nav_home_nosel.gif) no-repeat 23px center;
	display:block;
}

.second_item {
	display: none;
}

#sub_nav a.sel {
	color:#44ccff;
}

.bar_search {
	background-color:#0062A7;
	height:32px;
}

.time ,#sub_nav {
	padding-left:8px;
	line-height:32px;
	width:550px;
}

.time {
	position:relative;
	width:261px; 
	background:url(img/time_bg.gif) no-repeat; 
	height:24px;
	margin-top:3px;
	color:#185DA0;
}

.search {
	background:url(img/search_bg.gif) repeat-x;
	border-right:1px solid #AEAEAE;
	height:32px;
}

.login, .search { float:left; }

.login {
	background:#0062A7 url(img/search_arrow.gif) no-repeat right;
	padding-right:25px;
	line-height:32px;
}

.search {
	padding:0px 0 0 8px;
}

.search input {
	vertical-align:middle;
	height:18px;
	margin-top:4px;
	color:#999;
}

.search .btn {
	background:url(img/btn_search.gif) no-repeat;
	width:55px;
	height:22px;
	line-height:20px;
	text-align:center;
	border:0;
}

#bar_notice {
	background-color:#fff;
	padding:10px 10px 0;
}

#bar_notice .cont {
	border:1px dashed #ccc;
	padding:2px 8px;
}

#bar_notice span {
	background:url(img/ico_arrow.gif) no-repeat left center;
	padding:0 15px 0 10px;
	width:410px;
	display:inline-block;
	*display:inline;
	zoom:1;
}

/** content css **/
#content {
	background-color:#fff;
	padding:0 10px 10px;
}

#left_side , #main_content , #right_side {
	float:left;
}

#left_side { width:230px; }
#main_content { width:400px; }
#right_side { width:295px; }

/** footer css **/
#footer {
	background-color:#294b89;
	text-align:center;
	padding:15px 0;
	line-height:22px;
}

/** width css **/
.left_side_3 ,.left_side_4 ,.main_cont_3 ,.main_cont_4 ,.main_cont_5 ,.main_cont_6 {
	float:left;
	display:inline;
}

.home_kaxw .li2 { width:610px; }

.left_side_3 { width:166px; }

.left_side_4 { width:272px; }

.main_cont_3 { width:527px; }

.main_cont_4 { width:704px; }

.main_cont_5 { width:766px; }

.main_cont_6 { width:660px; }

/** height css **/
.page_h3 {
	height:612px;	
}
.page_h3_auto {	
	height:auto !important;	
	min-height:612px;
	height:612px;	
}
