html,body{width:100%;}
@media screen and (min-width:1349px){
	html,body{min-width:1200px;}
}
body{font-size:16px;color:#333;}
.header{
	width:100%;height:180px;overflow:hidden;position:relative;
}
.slide_Box{ width:100%; height:100%; overflow:hidden; position:relative; }
.slide_Box .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slide_Box .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slide_Box .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slide_Box .hd ul li.on{ background:#f00; color:#fff; }
.slide_Box .bd{ position:relative; height:100%; z-index:0;  }
.slide_Box .bd .tempWrap{height:100%;}
.slide_Box .bd ul{height:100%;}
.slide_Box .bd li{ height:100%;zoom:1; vertical-align:middle; }
.slide_Box .bd li a{display:block;height:100%;}
.slide_Box .bd img{ width:100%; height:100%; display:block;  }
.headerTop{
	width:1200px;position:absolute;top:0;left:50%;margin-left:-600px;
}
.headerTop p{
	display:inline-block;margin-right:70px;line-height:40px;
}
.headerTop p a{
	font-size:12px;color:#0068b7;
}
.headerTop p i{
	font-size:12px;color:#0068b7;font-style:normal;margin: 0 10px;
}
.header .logo{
	width:1200px;overflow:hidden;position:absolute;top:70px;left:50%;margin-left:-600px;
}
.header .logo p{
	float:left;width:340px;
}
.header .logo p img{
	width:340px;
}
img{
	max-width:100%;
}
.header .logo form{
	float:left;position:relative;width:350px;margin:22px 0;margin-left:90px;
}
.header .logo form input{
	width:310px;height:34px;line-height:34px;padding-left:30px;border:1px solid #0068b7;border-radius:50px;font-size:16px;
}
.header .logo form button{
	width:90px;height:36px;background:url(../images/search.png) no-repeat center center #0068b7;border-radius:50px;
	position:absolute;right:0;cursor:pointer;background-size:60%;
}
/* 头部结束 */

/* 导航栏开始 */
.nav{
	width:100%;height:40px;background:#0068b7;
}
.nav ul{
	width:1200px;margin:0 auto;overflow:hidden;
}
.nav ul li{
	float:left;background:url(../images/navBg.png) no-repeat left center;
}
.nav ul li.on{
	background:#015293;
}
.nav ul li:first-child{
	background:none;
}
.nav ul li a{
	font-size:20px;display:inline-block;line-height:40px;margin:0 63px;color:#fff;
}
/* 导航栏结束 */

/* 正文开始 */
.bd{
	width:100%;margin:0 auto;background:#e9eff4;overflow:hidden;
}
.tab_content{
	width:1160px;margin:0 auto;overflow:hidden;padding:10px 20px;background:#fff;margin:0 auto;position:static !important;
}
.top_container{
	overflow:hidden;
}
/* 幻灯片 */
.meal-banner2 {
    width: 570px;
    height:285px;
    overflow: hidden;
    position: relative;
    float: left;
}
.meal-banner2 li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    z-index: 9;
}
.meal-banner2 li img{width:100%}
.meal-banner2 li p {
    width: 550px;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    line-height: 40px;
    bottom: 0px;
    position: absolute;
    left: 0px;
    background: url(../images/opacity.png) repeat center;
}
.meal-banner2 .dot_btn {
    position: absolute;
    height: 12px;
    bottom: 12px;
    z-index: 10;
    right: 10px;
}
.meal-banner2 .dot_btn a {
    margin-right: 12px;
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    background: url(../images/pie.png) no-repeat center;
    cursor: pointer;
}
.meal-banner2 .dot_btn a.current {
    background: url(../images/pie_hover.png) no-repeat center;
    width: 29px;
    height: 12px;
}
/* 新闻选项卡 */
.news_tabs {
    width: 570px;
	height:285px;
    position: relative;
    float: right;
    overflow: hidden;
}
.news_tabs .tabbtn {
    background:#ececec;height:43px;
    list-style: none;
    overflow: hidden;
}
.news_tabs .tabbtn li{
    float: left;width:25%;
    position: relative;
}
.news_tabs ul li.current {
    border-bottom:2px solid #0068b7;
	font-weight:700;
}
.news_tabs .tabbtn li a{
    padding: 10px 20px;
    display: block;
    height: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #0068b7;
}
.news_tabs .tabcon {
    position: relative;height:242px;
    padding-top: 5px;
    width: 100%;
    overflow: hidden;
}
.news_tabs .tabcon .sublist {
    height: 100%;
}
.news_tabs .tabcon .sublist .tit01{
	width: 570px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px dotted #bfbfbf;
    overflow: hidden;
}
.news_tabs .tabcon .sublist .tit01 a {
    font-size: 16px;
    line-height: 30px;
    color: #b31c1b;
}
.news_tabs .sublist li {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    background: url(../images/news_list.png) no-repeat 10px center;
}
.news_tabs .sublist li a {
    color: #333;
    font-size: 16px;
    margin-left: 28px;
    width: 70%;
	display:inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_tabs .sublist li span {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #999;
    float: right;
    margin-right: 5px;
}
.news_tabs .sublist .file{position:absolute;display:block;right:0;bottom:5px;}
.news_tabs .sublist .file a{padding:0 10px;display:inline-block;line-height:30px;text-align:center;background:#4d86b4;margin-right:10px;color:#fff;border-radius:3px;font-size:14px;}

/* 决策公开 */
.m-box{
	width:100%;height:44px;margin-top:20px;position:relative;
}
.m-left{
	width:570px;position:absolute;
	float:left;height:44px;
}
.ce{display:block;position:relative;z-index:5;top:0px;left:0px;}
.ce li{float:left}
.ce li a{display:block;color:#fff;cursor:pointer;text-align:center;padding:10px;background:url(../images/m-box-Bg.png) no-repeat left #eee;}
.ce li a p{font-size:14px;line-height:24px;}
.ce li .dqian{background:none}
.ce li .xz{width:70px !important;}
.ce>li{width:20%;background:;}
.ce>li>a{overflow:hidden;}
.ce>li>a img{float:left;height:24px;}
.er{display:none;width:568px;border:1px solid #ddd;position:absolute;left:0;background:#f8f8f8;height:133px}
.er li{float:none;}
.er li a{display:block;padding:11px 0 15px 0;color:#333;background:none;font-size: 14px;text-align:center;}
.er .e_li{float:left;width:33%;}
.er .e_li a{background: url(../images/dot-circle-hover.png) no-repeat 10px center;text-align:left;padding-left:30px;}
.er .e_li a:hover, .er .e_li .sen_x {
    background:#568cb9;color:#fff;
}
.thr{display:none;position:absolute;left:0;top:45px;width:568px;height:88px;overflow:auto;border:1px solid #ddd;box-sizing:border-box;background:#cde4f7;z-index:999;}
.thr li{position:relative;float:left;text-align:center;width:25%;}
.er .e_li .thr li a{background:none;font-size:12px;padding:15px 0;width:100%;text-align:center;}
.er .e_li .thr li a:hover{background:#568cb9;}
.er .e_li .thr li .xuan{background:#568cb9;}
.more1{margin-left: 28px;margin-top: -4px;}
.thr_nr{width:300px;position:absolute;top:0px;left:70px;z-index:10;display:none;border:1px solid #ddd;}
.thr_nr h3{font-weight:normal;font-size:18px;display:block;text-align:center;width:100%;padding:10px 0px;}
.m-right{
	width:570px;height:44px;
	float:right;background:#eee;
}
 .m-right ul{
	overflow:hidden;
}
.m-right ul li{
	float:left;width:25%;background: url(../images/m-box-Bg.png) no-repeat left ;
}
.m-right ul li a{
	padding:11px 10px;display:block;text-align:center;color:#333;font-size:16px;
}
.m-right ul li a img{
	float:left;height:17px;margin:3px 0 3px 10px;
}
.m-right ul li:first-child+li+li+li+li+li{
	margin-left:0;
}
.m-right ul li:hover a{
	text-decoration:underline;color:#0068b7
} 

.b-box{
	width:100%;overflow:hidden;margin-top:10px;
}
.b-left{
	width:570px; height:194px;  overflow:hidden;float:left;
}
.b-lefts{
	float:left;padding:35px 16px;color:#fff;font-weight:700;font-size:24px;background:#0068b7;
}
.b-left-right{
	width:514px;float:right;overflow:hidden;
}
.b-left-right table{
	width:100%;border:1px solid #c7c7c7;font-size:14px;
}
.b-left-right table tr td{
	border:1px solid #c7c7c7
}
.b-left-right table tr td a{
	display:block;overflow:hidden;padding:16px 17px;
}
.b-left-right table tr td a:hover{
	background:#e3f1fc;
}
.b-left-right table tr:first-child+tr+tr+tr td a:hover{
	background:#0068b7;color:#fff;
}
.b-left-right table tr td a img{
	width:20px;height:20px;float:left
}
.b-left-right table tr td a span{
	float:right;
}
.b-left-right table tr:first-child+tr+tr+tr td{
	
}
.b-left-right table tr:first-child+tr+tr+tr td a{
	float:left;padding:0 14px 0 15px;font-weight:700;color:#337ab7;line-height:33px;background: #eff1f6;margin-left: 6px;
}
.b-left-right table tr:first-child+tr+tr+tr td a:first-child{
	margin-left:0;
}
.b-right{
	width:570px;height:194px;overflow:hidden;float:right;
}
.b-rights{
	float:left;padding:35px 16px;color:#fff;font-weight:700;font-size:24px;background:#0068b7;
}
.b-right-right{
	width:492px;height:172px;float:right;overflow:hidden;border:1px solid #c7c7c7;padding:10px;
}
.b-right-right ul{
	overflow:hidden;
}
.b-right-right ul li{
    float:left;
}
.b-right-right .hd ul li{
	width:25%;padding-bottom:20px;text-align:center;
}
.b-right-right .hd ul li:first-child+li+li+li{
	font-weight:700;
}
.b-right-right .hd ul li a{
	color:#4372b0;display:block;
}
.b-right-right .hd ul li.active{
	background:url(../images/ywtb-tiBg.png) no-repeat bottom center;background-size:100% 9px;
}
.b-right-right .ywtb{
	padding:5px 0;height:127px;overflow:auto;
}
/*滚动条样式*/
/*定义滚动条样式（高宽及背景）*/ 
.ywtb::-webkit-scrollbar { 
	width:10px;   /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
	background: #f6f6f6;border-radius:20px;
} 
/*定义滚动条轨道（凹槽）样式*/ 
.ywtb::-webkit-scrollbar-track { 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    /* 较少使用 */
	border-radius: 20px;
} 
/*定义滑块 样式*/ 
.ywtb::-webkit-scrollbar-thumb { 
	height: 100px;    /* 滚动条滑块长度 */
	background-color: #4b9cda; border-radius:20px;
}
.b-right-right .ywtb ul li{
	float:left;margin:5px 2px 0;width:75px;
}
.b-right-right .ywtb ul li a{
	padding:10px 0;color:#337ab7;background:#eff1f6;display:block;font-size:14px;font-weight:700;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
}
.b-right-right .ywtb ul li:hover a{
	background:#0068b7;color:#fff;transition:all .3s;
}
#con_rdfw_1{width:492px;}
#con_rdfw_1 ul{
	width:260px;
}
#con_rdfw_1 ul li{
	width:125px;
}
#con_rdfw_1 ul li a img{
	float:left;height:19px;margin-left:5px;
}
#con_rdfw_1 ul li a{
	padding:9px 0;
}
#con_rdfw_1 .rdMap{
	width:227px;height:121px;margin-top:5px;
}
#con_rdfw_1 .rdMap a{
	display:block;background:url(../images/rdMap.png) no-repeat;width:100%;height:100%;
}
/*----------------------- 政务公开开始 --------------------*/
.zwgk_left{
	width:506px;background:url(../images/zwgkBg01.png) no-repeat;background-size:100% 100%;height:191px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/zwgkBg01.png',sizingMethod='scale');  padding:12px 32px;overflow:hidden;float:left;
}
.zwgkPic{
	width:118px;height:175px;float:left;
}
.zwgkDetails{
	width:350px;float:right;
}
.zwgkDetails ul{
	overflow:hidden;
}
.zwgkDetails ul li{
	border-bottom:1px dashed #ddd;padding:13px 0;
}
.zwgkDetails ul li span{
	font-size:14px;color:#0068b7;font-weight:700;
}
.zwgkDetails ul li a{
	color:#333;font-size:14px;margin-left:15px;
}
.zwgkDetails ul li .szxx{
	width:115px;height:28px;line-height:28px;background:#0068b7;font-size:14px;display:inline-block;color:#fff;float:right;
}
.zwgkDetails ul li a img{
	margin:0 8px 0 17px;width:17px;height:17px;vertical-align:-4px;display:inline-block;
}
.zwgk_right{
	float:right;width:570px;overflow:hidden;height:215px;
}
.zwgk_right-le{
	float:left;width:408px;border:1px solid #ddd;
}
.zwgk_right-le h3{
	background:#0168b7;color:#fff;font-size:16px;font-weight:700;line-height:40px;padding:0 20px;
}
.zwgk_right-le h3 a{
	float:right;line-height:40px;color:#fff;font-size:14px;font-weight:normal;
}
.zwgk_right-con{
	padding:10px;
}
.zwgk_right-con p{
	line-height:22px;font-size:14px;margin-bottom:6px;
}
.zwgk_right-con p span{
	color:#0168b7;font-weight:700;
}
.zwgk_right-ri{
	width:150px;float:right;
}
.zwgk_right-ri ul{
	overflow:hidden;
}
.zwgk_right-ri ul li{
	margin-top:5px;width:100%;
}
.zwgk_right-ri ul li:first-child{
	margin-top:0;
}
.zwgk_right-ri ul li a{
	display:block;background:#e3f1fc;color:#333;font-size:14px;text-align:center;line-height:31px;
}
.zwgk_right-ri ul li a:hover{
	color:#fff;background:#0068b7;
}
.zwgk_right-ri ul li.active a{
	color:#fff;background:#0068b7;
}
.zw-m-box{
	height:305px;margin-top:7px;overflow:hidden;
}
.zw-m-box-Left{
	width:570px;height:305px;float:right;overflow:hidden;
}
.zw-m-Bigbox{
	width:425px;overflow:hidden;
}
.zw-m-box-top{
	box-sizing:border-box;
}
.zw-m-box-top ul{
	overflow:hidden;
}
.zw-m-box-top ul li{
	margin-top:9px;margin-left:8px;width:100px;float:left;
}
.zw-m-box-top ul li a{
	display:block;text-align:center;line-height:33px;border:1px solid #ddd;font-size:14px;
}
.zw-m-box-top ul li:hover a{
	background:#0068b7;color:#fff;transition:all .3s;
}
.zw-m-box-bottom{
	box-sizing:border-box;margin-top:54px;width:425px;
}
.zw-m-box-bottom table tr,.zw-m-box-bottom table tr td{
	border:1px solid #ddd;text-align:center;
}
.zw-m-box-bottom table tr td a{
	padding:10px 6px;font-size:14px;display:block;
}
.zw-m-box-bottom table tr td:hover a{
	color:#fff;background:#0168b7;transition:all .3s;
}
.zw-m-box-bottom .bs-m-rightLe{
	padding:19px 0 20px;height:80px;overflow:hidden;
}
.zw-m-box-bottom table{
	height:119px;
}
.zw-m-Bigbox01{
	width:140px;overflow:hidden;margin-top:54px;
}
.zw-m-Bigbox01 table{
	border:1px solid #ddd;width:100%;
}
.zw-m-Bigbox01 table tr td{
	text-align:center;
}
.zw-m-Bigbox01 table tr td a{
	color:#0168b7;font-size:14px;padding:6px;display:block;
}
.zw-m-Bigbox01 table tr td:hover a{
	color:#fff;background:#0168b7;transition:all .3s;
}
/* 政府文件选项卡 */
.zw-m-box-Right{
	width:570px;margin-top:7px;overflow:hidden;float:left
}
.zw-m-box-rr{width:100%;height:305px;position:relative;overflow:hidden;}
.zw-m-box-rr .tabbtn{background:#ececec;list-style:none;overflow:hidden;}
.zw-m-box-rr .tabbtn li{float:left;position:relative;}
.zw-m-box-rr .sublist li:hover a{color:#0068b7;}
.zw-m-box-rr .tabbtn li a{padding:0 10px;display:block;height:100%;line-height:36px;overflow:hidden;text-align:center;font-size:14px;cursor:pointer;font-weight:bold;color:#0068b7;}
.zw-m-box-rr .tabbtn li.current a{background:#0068b7;color:#fff;}
.zw-m-box-rr .tabcon{position:relative;/*必要元素*/margin-top:5px;width:100%;overflow:hidden;}
.zw-m-box-rr .tabcon .subbox{position:absolute;/*必要元素*/left:0;top:0;}
.zw-m-box-rr .tabcon .sublist{height:100%;}
.zw-m-box-rr .sublist li{height:27px;line-height:27px;font-size:14px;background:url(../images/news_list.png) no-repeat 10px center}
.zw-m-box-rr .sublist li a{color: #333;font-size: 14px;margin-left: 28px;width:50%;display:inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.zw-m-box-rr .sublist li span{font-family:"微软雅黑";font-size:14px;color:#999;margin-left:15px;}

.wjjs{width:100%;overflow:hidden;height:30px;padding-bottom:14px;}
.wjjs span{margin-right:10px;display:inline-block;vertical-align:top;color:#0068b7;font-weight:700;border:1px solid #ddd;height:28px;line-height:28px;text-align:center;width:68px;}
.wjjs select{margin-right:10px;width:88px;height:30px;line-height:30px;border:1px solid #ddd;text-align:center;}
.wjjs .msgOne{margin-right:10px;width:140px;height:28px;line-height:28px;border:1px solid #ddd;padding-left:10px;vertical-align:top;}
.wjjs label{margin-right:10px;width:148px;height:30px;}
.wjjs label input{width:75px;height:28px;line-height:28px;border:1px solid #ddd;padding-left:10px;vertical-align:top;}
.wjjs button{cursor:pointer;width:60px;background:#0068b7;text-align:center;height:30px;line-height:30px;color:#fff;border-radius:30px;vertical-align:top;}
/*--------------------------------- 政务公开结束 --------------------------------*/

/*--------------------------------- 办事服务开始 --------------------------------*/
.bs-t-left{
	width:570px;float:left;overflow:hidden;
}
.bs-t-left_title{
	width:130px;float:left;
}
.bs-t-left_title span{
	display:inline-block;width:120px;height:50px;line-height:50px;text-indent:40px;margin-top:3px;
}
.bs-t-left_title span:first-child{
	margin-top:0;
}
.bs-t-left_title span#one1{
	background:url(../images/icon21.png) no-repeat 15px center #e3f1fc;
}
.bs-t-left_title span#one2{
	background:url(../images/icon22.png) no-repeat 15px center #e3f1fc;
}
.bs-t-left_title span#one3{
	background:url(../images/icon23.png) no-repeat 15px center #e3f1fc;
}
.bs-t-left_title span#one4{
	background:url(../images/icon24.png) no-repeat 15px center #e3f1fc;
}
.bs-t-left_title #one1:hover {
	background:url(../images/icon21s.png) no-repeat 15px center #0068b7;width:130px;transition:all .3s;color:#fff;
}
.bs-t-left_title #one2:hover {
	background:url(../images/icon22s.png) no-repeat 15px center #0068b7;width:130px;transition:all .3s;color:#fff;
}
.bs-t-left_title #one3:hover {
	background:url(../images/icon23s.png) no-repeat 15px center #0068b7;width:130px;transition:all .3s;color:#fff;
}
.bs-t-left_title #one4:hover {
	background:url(../images/icon24s.png) no-repeat 15px center #0068b7;width:130px;transition:all .3s;color:#fff;
}
.bs-t-left_title span.active{
	background:#0068b7 !important;width:130px;color:#fff;
}
.bs-t-left_Con{
	width:440px;height:209px;overflow:hidden;float:right;border:1px solid #ddd;box-sizing:border-box;padding:8px;
}
.bs-t-left_Con .after{height:195px;overflow:auto;}
.bs-t-left_Con #con_one_1{
	overflow:hidden;
}
.bs-t-left_Con #con_one_1 ul{
	overflow:hidden;width:200px;float:left;
}
.bs-t-left_Con #con_one_1 ul li{
	width:210px;height:29px;margin-top:3px;background:#eeeeee
}
.bs-t-left_Con #con_one_1 ul li:hover a{
	background:#0068b7;color:#fff;
}
.bs-t-left_Con #con_one_1 ul li:first-child{
	margin-top:0;
}
.bs-t-left_Con #con_one_1 ul li a{
	display:block;color:#0068b7;height:100%;line-height:28px;text-indent:31px;
}
.bs-t-left_Con #con_one_1 ul li a img{
	width:50px;height:29px;float:left;
}
.bs-t-left_Con #con_one_1 .bsMap{
	width:207px;float:right;height:189px;background:url(../images/mapImg.png) no-repeat; background-size: 100% 100%;
}
.bs-t-left_Con #con_one_1 .bsMap span{
	display:block;background:url(../images/bsBg01.png) repeat-x;color:#fff;width:100%;height:35px;line-height:35px;text-align:center;font-weight:700;
}
.bs-t-left_Con .after{
	box-sizing:border-box;
}
.bs-t-left_Con .after ul{
	overflow:hidden;
}
.bs-t-left_Con .after ul li{
	width:95px;float:left;height:36px;margin:0 3px 3px;
}
.bs-t-left_Con .after ul li a{
	display:block;line-height:36px;height:36px;text-align:center;background:#e2e0e0;width:100%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
}
.bs-t-left_Con .after ul li a:hover{
	background:#0068b7;color:#fff;transition:all .3s;
}
.bs-t-right{
	width:570px;height:209px;box-sizing:border-box;float:right;border:1px solid #ddd;
}
.bs-t-right ul{
	overflow:hidden;padding:12px;
}
.bs-t-right ul li{
	float:left;border-right:1px dashed #ddd;border-bottom:1px dashed #ddd;width:33%;box-sizing:border-box;padding:12px 0 13px 0;
}
.bs-t-right ul li a{
	display:block;padding-left: 30px;
}
.bs-t-right ul li a img{
	width: 18px;height: 18px;
    margin-right: 10px;float: left;
    vertical-align: middle;
}
.bs-t-right ul li:hover a span{
	color:#0068b7;margin-left:20px;transition:all .5s;
}
.middle_container{
	overflow:hidden;margin-top:15px;box-sizing:border-box;
}
.bs-m-left{
	width:558px;float:left;padding:5px;border:1px solid #ddd;
}
.bs-m-left ul{
	/* overflow:hidden; */
}
.bs-m-left ul li{
	float:left;margin-left:5px;
}
.bs-m-left ul li:first-child a{
	width:205px;height:60px;display:block;
}
.bs-m-left ul li:first-child+li{
	width:68px;height:60px;background:#e3f1fc;position:relative;
}
.bs-m-left ul li:first-child+li a{
	display:block;text-align:center;
}
.bs-m-left ul li:first-child+li a img{
	margin:0 auto;width:17px;height:20px;margin-top:7px;margin-bottom:7px;
}
.bs-m-left ul li:first-child+li a p{
	color:#0068b7;
}
.bs-m-left ul li:first-child+li a:hover p{
	text-decoration:underline;
}
.bs-m-left ul li:first-child+li+li{
	width:68px;height:60px;background:#e3f1fc;position:relative;
}
.bs-m-left ul li:first-child+li+li a{
	display:block;text-align:center;
}
.bs-m-left ul li:first-child+li+li a img{
	margin:0 auto;width:25px;margin-top:7px;margin-bottom:7px;
}
.bs-m-left ul li:first-child+li+li a p{
	color:#0068b7;
}
.bs-m-left ul li:first-child+li+li a:hover p{
	text-decoration:underline;
}
.bs-m-left ul li .dd{
	overflow:hidden;width:190px;
}
.bs-m-left ul li .dd a{
	float:left;width:92px;height:27px;margin-left:5px;margin-bottom:5px;
	background:#e3f1fc;line-height:27px;text-align:center;color:#0068b7;
}
.bs-m-left ul li .dd a:first-child,.bs-m-left ul li .dd a:first-child+a+a{
	margin-left:0;
}
.bs-m-left ul li .dd a:hover{
	background:#0068b7;color:#fff;
}
.bs-m-left form{
	padding:6px 13px;overflow:hidden;
}
.bs-m-left form input{
	width:428px;height:28px;line-height:28px;border:1px solid #ddd;float:left;border-radius:20px;padding-left:20px;
}
.bs-m-left form button{
	background:#fff;border:1px solid #0068b7;padding:0 17px;height:30px;border-radius:30px;float:right;cursor:pointer;
}
.bs-m-left form button:hover{
	background:#0068b7;color:#fff;transition:all .3s;
}
.bs-m-right{
	width:568px;float:right;overflow:hidden;border:1px solid #ddd;
}
.bs-m-rightLe{
	float: left;padding: 18px 0;width:56px;
    color: #fff;font-weight: 700;font-size:15px;
    background: #0068b7;text-align:center;
}
.bs-m-rightRi{
	float:right;width:512px;
}
.bs-m-rightRi ul{
	padding:8px;overflow:hidden;
}
.bs-m-rightRi ul li{
	float: left;width:20%;padding:14px 0;
    border-right: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;   
    box-sizing: border-box;
}
.bs-m-rightRi ul li a{
	display: block;text-align:center;
}
.bs-m-rightRi ul li:hover a{
	color:#0068b7;text-decoration:underline;
}
.bottom_container{
	overflow: hidden;margin-top: 15px;box-sizing: border-box;
}
.bs-b-left{
	width:568px;float:left;overflow:hidden;border:1px solid #ddd;
}
.bs-b-leftLe{
	float: left;padding: 21px 0;width:56px;
    color: #fff;font-weight: 700;font-size:20px;
    background: #0068b7;text-align:center;
}
.bs-b-leftRi{
	float:right;width:512px;
}
.bs-b-leftRi ul{
	overflow:hidden;padding:6px 3px 0;
}
.bs-b-leftRi ul li{
	float:left;margin:0 2px 5px 2px;
}
.bs-b-leftRi ul li a{
	display:block;background:#e3f1fc;text-align:center;width:122px;height:37px;padding:3px 0;line-height:37px;font-size:14px;
}
.bs-b-leftRi ul li:hover a{
	background:#0068b7;color:#fff;transition:all .3s;
}
.bs-b-right{
	width:570px;float:right;overflow:hidden;
}
.bs-b-rightLe{
	width:300px;float:left;
}
.bs-b-rightLe ul{
	overflow:hidden;
}
.bs-b-rightLe ul li{
	float:left;width:145px;margin-right:5px;margin-bottom:5px;
}
.bs-b-rightLe ul li a{
	display:block;line-height:41px;text-align:center;background:#ececec;font-size:14px;
}
.bs-b-rightLe ul li:hover a{
	background:#0068b7;color:#fff;transition:all .3s;
}
.bs-b-rightRi{
	float:right;width:265px;
}
.bs-b-rightRi h2{
	color: #fff;margin-bottom:5px;
    background: #0068b7;
    padding: 10px;
}
.bs-b-rightRi ul{
	overflow:hidden;
}
.bs-b-rightRi ul li{
	float:left;width:128px;margin:0 2px;
}
.bs-b-rightRi ul li a{
	display:block;margin-bottom:5px;position:relative;
}
.bs-b-rightRi ul li a span{
	position:absolute;top:10px;left:10px;color:#fff;font-size:14px;
}
.bs-b-rightRi ul li a img{width:100%;height:47px;}
/*--------------------------------- 办事服务结束 --------------------------------*/

