@charset "gb2312";
/* 公共样式 */
*{ margin:0px; padding:0px; }
html{ background:url(imagebg1.png) repeat-x left top;}
body{margin:0px; padding:0px;color: #181818;	font-family:"Arial","宋体"; font-size:12px;background:url(imagemainbg.jpg) no-repeat center 143px;}
div{margin: 0px;padding: 0px;border: 0px;	/*overflow: hidden;*/}
form{margin: 0px;padding: 0px;border: 0px;}
img{vertical-align:middle;margin: 0px;padding: 0px;border: 0px; }/*设置图片初始化为垂直居中，因为默认的是左上角对齐*/
table,tr,td,dr,th {margin: 0px;padding: 0px;border: 0px;}
table{ border-collapse:collapse; border-spacing:0; }/*合并重复的边线*/
ul,ol,li,dl,dt,dd{margin: 0px;padding: 0px;list-style-type:none; }
a:link,a:visited,a:active{ color:#181818; text-decoration:none;font-size:12px; }
a:hover{ color:#F00; text-decoration: none;}
.clearboth{font-size:0px;margin: 0px;padding: 0px;	clear: both;height: 0px;border: 0px; line-height:0;}
.clearboth1{font-size:0px;margin: 0px;padding: 0px;	clear: both;height: 0px;border: 0px; height:35px;}
.float_right{ float:right;}
.float_left{ float:left;}

select,input[type="text"],input[type="password"]{ border:1px solid #abadb3;height:22px; line-height:22px;}
.margin_auto{ margin:0 auto;}
		
a.linkred{color:#F00;}
a.linkred:hover{color:#FF5900;}
a.linkgray{ color:#575757;}
a.linkgray:hover{color:#F00;}
a.linkwhite14{color:#fff; font-weight:bold; font-size:14px;}
a.linkwhite14:hover{color:#FF5900;}
a.linkwhite16{color:#fff; font-weight:bold; font-size:16px;font-family:"Arial","微软雅黑","宋体"; }
a.linkwhite16:hover{color:#FF5900;}
a.linkblue{ color:#0059b5;}
a.linkblue:hover{color:#F00;}

.color_red{ color:#E71F19;}
.color_green{ color:#17a400;}
.color_orange{ color:#ffaa00;} 
.color_blue{ color:#0059b5;}
.color_gray{color:#8d8d8d;}


.align_center{ text-align:center;}
.align_right{ display:block; text-align:right;}

.padding8{padding:8px;}
.marginleft10{ margin-left:10px;}
.marginright10{ margin-right:10px;}

.height10{ height:10px;}
.f_18red{ font-size:18px; color:#f00;font-family:"Arial","微软雅黑","宋体"; }
.percent80{ width:80%;}

.line_dashed{font-size:0px;margin: 0px;padding: 0px;	clear: both;height: 0px;border: 0px; line-height:0; border-bottom:1px dashed #bbbbbb; margin-top:5px;}


/*---------------------------输入框文本域样式---------------------*/
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: white;
border: 1px solid #b9b9b9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
display: inline-block;
height: 22px;line-height: 22px;
padding: 2px 0;
font-size: 12px;
color: #555;
}

select{
background-color: white;
border: 1px solid #b9b9b9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;

display: inline-block;
height: 28px;line-height: 28px;
padding: 4px;
font-size: 12px;
color: #555;
}

/*---------------------------top---------------------*/
#top{ width:100%; height:136px;background:url(imagetop.png) repeat-x left top;}
	.top1{width:1010px;height:99px; margin:0 auto;}
		.top1_1{ float:left;width:353px;height:67px;background:url(imagelogo1.png) no-repeat left center; margin-top:12px;}
		.top1_1 a{width:353px;height:67px; display:block;}
		
		.top1_2{ float:left;width:200px; height:26px; line-height:26px; margin-left:185px; margin-top:25px; border:1px solid #CFCFCF; border-right:0; background-color:#fff; display:inline;/*解决ie6双倍margin的bug*/}
			.top1_2 input{ width:180px;height:22px; line-height:22px; border:0;-webkit-box-shadow: inset 0 0px 0px ;
-moz-box-shadow: inset 0 0px 0px ;box-shadow:inset 0 0px 0px;}
		.top1_3{ float:left;width:77px; height:28px; margin-top:25px;}
		
		.top1_4{ float:right;width:53px;height:59px;background:url(imagelogo2.png) no-repeat left center; margin-top:15px; margin-right:25px;}
		.top1_4 a{width:53px;height:59px; display:block;}
		
.tline{width:100%; height:7px; background:#1C468E;line-height:0;font-size:0px;}

/*---------------------------主导航---------------------*/
	.nav{width:1010px;height:37px; margin:0 auto;}
		.nav li{ float:left; width:168px; height:37px; line-height:37px; text-align:center;font-family:"微软雅黑","Arial","宋体";font-size:16px; color:#181818;}
		.nav li:hover,
		.nav .li_now{ width:168px; height:37px; line-height:37px;background:url(imagenav_now.png) no-repeat right top;}
		.nav li a{ width:168px; height:37px; line-height:37px; display:block;text-align:center;font-family:"微软雅黑","Arial","宋体"; font-size:16px; color:#181818;}
		.nav li a:hover,
		.nav .li_now a,
		.nav .li_now2 a{ color:#0a76cb; font-size:16px;}
		
		
		.nav .libg1 a,
		.nav .libg2 a{ color:#181818; font-size:16px;}
		
		.nav .libg1{background:url(imagenav.png) no-repeat right top;}
		.nav .libg2{background:url(imagenav2.png) no-repeat right top;}
		.nav .libg2:hover,
		.nav .li_now2,
		.nav .li_now2:hover{ width:168px; height:37px; line-height:37px;background:url(imagenav_now2.png) no-repeat right top;}



/*---------------------------内容---------------------*/
.main_w1{ height:280px;}
.main1{ width:1010px;height:280px; margin:0 auto;}

/*-------首页左侧tab-----*/
.left_w{ width:150px; height:273px; overflow:hidden; float:left;}
 .left_w li{ width:150px; height:91px; line-height:91px; text-align:center;font-family:"微软雅黑","Arial","宋体"; font-size:17px; color:#fff;background:url(imageleftbg.png) no-repeat center top;}
  .left_w li:hover{ width:150px; height:91px; line-height:91px; text-align:center;font-family:"微软雅黑","Arial","宋体"; font-size:17px; color:#fff;background:url(imageleftbg_now.png) no-repeat center top;}
  	.left_w li a{width:150px; height:91px; line-height:91px; display:block;font-family:"微软雅黑","Arial","宋体"; font-size:17px; font-weight:bold; color:#fff;}
 	 .left_w .li1 a,
	 .left_w .li2 a,
	 .left_w .li3 a{font-family:"微软雅黑","Arial","宋体"; font-size:17px;  font-weight:bold;color:#fff;}
	 .left_w .li1 a:hover{font-weight:bold;color:#0395e0;}
	 .left_w .li2 a:hover{font-weight:bold;color:#da3f01;}
	 .left_w .li3 a:hover{font-weight:bold;color:#009e76;}
	
	.left_w .li1_now,
	.left_w .li2_now,
	.left_w .li3_now{ width:150px; height:91px; line-height:91px; text-align:center;font-family:"微软雅黑","Arial","宋体"; font-size:17px; color:#fff;background:url(imageleftbg_now.png) no-repeat center top;}
	.left_w .li1_now a{color:#0395e0;}
	.left_w .li2_now a{color:#da3f01;}
	.left_w .li3_now a{color:#009e76;}
	
/*-------首页tab右侧内容-----*/
.right_w{ float:right; width:850px; height:263px; padding:10px 0 0 10px; background:url(imagerightbg.png) no-repeat right top;}
	/*我要出行 */
	.rightbg1{float:left; width:298px; padding:2px 2px 0 2px; height:253px;background:url(imagerightbg1.png) no-repeat left top; margin-right:5px;}
	
 	.rightbg1_t{ width:298px; height:32px;background:url(imagerightbg1_t.png) no-repeat left top;}
		.rightbg1_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
		.rightbg1_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
		
		/*我要出行-交通指数*/
		.rightbg1_c{padding:0px; padding-left:1px; width:296px; height:216px; overflow:hidden;}
			.rightbg1_jtzs{background:url(imagejtzs1.gif) no-repeat center top;}
			.rightbg2_jtzs{background:url(imagejtzs2.gif) no-repeat center top;}
			.rightbg3_jtzs{background:url(imagejtzs3.gif) no-repeat center top;}
			.rightbg4_jtzs{background:url(imagejtzs4.gif) no-repeat center top;}
			.rightbg5_jtzs{background:url(imagejtzs5.gif) no-repeat center top;}
			.rightbg6_jtzs{background:url(imagejtzs6.gif) no-repeat center top;}
			.rightbg7_jtzs{background:url(imagejtzs7.gif) no-repeat center top;}
			.rightbg8_jtzs{background:url(imagejtzs8.gif) no-repeat center top;}
			.rightbg9_jtzs{background:url(imagejtzs9.gif) no-repeat center top;}
			.rightbg10_jtzs{background:url(imagejtzs10.gif) no-repeat center top;}
			
			.rightbg1_c_date{ height:30px; line-height:30px; font-weight:bold; text-align:center;font-family:"Arial","微软雅黑","宋体"; font-size:15px; color:#fff;}

			.rightbg_jtzs{ width:296px;}
				.rightbg_jtzs h1{ padding:100px 0px 15px 0px;text-align:center; line-height:30px;font-family:"Arial","微软雅黑","宋体";  font-size:40px; color:#fff;}
				.rightbg_jtzs h2{ padding-top:15px; text-align:center; line-height:20px;font-family:"微软雅黑","Arial","宋体";  font-size:14px;  color:#fff;}
			
		.app1{ float:left; width:227px;*margin-left:-6px;/*只有ie6识别*/ height:250px;background:url(imageapp1.png) no-repeat center top;}
			.app1 li{ width:112px; height:67px; display:block;float:left; padding:8px 0;  margin-bottom:0px; }
			.app1 li a{ width:112px; height:67px; display:block;}
			.app1 li:hover{background:url(imageapp1_1.png) no-repeat 0 0; cursor:pointer; cursor:hand;}
			.app1 li .p{ text-align:center; line-height:20px;font-family:"微软雅黑","Arial","宋体";  font-size:12px; color:#fff; font-weight:bold;}
			.app_pic{ width:109px; height:44px;text-align:center; padding-top:2px;}
	
	
	/*实时路况*/
	.rightbg1_c_sslk{ padding:0px; padding-left:1px; width:296px; height:216px; overflow: hidden;}
	.rightbg1_c_sslk img{-webkit-border-radius:0px 0px 5px 5px;
-moz-border-radius:0px 0px 5px 5px;
border-radius:0px 0px 5px 5px;}
	
	/*我要办事*/	
	.rightbg2{float:left; width:590px;  height:194px;padding:60px 0 0 18px;background:url(imagerightbg2.png) no-repeat left top; margin-right:5px; display:inline;/*解决ie6双倍margin的bug*/}
		.rightbg2 li{ float:left;/*width:77px; height:72px;*/width:160px; height:120px;
 padding:10px 15px 0 15px; margin-right:9px; }
		.rightbg2 .li{background:url(imagerightbg2_li.png) no-repeat center center;}
		.rightbg2 .li:hover,
		.rightbg2 .li_now{ background:url(imagerightbg2_li1.png) no-repeat center center;}
		.rightbg2 .li a,
		.rightbg2 .li_now a{/*width:77px; height:72px;line-height:20px;*/width:160px; height:120px;
 line-height:120px; display:block; font-family:"微软雅黑","Arial","宋体"; color:#fff; font-size:13px; text-align:center;}
		
		.rightbg2 .li_now a:hover,
		.rightbg2 .li a:hover{color:#da3f01; font-weight:bold; }
		
		.margintop40{ margin-top:40px;}
		.margintop80{ margin-top:80px;}
	
	/*热点办事*/	
	.rightbg5{ width:223px; padding:2px 2px 0 2px; height:160px;background:url(imagerightbg5.png) no-repeat left top; *margin-left:-2px;}	
	.rightbg5_t{ width:223px; height:32px;background:url(imagerightbg5_t.png) no-repeat left top;}
		.rightbg5_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
		.rightbg5_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
		
		.rightbg5_c{ padding:0 15px;}
		.rightbg5_list{ padding:5px 0px;}
			.rightbg5_list li{ width:190px; line-height:28px; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;background:url(imagedot1.png) no-repeat 5px center; padding-left:15px;}
			
	.app3{ width:227px; height:86px; padding-top:2px; margin-top:5px;}
			.app3 li{ width:113px; height:70px; float:left; display:block; padding:8px 0; background:url(imageapp3.png) no-repeat 0 0;}
			.app3 li a{ width:113px; height:70px; display:block;}
			.app3 li:hover{background:url(imageapp3_1.png) no-repeat 0 0; cursor:pointer; cursor:hand;}
			.app3 li .p{ text-align:center; line-height:20px;font-family:"微软雅黑","Arial","宋体";  font-size:12px; color:#fff; font-weight:bold;}
			.app3_pic{ width:109px; height:44px;text-align:center;padding-top:2px;}

	/*我要查询 */
	.wycx_rightbg{float:left; width:602px;  padding:3px 3px 0 3px; height:251px;background:url(imagewycx_rightbg.png) no-repeat left top; margin-right:5px; display:inline;/*解决ie6双倍margin的bug*/ overflow:hidden;}
	
	
/*	.rightbg3{float:left; width:278px; padding:2px 2px 0 2px; height:253px;background:url(imagerightbg3.png) no-repeat left top; margin-right:5px;}
	
	.rightbg3_t{ width:278px; height:32px;}
		.rightbg3_t dd{ float:left; width:91px; height:32px; line-height:32px; text-align:center; font-family:"Arial","宋体"; color:#181818; font-size:14px;font-weight: normal;}
		 .rightbg3_t .dd_now a{ float:left; display:block;width:91px; height:32px; line-height:32px; text-align:center;font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;}
		  .rightbg3_t dd a{ float:left; display:block;width:91px; height:32px; line-height:32px; text-align:center;font-family:"Arial","宋体"; color:#181818; font-size:14px;font-weight:normal;}
		  .rightbg3_t dd a:hover{ color:#fff;font-weight:bold;}
	
	.rightbg3_tbg1{background:url(imagerightbg3_t1.png) no-repeat left top;}
	.rightbg3_tbg2{background:url(imagerightbg3_t2.png) no-repeat left top;}
	.rightbg3_tbg3{background:url(imagerightbg3_t3.png) no-repeat left top;}
	
	.rightbg3_c{ padding:5px 15px 0 15px;}
不在首页查询*/	
	.wycx_table1 th{ text-align:right; padding:0px; line-height:38px; font-weight:normal;}
	.wycx_table1 td{  padding:0px; line-height:38px; font-weight:normal;}
		.wycx_table1 select { width:95%; height:24px; line-height:24px;}
		.wycx_table1 input{ width:95%;height:22px; line-height:22px; }
		.wycx_table1 .input1{ width:50px;height:22px; line-height:22px; }
	
		
	.rightbg4{float:left; width:317px; padding:2px 2px 0 2px; height:253px;background:url(imagerightbg4.png) no-repeat left top; margin-right:5px;}
	
	.rightbg4_t{ width:317px; height:32px;background:url(imagerightbg4_t.png) no-repeat left top;}
		.rightbg4_t dd{ float:left; width:91px;margin-left:15px; height:32px; line-height:32px; text-align:left; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight: bold;display:inline;/*解决ie6双倍margin的bug*/}
	.rightbg4_c{ padding:5px 15px;}
	
	.app2{ float:left; width:227px; height:253px;background:url(imageapp2.png) no-repeat center top; }
			.app2 li{ width:112px; height:108px; float:left; display:block; padding:8px 0; margin-bottom:2px;}
			.app2 li a{ width:112px; height:108px; display:block; }
			.app2 li:hover{background:url(imageapp2_1.png) no-repeat 0 0; cursor:pointer; cursor:hand;}
			.app2 li .p{ text-align:center; line-height:20px;font-family:"微软雅黑","Arial","宋体";  font-size:12px; color:#fff; font-weight:bold;}
			.app2_pic{ width:109px; height:44px;text-align:center; padding-top:15px;}
			


.main2{ width:1010px;height:391px; margin:0 auto;background:url(imagemain2.png) no-repeat left top;}	

	.main2_left{ float:left; margin-left:10px;*margin-left:5px;/*只有ie6识别*/margin-top:12px; /*width:278px;*/ width:318px;height:370px; overflow:hidden;}
		/*图片新闻*/
		.main2_news{ width:314px; height:180px; margin-left:4px; overflow:hidden;}	
		/*留言回复*/
		.main2_lyhf{ width:314px; height:180px; padding:2px 2px 0 2px;background:url(imagemain2_leftbg.png) no-repeat left top; margin-right:5px; margin-top:7px;}	
			.main2_lyhf_t{ width:314px; height:32px;background:url(imagemain2_leftbg_t.png) no-repeat left top;}
				.main2_lyhf_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
				.main2_lyhf_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
				
			.main2_lyhf_c{ padding:5px 15px; height:78px;}
				.main2_lyhf_c li{ width:280px; line-height:26px; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/background:url(imagedot1.png) no-repeat 5px center; padding-left:15px;}
	
		
	.main2_mid{ float:left; margin-left:6px; margin-top:4px; width:435px;height:378px; overflow:hidden;}
		/*动态信息*/
		.main2_dtxx{float:left; width:431px;  height:181px;padding:2px 2px 0 2px;background:url(imagemain2_midbg.png) no-repeat left top; margin-right:5px;margin-top:6px;}
	
		.main2_dtxx_t{ width:431px; height:32px;}
			.main2_dtxx_t dd{ float:left; width:100px; height:32px; line-height:32px; text-align:center; font-family:"Arial","宋体"; color:#181818; font-size:14px;font-weight: normal;}
			 .main2_dtxx_t .dd_now a{ float:left; display:block;width:100px; height:32px; line-height:32px; text-align:center;font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;}
			  .main2_dtxx_t dd a{ float:left; display:block;width:100px; height:32px; line-height:32px; text-align:center;font-family:"Arial","宋体"; color:#181818; font-size:14px;font-weight:normal;}
			  .main2_dtxx_t dd a:hover{ color:#fff;font-weight:bold;}
			.main2_dtxx_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
		
		.main2_dtxx_tbg1{background:url(imagemain2_mid_t1.png) no-repeat left top;}
		.main2_dtxx_tbg2{background:url(imagemain2_mid_t2.png) no-repeat left top;}
		.main2_dtxx_tbg3{background:url(imagemain2_mid_t3.png) no-repeat left top;}
		
		.main2_dtxx_c{ padding:5px 15px 0 15px;}
			.main2_dtxx_c dl{}
				.main2_dtxx_c dd{float:left;  width:290px; line-height:26px; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/background:url(imagedot1.png) no-repeat 5px center; padding-left:15px;}
				.main2_dtxx_c dt{float:right;width:70px; line-height:26px; margin:0 10px 0 0; text-align:right;display:inline;/*解决ie6双倍margin的bug*/}

				
	
	.main2_right{ float:left; margin-left:6px;margin-top:10px; width:226px; height:370px; overflow:hidden;}
		.main2_right1{ width:226px; height:92px;}
			.main2_right1 img{ width:111px; height:82px; margin-right:2px;float:left;}
		
		.main2_right2{ height:86px;}
		.main2_right2 li{float:left;width:111px; height:41px; line-height:41px; text-align:center; margin-right:2px; margin-bottom:4px;}
			.main2_right2 .li1{background:url(imagepic_bg1.png) no-repeat left top;}
			.main2_right2 .li2{background:url(imagepic_bg2.png) no-repeat left top;}
		.main2_right2 li a,
		.main2_right2 .li1 a,
		.main2_right2 .li2 a{ color:#497eb8;font-family:"微软雅黑","Arial","宋体";  font-size:14px; font-weight:bold;}
		
		.main2_right3{ padding-top:12px;}
			.main2_right3 li{width:224px; height:55px;margin-right:2px; margin-bottom:5px;}
			.main2_right3 img{width:224px; height:55px;}

/*滚动专题*/	
.main3{ width:1010px;height:81px; margin:0 auto;background:url(imageztbg.png) no-repeat left top; margin-top:8px;}	
	.main3_1{ width:19px; padding-top:30px; padding-left:7px; float:left;}
		.main3_1 img{ }
	.main3_2{ float:left; padding-top:11px; width:958px; height:70px; overflow:hidden; }
		.main3_2 img{ float:left; width:131px; height:59px; margin-right:2px; margin-left:3px;}
	.main3_3{ width:19px; padding-top:30px; padding-right:7px; float:right;}	


/*---------------------------foot---------------------*/
#foot{ width:100%; height:82px; border-top:1px solid #CBCBCB; background:#F5F5F5; margin-top:8px;}
	.foot{width:1010px;height:82px; margin:0 auto; color:#5a5a5a;}
	.foot1{ float:left; padding-top:5px; padding-left:20px;}
		.foot1_1{ width:880px; height:25px; line-height:25px; }
		.foot1_1 select{ margin-right:10px;}	
		.foot1_2{ width:797px;height:25px; line-height:25px; text-align:center;}
		

.wrap1{width:1010px; min-height:20px; height:20px;height: auto !important;margin:0 auto; margin-top:7px;}
/*---------------------------2级页面---信息公开---------------------*/
/*sub导航*/	
.subnav_w{ width:100%;/* height:114px;*/background:url(imagesubnavbg.png) repeat-x left bottom; padding:3px 0;}
	.subnav{ width:1010px; /*height:114px;*/ margin:0 auto;}
		.subnav li{  float:left; height:35px; line-height:35px;}
			.subnav li h1{  float:left;font-size:12px; font-weight:bold;}
				.subnav li h1 a{font-size:12px; font-weight:bold;}
				.subnav li h1 a:hover{color:#ff0000;}
				
			.subnav li p{ float:left;font-size:12px; padding-left:10px; color:#606060; }
				.subnav li p a{color:#606060;}
				.subnav li p a:hover{color:#ff0000;}
			.subnav li .subnav_line{ float:left; width:30px; height:35px; line-height:35px;background:url(imagesubnav_line.png) no-repeat center center;}
			
/*当前位置*/			
.place_w{ width:100%; height:26px;background:url(imageplacebg.png) repeat-x left top;}
	.place{ width:1010px; height:26px; line-height:26px; margin:0 auto;}

/*2级页面内容--信息公开*/	
.xxgk_w{ width:1010px;height: auto !important; margin:0 auto;}

	.xxgk_left1{ float:left; width:290px; height:300px;margin-right:5px;}
		/*机构职能*/	
		.s_jgzn{ width:284px; height:120px; padding:3px 3px 0 3px;background:url(imagesubpage_cbg1.png) no-repeat left top;  margin-top:7px;}	
			.s_jgzn_t{ width:284px; height:32px;background:url(imagesubpage_tbg1.png) no-repeat left top;}
				.s_jgzn_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
				.s_jgzn_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
				
			.s_jgzn_c{ padding:8px 0 0 8px;}
				.s_jgzn_c li{ float:left; width:127px; height:28px;line-height:28px; text-align:center;background:url(imagebtnbg1.png) no-repeat center center; margin:0 3px 8px 3px;}
				
		/*政府信息公开*/	
		.s_zfxxgk{ width:286px; height:156px; padding:2px 2px 0 2px;background:url(imagesubpage_cbg2.png) no-repeat left top; margin-top:5px;}	
			.s_zfxxgk_t{ width:286px; height:32px;background:url(imagesubpage_tbg2.png) no-repeat left top;}
				.s_zfxxgk_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
				.s_zfxxgk_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
				
			.s_zfxxgk_c{ padding:8px 0 0 8px;}
				.s_zfxxgk_c li{ float:left; width:127px; height:28px;line-height:28px; text-align:center;background:url(imagebtnbg1.png) no-repeat center center; margin:0 3px 8px 3px;}


	.xxgk_right1{ float:left;width:709px; height:300px; }
	/*动态信息*/	
		.s_dtxx{ width:709px; height:283px; padding:3px 3px 0 3px;background:url(imagesubpage_cbg3.png) no-repeat left top;  margin-top:7px;}	
			.s_dtxx_t{ width:709px; height:32px;}
				.s_dtxx_t dd{float:left; width:100px; height:32px; line-height:32px; text-align:center; font-family:"Arial","宋体"; color:#181818; font-size:14px;font-weight: normal;}
				.s_dtxx_t .dd_now a{ float:left; display:block;width:100px; height:32px; line-height:32px; text-align:center;font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;}
				.s_dtxx_t dd a{ float:left; display:block;width:100px; height:32px; line-height:32px; text-align:center;font-family:"Arial","宋体"; color:#181818; font-size:14px;font-weight:normal;}
				.s_dtxx_t dd a:hover{ color:#fff;font-weight:bold;}
				.s_dtxx_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
			
			.s_dtxx_tbg1{background:url(imagesubpage_tbg3.png) no-repeat left top;}
			.s_dtxx_tbg2{background:url(imagesubpage_tbg4.png) no-repeat left top;}
				
				
			.s_dtxx_c{ padding:8px 0 0 8px;}
				.s_dtxx_c .alist{ float:left; width:385px; height:230px; overflow:hidden; padding-left:5px;}
					.s_dtxx_c .alist h1{ line-height:35px;font-family:"Arial","宋体"; color:#181818; font-size:14px;font-weight: bold; text-align:center;}
					.s_dtxx_c .alist p{ display:block; line-height:18px; text-indent:2em;}
					.s_dtxx_c .alist .cont{ padding-top:10px;}
					.s_dtxx_c .alist .cont dd{float:left;  width:290px; line-height:25px; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/background:url(imagedot1.png) no-repeat 5px center; padding-left:15px;}
					.s_dtxx_c .alist .cont dt{float:right;width:70px; line-height:25px; margin:0; text-align:right;display:inline;/*解决ie6双倍margin的bug*/}
					
				.s_dtxx_c .piclist{ float:left; width:300px;}
					.s_dtxx_c .piclist li{ float:left; margin-left:10px; height:118px; display:inline;/*解决ie6双倍margin的bug*/}
					.s_dtxx_c .piclist li img{ width:137px; height:90px; border:1px solid #ffffff;}
					.s_dtxx_c .piclist li p{ display:block; text-align: center; width:137px;height:25px; line-height:25px;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/}
				
				
		/*最新公开信息*/	
		.s_zxgkxx{float:left; width:286px; height:255px; padding:2px 2px 0 2px;background:url(imagesubpage_cbg4.png) no-repeat left top;  margin-top:0px;margin-right:5px;}
		.s_zxgkxx_t{ width:286px; height:32px;background:url(imagesubpage_tbg2.png) no-repeat left top;}
				.s_zxgkxx_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
				.s_zxgkxx_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
				
			.s_zxgkxx_c{ padding:8px 0 0 8px;}
				.s_zxgkxx_c li{ width:250px; line-height:28px; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/background:url(imagedot1.png) no-repeat 10px center; padding-left:20px;}
		
		/*通知公告*/
		.s_tzgg{ float:left; width:711px; height:255px; padding:2px 2px 0 2px;background:url(imagesubpage_cbg5.png) no-repeat left top;  margin-top:0px;}	
			.s_tzgg_t{ width:711px; height:32px;}
				.s_tzgg_t dd{float:left; width:100px; height:32px; line-height:32px; text-align:center; font-family:"Arial","宋体"; color:#181818; font-size:14px;font-weight: normal;}
				.s_tzgg_t .dd_now a{ float:left; display:block;width:100px; height:32px; line-height:32px; text-align:center;font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;}
				.s_tzgg_t dd a{ float:left; display:block;width:100px; height:32px; line-height:32px; text-align:center;font-family:"Arial","宋体"; color:#181818; font-size:14px;font-weight:normal;}
				.s_tzgg_t dd a:hover{ color:#fff;font-weight:bold;}
				.s_tzgg_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
			
			.s_tzgg_tbg1{background:url(images_tzgg_tbg1.png) no-repeat left top;}
			.s_tzgg_tbg2{background:url(images_tzgg_tbg2.png) no-repeat left top;}
			.s_tzgg_tbg3{background:url(images_tzgg_tbg3.png) no-repeat left top;}
				
				
			.s_tzgg_c{ padding:8px 0 0 8px;}
				.s_tzgg_c dd{float:left;  width:570px; line-height:28px; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/background:url(imagedot1.png) no-repeat 10px center; padding-left:20px;}
				.s_tzgg_c dt{float:right;width:70px; line-height:28px; margin:0 15px 0 0; text-align:right;display:inline;/*解决ie6双倍margin的bug*/}


/*领导介绍*/
.ldjs{ height:165px; padding-top:10px; padding-bottom:10px;border-bottom:1px dashed #888888; margin:0 40px;}
	.ldjs_pic{ width:120px; height:152px; padding:5px; border:1px solid #cfcfcf; background:url(imagetablebg1.png) repeat left top;margin-right:10px; float:left;}
	.ldjs_pic img{ width:120px; height:152px;}
	.ldjs_js{ width:750px; height:165px; overflow:hidden; float:left;}
	.ldjs_js .h1{ font-size:14px; font-weight:bold; line-height:35px;}
	.ldjs_js p{ line-height:25px;}



/*文章细览*/
	.article_t{ width:1010px; height:10px; line-height:40px;background:url(imagearticle_t.png) no-repeat center top; padding-top:20px; margin-top:7px;}
		
	.article_m{ width:940px;min-height:350px; height:300px;height: auto !important; line-height:30px;background:url(imagearticle_m.png) repeat-y center top; padding:0 35px;}
		.article_m h1{ height:auto; line-height:40px;font-family:"Arial","宋体";  font-size:23px;font-weight:bold; text-align:center;}
		.article_m h2{height:30px; line-height:30px; font-size:12px;font-weight: normal; text-align:center; color:#aaaaaa;border-bottom:1px dashed #aaa;}
		.article_m h3{  font-size:12px;font-weight: normal; text-align:right;}
	
	.article_m p{line-height:30px; }
	.article_b{ width:1010px; height:20px; line-height:20px;background:url(imagearticle_b.png) no-repeat center bottom;}
	
/*---------------------------2级页面---办事大厅---------------------*/	
.w_left1{ float:left; width:290px; min-height:300px; height:300px;height: auto !important; margin-right:5px;display:inline;/*解决ie6双倍margin的bug*/}
	.bsdt_dl{ width:286px; height:255px; padding:2px 2px 0 2px;background:url(imagebsdt_bg1.png) no-repeat left top;  margin-top:7px;margin-right:5px;*margin-right:0px;}
		.bsdt_dl_t{ width:286px; height:32px;}
		.bsdt_dl_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
	
	.table1{ border:0; margin-top:10px;}	
		.table1	th{ text-align:right; font-weight:normal;}
		.table1	th,
		.table1	td{ line-height:38px;}	
		.table1 input,
		.table1 select{ width:90%;height:22px; line-height:22px;}
	
/*按钮*/	
.btn2{ width:68px; height:24px; line-height:24px; text-align:center; background:url(imagebtnbg2.png) no-repeat left center; }
.btn3{ width:82px; height:23px; line-height:23px; text-align:center; background:url(imagebtnbg3.png) no-repeat left center; }

	.bsdt_cx{ width:286px; height:145px; padding:2px 2px 0 2px;background:url(imagebsdt_bg2.png) no-repeat left top;  margin-top:8px;/*margin-right:5px;*/}
		.bsdt_cx_t{ width:286px; height:32px;}
		.bsdt_cx_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
		
.table2{ width:95%; margin:0 auto; margin-top:5px;}
	.table2 td{ height:30px; line-height:30px;}
	.table2 input{ width:90%;height:22px; line-height:22px; margin:0 5%;}
		
.w_right1{ float:left;width:715px; min-height:300px; height:300px;height: auto !important; margin-top:7px;}
	.xzbssx_t{ width:711px; height:32px;background:url(imagexzbssx_t.png) no-repeat left top;padding:2px 2px 0 2px;}
		.xzbssx_t .dd{ float:left; margin-left:15px; margin-right:30px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
		.xzbssx_t .dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
		
		.xzbssx_t_sub{ float:left;/* width:200px;*/ margin-top:6px;}
			.xzbssx_t_sub li{ float:left; width:74px; height:25px; line-height:20px; margin-left:10px; text-align:center; }
			.xzbssx_t_sub li:hover,
			.xzbssx_t_sub .li_now{background:url(imagexzbssx_t_sub.png) no-repeat center center; font-weight:bold;}
			
			
	.xzbssx_m{ height:360px;min-height:360px;height: auto !important;padding:8px 0 0 8px;background:url(imagexzbssx_m.png) repeat-y left top;}
		.xzbssx_m dd{float:left;  width:570px; line-height:29px; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/background:url(imagedot1.png) no-repeat 10px center; padding-left:20px;}
		.xzbssx_m dt{float:right;width:70px; line-height:29px; margin:0 15px 0 0; text-align:right;display:inline;/*解决ie6双倍margin的bug*/}
	.xzbssx_b{width:715px; height:10px;background:url(imagexzbssx_b.png) no-repeat left bottom;}
	


/*---------------------------2级页面---政民互动---------------------*/	
.w_zmhd{width:1010px; min-height:200px; height:200px;height: auto !important; margin-top:7px;}
	.zmhd_t{ width:1006px; height:32px;background:url(imagezmhd_t.png) no-repeat left top;padding:2px 2px 0 2px;}
		.zmhd_t .dd{ float:left; margin-left:15px; margin-right:30px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
		.zmhd_t .dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
		.zmhd_t .ss{ float:right; height:32px; line-height:32px; margin-right:20px;}
		.zmhd_t .ss input{ width:120px; height:19px; margin-top:4px; }
		.zmhd_t .ss img{ *margin-top:-8px;}
		.zmhd_t .btn{ float:right; width:82px; height:23px; line-height:23px; text-align:center; background:url(imagebtnbg3.png) no-repeat left center; margin-top:4px; margin-right:10px; }
		
		.zmhd_t_sub{ float:left;/* width:200px;*/ margin-top:6px;}
			.zmhd_t_sub li{ float:left; width:74px; height:25px; line-height:20px; margin-left:10px; text-align:center; }
			.zmhd_t_sub li:hover,
			.zmhd_t_sub .li_now{background:url(imagexzbssx_t_sub.png) no-repeat center center; font-weight:bold;}
	.zmhd_m{ height:140px;min-height:140px;height: auto !important;padding:8px 0 0 8px;background:url(imagezmhd_m.png) repeat-y left top;}
		.zmhd_m dd{float:left;  width:570px; line-height:29px; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/background:url(imagedot1.png) no-repeat 10px center; padding-left:20px;}
		.zmhd_m dt{float:right;width:70px; line-height:29px; margin:0 15px 0 0; text-align:right;display:inline;/*解决ie6双倍margin的bug*/}
	.zmhd_b{width:1010px; height:15px;background:url(imagezmhd_b.png) no-repeat left bottom;}
	
.table3{ width:97.8%; margin-left:0.8%; border:1px solid #cfcfcf;  margin-top:2px; background:url(imagetablebg1.png) repeat left  top;color:#606060; }	
		.table3	th{ line-height:30px;border-bottom:1px solid #cfcfcf;background:url(imagetablebg1.png) repeat left  top;}
		.table3	td{ line-height:30px; padding:3px 5px 3px 15px;}
		.table3 img{ margin-right:3px; margin-top:-3px;*margin-top:-15px;}	
		
	.table3_s{width:95%;margin-left:20px; border:1px solid #cfcfcf;background:url(imagetablebg1.png) repeat left  top; }
		.table3_s h1,
		.table3_s p{ font-size:12px; padding:0 10px;}
		.table3_s p{ line-height:22px;}


		
/*在线访谈 */
.zxft_left{ float:left;width:745px; min-height:300px; height:300px;height: auto !important; margin-top:7px;}
	.zxft_t{ width:741px; height:32px;background:url(imagezxft_t.png) no-repeat left top;padding:2px 2px 0 2px;}
		.zxft_t .dd{ float:left; margin-left:15px; margin-right:30px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
		.zxft_t .dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
	.zxft_m{width:737px;height:255px;padding:8px 0 0 8px;background:url(imagezxft_m.png) repeat-y left top;}
		.zxft_m h1{ line-height:40px; font-size:18px; text-align:center;}
	.zxft_b{width:745px; height:20px;background:url(imagezxft_b.png) no-repeat left bottom;}
	
.table4{ width:90%; margin-left:5%; border:1px solid #fff;  margin-top:5px;}
	.table4	th,
	.table4	td{ line-height:30px;padding:0 10px;border:1px solid #fff;}
	.table4	th{ background-color:#e6e6e6;}
	.table4	td{ background-color:#ededed;}

.zxft_right{ float:right;width:262px; min-height:300px; height:300px;height: auto !important; margin-top:7px;}
	/*网上视频 */
	.wssp{width:260px; padding:2px 2px 0 2px; height:233px;background:url(imagewssp_bg.png) no-repeat left top; margin-top:3px;}
		.wssp_t{ width:260px; height:32px;}
			.wssp_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
			.wssp_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
			
			.wssp_c{ padding:12px;}
			.wssp_c img{ width:233px; height:172px;}
			
	/*服务电话 */
	.fwdh_t{width:1010px; height:26px; text-align:center; background:url(imagewsbs_t.png) no-repeat left top; margin-top:7px; padding-top:8px;}
		.fwdh_t a{ font-size:14px; font-weight:bold;}
		.fwdh_t img{ margin-left:5px;}
	.fwdh_c{height:40px;background:url(imagezmhd_m.png) repeat-y left top; padding:15px 0 15px 30px;}
		.fwdh_c li{ float:left; width:125px; height:38px; background:url(imageico4.png) no-repeat left center; padding-left:42px; border-right:1px solid #cfcfcf; margin-right:15px; margin-left:9px;}
		.fwdh_c li h1{ font-size:12px;font-family:"Arial","微软雅黑","宋体"; line-height:20px;}
		.fwdh_c li h2{ font-size:16px;font-family:"Arial","微软雅黑","宋体"; color:#0094d0; }
		.fwdh_c .last{ background:none; width:165px;border-right:0; padding-left:0;}
		
	/*往期回顾 */
	.wqhg{ float:left; margin:5px 0 5px 22px; }
		.wqhg .img{ width:198px; height:144px;background:url(imagepic_w.png) no-repeat left top; overflow:hidden;}
		.wqhg img{width:188px; height:134px; margin:5px;}
		.wqhg h1{width:198px;line-height:22px;font-size:12px; font-weight:bold; text-align:left;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/}
		.wqhg p{width:198px; line-height:22px;font-size:12px;  text-align:left;}
		.line_right{ margin:5px 0px 5px 22px; float:left; height:250px;border-right:1px solid #cfcfcf; }
	.table5{ width:48%; margin-left:1.5%; border:1px solid #fff;  margin-top:5px;}
	.table5	th,
	.table5	td{ padding:0 10px;border:1px solid #fff;}
	.table5	th{line-height:30px; background-color:#e6e6e6;}
	.table5	td{line-height:25px; background-color:#ededed;}
	
/*------------------3级页面-往期回顾-----------------------*/
.wqhg_list{ height:145px; padding-top:10px; padding-bottom:10px;border-bottom:1px dashed #888888; margin:0 40px;}
	.wqhg_list_pic{ width:188px; height:134px; padding:5px; border:1px solid #cfcfcf; background:url(imagetablebg1.png) repeat left top;margin-right:10px; float:left;}
	.wqhg_list_pic img{ width:188px; height:134px;}
	.wqhg_list_js{ width:700px; height:145px; overflow:hidden; float:left; position:relative;}
	.wqhg_list_js .h1{ font-size:14px; font-weight:bold; line-height:35px;}
	.wqhg_list_js p{ line-height:25px;}
	.wqhg_list_js .ckxx{ position:absolute; right:10px; bottom:0px;}
	
/*我要留言*/
.wyly_c{border:1px solid #cfcfcf;height:424px;overflow-y:scroll; padding:10px; background-color:#fff;}	
	.wyly_c h1{ height:40px; line-height:40px; font-size:16px;  text-align:center;}
	.wyly_c p{ line-height:22px; text-indent:2em;}

/*我要留言 修改*/	
.wyly_w{ height:360px;min-height:360px;height: auto !important;padding:0;background:url(imagezmhd_m.png) repeat-y left top;}
	.wyly_w .h1{ height:90px; line-height:90px;  font-family:"Arial","微软雅黑","宋体";color:#005795; font-weight:normal; text-align:center;font-size:24px;}
	.wyly_w1{height:406px; min-height:406px; height: auto !important;background:url(imagewyly_bg.png) no-repeat center bottom; padding-bottom:50px;}
		.wyly_list1{ height:406px; padding:0 120px; background:url(imagewyly_bg1.png) no-repeat center top;}
			.wyly_list1 li{ float:left; width:265px; height:323px; padding:45px 55px;}
			.wyly_list1 li a{ display:block;width:265; height:323px;}
			.wyly_list1 .li1 a{background:url(imagewyly_people1.png) no-repeat center center;}
			.wyly_list1 .li1 a:hover,
			.wyly_list1 .li_now1 a{background:url(imagewyly_people1_1.png) no-repeat center center;}
			.wyly_list1 .li2 a{background:url(imagewyly_people2.png) no-repeat center center;}
			.wyly_list1 .li2 a:hover,
			.wyly_list1 .li_now2 a{background:url(imagewyly_people2_1.png) no-repeat center center;}
			
		.wyly_jt{ width:105px; height:76px; padding-left:2px; }
		
		.wyly_w2{height:356px; min-height:356px; height: auto !important;background:url(imagewyly_bg2.png) no-repeat center top; padding-bottom:50px;}
		.wyly_list2{ height:286px;/*min-height:286px; height: auto !important;*/ padding:0 67px;  padding-top:20px;}
			.wyly_list2 li{float:left; width:128px; height:50px; margin:20px 9px;}
			.wyly_list2 li a{ display:block;width:128px; height:50px; line-height:42px; font-family:"Arial","微软雅黑","宋体";color:#fff;text-align:center;font-size:15px; font-weight:bold;}
			.wyly_list2 .li1 a{background:url(imagewyly_btn1.png) no-repeat center center;color:#fff;}
			.wyly_list2 .li1 a:hover,
			.wyly_list2 .li_now1 a{background:url(imagewyly_btn1_1.png) no-repeat center center;color:#fff;}
			.wyly_list2 .li2 a{background:url(imagewyly_btn2.png) no-repeat center center;}
			.wyly_list2 .li2 a:hover,
			.wyly_list2 .li_now2 a{background:url(imagewyly_btn1_1.png) no-repeat center center;}
			
			.wyly_w2 .tishi{background:url(imageico6.png) no-repeat 80px center;padding-left:100px;font-family:"Arial","微软雅黑","宋体";font-size:13px; }
			
.wyly_b{ width:1010px; margin:0 auto; height:3px; font-size:0px;background:url(imagezmhd_b.png) no-repeat left bottom;}
	
/*---------------------------2级页面---个人中心---------------------*/		
.grzx_t{ width:923px; margin-left:35px; height:32px;background:url(imagegrzx_t.png) no-repeat left top;padding:2px 2px 0 2px;}
	.grzx_t .dd{ float:left; margin-left:25px; margin-right:30px; height:32px; line-height:32px; font-family:"Arial","宋体";  font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
	.grzx_t .dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
	.grzx_t .ss{ float:right; height:32px; line-height:32px; margin-right:20px;}
	.grzx_t .ss input{ width:120px; height:19px; margin-top:4px; }
	.grzx_t .ss img{ *margin-top:-8px;}
	.grzx_t .btn{ float:right; width:82px; height:23px; line-height:23px; text-align:center; background:url(imagebtnbg3.png) no-repeat left center; margin-top:4px; margin-right:10px; }
	
	.grzx_t_sub{ float:left;/* width:200px;*/ margin-top:6px;}
		.grzx_t_sub li{ float:left; width:84px; height:25px; line-height:20px; margin-left:10px; text-align:center; }
		.grzx_t_sub li:hover,
		.grzx_t_sub .li_now{background:url(imagexzbssx_t_sub1.png) no-repeat center center; font-weight:bold;}

.grzx_c{width:901px; margin-left:35px; margin-bottom:10px; min-height:25px; height:25px;height: auto !important;background:url(imagetablebg1.png) repeat left top;padding:10px;border:1px solid #cfcfcf;}

.table6{ width:97.8%; margin-left:0.8%; border:1px solid #cfcfcf; background:url(imagetablebg1.png) repeat left  top; color:#606060;}	
		.table6	th,
		.table6	td{padding:0 5px; line-height:30px; border:1px solid #cfcfcf;}
		.table6	td{}

.table10{ width:70%; margin-left:15%; border:1px solid #cfcfcf;  margin-top:5px;color:#606060;}
	.table10 th{ text-align:right;}
	.table10 th,
	.table10 td{ line-height:30px;padding:0px 5px;border:1px solid #cfcfcf;}
	
/*文章列表 */		
.list_w{ width:940px;min-height:300px; height:300px;height: auto !important;background:url(imagearticle_m.png) repeat-y center top; padding:0 35px;}
.list_m{}
	.list_m dl{ height:30px; line-height:30px;border-bottom:1px dashed #aaa;}
		.list_m dd{ float:left; width:780px;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/background:url(imagedot2.gif) no-repeat 5px center; padding-left:15px;}
		.list_m dt{ float:right; width:80px; font-weight:normal;}
		
/*翻页*/
.pageturn{width:400px;height: 40px;margin:0 auto; margin-top:10px; }
	.pageturn li{float: left;display: block; }
		.pageturn li a{ font-size:12px;	border: 1px solid #BCC0AF;	background-color: #FFFFFF;margin:0px 5px;line-height: 30px;vertical-align: middle;padding:2px 5px 2px 5px;}
		.pageturn li a:hover,
		.pageturn .now a{font-size:12px;border: 1px solid #f00;	background-color: #E5F5FC; color:#f00;}
		.pageturn input{ height:18px; line-height:18px;}
		
/*pic列表 */	
.piclist_m{}
	.piclist_m dl{ float:left; height:205px; margin-right:6px; margin-left:5px;display:inline;/*解决ie6双倍margin的bug*/}
		.piclist_m dd{ width:300px; height:168px; border:1px solid #ffffff;}
			.piclist_m dd img{width:300px; height:168px;}
		.piclist_m dt{width:302px;height:25px; line-height:25px;display:block; text-align: center; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/}

/*---------------------------2级页面---行业风采---------------------*/	
/*交通建设 */	
	.s_hyfc{float:left; width:494px; height:254px; padding:3px 3px 0 3px;background:url(imagehyfc_bg1.png) no-repeat left top;  margin-top:7px;}	
		.s_hyfc_t{ width:494px; height:32px;}
			.s_hyfc_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
			.s_hyfc_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
			
		.s_hyfc_c{ padding:8px 0 0 8px;}
			.s_hyfc_c dd{float:left;  width:360px; line-height:28px; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/background:url(imagedot1.png) no-repeat 10px center; padding-left:20px;}
			.s_hyfc_c dt{float:right;width:70px; line-height:28px; margin:0 15px 0 0; text-align:right;display:inline;/*解决ie6双倍margin的bug*/}

/*行业图片 */
	.hytp{ float:left; margin:5px 10px; }
		.hytp .img{ width:178px; height:122px;background:url(imagepic_w1.png) no-repeat left top; overflow:hidden;}
		.hytp img{width:168px; height:112px; margin:5px;}
		.hytp p{width:178px;line-height:22px;font-size:12px;  text-align:center;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/}

/*---------------------------2级页面---便民服务---------------------*/	
.bmfw_t{ width:1010px; height:53px; background:url(imagebmfw_t.png) no-repeat center top; margin-top:7px;}
	.bmfw_t_h{ float:left; line-height:53px; font-weight:bold; font-size:14px; padding-left:180px;}
	.bmfw_t_list{ float:left; width:740px; overflow:hidden; padding-top:6px;}
		.bmfw_t_list li{ float:left; width:340px; line-height:20px; padding-left:20px;background:url(imagedot1.png) no-repeat 15px center;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/}
		.bmfw_t_list li a{ color:#575757;}
		.bmfw_t_list li a:hover{ color:#f00;}
	.bmfw_t_more{ float:left; padding-top:18px;}
	
	
.bmfw_m{ width:1000px;min-height:300px; height:300px;height: auto !important;background:url(imagearticle_m.png) repeat-y center top; padding:8px 0 0 10px;}

.bmfw_b{ width:1010px; height:15px;  background:url(imagearticle_b.png) no-repeat center bottom;}

/*出行服务平台-出行提示*/
.cxfw_cxts{float:left; width:683px; padding:2px 2px 0 2px; height:331px;background:url(imagecxfw_cxts.png) no-repeat left top; margin-right:4px;display:inline;/*解决ie6双倍margin的bug*/}
 	.cxfw_cxts_t{ width:683px; height:32px;}
		.cxfw_cxts_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
		.cxfw_cxts_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
	.cxfw_cxts_c{ padding:10px 0 0 16px;}
		.cxfw_cxts_c dd{ float:left; width:500px; line-height:25px;background:url(imagedot1.png) no-repeat left center; padding-left:10px;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/}
		.cxfw_cxts_c dt{ float:right; width:90px; line-height:25px; text-align:right; padding-right:15px;}

/*出行服务平台-出行方式查询*/
.cxfw_cxfs{float:left; width:294px; padding:2px 2px 0 2px; height:331px;background:url(imagecxfw_cxfs.png) no-repeat left top; margin-right:4px;display:inline;/*解决ie6双倍margin的bug*/}
 	.cxfw_cxfs_t{ width:294px; height:32px;}
		.cxfw_cxfs_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
		.cxfw_cxfs_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
	.cxfw_cxfs_c{ padding:10px 0 0 5px;}
		.cxfw_cxfs_c li{ float:left; width:135px; height:70px; margin-left:5px;}


/*城市道路实时路况 没用	*/
.csdlsslk{float:left; width:368px; padding:2px 2px 0 2px; height:403px;background:url(imagecsdlsslk_bg.png) no-repeat left top; margin-right:4px;display:inline;/*解决ie6双倍margin的bug*/}
 	.csdlsslk_t{ width:368px; height:32px;}
		.csdlsslk_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
		.csdlsslk_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
		
		.csdlsslk_c{ padding:10px 0 0 9px;}
			.csdlsslk_c img{ width:350px; height:350px;}
			
/*交通指数   */	
.jtzs{float:left; width:610px; padding:2px 2px 0 2px; height:403px;background:url(imagejtzs_bg.png) no-repeat left top; }
 	.jtzs_t{ width:610px; height:32px;}
		.jtzs_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
		.jtzs_t dt{ float:right; margin:5px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
		
		.jtzs_c{ padding:10px 0 0 9px;}
			.jtzs_c1{ float:right; width:310px; height:390px; margin-right:10px;}
			.jtzs_c2{ float:left; width:280px; height:390px; }
				.ydldbb{ margin:0 10px;}
				.ydldbb_t { height:26px; line-height:26px;  border-bottom:1px solid #c4cbd0; margin-bottom:10px;}
				.ydldbb_t dd{ float:left;font-size:12px; font-weight:bold; color:#0a76cb;}
				.ydldbb_t dt{ float:right; padding-top:5px;}
				
				.ydldbb_list li{ width:250px; line-height:20px;border-bottom:1px solid #c4cbd0; margin-bottom:5px; padding-bottom:5px;}
				.ydldbb_list li span{ padding-right:10px;}
				
.table7{ width:99.8%;}	
	.table7 th{ height:28px; line-height:28px; text-align:center; color:#0a76cb;  background:url(imageline.gif) repeat-x 0 bottom;}
	.table7 th,
	.table7	td{padding:0 5px;}
	.table7	td{ line-height:28px;  border-bottom:1px solid #fff;}
	.bgcolor1{background:url(imagebgcolor1.png) repeat-x left top;}
	.bgcolor2{background:url(imagebgcolor2.png) repeat-x left top;}
	.bgcolor3{background:url(imagebgcolor3.png) repeat-x left top;}
	.bgcolor4{background:url(imagebgcolor4.png) repeat-x left top;}
	.bgcolor5{background:url(imagebgcolor5.png) repeat-x left top;}

/*统一查询平台 */
.bmfw_t2{ width:1010px; height:53px; background:url(imagebmfw_t2.png) no-repeat center top; margin-top:7px;}
	.bmfw_t2_h{ float:left; line-height:53px; font-weight:bold; font-size:14px; padding-left:180px;}
	.bmfw_t2_list{ float:left; width:740px; overflow:hidden; padding-top:6px;}
		.bmfw_t2_list li{ float:left; width:340px; line-height:20px; padding-left:20px;background:url(imagedot1.png) no-repeat 15px center;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/}
		.bmfw_t2_list li a{ color:#575757;}
		.bmfw_t2_list li a:hover{ color:#f00;}
		
	.bmfw_t2_sub{ float:left; margin-top:10px; padding-left:180px;}
	  .bmfw_t2_sub li{ float:left; width:115px; height:35px; line-height:30px; margin-left:5px; text-align:center; font-size:14px;}
	  .bmfw_t2_sub li:hover,
	  .bmfw_t2_sub .li_now{background:url(imagebmfw_t2_sub.png) no-repeat center center; font-weight:bold;}
	  .bmfw_t2_sub li a{font-size:14px;}

.bmfw_m2{ width:990px;min-height:67px; height:67px;height: auto !important;background:url(imagearticle_m.png) repeat-y center top; padding:10px 10px 0 10px; overflow:hidden;}
	.bmfw_m2_piclist li{ float:left; width:135px; height:67px; margin-left:5px;}

/*统一查询平台-热点查询*/
	.rdcx{float:left; width:322px; padding:2px 2px 0 2px; height:253px;background:url(imagerdcx_bg.png) no-repeat left top; margin-right:4px;display:inline;/*解决ie6双倍margin的bug*/ overflow:hidden;}
		.rdcx_t{ width:322px; padding-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;}
		
	.yshycx{float:left; width:240px; padding:2px 2px 0 2px; height:253px;background:url(imageyshycx_bg.png) no-repeat left top; margin-right:3px;}
		.yshycx_t{ width:240px;  height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;}
			.yshycx_t dd{float:left; width:80px; height:32px; line-height:32px; text-align:center; font-family:"Arial","宋体"; color:#181818; font-size:14px;font-weight: normal;}
				.yshycx_t .dd_now a{ float:left; display:block;width:80px; height:32px; line-height:32px; text-align:center;font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;}
				.yshycx_t dd a{ float:left; display:block;width:80px; height:32px; line-height:32px; text-align:center;font-family:"Arial","宋体"; color:#181818; font-size:14px;font-weight:normal;}
				.yshycx_t dd a:hover{ color:#fff;font-weight:bold;}
		.yshycx_t1{ padding-left:15px; width:225px;  height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;}
		
	.rdcx_t1{background:url(imagerdcx_t1.png) no-repeat left top;}
	.rdcx_t2{background:url(imagerdcx_t2.png) no-repeat left top; margin-top:5px;}
	.rdcx_t3{background:url(imagerdcx_t3.png) no-repeat left top;}
	.rdcx_t4{background:url(imagerdcx_t4.png) no-repeat left top;}
	.yshycx_t1_1{background:url(imageyshycx_t1_1.png) no-repeat left top;}
	.yshycx_t1_2{background:url(imageyshycx_t1_2.png) no-repeat left top;}
	.yshycx_t1_3{background:url(imageyshycx_t1_3.png) no-repeat left top;}
	.yshycx_t2{background:url(imageyshycx_t2.png) no-repeat left top;}
	.yshycx_t3{background:url(imageyshycx_t3.png) no-repeat left top;}
	.yshycx_t4{background:url(imageyshycx_t4.png) no-repeat left top;}
	
	.rdcx_c,
	.yshycx_c{ padding:5px 0 0 0;}
	
	.rdcx_table1{ width:100%;}
	.rdcx_table1 th{ text-align:right; padding:0px; height:30px; line-height:30px; font-weight:normal;}
	.rdcx_table1 td{  padding:0px;height:30px; line-height:30px; font-weight:normal;}
		.rdcx_table1 select { width:95%; height:24px; line-height:24px;}
		.rdcx_table1 input{ width:95%;height:22px; line-height:22px; }
		.rdcx_table1 .input1{ width:80px;height:22px; line-height:22px; }	
		.rdcx_table1 .yzm{ float:left; margin-left:3px; margin-right:5px;}
		
	.rdcx_table2{ width:100%;}
	.rdcx_table2 th{ text-align:right; padding:0px; height:40px; line-height:40px; font-weight:normal;}
	.rdcx_table2 td{ padding:0px; height:40px; line-height:40px; font-weight:normal;}
		.rdcx_table2 select { width:95%;}
		.rdcx_table2 input{ width:95%;}
		.rdcx_table2 .input1{ width:60px; }
		.rdcx_table2 .input2{ width:120px; }		
		.rdcx_table2 .yzm{ float:left; margin-left:3px; margin-right:5px;}
		
	.rdcx_table3{ width:100%;}
	.rdcx_table3 th{ text-align:right; padding:0px; height:20px; line-height:20px; font-weight:normal;}
	.rdcx_table3 td{  padding:0px;height:28px; line-height:28px; font-weight:normal;}
		.rdcx_table3 select { width:95%; height:24px; line-height:24px;}
		.rdcx_table3 input{ width:95%;height:22px; line-height:22px; }
		.rdcx_table3 .input1{ width:50px;height:22px; line-height:22px; }	
		.rdcx_table3 .input2{ width:145px;height:22px; line-height:22px; }		
		.rdcx_table3 .yzm{ float:left; margin-left:3px; margin-right:5px;}
		
		.rdcx_table1 .yzm img,
		.rdcx_table2 .yzm img,
		.rdcx_table3 .yzm img{ width:66px; height:25px;}

/*统一查询平台-运输行业查询-省际包车标志牌查询*/
.sjbccx{float:left; width:985px; padding:2px 2px 0 2px; height:91px; background:url(imagesjbccx_bg.png) no-repeat left top; margin-right:3px;}
	.sjbccx_t{ width:975px;  height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;background:url(imagesjbccx_t.png) no-repeat left top; padding-left:10px;}
	.sjbccx_c{ padding:5px 0 0 0;}
	
.btn10{ width:128px; height:24px; line-height:24px; text-align:center; background:url(imagebtnbg10.png) no-repeat left center; }

/*---------------------------2级页面---场景服务---------------------*/	

/*场景服务1--办事大厅*/
.height400{ height:400px;}
.height440{ height:440px;}
.cjfw{ width:1010px; background:url(imagecjfwbg.png) no-repeat left top; margin:0 auto;margin-top:7px;}	
	.cjfw1{ height:280px;padding-top:90px; padding-left:30px;}
		.cjfwbg{ float:left; width:160px; height:120px; margin:0 15px;}
			.cjfwbg a{ display:block;width:160px; height:120px;}
			.cjfwbg1{ margin-top:10px;background:url(imageindex_li1.png) no-repeat left top;}
				.cjfwbg1:hover{ margin-top:10px;background:url(imageindex_li1_1.png) no-repeat left top;}
			.cjfwbg2{ margin-top:70px;background:url(imageindex_li2.png) no-repeat left top;}
				.cjfwbg2:hover{ margin-top:70px;background:url(imageindex_li2_1.png) no-repeat left top;}
			.cjfwbg3{ margin-top:130px;background:url(imageindex_li3.png) no-repeat left top;}
				.cjfwbg3:hover{ margin-top:130px;background:url(imageindex_li3_1.png) no-repeat left top;}
			.cjfwbg4{ margin-top:70px;background:url(imageindex_li4.png) no-repeat left top;}
				.cjfwbg4:hover{ margin-top:70px;background:url(imageindex_li4_1.png) no-repeat left top;}
			.cjfwbg5{ margin-top:10px;background:url(imageindex_li5.png) no-repeat left top;}
				.cjfwbg5:hover{ margin-top:10px;background:url(imageindex_li5_1.png) no-repeat left top;}
				
				
/*场景服务1--网上办事 */
	.wsbs_t{width:1010px; height:34px; text-align:center; background:url(imagewsbs_t.png) no-repeat left top; margin-top:7px;}
		.wsbs_t dd{ width:250px;float:left; padding-left:380px; padding-top:8px;}
			.wsbs_t dd a{ font-size:14px; font-weight:bold;}
			.wsbs_t dd img{ margin-left:5px;}
		.wsbs_t dt{ float:right; padding-right:20px; padding-top:5px;}
		.btn6{ float:left; width:54px; height:26px; line-height:26px;background:url(imagebtnbg6.png) no-repeat left top; margin-left:5px; text-align:center;}
		.btn7{ float:left; width:49px; height:24px; line-height:26px;background:url(imagebtnbg7.png) no-repeat left top; margin-left:5px;text-align:center;}
		.btn8{ float:left; width:84px; height:26px; line-height:26px;background:url(imagebtnbg8.png) no-repeat left top; margin-left:5px;text-align:center;}
		
	.wsbs_c{min-height:10px; height:10px;height: auto !important;background:url(imagezmhd_m.png) repeat-y left top;}
		.wsbs1_1{float:left; width:710px;  height:120px; margin-left:15px;display:inline;/*解决ie6双倍margin的bug*/ overflow:hidden;}
		.wsbs1_2{float:left; width:248px;  height:120px; margin-left:15px;display:inline;/*解决ie6双倍margin的bug*/}
		
		.wsbs_ct{ height:40px;  border-bottom:1px solid #c4cbd0; padding-left:20px;}
			.wsbs_ct dd{line-height:30px; float:left; margin-right:20px; padding-top:10px;font-size:14px; font-weight:bold;}
			.wsbs_ct dd a{ font-size:14px; font-weight:bold;}
			
		.wsbs1_c1,
		.wsbs1_c2{ padding-left:20px; padding-top:10px;}
			.wsbs1_c1 li{ float:left; width:310px;line-height:28px; float:left;background:url(imagedot1.png) no-repeat left center; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/ padding-left:15px; margin-right:20px;}
		
		
		.wsbs2{ width:990px; padding:0px 10px 0 10px;}
		.wsbs2_cw{ padding-left:20px; padding-top:10px;}
			.wsbs2_c{ float:left; width:450px;  padding-left:10px;}
				.wsbs2_ct{ height:30px;  border-bottom:1px solid #c4cbd0;}
				.wsbs2_ct dd{  float:left; width:410px; line-height:30px;margin-right:20px;font-size:12px; font-weight:bold; text-align: center;display:inline;/*解决ie6双倍margin的bug*/}
				.wsbs2_ct dt{float:left; padding-top:5px;}
				
				.wsbs2_cc{ height:155px;}
				.wsbs2_cc li{  width:410px;line-height:28px; float:left;background:url(imagedot1.png) no-repeat left center; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/ padding-left:15px; margin-right:20px;}
		
		.wsbs2_line{ float:left; margin-top:30px; width:30px; height:130px;background:url(imagewsbs2_line.png) repeat-y left center; }
		
		
		.wsbs3_c{ float:left; width:290px;  padding-left:10px;}
				.wsbs3_ct{ height:30px;  border-bottom:1px solid #c4cbd0;}
				.wsbs3_ct dd{  float:left; width:250px; line-height:30px;margin-right:20px;font-size:12px; font-weight:bold; text-align: center;display:inline;/*解决ie6双倍margin的bug*/}
				.wsbs3_ct dt{float:left; padding-top:5px;}
				
				.wsbs3_cc{ height:155px;}
				.wsbs3_cc li{  width:260px;line-height:28px; float:left;background:url(imagedot1.png) no-repeat left center; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/ padding-left:15px;}
				
	
	.wsbs_b{ width:1010px; margin:0 auto; height:3px; font-size:1px;background:url(imagezmhd_b.png) no-repeat left bottom;}

/*场景服务1--用户登录 */
.cjfw_login{ float:left;width:626px; height:129px; padding:2px 2px 0 2px; background:url(imagecjfw_login.png) no-repeat left top;margin-top:8px;}
	.cjfw_login_t{width:626px; }
	.tongyong_t{height:32px;}
		.tongyong_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
		.tongyong_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
		
	.cjfw_login_table{ width:95%; margin-left:20px; margin-top:8px;}
	.cjfw_login_table th{ text-align:right;}
		.cjfw_login_table td{ line-height:40px;}	
		
/*场景服务1--办事状态查询 */	
.cjfw_bsztcx{float: right;width:371px; height:129px; padding:2px 2px 0 2px; background:url(imagecjfw_bsztcx.png) no-repeat left top;margin-top:8px;}
	.cjfw_bsztcx_t{width:371px; }
	.cjfw_bsztcx_c{ margin-top:30px; padding-left:20px;}
	
	
			
/*场景服务2*/
.cjfw_left{float:left; width:262px; min-height:390px; height:390px;height: auto !important; margin-top:7px; margin-right:5px;}	
	.cjfw_t1{ width:258px; height:32px; padding:2px 2px 0 2px; background:url(imagecjfw_t1.png) no-repeat left top;}
		.cjfw_t1 dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
		.cjfw_t1 dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
		
	.cjfw_m1{ min-height:200px; height:200px;height: auto !important; padding:3px 0 0 12px;background:url(imagecjfw_m1.png) repeat-y left top;}
		.cjfw_m1 li{ width:214px; height:34px; line-height:34px; background:url(imagecjfw_bg2.png) no-repeat left top; padding-left:20px; margin-top:5px;}
		.cjfw_m1 li:hover{font-weight:bold;}
		.cjfw_m1 .li_now{background:url(imagecjfw_bg1.png) no-repeat left top; font-weight:bold;}
	
	.cjfw_b1{ height:15px;background:url(imagecjfw_b1.png) no-repeat left bottom;}
	
	
.cjfw_right{float:left; width:742px;  height:392px;min-height:392px;height: auto !important; margin-top:7px;}	
	.cjfw_t2{ width:742px; height:10px;font-size:0px;/*解决ie6会出现缝隙的bug*/ background:url(imagecjfw_t2.png) no-repeat left top; margin-bottom:0;}
	.cjfw_m2{  height:333px;min-height:333px;height: auto !important; padding:0 20px; background:url(imagecjfw_m2.png) repeat-y left top;}
		.cjfw_m2 h1{ line-height:40px;font-family:"Arial","微软雅黑","宋体";font-size:16px;   border-bottom:1px solid #c4cbd0;}
		.cjfw_m2 .form{ width:690px;  margin:0 auto;  margin-top:8px; padding-bottom:5px;}
			.cjfw_m2 .form1{ height:10px;background:url(imagecjfw_form1.png) no-repeat left top;}
			.cjfw_m2 .form2{ height:34px;min-height:34px;height: auto !important;background:url(imagecjfw_form2.png) repeat-y left top;}
			.cjfw_m2 .form3{ height:10px;background:url(imagecjfw_form3.png) no-repeat left top;}
			
			.cjfw_m2 .form li{ margin-left:10px; margin-right:10px; padding-left:10px; line-height:34px; *padding-bottom:3px;/*兼容ie6*/font-family:"Arial","微软雅黑","宋体"; font-size:14px; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
				.cjfw_m2 .form .li_now{ line-height:34px;background:#4291DF/*url(imagecjfw_linow.png) repeat-x left top*/; color:#fff; font-weight:bold;}
				
			.cjfw_jt{ width:31px; height:30px; padding-top:5px; margin:0 auto;}
				
	.cjfw_b2{ padding:20px 12px 0 12px; height:50px;background:url(imagecjfw_b2.png) no-repeat left bottom;}

/*场景服务2-细览页*/
.cjfw_mid{  height:333px;min-height:333px;height: auto !important; padding:0 20px; background:url(imagezmhd_m.png) repeat-y left top;}
		.cjfw_mid h1{ line-height:40px;font-family:"Arial","微软雅黑","宋体";font-size:16px;   border-bottom:1px solid #c4cbd0;}
		.cjfw_mid .form{ width:965px;  margin:0 auto;  margin-top:8px; padding-bottom:5px;}
			.cjfw_mid .form1{ height:10px;background:url(imagecjfw_form01.png) no-repeat left top; font-size:1px;/*兼容ie6*/}
			.cjfw_mid .form2{ height:34px;min-height:34px;height: auto !important;background:url(imagecjfw_form02.png) repeat-y left top;}
			.cjfw_mid .form3{ height:10px;background:url(imagecjfw_form03.png) no-repeat left top;font-size:1px;/*兼容ie6*/}
			
			.cjfw_mid .form li{ width:930px; margin-left:10px; padding-left:10px;/*height:34px;*/ line-height:34px; *padding-bottom:3px;/*兼容ie6*/font-family:"Arial","微软雅黑","宋体"; font-size:14px; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
				.cjfw_mid .form .li_now{ line-height:34px;background:#4291DF/*url(imagecjfw_linow.png) repeat-x left top*/; color:#fff; font-weight:bold;}

	
.btn4{ width:400px; height:38px;line-height:38px; text-align:center;background:url(imagebtnbg4.png) no-repeat center center; margin:20px auto 0 auto; }
.btn5{ width:98px; height:29px;line-height:29px; text-align:center; background:url(imagebtnbg5.png) no-repeat center center; margin-left:5px;}

.btn9{  text-align:center; margin:20px 0 0 0; }
.btn9 a{text-align:center; width:100px; height:33px;line-height:33px; display:inline-block; margin-right:10px;}
.btn9 .abg1{background:url(imagebtnbg9_1.png) no-repeat center center;}
.btn9 .abg2{background:url(imagebtnbg9_2.png) no-repeat center center;}

	
/*办事大厅-办事指南*/
.bszn_t{ padding:0 10px; height:30px;}
	.bszn_t li{ float:left; width:111px; height:30px; line-height:30px; margin-left:5px; text-align:center;font-size:14px;background:url(imagecjfw_tab2.png) no-repeat left bottom;}
	.bszn_t li:hover,
	.bszn_t .li_now{background:url(imagecjfw_tab1.png) no-repeat left bottom; font-weight:bold;}
	.bszn_t li a,
	.bszn_t .li_now a{font-size:14px;}

.bszn_c{min-height:300px; height:300px;height: auto !important; margin:0 20px 0 12px;border:1px solid #cfcfcf; padding:10px; background-color:#fff;}
	.bszn_c p{ line-height:25px;}
.bszn_b{ height:30px; padding:10px 20px;}	

/*细览*/	
.cjfw_xl_t{ height:30px;}
.cjfw_xl_t li{ float:left; width:111px; height:30px; line-height:30px; margin-left:5px; text-align:center;font-size:14px;background:url(imagecjfw_tab2.png) no-repeat left bottom;}
.cjfw_xl_t li:hover,
.cjfw_xl_t .li_now{background:url(imagecjfw_tab1.png) no-repeat left bottom; font-weight:bold;}
.cjfw_xl_t li a,
.cjfw_xl_t .li_now a{font-size:14px;}

.cjfw_xl_c{border:1px solid #cfcfcf;height:424px;overflow-y:scroll; padding:10px; background-color:#fff;}
	.cjfw_xl_c p{ line-height:25px;}

/*---------------------------3级页面---场景服务-申请备案	---------------------*/
	.ssub_cjfw_sq{width:99.8%; margin:0 auto;height:32px;background:url(imagessub_cjfw_sq1.png) repeat-x left top; margin-top:10px;}
	.ssub_cjfw_sq dd{ float:left; padding-left:20px; margin-right:30px; height:32px; line-height:32px; font-family:"Arial","宋体";  font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/background:url(imagedot2.gif) no-repeat 10px center;}
	.ssub_cjfw_sq dt{ float:right; padding-top:5px; padding-right:10px;}
	.ssub_cjfw_sq span{ color:#f00;}
	
	
.table13{ width:99.8%; border:1px solid #cfcfcf; background:url(imagetablebg1.png) repeat left  top; color:#606060;}
	.table13 thead td{ padding:0;height:32px;background:url(imagessub_cjfw_sq3.png) repeat-x left  top;}
	.ssub_cjfw_sq_t{padding-left:10px;}
		.ssub_cjfw_sq_t dd{ float:left;font-family:"Arial","宋体";  font-size:12px;font-weight:bold;}
		.ssub_cjfw_sq_t .btn{ float:right; width:49px; height:24px; line-height:24px; text-align:center; background:url(imagebtnbg7.png) no-repeat left center; margin-top:2px; margin-right:10px; }

	.table13 th{  line-height:28px; text-align: center;background:url(imagessub_cjfw_sq2.png) repeat left  top;}
	.table13 th,
	.table13 td{padding:2px 5px; border:1px solid #cfcfcf;}
	.table13 td{ line-height:28px;}
	.table13 span{ color:#f00;}
	
		
		
/*---------------------------2级页面---交评系统---------------------*/	
/*申请*/	
.jpxt_m{ height:360px;min-height:360px;height: auto !important;padding:8px 30px;background:url(imagezmhd_m.png) repeat-y left top;}
.title14{ line-height:40px; font-size:14px; font-weight:bold;font-family:"Arial","微软雅黑","宋体";border-bottom:1px solid #c4cbd0; margin-bottom:10px;}

.table8{ width:99.8%; border:1px solid #cfcfcf; background:url(imagetablebg1.png) repeat left  top; color:#606060;}	
	.table8 th{ height:28px; line-height:28px; text-align:right;}
	.table8 th,
	.table8	td{padding:5px 5px; border:1px solid #cfcfcf;}
	.table8	td{ line-height:28px;}
	.table8 span{ color:#F00;}
	.table8 input[type="text"]{ width:90%;}
	.table8 textarea{ width:90%;}
	.table8 .input1{ width:200px;}
.btn1{ width:130px; height:38px;line-height:38px; text-align:center;background:url(imagebtnbg4.png) no-repeat center center;margin:0 auto; margin-top:20px;}
	.btn1 a{font-size:14px; font-weight:bold;color:#fff;}
	.btn1 a:hover{ color:#f00;}
	
.jpxt_lc{ width:735px; height:52px; margin:0 auto; padding:10px 0;}	
.jpxt_lc li{ float:left;}	
	.jpxt_lc .lc_bg{ width:154px; height:52px; line-height:52px;background:url(imagelc_bg1.png) no-repeat left center; font-weight:bold; }	
	.jpxt_lc .lc_bg_now{width:154px; height:52px;line-height:52px;background:url(imagelc_bg2.png) no-repeat left center;font-weight:bold;}	
		.jpxt_lc .lc_bg img,
		.jpxt_lc .lc_bg_now img{ padding:0px 15px 0 15px; _padding-top:10px;}
	.jpxt_lc .lc_jt{ width:30px; height:52px; background:url(imagelc_jt.png) no-repeat center center;}
	
	
/*---------------------------2级页面---注册---------------------*/	
.title15{ line-height:40px; border-bottom:1px solid #c4cbd0;}
.title15 span{font-size:14px; font-weight:bold;font-family:"Arial","微软雅黑","宋体"; padding-right:20px;}

.table9{ width:50%; margin-left:5%; margin-top:30px;}	
	.table9 th{ height:35px; line-height:35px; text-align:right; font-weight:normal;}
	.table9 th,
	.table9	td{padding:2px 5px; }
	.table9	td{ line-height:35px;}
	.table9 span{ color:#F00;}
	.table9 input[type="text"],
	.table9 input[type="password"]{ width:98%;}
	.table9 .input1{ width:80px; margin-right:5px;}

.btn_zc{ width:194px; height:38px; line-height:38px; margin:0 auto; margin-top:10px; text-align:center;background:url(imagebtn_zc.png) no-repeat center center;}

.zc_right{ height:260px; float:left; border-left:1px solid #c4cbd0; padding:30px 20px; line-height:25px;}
.btn_dl{ width:194px; height:38px; line-height:38px; margin:0 auto; margin-top:10px; text-align:center;background:url(imagebtn_dl.png) no-repeat center center;}

/*找回密码*/	
.step{ width:660px; height:32px; margin:0 auto; margin-top:10px;}
	.step li{ float:left; width:220px; line-height:32px;font-family:"Arial","微软雅黑","宋体"; text-align:center; color:#fff; font-weight:bold;}
.step_bg1{background:url(imagestep_bg1.png) no-repeat center center;}
.step_bg2{background:url(imagestep_bg2.png) no-repeat center center;}
.step_bg3{background:url(imagestep_bg3.png) no-repeat center center;}

.table11{ width:50%; margin:0 auto;margin-top:30px;color:#606060;}	
	.table11 th{ text-align:right;}
	.table11 th,
	.table11 td{padding:2px 5px; height:35px; line-height:35px;}
	.table11 input[type="text"],
	.table11 input[type="password"]{ width:98%;}
	.table11 h1{font-family:"Arial","微软雅黑","宋体"; font-size:15px;}
	
.table12{ width:90%; margin:0 auto;margin-top:10px;color:#606060; background:url(imagetablebg1.png) repeat left  top; }	
	.table12 th{ text-align: center;}
	.table12 th,
	.table12 td{padding:2px 5px;  line-height:30px;border:1px solid #cfcfcf;}


/*---------------------------2级页面---全网查询结果---------------------*/
.cxjg{ padding-top:10px;}
	.cxjg_t{height:30px; line-height:30px; padding:0 10px;}
	.cxjg_t dt{ float:left;}
	.cxjg_t dt h1{ float:left;font-size:14px;}
		.cxjg_t dt h1 span{font-size:14px; color:#00F;}
	.cxjg_t dt h2{ float:left; width:600px; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超长显示省略号*/ }
		.cxjg_t dt h2 a{font-size:14px;}
		.cxjg_t dt h2 span{ font-size:12px; color:#FF5900; font-weight:normal;}
	.cxjg_t dd{ float:right;font-size:14px; }
	
	.cxjg_c{ line-height:22px;border-bottom:1px dashed #cfcfcf;padding:0 10px 5px 10px; color:#888;}
	
/*---------------------------2级页面---网站地图---------------------*/

.webmap{ width:950px; margin:0 auto;}
  .webmap li{  float:left; height:35px; line-height:35px;}
	  .webmap li h1{  float:left;font-size:14px; font-weight:bold;}
		  .webmap li h1 a{font-size:12px; font-weight:bold;}
		  .webmap li h1 a:hover{color:#ff0000;}
		  
	  .webmap li p{ float:left;font-size:12px; padding-left:10px; color:#606060; }
		  .webmap li p a{color:#606060;}
		  .webmap li p a:hover{color:#ff0000;}
	  .webmap li .webmap_line{ float:left; width:30px; height:35px; line-height:35px;background:url(imagesubnav_line.png) no-repeat center center;}
	.webmap_title{ line-height:40px; font-size:14px; font-weight:bold;font-family:"Arial","微软雅黑","宋体";border-bottom:1px solid #c4cbd0; margin-bottom:10px;color:#0a76cb;background:url(imagedot2.gif) no-repeat 0px center; padding-left:10px;}
	


/*---------------------------3级页面----------------------------*/	
/*交通指数*/

.jtzs3_t{ width:1010px; height:3px;  background:url(imagessub_jtzs_t.png) no-repeat center top; margin-top:7px; }

.jtzs3_t1{ width:1010px; height:50px; line-height:50px; font-size:14px; font-weight:bold; text-align:center; background:url(imagessub_jtzs_t.png) no-repeat center bottom; }
.bmfw_m1{ width:1000px;min-height:10px; height:10px;height: auto !important;background:url(imagearticle_m.png) repeat-y center top; padding:8px 0 0 10px; }


/*交通指数-区域信息*/
.jtzs_qyxx{ width:273px; padding:2px 2px 0 2px; height:403px;background:url(imagejtzs3_zxxx_bg.png) no-repeat left top; margin-right:4px;/*display:inline;float:left;解决ie6双倍margin的bug*/}
	.jtzs_qyxx_t{ width:273px; height:32px;}
		.jtzs_qyxx_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
		.jtzs_qyxx_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
	.jtzs_qyxx_c{ width:270px; padding:0px 2px 0 2px; height:380px;}

/*交通指数-最新信息*/	
.jtzs3_zxxx{  width:985px; padding:2px 2px 0 2px; height:103px;background:url(imagejtzs3_zxxx_bg1.png) no-repeat left top; margin-right:4px;}
 	.jtzs3_zxxx_t{ width:985px; height:32px;}
		.jtzs3_zxxx_t dd{ float:left; margin-left:15px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#fff; font-size:14px;font-weight:bold;display:inline;/*解决ie6双倍margin的bug*/}
		.jtzs3_zxxx_t dt{ float:right; margin:8px 10px 0 0;display:inline;/*解决ie6双倍margin的bug*/}
		
		.jtzs3_zxxx_c{ padding:8px 0 0 13px;}
			.jtzs3_zxxx_c li{ float:left; width:30%; line-height:26px; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;/*超出长度显示省略号*/background:url(imagedot1.png) no-repeat 4px center; padding-left:15px;}
			
.jtzs3_zxjd{ padding-top:0px; _margin-top:-8px;/*兼容ie6的默认高度*/}
		
/*交通指数-拥堵路段*/			
.jtzs3_ydld{float:left; width:707px; padding:0px; height:403px; }
 	.jtzs3_ydld_t{padding-top:2px; height:32px; line-height:32px; font-family:"Arial","宋体"; color:#000; font-size:14px;font-weight:bold; text-align:center; background:url(imagejtzs3_ydld_t.png) no-repeat left top;}
	.jtzs3_ydld_c{ padding:0px 0px 0px 4px;background:url(imagejtzs3_ydld_m.png) repeat-y left top;}
		.jtzs3_ydld_c img{ width:700px; height:520px;}
	.jtzs3_ydld_b { height:3px;font-size:1px;/*兼容ie6的默认高度*/background:url(imagejtzs3_ydld_b.png) repeat-y left bottom;}

/*交通指数-地图add*/ 
.jtzs3_map{ width:989px; height:587px; position:relative; z-index:0;}
.jtzs3_mapbg1{background:url(../image/jtzs3_mapbg1.png) no-repeat center center;}
.jtzs3_mapbg2{background:url(../image/jtzs3_mapbg2.png) no-repeat center center;}
 
.jtzs3_tab{ position: absolute; left:-5px; top:15px; z-index:100;}
 .jtzs3_tab li{ width:82px; height:68px; margin-bottom:5px;}
  .jtzs3_tab li a{ display:block; width:82px; height:68px; margin-bottom:5px;}
 .jtzs3_tab .li1{background:url(../image/jtzs3_tab1.png) no-repeat center center;}
 .jtzs3_tab .li1:hover,
 .jtzs3_tab .li1_1{background:url(../image/jtzs3_tab1_1.png) no-repeat center center;}
 
 .jtzs3_tab .li2{background:url(../image/jtzs3_tab2.png) no-repeat center center;}
 .jtzs3_tab .li2:hover,
 .jtzs3_tab .li2_1{background:url(../image/jtzs3_tab2_1.png) no-repeat center center;}
 
 .jtzs3_z10{position:absolute; z-index:10;}
 .jtzs3_z20{position:absolute; z-index:20;}
 .jtzs3_z30{position:absolute; z-index:30;}
 .jtzs3_z40{position:absolute; z-index:40;}
 .jtzs3_z50{position:absolute; z-index:50;}
 .jtzs3_z60{position:absolute; z-index:60;}
 .jtzs3_z70{position:absolute; z-index:70; width:100%; text-align:center; font-size:14px; font-weight:bold;}
  .jtzs3_z70 h1{ line-height:30px; font-size:18px;font-family:"Arial","宋体","微软雅黑"; color:#000;} 

/*政策咨询*/
.zczx3{ padding:0 10px;}
	.zczx3 h1{line-height:30px;background:url(imagedot2.gif) no-repeat left 10px; padding-left:10px;font-size:14px; }
	.zczx3 h2{line-height:22px;	border-bottom:1px dashed #cfcfcf;padding:0 0 5px 10px;	color:#6A6A6A;	font-size:14px;	font-weight:normal;}