/*频道首页布局-通用*/
body {font-family: arial, 宋体, serif;font-size:12px;margin-left:auto;margin-right:auto; color:#000000;}
/* 页眉 */
#header { width:100%; margin:0px auto; margin-bottom:10px;}
#innerHeader { width:100%;}

/* 导航菜单 */
#topHead { width:100%; height:28px; margin:0px auto; background:#000000; margin-bottom:10px;}
#innertopHead { width:960px; margin:0px auto;}
	#innertopHead .topLogo{ float:left}
	#innertopHead ul{ float:right;}
	#innertopHead li{ float:left; margin-right:4px; height:28px; line-height:28px; color:#FFFFFF;}
	#innertopHead a {color:#ffffff;}
	
#head_menu { width:960px; height:96px; margin:0px auto;}
	#head_menu .logo { width:260px; height:43px; margin:0px auto; float:left;}
	#head_menu .headSearch { width:600px; float:right; height:33px;text-align:right; font-size:14px; font-weight:bold; padding-top:10px!important; padding-right:9px;}
	#head_menu .menus li{ float:left; margin:0px 3px 0px 10px; height:24px; line-height:24px; color:#FFFFFF; padding-top:3px;}
	#head_menu .sub_menus { clear:both; width:960px; height:26px; line-height:26px; background:url(../images/bg_sub_menu.gif);}
	#head_menu .sub_menus li{ float:left; margin:0px 4px 0px 10px; padding-top:4px; height:22px; line-height:22px;}
	
	

/*内容*/
#contents { width:960px; margin:0px auto;}
#innerContents { width:100%; }

	/* 模块 */
	#leftContent { width:370px; margin:0px; float:left;}
	#middleContent { width:370px; margin:0px; float:left;}
	#rightContent { width:220px; margin:0px; float:left; }
	
	#leftContents { width:740px; margin:0px; float:left;}
	#rightContents { width:220px; margin:0px; float:left;}
	
	#left_Contents { width:370px; margin:0px; float:left;}
	#right_Contents { width:590px; margin:0px; float:left;}
	
	#left_C { width:475px; margin:0px; float:left; margin-right:5px;}
	#right_C { width:475px; margin:0px; float:left; margin-left:5px;}
	
	#all_Contents { width:960px; margin:0px; float:left;}
	
	/*内容块-考虑到通栏广告添加，可能在做的时候根据模块来进行划分*/
	#content_1,#content_2,#content_3,#content_4 {width:100%; margin:0px auto;}
	
	/*焦点图片*/
		#hotPic { width:348px; height:238px;border:1px #EAEAEA solid;padding:5px;}
		

/* 页脚 */
#footer { width:960px; margin:0px auto; clear:both;}
#innerFooter { width:100%;}
	#bottomFooter { width:950px; clear:both; text-align:center; border-top:1px #CCCCCC dashed; color:#000;}
	#bottomFooter p{ height:24px; line-height:24px;}
	
	

