@charset "utf-8";
/* CSS HTML */
/*页面右侧色底图上中下三块*/
.lwbg_top{
	width:266px;
	height:11px;
	font-size:0px;
	background:url(../images/lwbg_top.png) no-repeat;
}
.lwbg_bottom{
	width:266px;
	height:11px;
	font-size:0px;
	background:url(../images/lwbg_bottom.png) no-repeat;
}
.lwbg_center{
	width:266px;
	background:url(../images/lwbg_center.png);
	overflow:hidden;
}
/*导航栏*/
#Navigation_bar {
	margin:0 auto;
	width:997px;
	height:29px;
	font-size:12px;
	background:url(../images/NavigationBarBG.png);
}
#Navigation_bar ul{
	padding-left:130px;
}
#Navigation_bar ul li{
	display:block;
	float:left;
	height:29px;
	padding-left:20px;
	line-height:29px;
	background:url(../images/l.png) no-repeat;
}
#Navigation_bar a{
	color:#2D66A4;
}

#Navigation_bar .current_page{
	color:#FFF;
}

/*搜索*/
#search{
	position:absolute;
	width:266px;
	height:66px;
	top:-58px;
	left:720px;
	z-index:1;
}
#search_txt{
	width:232px;
	height:23px;
	background:url(../images/searchbg.png);
	vertical-align:middle;
	float:left;
}
#search_txt input{
	border:0;
	margin:3px 0 0 30px;
	width:180px;
	height:15px;
	font-size:12px;
	color:#666;
}

/*中间内容*/
#content {
	margin:0 auto;
	width:995px;
	overflow:hidden;
	border-left:1px solid #B0C4CF;
	border-right:1px solid #B0C4CF;
	background:#FFF;
	background:url(../images/carteBG.png) repeat-y #FFF;
}

/*左侧菜单栏*/
#carte{
	float:left;
	width:161px;
	/*overflow:hidden;*/
	height:100%;
	background:url(../images/carteBG.png);
	margin-top:2px;
}
#carte a:hover{
	background:#347fb6;
	color:#FFF;
}
#carte a:hover h4{
	background:#347fb6;
	color:#FFF;
	cursor:hand;
}
#carte .a_sel{
	color:#d54e21;
}

.carte_title_bg{
	display:block;
	background:#d6dce2;
	border-bottom:1px solid #7d9cb2;
}
.carte_title{
	display:block;
	/*height:35px;*/
	line-height:35px;
	color:#1F568B;
}
.carte_title_nonav{
	margin-left:15px;
	line-height:20px;
	padding:4px 0;
}
/*一级目录加减号*/
.cts{
	display:block;
	float:left;
	width:24px;
	height:35px;
	background:url(../images/cTS.png);
	cursor:hand;
}
.ctn{
	display:block;
	float:left;
	width:24px;
	height:35px;
	background:url(../images/cTN.png);
	cursor:hand;
}

.carte_list_bg{
	display:block;
	overflow:hidden;
	margin-bottom:0;
}
.carte_list{
	display:block;
	padding:0px 5px 4px 15px;
	background:url(../images/carteTitle_bg.png) no-repeat bottom;
	line-height:35px;
}
.carte_list_bottom{background:none;}
.carte_bottom{
	display:block;
	width:161px;
	height:4px;
	background:url(../images/carteTitle_bg.png);
}
/*左侧二级菜单，因文字多需换行，行间距减小*/
.carte_list1{
	line-height:22px;
}



/*页面右侧*/
#right{
	float:right;
	width:834px;
	margin-top:20px;
	overflow:hidden;
}

#html_news{
	float:right;
	width:266px;
	padding-right:10px;
}
.address_title{
	display:block;
	color:#054B96;
	font-size:14px;
	padding-left:4px;
}
.address_left{
	padding-left:20px;
}
.title{
	color:#E99415;
	padding-left:20px;
}
/*more*/
.more{
	float:right;
	padding-right:20px;
}
.more_top{
	padding-top:5px;
}
.more_a{
	color:#FFF;
	font-size:12px;
}
/*新闻聚焦*/
.news_content{
	margin-top:6px;
	margin-left:12px;
	width:242px;
	height:200px;
	border-top:1px solid #CCC;
	padding-top:2px;
	overflow:auto;
}
.news_content ul{
	padding-left:15px;
	list-style:url(../images/dian1.png);
}
.news_content strong{
	color:#054B96;
}

#html_content{
	float:left;
	width:790px;
	padding:0 25px;
	line-height:1.8em;
	overflow:hidden;
}
#html_content p{
	text-indent:2em;
}
.linian{
	font-size:large;
}
.content_title{
	color:#E99415;
	border-bottom:1px dashed #999;
	line-height:28px;
	padding-top:10px;
	padding-bottom:3px;
	font-size:16px;
	margin-bottom:5px;
}
.content_title_blue{
	color:#036E9E;
	clear:both;
}
.content_title_blue a{
	color:#036E9E;
}

.pic_right{
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}

.pic_left{
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}