/*网站前台静态栏目页所用CSS样式*/
/*主体部分*/
#con{ width:980px; padding-top:15px; margin:0px auto; overflow:hidden;}
	#con_left{ width:188px; margin-right:10px; border:1px solid #e9e9e9; background-color:#ffffff; float:left; margin-bottom:-9999px; padding-bottom:9999px;}
		#con_left_top{ margin:0px auto; width:170px;height:50px; line-height:50px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #e9e9e9;}
		#con_left_bottom{ width:188px;}
		#con_left_bottom span a:link { color:#65aaea; text-decoration:none;}
		#con_left_bottom span a:visited { color:#65aaea; text-decoration:none;}
		#con_left_bottom span a:hover{ color:#65aaea; text-decoration:underline;}
	#con_left_xbk{ width:190px; height:1px; background-color:#e9e9e9; float:left; margin-right:10px;}
	
	#con_right{ width:778px; border:1px solid #e9e9e9; background-color:#ffffff; float:left; margin-bottom:-9999px; padding-bottom:9999px;}
		#con_right_top{  margin:0px auto; text-align:center; width:748px;height:50px; line-height:50px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #e9e9e9;}
		#con_right_bottom{ margin:0px auto; width:748px; font-size:10.5pt;line-height:normal;}	
	#con_right_xbk{ width:780px; height:1px; background-color:#e9e9e9; float:left;}
	