body {
	overflow-x: hidden;
	min-width: 1200px;
 background: url(/xzzfgs/images/blakbg.png);
}

body,
div,
address,
blockquote,
iframe,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
table,
caption,
th,
td,
form,
legend,
fieldset,
input,
button,
select,
textarea {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	font-size: 16px;
color:#000;
}

* {
	box-sizing: border-box;
	/* letter-spacing: 2px; */
}

ol,
ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #0273CF;
}

img {
	border: 0;
}

.head_bg {
	width: 100%;
	min-width: 1200px;
	height: 210px;
	background: url(/xzzfgs/images/head_bg.png) no-repeat;
	background-position: center;
	background-size: 100% 210px;
	margin: 0 auto;
}

.head_bgs {
	width: 1200px;
	height: 100%;
	margin: 0 auto;

}

.logo {
	float: left;
	margin-left: 10px;
	margin-top: 50px;
}

.logo img {
	height: 130px;
}

/*菜单开始*/

.xt_tile {
	width: 1200px;
	margin: 10px auto;
}

.xt_tile span {
	background-color: #D9EEF8;
	font-size: 22px;
	padding: 5px;
	letter-spacing: 3px;
	font-family: "黑体";
}

.nav_bg {
	width: 100%;
	overflow: hidden;
	/*background-color: #014EA6;*/
}

.nav {
	width: 1200px;
	margin: 0 auto;
}

.nav_ul {
	width: 100%;
}

.nav_ul>li {
	height: 47px;
	width: 240px;
	text-align: center;
	font-size: 16px;
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1000;
	zoom: 1;
	border-right: 1px solid #FFF;
	/* background: url(/xzzfgs/images/menu_bg.png) no-repeat;
    background-size: 100%; */
	background-color: #136BB6;
	padding: 3px 10px;
}

.nav_ul>li>a {
	color: #FFF;
	/*border-right: solid 1px #fff;
    padding: 0 20px;*/
}

.nav_ul>li>a:hover {
	font-weight: bold
}

.nav_ul ul {
	width: 200px;
	position: absolute;
	left: -35px;

	display: none;
	background: #e7e4e4;
	zoom: 1;
	float: left;
}

.nav_ul ul li {
	text-align: center;
	height: 29px;
	line-height: 29px;
	/*padding: 0 20px;*/
}

.nav_ul ul li a {
	display: block;
	color: #000;
}

.nav_ul ul li a:hover {
	color: #fff;
	background-color: #014EA6;
}

/* 主体 */
.centent_bg {
	width: 100%;
	background-color: #F2F2F2;
	margin: 0 auto;
}

.centent {
	width: 1200px;
	margin: 0 auto;
	/* overflow: hidden; */
    padding-bottom: 20px;
}
.ct_top{
    width: 100%;
    height:60px;
    line-height: 60px;
}
.main_top_title {
	text-align: center;
	font-size: 28px;
	margin: 20px 0;
	font-weight: bold;
}

.main_top_box {
	height: 35px;
	line-height: 35px;
	background-color: #EFEFEF;
	overflow: hidden;
	margin: 10px 0;
}

/* 市直部门行政执法公示 */
.list_szbm {
	background-color: #D9EEF8;
	overflow: hidden;
	border: 1px solid #DDE1E3;
}

.list_szbm ul li {
	float: left;
	text-align: center;
	border-bottom: 1px solid #DDE1E3;
        height: 60px;
}
.list_szbm ul li a{
	background-color: #F6F6F6;
	float: left;
	width: 179px;
	margin: 10px;
	padding: 10px 2px;
	font-size: 14px;
}

.lianjie{
	background: url(/xzzfgs/images/bottom_bg.png);
	height: 55px;
}
.lianjie .title{
	line-height: 55px;
	margin-left: 15px;
	font-weight: bold;
}
.lianjie ul{
	float: right;
}
.lianjie ul li{
	float: left;
}
.lianjie ul li select{
	 width:180px;margin:20px 5px;border: 0;
}

/*左侧*/
.ct_left{
    width: 200px;
    float:left;
    /*margin:0 10px;*/
}
.left_tile {
    width: 100%;
    height: 60px;
    color: #fff;
    background: url(/xzzfgs/images/left_title_bg.jpg) repeat left;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    font-weight: 600;
}
.left_list{
     margin-top:10px;
   
}
.left_list_bottom{
    height:4px;
    background: #0273CF;
    margin-top:2px;
}
.left_list ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.left_list ul li{
    background-color: #FFFFFF;
    text-align:center;
    margin:2px 0 0 0;
}
.left_list ul li a{
     display: block;
     color: rgb(0,0,0);
     font-size:17px;
    padding: 10px 0;
}
.left_list ul li a:hover {
     background-color: #0273CF;
     color: #FFFFFF;
}
.left_list ul li a.hover {
     background-color: #0273CF;
     color: #FFFFFF;
}
/*右侧*/
.ct_right{
    min-height: 600px;
    background-color: #FFFFFF;
}    
.ct_right_nr{
    padding:15px 10px 10px 30px;
}
.right_title{
    height:30px;
    border-bottom: 1px dashed #EAEAEA;
}
.right_title span{
    font-size:22px;
    font-weight: 800;
    color:#014EA6;
    border-bottom: 2px solid #014EA6;
}
.right_title ul{
    float: right;
	height:30px;
}
.right_title ul>li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 20px;
}
.right_title ul>li a {
    color:#014EA6;
}

