@charset "utf-8";

/* css document */

/*** 重要应急新闻 ***/
.page-news-box .layout-bdbox{
	padding-top: 15px;
}
.news-list{
	width: 100%;
	min-height: 300px;
	overflow: hidden;
}
.news-list li{
	width: 100%;
	overflow: hidden;
	border-bottom: dashed 1px #e5e5e5;
	font-size: 16px;
	line-height: 50px;
	color: #545454;
}
.news-list li a{
	max-width: 770px;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
}
.news-list li a span{
    margin-right: 5px;
}
.news-list li .time{
	float: right;
}
.news-list li:hover,
.news-list li:hover a{
	color: #1c4f90;
}




/*****03.zwgk sg*****/
/*dwjj*/
.page-unit-box .cont{
	padding: 34px 30px 0;
	color: #333;
	background: url(/uploads/image/i33701/bmgk_unit_bg.png) no-repeat top center;
	background-size: 100% auto;
	margin-top: 24px;
}
.page-unit-box h6{
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.page-unit-box .doc{
	margin-top: 13px;
	font-size: 16px;
	line-height: 30px;
}

/*bmld*/
.page-bmld-box .layout-bdbox{
	padding: 26px 0 0;
}
.page-bmld-box .layout-bdbox .bmld-switch{
	padding: 0 4px;
}
.page-bmld-box .layout-bdbox .item{
	padding: 20px 23px 27px;
	border: 1px solid #d5deed;
	overflow: hidden;
	color: #333;
	display: none;
}
.page-bmld-box .layout-bdbox .item.active{
	display: block;
}
.page-bmld-box .layout-bdbox .item .images{
	float: left;
	margin-right: 34px;
	border: 1px solid #d7e9f3;
	display: none;
}
.page-bmld-box .layout-bdbox .item .images img{
	display: block;
	width: 140px;
	/* height: 185px; */
}
.page-bmld-box .layout-bdbox .item .text{
	float: left;
	width: 450px;
	margin-right: 34px;
	padding-top: 10px;
}
.page-bmld-box .layout-bdbox .item .tit{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.page-bmld-box .layout-bdbox .item .det{
	font-size: 16px;
	line-height: 27px;
	margin-top: 10px;
}
.page-bmld-box .layout-bdbox .item .det span{
	color: #2c62bd;
}
.page-bmld-box .layout-bdbox .item .link{
	/* padding-top: 15px;
	float: left; */
	float: right;
	margin-right: 30px;
}
.page-bmld-box .layout-bdbox .item .link a{
	display: block;
	margin-top: 19px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 11px 30px 10px;
	border-radius: 4px;
	position: relative;
}
.page-bmld-box .layout-bdbox .item .link span{
	display: block;
	padding-left: 30px;
}
.page-bmld-box .layout-bdbox .item .link .lbtn:after{
	content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.page-bmld-box .layout-bdbox .item .link .lbtn:hover:after{
	filter: alpha(opacity=10);
	opacity: 0.1;
}
.page-bmld-box .layout-bdbox .item .link .lbtn1{
	background-color: #eca942;
}
.page-bmld-box .layout-bdbox .item .lbtn1 span{
	background: url(/uploads/image/i33701/bmgk_bmld_icon01.png) no-repeat left center;
	background-size: 21px 17px;
}
.page-bmld-box .layout-bdbox .item .link .lbtn2{
	background-color: #5095d6;
}
.page-bmld-box .layout-bdbox .item .lbtn2 span{
	background: url(/uploads/image/i33701/bmgk_bmld_icon02.png) no-repeat left center;
	background-size: 21px 17px;
}
.page-bmld-box .layout-bdbox .bmld-list{
	overflow: hidden;
	padding: 10px 4px;
	margin: 0 -10px;
}
.page-bmld-box .layout-bdbox .bmld-list li{
	margin-top: 18px;
	float: left;
	width: 210px;
	margin: 18px 10px 0;
	position: relative;
	z-index: 10;
}
.page-bmld-box .layout-bdbox .bmld-list a{
	display: block;
	height: 51px;
	font-size: 18px;
	line-height: 51px;
	color: #333;
	border: 1px solid #c4d4ee;
	border-radius: 5px;
	text-align: center;
}
.page-bmld-box .layout-bdbox .bmld-list span{
	position: absolute;
	z-index: -5;
	left: 4px;
	top: 4px;
	width: 100%;
	height: 53px;
	background-color: #91a9d1;
	border-radius: 5px;
	filter: alpha(opacity=28);
	opacity: 0.28;
	display: none;
}
.page-bmld-box .layout-bdbox .bmld-list .active a{
	background-color: #c4d4ee;
	color: #1c4f90;
}
.page-bmld-box .layout-bdbox .bmld-list .active span{
	display: block;
}

/*zyzn*/
.page-zyzn-box .layout-bdbox{
	margin-top: 22px;
}
.page-zyzn-box .info-top{
	background-color: #f3f6f7;
	padding: 45px 0 9px 88px;
	overflow: hidden;
}
.page-zyzn-box .info-top .item{
	overflow: hidden;
	float: left;
	width: 250px;
}
.page-zyzn-box .info-top .item .images{
	float: left;
	margin-right: 14px;
	padding-top: 8px;
}
.page-zyzn-box .info-top .item .images img{
	display: block;
	width: 40px;
}
.page-zyzn-box .info-top .item .right{
	float: left;
	width: 195px;
	font-size: 16px;
	line-height: 28px;
	color: #545454;
}
.page-zyzn-box .info-top .item .right .tit{
	font-weight: bold;
	color: #000;
}
.page-zyzn-box .info-top .item .right .det{
	height: 53px;
	overflow: hidden;
}
.page-zyzn-box .info-top .item.item-dz, .page-zyzn-box .info-top .item.item-website{
	margin-right: 47px;
}
.page-zyzn-box .info-top .item.item-tel{
	margin-right: 11px;
}
.page-zyzn-box .doc{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-top: 23px;
}

.page-xtjg-box .xtjg_list{
	padding-top: 12px;
	margin: 0 -8px;
}
.page-xtjg-box .xtjg_list .item{
	width: 292px;
	margin: 18px 8px 0;
	float: left;
}
.page-xtjg-box .xtjg_list .item a{
	display: table;
	width: 100%;
	height: 172px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-xtjg-box .xtjg_list .item .tit{
	display: table-cell;
	vertical-align: middle;
	padding: 0 14px;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
}

/*zwgk ysqgk*/
.apply-link{
	overflow: hidden;
	padding-bottom: 23px;
}
.apply-link .item{
	float: left;
	width: 227px;
}
.apply-link .item a{
	display: block;
	background-color: #f5f5f5;
	padding: 6px 0;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.apply-link .item:last-child a{
	border-right: 1px solid #e5e5e5;
}
.apply-link .item .item-con{
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	position: relative;
}
.apply-link .item .img{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}
.apply-link .item .img img{
	display: inline-block;
	height: 22px;
}
.apply-link .item .img2{
	display: block;
}
.apply-link .item.active .img1{
	display: block;
}
.apply-link .item.active .img2{
	display: none;
}
.apply-link .item a:hover .img1{
	display: block;
}
.apply-link .item a:hover .img2{
	display: none;
}
.apply-link .item.active a{
	background: #fff;
	border-color: #fff;
	color: #1c4f90;
	border-left: 1px solid #e5e5e5;
}
.apply-link .item.active:first-child a{
	border-left: 1px solid #fff;
}
.apply-link .item a:hover{
	color: #1c4f90;
	background-color: #fff;
}

.crumbnav-box .golist{
	float: right;
	padding-left: 26px;
	background: url(/uploads/image/i33701/golist.png) no-repeat left center;
	background-size: 19px auto;
	display: none;
}

.page-gkmu-box{
	border-bottom: 2px solid #e5e6ea;
}
.page-gkmu-box .layout-row{
	width: 1000px;
	margin: 0 auto;
}
.detail-table table{
	width: 100%;
	border: none;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.detail-table table tr{
	border-top: 1px solid #dcdcdc;
}
.detail-table table td{
	border: none;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
  vertical-align: middle;
  text-align: left;
  padding: 5px 5px 5px 20px;
}
.detail-table .t1{
	width: 100px;
	max-width: 100px;
	white-space: nowrap;
	background-color: #f2f3f7;
	font-weight: bold;
	padding-left: 20px;
}
.detail-table .t1 div{
	display: inline-block;
	vertical-align: top;
	min-width: 56px;
	text-align:justify;
}
.detail-table .t1 span{
	display: inline-block;
	padding-left: 100%; 
}
/* .detail-table .t2{
	width: 376px;
	padding-left: 54px;
	padding-right: 16px;
}
.detail-table .t3{
	width: 190px;
	padding-left: 58px;
	padding-right: 12px;
} */


.detail-table1 table{
	width: 100%;
	border: none;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.detail-table1 table tr{
	border-top: 1px solid #dcdcdc;
}
.detail-table1 table td{
	border: none;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	padding:5px 10px;
    vertical-align: middle;
    width: 20%;
    border-right: 1px solid #dcdcdc;
}
.detail-table1 table td:first-child{
	width: 25%;
}


.detail-con{
	margin-top: 45px;
}
.detail-con .dethd{
	width: 100%;
	overflow: hidden;
	margin-bottom: 41px;
}
.detail-con .dethd h1{
	font-size: 28px;
	line-height: 38px;
	color: #1c4f90;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 3px #1d4a8d;
	padding-bottom: 20px;
}

.detail-con .dethd .info{
	text-align: center;
    padding-top: 20px;
}
.detail-con .dethd .info span{
    display: inline-block;
    vertical-align: top;
    margin: 0 26px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.detail-con .doc{
	min-height: 300px;
	font-size: 16px;
	line-height: 30px;
}
.detail-con .doc img{
	height: auto!important;
	max-width: 100%;
	margin: 12px auto;
}
.detail-con .doc a[href]{
	color: #1c4f90;
}
.det-golist{
	margin-top: 42px;
	padding-right: 24px;
	overflow: hidden;
	background-color: #ededed;
	text-align: center;;
}
.det-golist a{
	font-size: 14px;
	line-height: 42px;
	/*padding-left: 26px;
	margin-left: 25px;*/
	margin: 0 8px;
	cursor: pointer;
}
/*.det-golist a.btn-return{
	background: url(/uploads/image/i33701/golist.png) no-repeat left center;
	background-size: 19px auto;
}
.det-golist a.btn-close{
	background:  no-repeat left center;
}
.det-golist a.btn-print{
	background:  no-repeat left center;
}*/

.page-xtjgdet-box .layout-row{
	padding: 19px 0 72px;
}
.page-xtjgdet-box .crumbnav-box{
	border-bottom: none;
}
.xtjg-top{
	position: relative;
	padding: 30px 22px 32px;
	background: #47a67a url(/uploads/image/i33701/xtjg_det_bg1.jpg) no-repeat left top;
	background-size: 325px 245px;
}
.xtjg-top .tpop{
	position: absolute;
	z-index: 10;
	right: 109px;
	top: -11px;
	overflow: hidden;
}
.xtjg-top .tpop .bg1{
	float: left;
	width: 29px;
	height: 52px;
	background: url(/uploads/image/i33701/xtjg_det_icon1.jpg) no-repeat center;
	background-size: 29px 52px;
}
.xtjg-top .tpop .bg2{
	float: left;
	width: 15px;
	height: 52px;
	background: url(/uploads/image/i33701/xtjg_det_icon2.jpg) no-repeat center;
	background-size: 15px 52px;
}
.xtjg-top .tpop .t1{
	float: left;
	padding: 12px 0 10px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	background-color: #2274ba;
}
.xtjg-top .tit{
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.xtjg-top .txt{
	font-size: 16px;
	line-height: 31px;
	color: #fff;
	text-indent: 2em;
	margin-top: 29px;
}
.xtjj-jj{
	margin-top: 12px;
	display: none;
}
.xtjj-jj .doc{
	margin-top: 13px;
	font-size: 16px;
	line-height: 30px;
}
.clear{
	clear: both;
}
.inner-tit{
	border-bottom: 4px solid #ededed;
}
.inner-tit h5{
	float: left;
	position: relative;
	padding: 6px 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}
.inner-tit h5 span{
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #d60d2d;
}
.xtjj-list{
	margin-top: 19px;
}
.xtjj-list .news-list{
	margin-top: 10px;
}
.xtjj-list .news-list li{
	color: #333;
	border-bottom: solid 1px #e5e5e5;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}

.ndet-top{
	background-color: #eff2f7;
	padding: 35px 20px 15px;
	text-align: center;
}
.ndet-top .tit{
	font-size: 28px;
	line-height: 38px;
	color: #1c4f90;
	font-weight: bold;
}
.ndet-top .brief{
	padding-top: 10px;
}
.ndet-top .brief span{
	display: inline-block;
	vertical-align: top;
	margin: 10px 26px 0;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.page-newsdet-box .doc{
	min-height: 400px;
	font-size: 16px;
	line-height: 30px;
	margin-top: 24px;
}
.page-newsdet-box .doc a[href]{
	color: #1c4f90;
}
.page-newsdet-box .doc img{
	height: auto !important;
	max-width: 100%;
	margin: 12px auto;
}
.page-newsdet-box .doc p{
	margin-top: 15px;
}
.page-newsdet-box .doc table{
	margin: 0 auto;
}
.page-newsdet-box .det-golist{
	margin-top: 38px;
}


.post-page{
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.post-page li{
	width: 100%;
	overflow: hidden;
	border-bottom: dashed 1px #e5e5e5;
	font-size: 16px;
	line-height: 50px;
	color: #545454;
}
.post-page li a{
	max-width: 100%;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
}
.post-page li:hover,
.post-page li:hover a{
	color: #1c4f90;
}
/*****03.zwgk sg*****/


/*部门领导详情页 by gxb  */
.page-bmlddet-box .crumbnav-box{
	border-bottom: none;
}
.page-bmlddet-box .layout-row{
	padding: 20px 0 75px
}
.bmldd-top .cont{
	padding: 27px 30px 20px;
	color: #333;
	background: url(/uploads/image/i33701/bmgk_unit_bg.png) no-repeat top center;
	background-size: 100% auto;
	text-align: center;
}
.bmldd-top .cont .imgs-box{
	display: none;
}
.bmldd-top .cont .imgs-box img{
	display: inline-block;
	width: 167px;
}
.bmldd-top .cont .names{
	font-size: 24px;
	line-height: 67px;
}
.bmldd-top .cont .doc{
	font-size: 16px;
	line-height: 28px;
	max-width: 980px;
	margin: auto;
	margin-top: 5px;
}
.bmldd-top .cont .doc a{
	color: #1c4f90;
}



/*法规文件 by gxb  */
.page-fgwj-box .layout-bdbox{
	padding-top: 15px;
}


/*信息公开目录 by gxb  */
.layout-aside .lv1boxs{
    width: 100%;
    height: 56px;
    display: block;
    overflow: hidden;
    background: #1c4f90;
    background-size: cover;
    margin-bottom: 6px;
}
.layout-aside .lv1boxs .lv1{
	line-height: 56px;
	font-weight: normal;
	padding-left: 22px;
}
.layout-aside .lv1boxs .lv1 img{
	margin-right: 10px;
	position: relative;
	top: -1px;
	width: 24px;
}




/*政务公开频道页 by gxb  */
.page-zwgk-box {
	
}
.page-zwgk-box .inner-tit h5 span{
	width: 102px;
}
.page-zwgk-box .inner-tit h5{
	font-size: 20px;
	color: #2d5392;
	line-height: 42px;
	padding: 0;
}
.page-zwgk-box .inner-tit h5 a{
	color: #2d5392;
}
.page-zwgk-box .crumbnav-box{
	border-bottom: none;
}
.page-zwgk-box .layout-row{
	padding: 0 0 51px;
}
.zwgk-section1{
	overflow: hidden;
	color: #333;
}
.zwgk-section1 .left-box{
	float: left;
	width: 420px;
}
.zwgk-section1 .left-box .top-name{
	font-size: 20px;
	font-weight: bold;
	color: #2d5392;
	line-height: 42px;
	margin-bottom: 2px;
}
.zwgk-section1 .left-box .top-name a{
	color: #2d5392;
}
.zwgk-section1 .left-box .left-top{
	overflow: hidden;
}
.zwgk-section1 .left-box .left-top .imgs-box{
	width: 120px;
	height: 160px;
	float: left;
	overflow: hidden;
}
.zwgk-section1 .left-box .left-top .imgs-box img{
	width: 100%;
	height: 100%;
	display: block;
}
.zwgk-section1 .left-box .left-top .cont{
	width: 280px;
	float: right;
	padding-top: 5px;
}
.zwgk-section1 .left-box .left-top .cont .title{
	font-size: 24px;
	line-height: 43px;
	border-bottom: 1px solid #eeeeee;
}
.zwgk-section1 .left-box .left-top .cont .zhiwu{
	margin-top: 8px;
	line-height: 38px;
	font-size: 16px;
	font-weight: bold;
}
.zwgk-section1 .left-box .left-top .cont .doc{
	font-size: 14px;
	line-height: 22px;
}
.zwgk-section1 .left-box .left-center{
	margin-top: 2px;
	background: #f2f3f7;
	padding: 3px 0 8px 15px;
}
.zwgk-section1 .left-box .left-center .list li{
	overflow: hidden;
	line-height: 33px;
	font-size: 14px;
}
.zwgk-section1 .left-box .left-center .list dt{
	float: left;
	width: 94px;
	font-weight: bold;
}
.zwgk-section1 .left-box .left-center .list dd{
	float: left;
	width: 70px;
}
.zwgk-section1 .left-box .left-bottom{

}
.zwgk-section1 .left-box .left-bottom .list{
	overflow: hidden;
}
.zwgk-section1 .left-box .left-bottom .list li{
	text-align: center;
	margin-top: 6px;
	line-height: 36px;
	font-size: 14px;
	margin-right: 6px;
	width: 136px;
	position: relative;
	float: left;
	background: #dbecfc;
}
.zwgk-section1 .left-box .left-bottom .list li:after{
	content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.zwgk-section1 .left-box .left-bottom .list li:hover:after{
	filter: alpha(opacity=10);
	opacity: 0.1;
}
.zwgk-section1 .left-box .left-bottom .list li:nth-child(3n){
	margin-right: 0;
}
.zwgk-section1 .left-box .left-bottom .list li a{
	display: block;
	position: relative;
	z-index: 10;
}

.zwgk-section1 .right-box{
	float: right;
	width: 740px;
}
.zwgk-section1 .right-box .news-lists{
	height: 324px;
}
.news-lists{
	width: 100%;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	margin-top: 20px;
}
.news-lists li{
	overflow: hidden;
	position: relative;
	padding-left: 12px;
}
.news-lists li:before{
	content: '';
	width: 3px;
	height: 3px;
	display: block;
	background: #0968ac;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -2px;
}
.news-lists a{
	float: left;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 620px;
}
.news-lists .time{
	float: right;
	font-size: 14px;
	color: #999;
}
.news-lists li:hover a{
	color: #ff0000;
}

.zwgk-section2{
	margin-top: 45px;	
}
.zwgk-section2 .list{
	overflow: hidden;
}
.zwgk-section2 .list li{
	float: left;
	width: 224px;
	margin-right: 20px;
}
.zwgk-section2 .list li:nth-child(5n){
	margin-right: 0;
}
.zwgk-section2 .list li a{
	display: block;
	position: relative;
	line-height: 90px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #e0ab38;
	overflow: hidden;
}
.zwgk-section2 .list li a img{
	width: 40px;
	height: 40px;
	position: relative;
	top: -1px;
	margin-right: 9px;
}
.zwgk-section2 .list li a:after{
	content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.zwgk-section2 .list li a:hover:after{
	filter: alpha(opacity=10);
	opacity: 0.1;
}
.zwgk-section2 .list li:nth-child(2) a{
	background: #4c8fc3;
}
.zwgk-section2 .list li:nth-child(3) a{
	background: #7db644;
}
.zwgk-section2 .list li:nth-child(4) a{
	background: #fe682e;
}
.zwgk-section2 .list li:nth-child(5) a{
	background: #125689;
}

.zwgk-section3{
	margin-top: 40px;	
	overflow: hidden;
}
.zwgk-section3 .left-box{
	width: 580px;
	float: left;
}
.zwgk-section3 .right-box{
	width: 580px;
	float: right;
}
.zwgk-section3 .news-lists{
	height: 252px;
}
.zwgk-section3 .news-lists a{
	max-width: 500px;
}
.zwgk-section3 .news-lists li{
	padding: 0;
}
.zwgk-section3 .news-lists li:before{
	display: none;
}

.zwgk-section4{
	margin-top: 30px;	
	overflow: hidden;
}
.page-zwgk-box .zwgk-section4 .inner-tit h5 span{
	width: 181px;
}
.zwgk-section4 .list{
	margin-top: 14px;
	overflow: hidden;
}
.zwgk-section4 .list li{
	text-align: center;
	padding: 24px 0 19px 0;
	border-right: 1px solid #e4e7ec;
	border-bottom: 1px solid #e4e7ec;
	float: left;
	width: 16.5%;
}
.zwgk-section4 .list li:nth-child(n 7){
	border-bottom: none;
}
.zwgk-section4 .list li:nth-child(6n){
	border-right: none;
}
.zwgk-section4 .list .imgs{
	
}
.zwgk-section4 .list .imgs img{
	width: 50px;
	height: 50px;
	display: inline-block;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.zwgk-section4 .list .name{
	line-height: 26px;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}
.zwgk-section4 .list li:hover .imgs img{
	-webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    transform: rotatey(180deg);
}
.zwgk-section4 .list li:hover .name{
	 color: #ff0000;
}


/*政民互动 by gxb  */
.zmhd-box{
	overflow: hidden;
	color: #333333;
}
.zmhd-box .left-box{
	float: left;
	width: 733px;
	background:#d4e9fa  no-repeat right 16px bottom 18px;
	background-size: 180px 159px;
	padding-top: 19px;
	padding-bottom: 22px;
}
.zmhd-box .left-box .name{
	padding: 0 21px;
}
.zmhd-box .left-box .name span{
	display: inline-block;
	line-height: 19px;
	font-size: 18px;
	color: #1c4f90;
	font-weight: bold;
	padding-left: 11px;
	border-left: 4px solid #cb1416;
}
.zmhd-box .left-box .doc{
	margin-top: 18px;
	padding: 0 45px 0 33px;
	font-size: 16px;
}
.zmhd-box .left-box .doc p{
	margin-bottom: 25px;
}
.zmhd-box .left-box .doc p:last-child{
	margin-bottom: 0;
}
.zmhd-box .left-box .more{
	padding-left: 33px;
	margin-top: 32px;
}
.zmhd-box .left-box .more a{
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	background: #3189d4;
	line-height: 44px;
	display: inline-block;
	width: 152px;
	position: relative;
	overflow: hidden;
}
.zmhd-box .left-box .more a img{
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.zmhd-box .left-box .more a:after{
	content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.zmhd-box .left-box .more a:hover:after{
	filter: alpha(opacity=10);
	opacity: 0.1;
}


.zmhd-box .right-box{
	float: right;
	width: 433px;
}
.zmhd-box .right-box .imgs-box img{
	width: 100%;
	display: block;
}
.zmhd-box .right-box .list{
	overflow: hidden;
	margin-top: 15px;
}
.zmhd-box .right-box .list li{
	float: left;
	width: 206px;
	margin-right: 18px;
	margin-bottom: 15px;
}
.zmhd-box .right-box .list li:nth-child(2n){
	margin-right: 0;
}
.zmhd-box .right-box .list li a{
	display: block;
	position: relative;
	text-align: center;
	line-height: 90px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	background: #e0ab38;
	overflow: hidden;
}
.zmhd-box .right-box .list li a img{
	width: 31px;
	height: 31px;
	position: relative;
	top: -1px;
	margin-right: 10px;
}
.zmhd-box .right-box .list li:nth-child(2) a{
	background: #4c8fc3;
}
.zmhd-box .right-box .list li:nth-child(3) a{
	background: #7db644;
}
.zmhd-box .right-box .list li:nth-child(4) a{
	background: #2374b9;
}
.zmhd-box .right-box .list li a:after{
	content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.zmhd-box .right-box .list li a:hover:after{
	filter: alpha(opacity=10);
	opacity: 0.1;
}

/*派驻监督 by gxb  */
.pzjd-box{
	overflow: hidden;
	color: #333333;
}
.pzjd-box .left-box{
	float: left;
	width: 827px;
}
.pzjd-box .left-box .top-name{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background: #eff2f7;
	height: 113px;
	display: table;
	color: #1c4f90;
	width: 100%;
}
.pzjd-box .left-box .top-name span{
	display: table-cell;
	vertical-align: middle;
}

.pzjd-box .left-box .doc{
	font-size: 16px;
	line-height: 28px;
	margin-top: 30px;
}
.pzjd-box .left-box .doc p{
	text-indent: 2em;
	margin-bottom: 29px;
}
.pzjd-box .left-box .doc p:last-child{
	margin-bottom: 0;
}


.pzjd-box .right-box{
	float: right;
	width: 310px;
}
.pzjd-box .right-box .top-name{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	padding: 26px 0 0 33px;
	height: 83px;
	background:#2968b5 url(/uploads/image/i33701/pzjd-right-topname-bg.jpg) no-repeat center center;
	background-size: cover;
}
.pzjd-box .right-box .list{
	background: #eff2f7;
	padding: 36px 0 6px 38px;
}
.pzjd-box .right-box .list li{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
}
.pzjd-box .right-box .list li span{
	color: #545454;
}
.pzjd-box .right-box .list li img{
	width: 24px;
	height: 25px;
	position: relative;
	top: -1px;
	margin-right: 16px;
	display: inline-block;
}


.pzjd-box .right-box .imgs-box{
	margin-top: 17px;
}
.pzjd-box .right-box .imgs-box img{
	width: 100%;
	display: block;
}

/*联系我们 by gxb  */
.link-box{
	padding-top: 29px;
	color: #333333;
}
.link-box .top-name{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #1c4f90;
	line-height: 38px;
}
.link-box .table-box{
	margin-top: 27px;
}
.link-box .table-box table{
	width: 1002px;
	margin: auto;
}
.link-box .table-box table th{
	width: 33.333%;
	border: none;
	text-align: center;
	background: #386787;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 55px;
	border: 1px solid #386787;
}
.link-box .table-box table th:first-child{
	text-align: left;
	padding-left: 71px;
}
.link-box .table-box table td{
	border: 1px solid #dcdcdc;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	height: 50px;
}
.link-box .table-box table td:first-child{
	text-align: left;
	font-weight: bold;
	padding-left: 85px;
}

/**** 2019.12.16 ***/
.gkml-tbox{
	padding: 10px 15px 15px;
    font-size: 14px;
    line-height: 30px;
	min-height: 450px;
	background: #f6f6f6;
}
.gkml-tbox table{
	border: none;
}
.gkml-tbox table td{
	border: none;
	vertical-align: middle;
	font-size: 14px;
	padding: 0 5px;
}
.gkml-tbox .bt_link{
	font-size: 14px;
}
.gkml-tbox .gkml-tlist{
	border:1px #d2d2d2 solid; 
	border-top:none;
	border-bottom: none;
}
.gkml-tbox .opr_tr input[type='text']{
	width: 110px;
	height: 20px;
	border: solid 1px #ccc;
	padding: 0 10px;
}
.gkml-tbox .opr_tr input[type='button']{
	-webkit-appearance: button;
    cursor: pointer;
    background: #fff;
    border: solid 1px #ccc;
    padding: 0 5px;
    height: 20px;
}
.gkml-tbox .tb_title{
	border: solid 1px #ccc;
}
.gkml-tbox .tb_title.tb_search{
	border-bottom: none;
}


/**** 20191217 ***/
#mediacontent0_0{
	margin: 0 auto;
}

/**** 20191219 ***/
.page-zyfwdet-box .ndet-top{
	background: none;
	padding: 0 0 15px;
}
.page-zyfwdet-box .doc{
	min-height: 400px;
	font-size: 16px;
	line-height: 30px;
	margin-top: 24px;
}
.page-zyfwdet-box .doc img{
	height: auto !important;
	max-width: 100%;
	margin: 12px auto;
}
.page-zyfwdet-box .doc table{
	margin: 0 auto;
	border: none;
}
.page-zyfwdet-box .doc th, 
.page-zyfwdet-box .doc td{
	vertical-align: middle;
}

/**** 2020.01.10 ***/
.jgdj-box{
	width: 100%;
	overflow: hidden;
}
.jgdj-box a{
	display: block;
}
.jgdj-box img{
	width: 100%;
	max-width: 100%;
	display: block;
}

/*** 2020.01.14 ***/
.detail-con .dethd .titbox {
	border-bottom: solid 3px #1d4a8d;
    padding-bottom: 20px;
}
.detail-con .dethd .titbox h1{
	border-bottom: none;
	padding-bottom: 0;
}
.detail-con .dethd .subtit{
	font-size: 20px;
	line-height: 30px;
	color: #1c4f90;
	text-align: center;
	margin-top: 10px;
}
.ndet-top .subtit{
	font-size: 20px;
	line-height: 30px;
	color: #1c4f90;
	text-align: center;
	margin-top: 10px;
}

/**** 2020.07.03 ***/
.detail-con .doc table{
	max-width: 1000px;
	margin: 0 auto;
}
.det-zcjdlink, .det-zcywlink{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.det-zcjdlink a, .det-zcywlink a{
	color: #1c4f90;
}
.det-zcjdlink a:hover, .det-zcywlink a:hover{
	text-decoration: underline;
}

/*** 2020.08.18 ***/
.page-zyzn-box .info-top{
	padding: 45px 0 9px 50px;
}
.page-zyzn-box .info-top .item.item-postcode{
	margin-right: 11px;
}
.bmld-switch .det .zw p,
.bmldd-top .cont .doc  .zw p{
	display: inline;
}
.page-bmld-box .layout-bdbox .bmld-switch{
	min-height: 230px;
}

.zjszfwzy {
    width: 100%;
    margin: 0 auto;
    background-color: white;
}
.zjszfwzy *{
	box-sizing: border-box;
}
.zjszfwzy-at {
    margin: 0 auto;
}
.webmaptitle{
    background:  no-repeat center bottom;
    width: 100%;
    margin: 0 auto;
    height: 103px;
    text-align: center;
    font-size: 23px;
    color: #234a7e;
    line-height: 109px;
}
.webmapcontent{
    width: 100%;
    margin: 0 auto;
    padding: 27px 0 20px 0;
}
.sitemap-item{
	margin-bottom: 30px;
}
.webmapcontent h1{
    font-size: 19px;
    line-height: 50px;
    height: 50px;
    background: #f8f8f8  no-repeat left 10px;
    padding-left: 26px;
}
.webmapcontent ul{
    overflow: hidden;
    padding: 30px 30px 0;
}

.webmapcontent ul li{
    width: 25%;
    background:  no-repeat left center;
    font-size: 15px;
    line-height: 34px;
    padding-left: 12px;
    float: left;
}
.sitemap-item a:hover{
	color: #2077be;
}

.table-jgdet{
	width: 90%;
	margin: 0 auto;
	padding: 5px;
	border: solid 1px #ccc;
}
.table-jgdet table{
	width: 100%;
	border: none;
}
.table-jgdet th, .table-jgdet td{
	border: none;
	border-bottom:1px dashed #cccccc;
	padding: 5px;
	font-size: 10.5pt;
    text-decoration: none;
    color: #000000;
    line-height: 200%;
}
.table-jgdet th{
	background: #faf8f3;
}
.table-jgdet tr:last-child > th,
.table-jgdet tr:last-child > td{
	border-bottom: none;
}

.xtjj-list .simple_pgperpage,
.xtjj-list .simple_pgsearchinfo{
	display: none;
}

/*** 2020.08.28 ***/
.page-bmld-box .layout-bdbox .bmld-list a{
	line-height: 30px;
}
.page-bmld-box .layout-bdbox .bmld-list a div{
	font-size: 14px;
    line-height: 1em;
    font-style: normal;
    display: block;
    margin-top: 2px;
    color: #666;
}

/*** 2021.1.22 ***/
.page-bmld-box .layout-bdbox .bmld-list a{
	width: 210px;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
}
.page-bmld-box .layout-bdbox .bmld-list span{
	height: 73px;
}

/***** 党史学习 ****/
.dsxx-inner{
	width: 90%;
	min-width: 1200px;
	max-width: 1550px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.dsxx-inner:before, .dsxx-inner:after{
	content: '';
	display: table;
	clear: both;
}
.dsxx-topbox{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.dsxx-topbox .banner{
	width: 100%;
	max-width: 100%;
	display: block;
}
.dsxx-topbox .bd{
	width: 100%;
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 10;
}
.dsxx-topbox .logo{
	width: 355px;
	display: block;
}
.dsxx-box{
	width: 100%;
	min-height: 0;
	padding: 70px 0 100px;
	background:  no-repeat center center;
	background-size: cover;
}
.dsxx-row{
	overflow: hidden;
	margin: 0 -25px;
}
.dsxx-item{
	width: 50%;
	float: left;
}
.dsxx-item .cont{
	padding: 30px 30px 60px;
	background: #fff;
	position: relative;
	margin: 0 25px;
}
.dsxx-item .bot{
	width: 100%;
	height: 60px;
	display: block;
	background: #cc0111;
	border-bottom: solid 10px #b1000e;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.dsxx-item .hd{
	overflow: hidden;
	margin-bottom: 22px;
}
.dsxx-item .hd .title{
	float: left;
}
.dsxx-item .hd .title img{
	height: 62px;
	display: block;
}
.dsxx-item .hd .more{
	width: 62px;
	height: 25px;
	float: right;
	margin-top: 10px;
	background: #fd890e;
	text-align: center;
	border-radius: 25px;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}
.dsxx-item .hd .more:hover{
	background: #fe8300;
	color: #fff;
}
.dsxx-list{
	width: 100%;
	height: 468px;
	overflow: hidden;
}
.dsxx-list li{
	width: 100%;
	overflow: hidden;
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	border-bottom: dashed 1px #e5e5e5;
	padding: 25px 0 24px;
}
.dsxx-list li:nth-child(6){
	border-bottom: none;
}
.dsxx-list .title{
	max-width: 78%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}
.dsxx-list .time{
	float: right;
	color: #999;
}
.dsxx-list li:hover .title{
	color: #1c4f90;
}
@media screen and (max-width: 1440px) {
	.dsxx-item .hd .title img{
		height: 52px;
	}
	.dsxx-item .hd .more{
		font-size: 16px;
    margin-top: 5px;
	}
	.dsxx-list li{
		font-size: 16px;
	}
}

/*** 2021.4.25 ****/
.layout-row, .detail-con .dethd{
	overflow: visible;
}
.layout-row:before, .layout-row:after,
.ndet-top:before, .ndet-top:after,
.ndet-top .detinfo:before, .ndet-top .detinfo:after,
.detail-con .dethd:before, .detail-con .dethd:after,
.detail-con .detinfo:before, .detail-con .detinfo:after,
.ndet-top .infobox:before, .ndet-top .infobox:after{
	content: '';
	display: table;
	clear: both;
}
.social-share{
  float: right;
  padding-left: 35px;
  background:  no-repeat left center;
}
.ndet-top{
	/* width: 100%; */
}
.ndet-top .detinfo,
.detail-con .detinfo,
.ndet-top .infobox{
	width: 100%;
	display: table;
	padding-top: 10px;
}
.ndet-top .detinfo .fr,
.detail-con .detinfo .fr,
.ndet-top .infobox .fr{
	float: right;
}
.ndet-top .brief,
.detail-con .dethd .info{
	text-align: left;
	float: left;
	padding-top: 0;
}
.ndet-top .brief span,
.detail-con .dethd .info span{
	line-height: 32px;
	margin: 0 10px 0 0;
}

.page-newsdet-box .doc img{
	display: block;
}

/*** 移动端 ***/
@media screen and (max-width: 991.98px) {
	.layout-row{
		width: 100% !important;
		padding: 0.5rem 0 0.9rem;
	}
	.w1000{
		width: 100%;
	}

	/* 派驻监督 */
	.pzjd-box .right-box,
	.pzjd-box .left-box{
		width: 100%;
		float: none;
	}
	.pzjd-box .right-box{
		margin-bottom: 0.7rem;
	}
	.pzjd-box .right-box .top-name{
		height: auto;
		padding: 0.4rem 0.42rem;
		font-size: 0.34rem;
		line-height: 0.5rem;
	}
	.pzjd-box .right-box .list{
		width: 100%;
		position: relative;
		padding: 0.38rem 0.26rem;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.pzjd-box .right-box .list li{
		font-size: 0.28rem;
		line-height: 0.48rem;
		margin-bottom: 0.35rem;
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	.pzjd-box .right-box .list li:nth-child(1),
	.pzjd-box .right-box .list li:nth-child(2){
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
	}
	.pzjd-box .right-box .list li img{
		width: 0.3rem;
		max-width: 24px;
		height: auto;
		margin: -2px 0.15rem 0 0;
	}
	.pzjd-box .left-box .top-name{
		height: auto;
		display: block;
		padding: 0.38rem 0.2rem;
		font-size: 0.36rem;
		line-height: 0.54rem;
	}
	.pzjd-box .left-box .top-name span{
		display: block;
	}
	.pzjd-box .left-box .doc{
		padding: 0 0.15rem;
		font-size: 0.3rem;
		line-height: 2em;
		margin-top: 0.3rem;
	}
	.pzjd-box .left-box .doc p{
		margin-bottom: 0.46rem;
	}

	.pzjd-box .imgs-box2{
		width: 100%;
		position: relative;
		margin-top: 0.6rem;
	}
	.pzjd-box .imgs-box2 img{
		width: 100%;
		max-width: 100%;
		display: block;
	}

	/* 党史学习频道页 */
	.dsxx-inner{
		width: 100%;
    height: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 0 0.15rem;
    margin: 0 auto;
    position: relative;
	}
	.dsxx-box{
		padding: 0.7rem 0 1.32rem;
	}
	.dsxx-row{
		margin: 0;
	}
	.dsxx-item{
		width: 100%;
		float: none;
		margin-bottom: 0.76rem;
	}
	.dsxx-zlbox{
		margin-bottom: 0;
	}
	.dsxx-item .cont{
		padding: 0.5rem 0.25rem 0.1rem;
		margin: 0;
	}
	.dsxx-item .hd{
		margin-bottom: 0.2rem;
	}
	.dsxx-item .hd .title img{
		height: 0.65rem;
	}
	.dsxx-item .hd .more{
		margin: 0;
		width: 1.2rem;
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.26rem;
		border-radius: 0.3rem;
	}
	.dsxx-list{
		height: auto;
	}
	.dsxx-list li{
		font-size: 0.28rem;
		line-height: 0.5rem;
		padding: 0.18rem 0;
		border-style: solid; 
	}
	.dsxx-item .bot{
		height: 0;
		border-bottom-width: 0.1rem;
	}
	.dsxx-list .title{
		max-width: 72%;
	}

	/* 新闻列表 */
	.page-news-box .layout-bdbox,
	.page-fgwj-box .layout-bdbox{
    padding-top: 0.14rem;
  }
  .news-list li{
		font-size: 0.3rem;
		line-height: 0.44rem;
		padding: 0.22rem 0;
	}
	.news-list li a{
		max-width: 100%;
		float: none;
		display: block;
		min-width: 50%;
		white-space: normal;
		max-height: 0.84rem;
		margin-bottom: 6px;
	}
	.news-list li .time{
		display: block;
		float: none;
		line-height: 0.3rem;
		color: #999;
	}

	/* 新闻详情，公开目录详情 */
	.page-gkmu-box .layout-row{
		padding-top: 0.2rem;
	}
	.ndet-top{
		padding: 0.3rem 0.15rem 0.32rem;
	}
	.detail-con{
		margin-top: 0.6rem;
		padding: 0 0.15rem;
	}
	.detail-con .dethd{
		margin-bottom: 0.5rem;
	}
	.ndet-top .tit{
		font-size: 0.36rem;
		line-height: 0.54rem;
		text-align: left;
	}
	.detail-con .dethd h1{
		font-size: 0.36rem;
		line-height: 0.54rem;
	}
	.detail-con .dethd .titbox{
		padding-bottom: 0.2rem;
	}
	.ndet-top .subtit{
		font-size: 0.2rem;
		line-height: 0.4rem;
		margin-top: 0.1rem;
		text-align: left;
	}
	.ndet-top .detinfo, .ndet-top .infobox{
		padding-top: 5px; 
	}
	.detail-con .detinfo{
		padding-top: 0.2rem;
	}
	.ndet-top .brief, .detail-con .dethd .info{
		float: none;
		overflow: hidden;
		line-height: 0.42rem;
		text-align: left;
	}
	.ndet-top .brief span{
		font-size: 0.24rem;
		line-height: 0.42rem;
		display: block;
		margin: 0;
	}
	.detail-con .dethd .info span{
		font-size: 0.24rem;
		line-height: 0.42rem;
		display: block;
		margin: 0;
	}
	.ndet-top .brief span:last-child, .detail-con .dethd .info span:last-child{
		margin-right: 0;
	}
	.ndet-top .detinfo .fr,
	.social-share{
		display: none;
	}
	.page-newsdet-box .doc,
	.detail-con .doc,
	.page-zyfwdet-box .doc{
		font-size: 0.3rem;
		line-height: 2em;
		margin-top: 0.32rem;
		overflow-x: auto;
	}
	.det-golist{
		margin-top: 0.52rem !important;
		padding: 0;
	}
	.det-golist a{
		line-height: 0.7rem;
		font-size: 0.22rem;
		color: #999;
		margin: 0 0.13rem;
	}
	.post-page{
		margin-top: 0.5rem;
		border-top: solid 1px #e5e5e5;
	}
	.post-page li{
		font-size: 0.28rem;
		line-height: 0.45rem;
		border-bottom: solid 1px #e5e5e5;
		padding: 0.22rem 0;
	}
	.post-page li a{
		white-space: normal;
		max-height: 0.9rem;
	}

	.detail-table table td{
		text-align: left !important;
		padding: 0.1rem !important;
		font-size: 0.26rem;
		line-height: 0.44rem;
	}

	.det-zcjdlink, .det-zcywlink{
		font-size: 0.28rem;
		line-height: 0.48rem;
		margin-top: 0.5rem;
	}


	/* 机关党建 */
	.jgdj-box{
		margin-top: 0.5rem;
	}

	/* 联系我们 */
	.link-box{
		padding-top: 0;
	}
	.link-box .top-name{
		font-size: 0.4rem;
    line-height: 0.54rem;
	}
	.link-box .table-box{
		margin-top: 0.5rem;
	}
	.link-box .table-box table{
		width: 100%;
		border: none;
	}
	.link-box .table-box table td{
		font-size: 0.28rem;
		line-height: 0.45rem;
		padding: 0.1rem;
		text-align: left;
		vertical-align: middle;
	}
	.link-box .table-box table td:first-child{
		padding: 0.1rem;
		width: 6em;
		text-align: center;
		white-space: nowrap;
	}

	/* 网站地图 */
	.webmaptitle{
		height: 83px;
		line-height: 70px;
	}
	.webmapcontent h1{
		font-size: 0.32rem;
		line-height: 0.8rem;
		height: 0.8rem;
		background-position: left center;
		padding-left: 0.4rem;
	}
	.webmapcontent ul{
		padding: 0.3rem 0.3rem 0;
		margin-bottom: -0.1rem;
	}
	.webmapcontent ul li{
		width: 50%;
		font-size: 0.28rem;
		line-height: 0.48rem;
		margin-bottom: 0.1rem;
		padding-left: 0.28rem;
	}
	.sitemap-item{
		margin-bottom: 0.5rem;
	}

	/* 政务公开-机构概况 */
	.table-jgdet{
		width: 100%;
		padding: 0;
	}
	.table-jgdet th, .table-jgdet td{
		width: 100%;
		display: block;
		height: auto;
		font-size: 0.28rem;
		line-height: 0.48rem;
		padding: 0.2rem 0.1rem;
		text-align: left;
	}
	.table-jgdet tr:last-child th{
		border-bottom: 1px dashed #cccccc;
	}
	.table-jgdet td{
		font-size: 0.3rem;
		line-height: 2em;
	}

	/* 政务公开-领导信息 */
	.page-bmld-box .layout-bdbox .item{
		padding: 0.5rem 0.28rem;
	}
	.page-bmld-box .layout-bdbox .item .fl{
		width: 100%;
		float: none;
		display: flex;
		display: -webkit-flex;
	}
	.page-bmld-box .layout-bdbox .item .images{
		flex: 0 0 2.5rem;
		-webkit-flex: 0 0 2.5rem;
		margin: 0 0.2rem 0 0;
		border: none;
	}
	.page-bmld-box .layout-bdbox .item .images img{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		border: 1px solid #d7e9f3;
	}
	.page-bmld-box .layout-bdbox .item .text{
		float: none;
		width: 100%;
		flex: 1;
		-webkit-flex: 1;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	.page-bmld-box .layout-bdbox .item .tit{
		font-size: 0.36rem;
		line-height: 0.6rem;
	}
	.page-bmld-box .layout-bdbox .item .det{
		font-size: 0.28rem;
		line-height: 0.48rem;
		margin-top: 0.1rem;
	}
	.page-bmld-box .layout-bdbox .item .link{
		padding-top: 0.5rem;
		width: 100%;
		float: none;
		overflow: hidden;
		margin: 0 auto;
	}
	.page-bmld-box .layout-bdbox .item .link a{
		width: 48%;
		float: left;
		white-space: nowrap;
		text-align: center;
		font-size: 0.28rem;
		line-height: 0.6rem;
		padding: 0.1rem;
		margin: 0;
	}
	.page-bmld-box .layout-bdbox .item .link span{
		display: inline-block;
		vertical-align: middle;
	}
	.page-bmld-box .layout-bdbox .item .link .lbtn2{
		float: right;
	}
	.page-bmld-box .layout-bdbox .bmld-list{
		margin: 0.5rem -0.1rem 0;
		padding: 0;
	}
	.page-bmld-box .layout-bdbox .bmld-list li{
		width: 50%;
		display: table;
		margin: 0 0 0.2rem;
		padding: 0 0.1rem;
	}
	.page-bmld-box .layout-bdbox .bmld-list a{
		width: 100%;
		height: 1.5rem;
		padding: 0.1rem 0.05rem;
		font-size: 0.36rem;
		line-height: 0.48rem;
	}
	.page-bmld-box .layout-bdbox .bmld-list a div{
		font-size: 0.24rem;
		line-height: 0.34rem;
	}
	.page-bmld-box .layout-bdbox .bmld-list span,
	.page-bmld-box .layout-bdbox .bmld-list .active span{
		display: none;
	}

	/* 政务公开-领导详情 */
	.page-bmlddet-box .layout-row{
		padding-top: 0;
	}
	.bmldd-top .cont{
		padding: 0.5rem 0.3rem;
	}
	.bmldd-top .cont .imgs-box img{
		width: 3rem;
	}
	.bmldd-top .cont .names{
		font-size: 0.4rem;
		line-height: 0.8rem;
		margin: 0.2rem 0 0;
	}
	.bmldd-top .cont .doc{
		font-size: 0.28rem;
		line-height: 0.48rem;
	}
	.inner-tit h5{
		font-size: 0.32rem;
		line-height: 0.5rem;
	}
	.xtjj-jj .doc{
		font-size: 0.3rem;
		line-height: 2em;
		margin-top: 0.2rem;
	}
	.xtjj-list{
		margin-top: 0.4rem;
	}

	/* 政务公开-内设机构 */
	.nsjg-list li a{
		float: left;
		margin-bottom: 0;
	}
	.nsjg-list li .time{
		float: right;
		line-height: inherit;
	}

	/* 政务公开-协调议事机构频道页 */
	.page-xtjg-box .xtjg_list{
		display: flex;
		display: -webkit-flex;
		padding: 0;
		margin: 0.3rem -0.12rem -0.2rem;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.page-xtjg-box .xtjg_list .item{
		width: 50%;
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		margin: 0 0 0.2rem;
		padding: 0 0.12rem;
	}
	.page-xtjg-box .xtjg_list .item a{
		height: 2.4rem;
	}
	.page-xtjg-box .xtjg_list .item .tit{
		font-size: 0.3rem;
    line-height: 0.45rem;
	}
}

/* 2022.8.25  */
.table-jgdet table{
	height: 100%;
}
.table-jgdet td{
	vertical-align: top;
}

.table-jgdet .tbcont th,.table-jgdet .tbcont td{
	border-bottom: 1px dashed #cccccc;
}
.table-jgdet .tbcont tr:last-child th, .table-jgdet .tbcont tr:last-child td{
	border-bottom: none;
}
.table-jgdet .photo img{
	margin: 0 auto;
}