/*--------------------------------- 互动交流开始 --------------------------------*/
.hd-t-left{
	width:570px;overflow:hidden;float:left;
}
.hd-t-leftLe{
	width:64px;padding:30px 25px 13px 25px;float:left;background:#0068b7
}
.hd-t-leftLe img{
	margin:0 auto;width:30px;margin-bottom:10px;
}
.hd-t-leftLe p{
	color:#fff;font-weight:700;font-size:16px;text-align:center;
}
.hd-t-leftRi{
	width:436px;padding:8px 10px;background:#ececec;float:right;overflow:hidden;position:relative;
}
.hd-t-leftRi ul{
	overflow:hidden;float:left;width:370px;
}
.hd-t-leftRi ul li{
	margin:6px;float:left;
}
.hd-t-leftRi ul li a{
	padding:10px 24px;border:1px solid #0068b7;display:block;border-radius:20px;font-size:14px;
}
.hd-t-leftRi ul li a:hover{
	background:#0068b7;color:#fff;transition:all .3s;
}
.hd-t-leftRi_Link{
	float:right;
}
.hd-t-leftRi_Link a{
	color:#0068b7;font-weight:700;margin-top:13px;display:block;text-align:center;
}
.hd-t-leftRi_Link a:hover{
	text-decoration:underline;
}
.hd-t-right{
	float:right;width:570px;position:relative;
}
.hd-t-right ul{
	overflow:hidden;
}
.hd-t-right ul li{
	background:#e3f1fc;float:left;margin-left:5px;width:110px;height:122px;
}
.hd-t-right ul li:first-child{
	margin-left:0;
}
.hd-t-right ul li a{
	display:block;text-align:center;color:#0068b7;padding-top:67px;padding-bottom:36px;
}
.hd-t-right ul li.i01 a{
	background:url(../images/icon44.png) no-repeat 40px 35px;
}
.hd-t-right ul li.i02 a{
	background:url(../images/icon45.png) no-repeat 40px 35px;
}
.hd-t-right ul li.i03 a{
	background:url(../images/icon46.png) no-repeat 40px 35px;
}
.hd-t-right ul li.i04 a{
	background:url(../images/icon47.png) no-repeat 40px 35px;
}
.hd-t-right ul li.i05 a{
	background:url(../images/icon48.png) no-repeat 40px 35px ;
}
.hd-t-right ul li.i01:hover a{
	background:url(../images/icon44s.png) no-repeat 40px 35px #0068b7;color:#fff;
}
.hd-t-right ul li.i02:hover a{
	background:url(../images/icon45s.png) no-repeat 40px 35px #0068b7;color:#fff;
}
.hd-t-right ul li.i03:hover a{
	background:url(../images/icon46s.png) no-repeat 40px 35px #0068b7;color:#fff;
}
.hd-t-right ul li.i04:hover a{
	background:url(../images/icon47s.png) no-repeat 40px 35px #0068b7;color:#fff;
}
.hd-t-right ul li.i05:hover a{
	background:url(../images/icon48s.png) no-repeat 40px 35px #0068b7;color:#fff;
}
.hd-m-left{
	width:570px;float:left;
}
.hd-m-leftTit{
	background:#0068b7;padding:10px 18px;
}
.hd-m-leftTit span{
	color:#fff;font-weight:700;font-size:16px;
}
.hd-m-leftTit a{
	color:#fff;float:right;
}
.hd-m-left table{
	width: 100%;text-align: center;
}
.hd-m-left  table tr th {
    font-size: 14px;line-height: 32px;color:#0068b7;background:#ececec;
}
.hd-m-left table tr td {
    font-size: 14px;line-height: 30px;border-bottom: 1px dashed #ddd;
    height: 30px;text-align: center;color: #333;padding:2px 0;
}
.hd-m-left table tr td:hover a{
	text-decoration:underline;
}
.hd-m-left table tr td a {
    font-size: 14px;
    line-height: 29px;
    color: #333;
}
.hd-m-left table tr td:first-child+td,.hd-m-left table tr td:first-child+td+td+td{
	color:#999;
}
.hd-m-right{
	width:570px;overflow:hidden;float:right
}
.con21d{ height:190px;border:1px solid #ddd;}
.tit08{ height:35px;background:#ececec;}
.tit08 .tit08zb p{ font-size:16px; color:#fff; font-weight:bold; line-height:35px; padding:0 20px;background:#0068b7}
.tit08 .tit08yb{ overflow:hidden;}
.tit08 .tit08yb ul li{ float:left; margin:0 10px; line-height:35px;}
.tit08 .tit08yb ul li.ts02 a{ background:#dfdfdf; color:#015293; font-size:14px; padding:2px 8px; line-height:35px;}
.tit08 .tit08yb ul li.ts03 a{ font-size:14px; color:#0068b7;}
.con21lm{ width:95%;overflow:hidden; padding:10px 0;margin:0 auto;border-bottom:1px dotted #ddd;}
.con21lm ul{overflow:hidden;padding:0 33px;}
.con21lm ul li{ height:24px;}
.con21lm ul li p{ font-size:14px; color:#333; line-height:24px;}
.con21lm ul li span{ color:#0068b7;font-weight:700;}
.tit09{ height:28px;width:92px;line-height:28px;margin-top:3px;float:left;}
.tit09 p{display:inline-block; font-size:14px; padding-left:20px; font-weight:bold; color:#0068b7;}
/* .tit09 a{ float:right; display:inline-block; color:#333; padding-right:20px; font-size:12px;} */
.con21lm02{ overflow:hidden;margin-top:3px;padding-right:20px;}
.con21lm02 ul li{ height:28px;}
.con21lm02 ul li a{ font-size:14px; line-height:28px; color:#333;}
.con21lm02 ul li p{ float:right; font-size:14px; color:#999;line-height:28px; }

.con22{ /* margin-top:10px; */ /* height:134px; */ background:#f7f7f7;}
.con22 .slideTxtBox03{ overflow:hidden;}
.con22 .slideTxtBox03 .hd{ height:41px; background:#0068b7;}
.con22 .slideTxtBox03 .hd ul li{overflow:hidden;}
.con22 .slideTxtBox03 .hd ul li a{font-size:16px; line-height:41px; color:#333; padding:0 20px;display:block}
.con22 .slideTxtBox03 .hd ul li.active a{ float:left;color:#fff; font-weight:bold;background:#0068b7;}
.con22 #more{float:right;line-height:41px;font-size:16px;background:none;font-weight:normal;}
.yjzj01{ overflow:hidden; padding:5px 10px;}
.yjzj01 #con_two_1{margin-bottom:0;}
.yjzj01 ul li{ height:31px;color:#333;}
.yjzj01 ul li a{font-size:14px;float:left; color:#333; line-height:24px; background:url(../images/news_list.png) no-repeat left center; padding-left:20px;}
.yjzj01 ul li font{color:red;margin-left:10px;float:left;line-height:24px;font-size:14px;}
.yjzj01 ul li strong{color:red;margin:0 10px;float:left}
.yjzj01 ul li a.i{background:none;color:red;padding:0;}
.yjzj01 ul li:hover a:first-child{text-decoration:underline;}
.yjzj01 ul li p{ float:right; font-size:12px; line-height:24px; color:#666;}
/*--------------------------------- 互动交流结束 --------------------------------*/

/*--------------------------------- 走进武汉开始 --------------------------------*/
.zj-t-con{
	width:725px;height:292px;
}
.zj-t-con ul{
	overflow:hidden;
}
.zj-t-con ul li{
	float:left;margin-left:5px;margin-bottom:5px;width:140px;height:141px;background:#e3f1fc;
}
.zj-t-con ul li img{width:100%;height:100%;}
/* .zj-t-con ul li:first-child,.zj-t-con ul li:first-child+li+li+li+li+li+li+li+li{
	
} */
.zj-t-con ul li a{
	display:block;color:#fff;text-align:center;line-height:141px;
}
.zj-t-con ul li.zj01{
	background:#0068b7;
}
.zj-t-con ul li a span{
	font-weight:700;font-size:16px;
}
.zj-t-con ul li a p{
	margin-top:6px;
}
.zj-t-con ul li.zj02 a{
	color:#0068b7
}
.vid{width:425px;height:287px;}
.vid a{display:block;background:url(../images/hsjywh.png) no-repeat;width:100%;height:100%;}
.zj-m-left{
	width:683px;height:222px;overflow:hidden;padding:10px 20px;border:1px solid #ddd;float:left;
}
.zj-m-ti{
	height:25px;border-bottom:1px dashed #ddd;padding-bottom:10px;
}
.zj-m-ti span{
	color:#0068b7;font-weight:700;font-size:22px;
}
.zj-m-ti span font{
	font-weight:normal;font-size:18px;line-height:25px;text-indent:5px;display:inline-block;
}
.zj-m-ti a{
	float:right;line-height:35px;margin-right:10px;color:#0068b7;
}
.zj-m-leftCon{
	padding-top:10px;
}
.zj-m-leftCon p{
	text-indent:20px;line-height:30px;
}
.zj-m-right{
	width:425px;float:right;overflow:hidden;
}
.zj-m-right ul{
	overflow:hidden;
}
.zj-m-rightLeft{
	width:289px;
}
.zj-m-right .zj-m-rightLeft ul li{
	margin-left:5px;width:142px;float:left;margin-bottom:5px;
}
.zj-m-right .zj-m-rightLeft ul li:first-child,.zj-m-right .zj-m-rightLeft ul li:first-child+li+li,.zj-m-right .zj-m-rightLeft ul li:first-child+li+li+li+li,.zj-m-right .zj-m-rightLeft ul li:first-child+li+li+li+li+li+li{
	margin-left:0;
}
.zj-m-right .zj-m-rightLeft ul li a{
	display:block;text-align:center;padding:18px 0;color:#0068b7;background:#e3f1fc;font-weight:bold;
}
.zj-m-right .zj-m-rightLeft ul li a:hover{
	background:#0068b7;color:#fff;font-weight:bold;transition:all .3s;
}
.zj-m-right .zj-m-rightRight ul li{
	margin-bottom:5px;width:131px;
}
.zj-m-right .zj-m-rightRight ul li a{
	display:block;padding:12px 0 11.5px;font-weight:700;color:#0068b7;text-align:center;background:#eee;
}
.zj-m-right .zj-m-rightRight ul li a:hover{
	background:#0068b7;color:#fff;font-weight:bold;transition:all .3s;
}
/*--------------------------------- 走进武汉结束 --------------------------------*/

/*--------------------------------- 网站导航开始 --------------------------------*/
.mapContainer{
	width:100%;overflow:hidden;
}
.mapContainer .newsCenter{
	margin-bottom:5px;
}
.mapContainerLeft{
	width:48%;float:left;
}
.mapContainerRight{
	width:48%;float:right;
}
.mapContainer .newsCenter .newsTop{
	line-height:30px;font-size:16px;text-indent:20px;/* background:url(../img/icon01.png) no-repeat left center; */
	color:#0068b7;border-left:5px solid #0068b7;font-weight:700;background:#e3f1fc;padding:3px 0;
}
.mapContainer .newsCenter .newsBottom{
	width:100%;overflow:hidden;margin-top:10px;
}
.mapContainer .newsCenter .newsBottom ul li{
	margin:0 10px;line-height:28px;color:#333;font-size:14px;float:left;
}
.mapContainer .newsCenter .newsBottom ul li:hover a{
	color:#0068b7;border-bottom:1px solid #0068b7;
}
/*--------------------------------- 网站导航结束 --------------------------------*/

/* 专题专栏 */
.ztzl {
    width:1160px;height:50px;padding:0 20px 10px;
    margin: 0 auto;background:#fff;
    position: relative;
}
.ztzl .enter{width:80px;height:50px;background:#0068b7;float:left;color:#fff;font-size:16px;line-height:50px;text-align:center;}
.warp-pic-list li{float:left;display:inline;}
.warp-pic-list .img_wrap{display:block;font-size:0;overflow:hidden;}
.warp-pic-list .text-area{background-color:#f2f2f2;line-height:24px;}
.rowE .warp-pic-list{position:relative;width:1070px;left:10px;height:50px;overflow:hidden;}
.rowE .count li{margin-right:16px;width:280px;height:50px;}
.rowE .count li img{height:50px;}
.rowE .count .img_wrap{width:280px;height:50px;}
.rowE .btn{display:block;height:36px;position:absolute;top:50%;width:35px;margin-top:-16px;z-index:200;cursor:pointer;}
.rowE .prevs{ background:url(../images/prev.png) no-repeat;left:0;}
.rowE .nexts{ background:url(../images/next.png) no-repeat;right:0;}

/*------------------------------ 列表各页面 --------------------------*/
.main03{ width:1200px; margin:0 auto;height:622px; background:#fff; overflow:hidden;}
.zlm_list{ padding:10px;}
.zlm_list .zlm_tit{ overflow:hidden;}
.zlm_list .zlm_tit ul li{ float:left; font-size:14px; line-height:28px; color:#333; margin:0 5px;}
.zlm_list .zlm_tit ul li a{font-size:14px; line-height:28px; color:#333;}
.zlm_con04{ padding:20px;margin:0 auto;overflow:hidden;}
.zlm_con04 .listzb{ width:242px; border:1px solid #dfdfdf;}
.zlm_con04 .listyb{ width:860px;border:1px solid #dfdfdf;}
.zlm_con04 .listzb .tit07{ background:#999; height:30px; line-height:30px; text-align:center; margin:0 auto;}
.zlm_con04 .listzb .tit07 p{ font-size:16px; color:#fff; line-height:30px;}
.zlm_con04 .listzb .con10{ width:210px; margin:0 auto; overflow:hidden;}
.zlm_con04 .listzb .con10 .sideMenu{ margin:10px auto; background:#f7f7f7; padding-bottom:30px;}
.zlm_con04 .listzb .con10 .sideMenu h3{ height:38px;  color:#666; font-size:16px; line-height:38px; background:url(../images/icon82.png) no-repeat center bottom,#f7f7f7; cursor:pointer; padding:0 15px;}
.zlm_con04 .listzb .con10 .sideMenu h3 em{float: right;
    display: block;
    width: 10px;
    height: 38px;
    background: url(../images/icon79.png) no-repeat center center;
    cursor: pointer;}
.zlm_con04 .listzb .con10 .sideMenu a:hover{ text-decoration:none;}
.zlm_con04 .listzb .con10 .sideMenu h3.on{ background:#015293; color:#fff;}
.zlm_con04 .listzb .con10 .sideMenu h3.on em{background: url(../images/icon78.png) no-repeat center center;}
.zlm_con04 .listzb .con10 .sideMenu ul{ background:#fff; display:none;}
.zlm_con04 .listzb .con10 .sideMenu ul li{ overflow:hidden; padding-left:15px;}
.zlm_con04 .listzb .con10 .sideMenu ul li a{ font-size:14px; color:#666; line-height:30px; background:url(../images/icon80.png) no-repeat bottom left; padding-left:20px; height:30px; display:inline-block;}
.zlm_con04 .listzb .con10 .sideMenu ul li a:hover{background:url(../images/icon80.png) no-repeat top left; color:#015293;}
.zlm_con04 .listyb .tit06{ height:30px; background:#999; overflow:hidden;}
.zlm_con04 .listyb .tit06 ul li{ float:left; overflow:hidden; font-size:16px; color:#fff; text-align:center; line-height:30px;}
.zlm_con04 .listyb .tit06 ul li.xl01{ width:100px; background:url(../images/icon17-1.png) no-repeat center right;}
.zlm_con04 .listyb .tit06 ul li.xl02{ width:810px;}
.zlm_con04 .listyb .con09{ width:860px; margin:0 auto; overflow:hidden;}
.zlm_con04 .listyb .con09 ul li{ height:40px; border-bottom:1px solid #ccc; line-height:40px; font-size:14px;}
.zlm_con04 .listyb .con09 ul li span{ width:80px; text-align:center; display:inline-block;line-height:40px; font-size:14px; color:#333;}
.zlm_con04 .listyb .con09 ul li a{ color:#666;line-height:40px; font-size:14px;}
.zlm_con04 .listyb .con09 ul li a:hover{ color:#015293; text-decoration:none;}
.ym02{ height:40px;  width:100%; margin:0 auto; text-align:center; font-size:14px; color:#333; line-height:40px;}
.ym02 a{font-size:14px; color:#333; line-height:40px;}
.ym02 input{ width:60px; height:26px; line-height:40px; border:1px solid #333; background:#fff;}

.public{ width:1200px; margin:0 auto; background:#fff; overflow:hidden;}
.publiclistcon {width:1120px;padding:20px 40px;overflow:hidden}
.publiclistleft {width:256px;font-family:"Microsoft YaHei";color:#555555;}
.publiclistmenu ul {border-bottom:none;}
.publiclistmenu li {width:256px;height:34px;color:#555555;background:url(../images/publiclistmenubg1.gif) no-repeat left top;text-indent:38px;margin-bottom:8px;line-height:33px;}
.publiclistmenu li a {color:#555555;}
.publiclistmenu li a:hover,.publiclistmenu li a:active {color:#0069b7;}
.publiclistmenu li.publiclistmenu1 {height:auto;background:url(../images/publiclistmenubg2.gif) no-repeat left top;}
.publiclistmenu li.publiclistmenu1 ul {padding-top:8px;padding-bottom:5px;padding-left:16px;border-left:solid 1px #dcdcdc;border-right:solid 1px #dcdcdc;border-bottom:solid 1px #dcdcdc;}
.publiclistmenu li.publiclistmenu1 li {width:auto;height:30px;line-height:30px;background:url(../images/publiclistjia.gif) no-repeat left top;color:#555555;font-weight:normal;margin-bottom:0px; background-color:none;padding-top:0px;text-indent:18px;}
.publiclistmenu li.publiclistmenu1 li.jian {background:url(../images/publiclistjian.gif) no-repeat left 0px;}
.publiclistmenu li.publiclistmenu1 li a,.publiclistleft li.publiclistmenu1 li a:visited {color:#555555;}
.publiclistmenu li.publiclistmenu1 li a:hover,.publiclistleft li.publiclistmenu1 li a:active{color:#004276;}
.publiclistmenu li.publiclistmenu1 .publiclista a,.publiclistmenu li.publiclistmenu2 .publiclista a,.publiclistmenu li.publiclistmenu3 .publiclista a {color:#0069b7;}
.publiclistmenu  li.publiclistmenu1 li.publiclistmenu2 {height:auto;font-size:13px;}
.publiclistmenu  li.publiclistmenu1 li.publiclistmenu2 ul {padding-top:0px;padding-left:15px;border:none;padding-bottom:0px;}
.publiclistmenu  li.publiclistmenu1 li.publiclistmenu2 li.publiclistmenu3 {height:auto;font-size:13px;}
.publiclistmenu  li.publiclistmenu1 li.publiclistmenu2 li.publiclistmenu3 li {background:url(../images/publiclistzhan.gif) no-repeat left center;font-size:13px;}
.publiclistmenu li.publiclistmenulibg2 {width:178px;height:46px;font-weight:bold;background:url(../images/publiclistmenubg3.gif) no-repeat left top;padding-left:38px;margin-bottom:10px;text-indent:0px;padding-top:6px;font-weight:normal;padding-right:10px;line-height:20px;}

.publiclistright {width:861px;}
.publiclistsou {width:861px;height:35px;font-size:14px;background:url(../images/lawsoubiao.jpg) no-repeat left top;text-indent:28px;margin-top:4px;margin-bottom:4px;font-family:"Microsoft YaHei";color:#555555;}
.publiclistsou input {height:20px;line-height:20px;border:solid 1px #dcdcdc;margin-right:3px;}
.publiclistsou input.publiclistbtn {width:40px;height:20px;line-height:18px;background:url(../images/publiclistbtn.gif) no-repeat left top;color:#ffffff;border:none;}
.publiclisttable {border-collapse:collapse;border:solid 1px #dcdcdc;font-size:14px;}
.publiclisttable a {color:#555555;}
.publiclisttable a:hover {color:#0069b7;}
.publiclisttable tr.even {background-color:#f5f5f5;}
.publiclisttable td {border-collapse:collapse;border:solid 1px #dcdcdc;}
.publiclistpadding1 {padding-left:10px;}
.publiclisttablepage select {width:50px;height:22px;border:solid 1px #ccc;}
.publiclisttable th {background-color:#e6f5f8;font-family:"Microsoft YaHei";color:#555555;border-right:solid 1px #dcdcdc;}

.Title{margin-bottom:20px;}
.Title h2{border-bottom: 2px solid #3399ff;background:url(../images/zh_ms_tit.png) no-repeat;padding-left:58px;font-size:18px;line-height:35px;font-weight:normal;color:#3399ff}
.conNav{margin:0 auto;width:100%;}
.ms-ti{overflow:hidden;width: 1200px;}
.ms-ti .pp{ border-bottom: 2px solid #0069b7;background: #efefef;}
.ms-ti .pp span{
	background: #0069b7;display:inline-block;padding-left: 13px;
	height: 35px;line-height:35px;color: #fff;text-align: center;
    font-size: 16px;padding-right: 15px;
}
.ms-ti ul{overflow:hidden;padding:13px 0 25px;}
.ms-ti ul li{
	float:left;background:#eee;width: 109px;
    height: 40px;line-height: 40px;text-align: center;
    font-size: 14px;margin-left: 8px;margin-top: 8px;border: 1px solid #ccc;
}
.conBox_1 ul{overflow:hidden;background: #fff;}
.conBox_1 ul li{text-align:center;float:left;padding:7px 60px;cursor:pointer;font-size:16px;}
.conBox_1 ul li.active{background:url(../images/mingshenzt_m.png) no-repeat #3399fe bottom center;color:#fff;}
.conNav_1 ul{overflow:hidden;}
.conNav_1 ul li{width:30%;margin:0 1%;float:left;padding-left:1%;background: url(../images/dian.jpg) left center no-repeat;}
.conNav_1 ul li a{width:100%;line-height:30px;display:block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;font-size:14px;}
.conNav_1 ul li:hover a{text-decoration:underline;color:#3399ff}
.conNav_1{border:1px solid #eee;padding:10px;}
#con_two_1,#con_two_2,#con_two_3,#con_two_4,#con_two_5{margin-bottom:20px;}

.detailstxt {padding:0px 25px;line-height:26px;margin-top:16px;}
.detailstxt table td{line-height:34px;}
.detailsp {text-indent:28px;margin-top:15px;margin-bottom:15px;}
.detailsabout {margin-top:20px;padding-left:25px;padding-right:25px;font-size:14px;}
.detailsabouth3 {margin:20px 0 10px;color:#004986;font-size:18px;font-weight:normal;font-family:Microsoft YaHei;height:34px;background:url(../images/detailsabouth3bg.gif) repeat-x left top;}
.detailsabouth3 span {border-bottom:solid 1px #0068b7;padding-bottom:7px;padding-left:10px;padding-right:10px;}

.list1 {margin-top:12px;margin-left:25px;margin-right:25px;font-size:14px;font-family:Microsoft YaHei;}
.list1 ul {border-bottom:dashed 1px #cecece;padding-bottom:18px;padding-top:15px;}
.list1 li {line-height:28px;/*background:url(../newimages/liicon2.gif) no-repeat left center;*/text-indent:12px;margin-left:10px;}
.list1 li em {font-style:normal;float:right;font-size:12px;color:#777777;}
.list1 .detailsabouth3 {height:30px;background:url(../images/detailsabouth3bg.gif) repeat-x left bottom;}
.list1 .detailsabouth3 span {font-size:14px;border-bottom:solid 1px #0068b7;padding-bottom:4px;padding-left:10px;padding-right:10px;line-height:30px;}
.list1page ul {width:350px;margin:0px auto;border-bottom:none;}
.list1page li {border:solid 1px #d0d0d0;background:none;padding:0px 10px;float:left;font-size:12px;height:19px;line-height:12px;text-indent:0px;background-color:#fafafa;padding-top:9px;}
.list1page li.list1page1 {background-color:#0068b7;color:#ffffff;border:solid 1px #0068b7;}
.list1page li.list1page1 a {color:#ffffff;}
/*mayor市长之窗页面样式开始*/
.mayorcon {line-height:28px;background-color:#ffffff;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:25px;}
.mayorleft {width:192px;}
.mayorphoto {width:100%;height:318px;background:url(../images/mayorphotobg.gif) no-repeat left top;text-align:center;padding-top:15px;}
.mayorh3 {font-size:16px;font-family:"Microsoft YaHei";font-weight:normal;text-align:center;line-height:24px;margin-bottom:7px;}
.mayorpic {padding-bottom:10px;display: flex;justify-content: center;align-items: center; }
.mayorpic2 {display: flex;justify-content: center;align-items: center; }
.mayorpic img {border:solid 1px #ffffff;width:139px;height:185px;}
.mayorleader {width:192px;height:389px;background:url(../images/mayorleaderbg.gif) no-repeat left top;background-size: 100% 100%;}
.mayorleader h3 {height:35px;line-height:35px;color:#296cb0;font-size:14px;font-family:"Microsoft YaHei";padding-left:20px;}
.mayorleader ul {padding:0px;margin:0px;padding:0 16px;border-bottom:none;}
.mayorleader li {line-height:30px;text-indent:6px;font-family:"Microsoft YaHei";clear:both;}
.mayorleader li img {margin-top:13px;width:auto;height:auto;}
.mayorright {width:930px;line-height:26px;font-size:14px;color:#333333;}
.mayorrightbtbg {height:28px;background:url(../images/mayor1btbg.gif) repeat-x left top;margin-bottom:10px;}
.mayorrightbt {width:90px;height:28px;line-height:26px;background:url(../images/mayor1bt.gif) repeat-x left top;font-size:14px;color:#333333;font-weight:normal;padding-left:12px;font-family:"Microsoft YaHei";}
.mayorrightbt img {float:left;margin-top:7px;margin-right:6px;width:auto;height:auto;}
p.mayorp {text-indent:28px;}
.mayorrightnr {margin-bottom:8px;}
.mayorright ul {border-bottom:none;padding-bottom:0px;padding-top:0px;}
.mayorright li {line-height:26px;background:url(../images/liicon2.gif) no-repeat left center;text-indent:12px;margin-left:15px;}

/*政府公告样式开始*/
.baogaoh2 {color:#555;font-size:24px;font-family:"Microsoft YaHei";text-align:center;height:64px;line-height:64px;background:url(../images/baogaoh2bg.gif) no-repeat left center;}
.baogaomenu {height:38px;padding:0px 0px 20px 12px;}
.baogaomenu li {float:left;color:#004986;font-size:16px;font-family:"Microsoft YaHei";padding:0px 18px;background-color:#f6f6f6;margin:5px 11px 0px 0px;*margin:5px 10px 0px 0px;height:38px;line-height:38px;}
.baogaomenu li a {color:#004986;}
.baogaomenu li.choiced {background-color:#0384ce;}
.baogaomenu li.choiced a {color:#fff;}
.baogaocontent {padding:10px 20px;}
.baogaomenu2 {background-color:#f9f9f9;border:solid 1px #efefef;width:262px;padding:0px 4px;text-align:center;margin-bottom:10px;}
.baogaomenu2bt {width:260px;height:38px;margin-top:3px;line-height:38px;background:url(../images/baogaoxian.gif) no-repeat left bottom;}
.baogaomenu2bt h3 {width:160px;text-align:center;font-weight:normal;color:#2a6caf;font-family:"Microsoft YaHei";font-size:16px;}
.baogaomenu2con {padding-top:20px;padding-bottom:10px;}
.baogaomenu2 img {margin-bottom:12px;width:auto;height:auto;}
.baogaoright {width:680px;}
.baogaoright h3 {text-align:center;font-size:14px;}
.baogaoqianyan {text-indent:28px;font-size:14px;}
.baogao1 {width:330px;margin-top:12px;}
.baogao1btbg {width:330px;height:31px;background:url(../images/baogao1btbg.gif) repeat-x left top;}
.baogao1bth3 {width:154px;height:31px;line-height:31px;background:url(../images/baogao1bt.gif) no-repeat left top;text-align:center;color:#004986;font-size:16px;font-family:"Microsoft YaHei";font-weight:normal;}
.baogaomore1 {height:31px;line-height:31px;background:url(../images/baogaomore1.gif) no-repeat right 6px;padding-right:20px;font-family:"Microsoft YaHei";color:#333;}
.baogaomore1 a {color:#333;}
ul.baogao1ul {padding-top:8px;}
ul.baogao1ul li {background:url(../images/baogaoliicon.gif) no-repeat left center;text-indent:13px;line-height:28px;font-size:14px;}
.baogaospan2{color: #555;font-size: 24px;text-align: center;height: 64px;line-height: 64px;width: 780px;float: left;}

/* -----------------------交通出行 -----------------------*/
.zhuti{padding:20px;}
.zhuti a{color:#666666;}
.zuo{width: 322px;height:auto;overflow:hidden;}
.zixun4{ width:322px; height:36px; overflow:hidden; background:url(../images/zixun.png) no-repeat; text-align:left; font-size:18px; color:#FFF; line-height:36px; text-indent:10px; border-bottom:2px solid #1c6ebd;}
.zaixian{width: 320px;height:auto;overflow:hidden;border:1px solid #1c6ebd;}
.lanmu{ margin:15px 15px;}
.lanmu li{ padding:10px 76px; border-bottom:1px dotted #1c6ebd;}
.lanmu li:hover{background:#2d88de; }
.lanmu li:hover a{color:#FFF;}
.lanmu li a{font-size:18px; display:block;}
.yanse{background:#2d88de;}
.yanse a{color:#FFF;}
.you{width: 808px;height:auto;overflow:hidden;}
.weiz{width: 808px;height:37px;background:url(../images/youbj.jpg);line-height:37px;text-align:left;}
.weiz p{font-family:"微软雅黑"; font-size:14px; color:#FFF; margin-left:10px;}
.weiz p a{font-family:"微软雅黑"; font-size:14px; color:#FFF;}
.weiz p a:hover{ text-decoration:underline;}
.neirong{width: 806px;height:auto;overflow:hidden;border:1px solid #1c6ebd;border-top:hidden;}
.xiaolanmu{ margin:18px 15px; height:auto;}
.zixun5{width: 811px;height:36px;overflow:hidden;text-align:left;font-size:18px;color:#FFF;line-height:36px;border-bottom:2px solid #60a6e9;}
.zixun5 p{ width:159px;background:#60a6e9; text-align:center;}
.lanmu3{width: 808px;height:auto;overflow:hidden;border:1px solid #e3e3e3;text-align:left;}
.jidongc{margin-bottom: 8px;}
.juli{ width:680px; height:auto; overflow:hidden; margin:10px;}
.juli p{ width:340px; height:30px; line-height:30px; float:left; background:url(../images/pbg.png) left no-repeat;text-indent:15px;}

.main06_lm{ padding:10px 20px;}
.zlm_tit02{ overflow:hidden;}
.zlm_tit02 ul li{ float:left; font-size:14px; line-height:28px; color:#333; margin:0 5px;}
.zlm_tit03{ width:100%; border-bottom:2px solid #015293; height:50px;}
.zlm_tit03 p{ color:#015293; line-height:50px; font-size:20px; padding-left:20px;}
.zlm_con05{ width:100%; overflow:hidden;}
.zlm_con05 ul{overflow:hidden; margin-right:-53px;}
.zlm_con05 ul li{ width:250px; height:50px; margin-right:53px; float:left; margin-top:25px; margin-bottom:25px;}
.gard01{  width:250px; height:50px;position:relative;}
.gard01 .gard_img,.gard01 .gard_img img{width:250px; height:50px; overflow:hidden;}
.gard01 .gard_img img{transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;}
.gard01 .gard_zi{ width:230px; height:40px; background:url(../images/bj02.png); position:absolute; top:5px; left:10px; text-align:center; opacity:0;transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;}
.gard01 .gard_zi p{ font-size:16px; line-height:40px; color:#015293; background:url(../images/icon16-1.png) no-repeat left center; text-align:center; display:inline-block; padding-left:20px; }
.zlm_con05 ul li:hover .gard_zi{ opacity:1;}
.zlm_con05 ul li:hover .gard_img img{transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -webkit-transform: scale(1.1); -ms-transform: scale(1.1);}
.jz{ width:250px; height:40px; background:#ccc; margin:0 auto;border-radius:6px;moz-border-radius:6px; -webkit-border-radius:6px; -ms-border-radius:6px; -o-border-radius:6px; behavior: url(pie.htc); text-align:center; }
.jz a{ font-size:16px; line-height:40px; color:#015293; text-align:center; background:url(../images/icon83.png) no-repeat left center; display:inline-block; padding-left:20px;}

/* ----------------建议提案办理 ----------------------*/
.container .containerLeft{width:365px;border:1px solid #ddd;padding:20px;float:left;background:#fff;}
.container .jyta{padding:20px;overflow:hidden;}
.container .containerLeft h2{border-bottom:1px solid #ddd;font-size:20px;text-align:center;}
.container .containerLeft h2 span{border-bottom:3px solid #1e85c1;display:inline-block;padding:0 40px;color:#1e85c1}
.container .containerLeft ul{overflow:auto;padding-top:20px;}
.container .containerLeft ul li{float:left;width:48%;margin:0 1% 10px;}
.container .containerLeft ul li a{border-radius:15px;background:#eff1f6;display:block;width:100%;padding:10px 0;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;font-size:14px;text-align:center;}

.container .containerLeft ul li a:link{background:#1e85c1;color:#fff;}
.container .containerLeft ul li a:visited{background:#1e85c1;color:#fff;}
.container .containerLeft ul li a:hover{background:#1e85c1;color:#fff;}
.container .containerLeft ul li a:active{background:#1e85c1;color:#fff;}

.containerRight{width:740px;float:right;border:1px solid #ddd;background:#fff;}
.containerRight_Title{border-bottom:1px solid #ddd;line-height: 54px;height: 54px;font-size: 20px;color: #1e85c1; margin: 0px 20px;position:relative;}
.containerRight_Title .tt{font-size: 0px;display: inline-block;right: 0px;top: 0px;float:right;}
.containerRight_Title .tt .form-group{display: inline-block;vertical-align: middle;margin-bottom: 0px;}
/* .containerRight_Title .tt .form-group input{width: 266px;vertical-align:middle;padding-left:10px;border: 1px #e5e5e5 solid;height: 30px;line-height: 30px;border-right: 0px;padding-top: 0px;padding-bottom: 0px;border-radius: 0px;} */
.containerRight_Title .tt input{width: 266px;vertical-align:middle;padding-left:10px;border: 1px #e5e5e5 solid;height: 30px;line-height: 30px;border-right: 0px;padding-top: 0px;padding-bottom: 0px;border-radius: 0px;}
.containerRight_Title .tt button{cursor:pointer;line-height: 32px;padding: 0px 24px;font-size: 14px; background: #0085c3;color: #fff;vertical-align: middle;display: inline-block;border: 0px;}

.containerRight_List{padding:0 20px;}
.containerRight_List ul{overflow:hidden;}
.containerRight_List ul li{border-bottom:1px solid #ddd;padding:0 20px;margin-bottom:9px;background:url(../images/news_list.png) no-repeat left center;}
.containerRight_List ul li a{display:block;padding:10px 0;font-size:16px;}
.containerRight_List ul li:hover a{text-decoration:underline;}

.pagination{text-align:center;margin:10px 0 10px;}
.pagination a{padding:3px 6px;display:inline-block;background:#0085c3;color:#fff;font-size:14px;}

.s1{margin-top:10px;}
.s1,.s2{overflow:hidden;}
.s1 p,.s2 p{display:block;padding:0 10px;text-align:center;}
.s1 p span,.s2 p span{wodth:100px;line-height:40px;color:#000;font-weight:700;border-bottom:3px solid #0085c3;padding-bottom:5px;}
.s1 p a,.s2 p a{float:right;line-height:40px;color:#0085c3;font-size:14px;}
/* 底部网站导航链接 */
.sel{
	height:36px;background:#0068b7;padding:20px 0;
}
.sel .selTitle{
	background:#0068b7;color:#fff;width:125px;height: 36px;border-radius: 5px;font-family:"黑体";
	text-align:center;line-height:36px;font-weight:700;font-size:16px;float:left;margin-right:20px;
}
.sel .select_box {
	width:160px;background:#fff;
	height:36px;border-radius:5px;

	float:left;
	margin-right:15px;
}
.sel .select_box span {
	display:inline-block;background:url(../images/i_select.png) no-repeat right center;
	width:155px;
	height:36px;
	line-height:36px;
	cursor:pointer;
	text-indent:20px;
	font-size:12px;
}
.sel .select_box ul {
	width:1000px;height:240px;background:#eee;overflow:auto;
	position:absolute;z-index:999;padding:10px 20px;
	bottom:0px;
	left:143px;
	border:1px solid #ccc;
 	display:none; 
}
.sel .select_box li {
	cursor:pointer;float:left;width:25%;
	line-height:36px;
}
.sel .select_box li a{
	display:block;
}
.sel .select_box li:hover a{
	text-decoration:underline;color:#0068b7
}
.sel .select_box font {
	position:absolute;
	right:10px;top:50%;margin-top:-8.5px;
	width:10px;height:17px;
	color:#3CF;
	
}

/*底部开始*/
.foot{ width:100%; margin:0 auto; overflow:hidden; min-width:1200px; height:70px; padding:10px 0;background:#0068b7; z-index:10;border-top:1px solid #fff}
.foot .footlm{ width:1200px; margin:0 auto; overflow:hidden;}
.foot .footlm .foot01,.foot .footlm .foot02,.foot .footlm .foot03{ overflow:hidden;}
.foot .footlm .foot01 ul li{ float:left; margin: 0 10px;}
.foot .footlm .foot01 ul li img.pic01{ margin-top:12px; width:95px; height:46px;}
.foot .footlm .foot01 ul li img.pic02{ margin-top:6px; width:46px; height:57px;}
.foot .footlm .foot01 ul li img:hover{ transform:none; opacity:0.8;}
.foot .footlm .foot03 ul li{ float:left; margin:0 5px; overflow:hidden;}
.foot .footlm .foot03 ul li a{ overflow:hidden; width:100px; height:33px; margin-top:18px; display:block;}
.foot .footlm .foot03 ul li img{ width:100px; height:33px;}
.foot .footlm .foot02{ width:520px; height:70px; margin:0 auto; overflow:hidden; padding-left:120px;}
.foot .footlm .foot02 .di02{ height:23px; margin:0 auto; width:100%; overflow:hidden; text-align:center;}
.foot .footlm .foot02 .di01,.foot .footlm .foot02 .di03{height:23px; margin:0 auto;  overflow:hidden; text-align:left;}
.foot .footlm .foot02 .di01 ul,.foot .footlm .foot02 .di03 ul{ display:inline-block; }
.foot .footlm .foot02 .di01 ul li{ float:left;margin-right:3px; overflow:hidden;}
.foot .footlm .foot02 .di01 ul li a{ font-size:12px;color:#fff; line-height:23px;}
.fa02{
	font-family: "iconfont" !important;
    font-size: 10px;
    line-height:23px;
    font-style: normal;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
	}
.foot .footlm .foot02 .di02 p,.foot .footlm .foot02 .di02 a,.foot .footlm .foot02 .di03 ul li{ color:#fff; line-height:23px; font-size:12px;text-align:left}
.foot .footlm .foot02 .di02 a{ background:url(../images/pic06.png) no-repeat left center; padding-left:25px;overflow:hidden;}
.foot .footlm .foot02 .di03 ul li{ float:left; margin-right:6px; overflow:hidden;}
.foot .footlm img{transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -webkit-transition: all .3s ease-out; display:block; overflow:hidden; max-width:100%; display:block; }
.foot .footlm img:hover{transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2);}

/* 正文结束 */

/* 内容页，列表页响应式 */
.top_m{padding:20px 0;background:url(../images/HEADER.png) no-repeat;background-size:100% 100%;text-align:center;}
.top_m img{ width:80%;}
.top_m  form{
	position:relative;width:90%;margin:0 auto;margin-top:20px;
}
.top_m  form input{
	width:95%;height:34px;line-height:34px;padding-left:5%;border:1px solid #0068b7;border-radius:50px;font-size:14px;
}
.top_m form button{
	width:90px;height:36px;background:url(../images/search.png) no-repeat center center #0068b7;border-radius:50px;
	position:absolute;top:0;right:-2px;cursor:pointer;background-size:60%;border:0;margin:0;padding:0;
}
.in_menu {
	padding: 1px 0; 
}
.in_menu ul{
	overflow:hidden;
}
.in_menu ul li {
	width: 33%; text-align: center; line-height: 30px; box-sizing:border-box;float: left; 
	display: inline;background:#0068b7;margin-bottom:1px;margin-left:1px;
}

.in_menu ul li a {
	color: rgb(255, 255, 255); font-family: "΢ɭ҅ۚ"; font-size: 16px; display: block;
}
.nav_menu{background:#f3f3f3;font-size:12px;font-family:"微软雅黑";height:34px;line-height:34px;color:#0068b7;padding-left:10px;}
.nav_menu a{color:#0068b7;font-size:12px;}
.content{border:none;padding:10px 5px;}
.content_title{color:#333;text-align:center;font-weight:bold;}
.content_body{padding: 10px 16px 20px;line-height: 24px;min-height: 50vh;color:#333;}
.content_body p{font-size:14px;}
.zuix{padding:10px; font-size:12px; font-family:"微软雅黑"; text-align:center; color:#fff;background:#003e72;}
.zuix p{color:#fff;background:#0068b7;font-size:14px;font-weight:700;text-align:center;line-height:28px}
.zuix select{font-size:12px;width:100%;border:0;background:#fff;height:28px;vertical-align:text-top;border-radius:3px;}
.zuix .sec{float:left;margin-left:2%;margin-top:5px;}
.zuix .sec:nth-child(3n+1){
	margin-left:0;
}
.zuix img{width:14px;height:12px;vertical-align:middle;margin-right:5px;}

.mobiDis .newsList{overflow:hidden;}
.mobiDis .newsTitle{border-bottom:1px solid #ccc;height:24px;}
.mobiDis .newsTitle span{border-bottom:2px solid #0068b7;color:#004986;line-height:24px;padding:5px;padding-bottom:2px;font-size:14px;}
.mobiDis .newsList ul{overflow:hidden}
.mobiDis .newsList ul li{
	line-height: 34px;border-bottom:1px solid #ddd;padding:0 20px;
    background: url(../images/news_list.png) no-repeat 10px center;
    overflow:hidden;
}
.mobiDis .newsList ul li a{
	font-size: 14px;
    font-family: "微软雅黑";
    color: #333;
    float: left;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobiDis .newsList ul li span{
	float:right;color:#666;
}
@media screen and (min-width:750px){
	.pcDis{display:block;}
	.mobiDis{display:none;}
}
@media screen and (max-width:749px){
	.pcDis{display:none;}
	.mobiDis{display:block;}
}