.right_list{
    margin-top:20px;
}
.right_list ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.right_list ul li{
    height:40px;
    line-height:40px;
    padding-left: 10px;
    border-bottom: 1px dashed #e9e9e9;
}
.right_list ul li a{
     color: rgb(0,0,0);
}
.right_list ul li a:hover {
     color: #0273CF;
}
.right_list ul li span{
     float:right;
     color:rgb(147, 147, 147);
     font-size: 14px;
}
.ct_page{text-align:center;font-size:13px;margin:20px;color: #000;}

/*底部*/
.bottom_bg {
	width: 100%;
	height: 230px;
	background-color: #004992;
}

.bottom {
	width: 1200px;
	height: 230px;
	margin: 0 auto;
}

.all_1 {
	width: 980px;
	margin: 0 auto;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding-top: 20px;
}


/*详情页面*/
.main {
	width: 100%;
	background-color: #FFF;
	min-height: 400px;
}

.main_title {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	font-size: 28px;
}

.main_top {
	width: 90%;
	line-height: 45px;
	margin: 0 auto;
	background-color: #F2F2F2;
	padding: 0 20px;
	color: rgb(147, 147, 147);
	font-size: 14px;
	overflow: hidden;
}

.top_itme {
	float: left;
}

.top_itme span {
	float: left;
	display: block;
	margin-right: 30px;
}

.fontzoom span {
	margin-left: 20px;
}

.fontzoom a {
	color: rgb(147, 147, 147);
}

.fontzoom a:hover {
	color: #0273CF;
}

.fontzoom a .ico {
	width: 15px;
}

.fenxiang {
	float: right;
	margin-top: 5px;
	margin-left: 20px;
	height: 44px;
}

.bds_more {
	color: #333;
	float: left;
}

.bds_weixin {
	background-position: 0 -1612px;
}

.bds_qzone {
	background-position: 0 -52px;
}

.bds_tsina {
	background-position: 0 -104px;
}

.bds_tqq {
	background-position: 0 -260px;
}

.main_ct {
	width: 90%;
	margin: 20px auto;
	padding: 10px;

	line-height: 27px;
	font-weight: normal;
	font-size: 16px;
	color: rgb(0, 0, 0);
}

.main_ct p {
	line-height: 27px;
	font-weight: normal;
	font-size: 16px;
	color: rgb(0, 0, 0);
	margin-top: 1em;
	margin-bottom: 1em;
}

/*共用模块列表*/
.div1200 {
	margin-bottom: 20px;
	overflow: hidden;
	zoom: 1;
}

.columnlist {
	width: 360px;
	float: left;
}

.list_tl {
	width: 100%;
	height: 37px;
	background: #fff;
	padding: 0px;
	position: relative;
}

.list_tl ul {}

.list_tl ul li {
	float: left;
	height: 26px;
	text-align: center;
	font-size: 22px;
}

.list_tl ul li.active {
	border-left: 5px solid #E60614;
	padding: 0 5px;
}

.list_bd {
	/* margin-top:20px; */
}

.list_bd ul {
	zoom: 1;
	line-height: 39px;
	margin: 0 10px;
	display: none;
}

.list_bd ul.active {
	display: block;
}

.list_bd ul li {
	font-family: "微软雅黑";
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_bd ul li span {
	color: #a9a8a8;
}

.list_bd ul li a {
	color: #5591C8;
	border-bottom: 1px solid;
}

.list_bd ul li a:hover {
	color: #0273CF;
}

.more {
	/*width: 100px;*/
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.list_bd ul li.li_pic {
	position: relative;
	margin-left: 0;
}

.list_bd ul li.li_pic img {
	width: 340px;
	height: 200px;
	display: block;
}

.list_bd ul li.li_pic div {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	background: url(/xzzfgs/images/blakbg.png);
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.footLink{
    text-align:center;
    color: #FFF;
}
.footLink a{
    color: #FFF;
    font-size: 14px;
    margin: 0 10px;
}
.bottom p{
color: #FFF;
}

@media screen and (max-width: 640px) {
	body {
		min-width: 100% !important;
	}

	.head_bg {
		display: none;
	}

	.nav_bg {
		display: none;
	}

	.bottom_bg {
		display: none;
	}

	.main_bottom {
		display: none;
	}

	.fontzoom {
		display: none;
	}

	.centent {
		width: 100%;
	}

	.ct_top {
		margin-left: 10px;
	}

	.main_ct img {

		max-width: 100%;
		max-height: 100%;
		height: 100% !important;
	}
}
