/* 2021.6.8 新增 */
.serch_box {
	background: #fafafa;
	height: auto;
	padding: 42px 16px 16px;
}

.serch_box .no_margin {
	margin: 0;
}

.serch_box .top_title_pic {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.serch_box .top_title_pic li {
	margin: 0;
}

.serch_box .top_title_pic i {
	position: absolute;
	display: none;
	font-style: normal;
	right: 32px;
	top: 6px;
	width: 33px;
	height: 33px;
	line-height: 36px;
	color: #696969;
	cursor: pointer;
}

.serch_box .top_title_pic button {
	position: absolute;
	right: 0px;
	_right: 28px;
	/* top: 3px; */
	width: 58px;
	height: 42px;
	background: url(../img/gfxwjSearch.png) 0 0 no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	border: none;
	outline: none;
	cursor: pointer;
}
.serch_box .radio_tip {
	color: #1b65b9;
}
*+ul.top_title_pic button {
	right: 24px;
}

.serch_box .top_title_pic input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	font-size: 18px;
	color: #666;
	border: 2px solid #1b65b9;
	outline: none;
	background: #fff;
	
}

*+ul.top_title_pic .inp_text {
	margin: 0 5px;
}

.serch_box .top_title_pic .btn {
	display: inline;
	margin-top: 2px;
	width: 140px;
	height: 50px;
	text-align: center;
	background: #015293;
	border-radius: 11px;
	cursor: pointer;
}

.serch_box .colun1 {
	overflow: hidden;
	zoom: 1;
	margin: 40px 0 10px;
}

.serch_box .colun1 ul {
	float: left;
	overflow: hidden;
	zoom: 1;
	font-size: 16px;
	margin-right: 44px;
	margin-right: 24px\9;
	_margin-right: 0px;
}

.serch_box .colun1 li {
	float: left;
	margin-right: 6px;
}
.serch_box .colun1 li input{
	vertical-align: text-top;
}

.serch_box .colun1 li span {
	margin-left: 6px;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

.policySearchnoResultsPage_middle {
	width: 748px;
	margin: 50px auto 20px;
	/* margin-top: 50px;*/
	display: none;
}

.policySearchnoResultsPage_middle .jg_box {
	margin: 0px auto;
	text-align: center;
	width: 330px;
}

.policySearchnoResultsPage_middle .jg_p {
	margin-left: 45px;
	text-align: left;
	color: #7c7c7c;
	line-height: 30px;
}

.policySearchnoResultsPage_middle .jg_Para02 {
	height: 35px;
	line-height: 35px;
	color: #7c7c7c;
	font-size: 18px;
	font-weight: bold;
}

.policySearchnoResultsPage_middle .ys02 {
	line-height: 35px;
	float: left;
}
/* 2021.6.8 新增 end */

.inner {
	position: relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

a:hover {
	text-decoration: none;
}

#container .main {
	margin: 0px auto;
	width: 1200px;
	position: relative;
}

/* 文章滚动条样式 */
.article-box::-webkit-scrollbar {
	width: 10px;
}

.article-box::-webkit-scrollbar-track-piece {
	background: #f2f2f2;
	border-radius: 100px;
}

.article-box::-webkit-scrollbar-thumb {
	background: #0B56A6;
	border-radius: 100px;
}
.wrap{
	background-color: #f8f8f8;
}
/* content 开始 */
.content{
	position: relative;
	padding-top: 80px;
	background-image: url('../img/zfxxgkMax.png');

  background-repeat: no-repeat; 
	padding-bottom: 100px;
}
.content .content-bg{
	width: 100%;
	height: 448px;
	position: absolute;
	top: 0;
	left: 0;


}
.content .title {
	font-size: 80px;
	
	text-align: center;
	font-weight: normal;
}

.content .grid {
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
	padding: 36px;
	background-color: #fff;
}

.grid>.row {
	margin-left: 0;
	margin-right: 0;
}

.info-search {
	font-size: 0;
	text-align: center;
	margin-bottom: 36px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .info-search:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	width: 20%;
	height: 0;
	border-bottom: 2px solid #ccc;
}

.info-search:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	width: 20%;
	height: 0;
	border-bottom: 2px solid #ccc;
} */

.grid .search-box {
	background: #ffffff;
	border: 1px solid #cf2820;
	/* border-radius: 9px; */
	width: 600px;
	height: 50px;
	/* margin: 0 auto; */
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
}

.grid .search-box input {
	width: 400px;
	height: 48px;
	border: none;
	font-size: 20px;
	/* border-radius: 9px; */
}

input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999;
}

.search-ico {
	/* background-image: url(../img/grid-search.png); */

	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background-color: #0B56A6;
}
.getYsqgk{
	display: flex;
  align-items: center;
	justify-content: space-between;
	width: 180px;
	height: 50px;
	border: 1px solid #DCDCDC;
	margin-left: 20px;
	padding: 0 20px;
	font-size: 20px;
	color: #0B56A6;
	font-weight: 550;
	cursor: pointer;
}
.getYsqgk-title{
	
	font-size: 20px;
}
/* 政府信息公开树 开始 */
ul.info-tree {
	padding-bottom: 15px;
	margin-left: -15px;
}


@media (max-width: 768px) {

	ul.info-tree,
	.main {
		margin: 0px -15px;
	}
	.getYsqgk{
		display: none;
	}
}

ul.info-tree>li ul {
	display: none;
}

ul.info-tree>li {
	position: relative;
	font-size: 18px;
}

ul.info-tree>li+li {
	margin-top: 15px;
}

/* 左侧导航栏li 高亮文字颜色 */
ul.info-tree li a {
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 28px;
	padding: 4px 0px 4px 75px;
	color: #0B56A6;
	background-color: #fff;
	border: 1px solid #e7e7e7;
}

/* 左侧导航栏li 高亮背景颜色 */
ul.info-tree li a:hover,
ul.info-tree li.level-1.current a {
	color: #fff;
	background-color: #0B56A6;
}

ul.info-tree li a i {
	position: absolute;
	top: 10px;
	left: 20px;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(../img/icons.png);
	background-size: 320px auto;
	transition: transform .3s;
}

/* 左侧导航栏图标 */
ul.info-tree li a i.s1 {
	background-position: -200px 0px;
}

ul.info-tree li a i.s2 {
	background-position: 0px 0px;
}

ul.info-tree li a i.s3 {
	background-position: -40px 0px;
}

ul.info-tree li a i.s4 {
	background-position: -80px 0px;
}

ul.info-tree li a i.s5 {
	background-position: -120px 0px;
}

ul.info-tree li a i.s6 {
	background-position: -240px 0px;
}

ul.info-tree li a i.s7 {
	background-position: -120px 0px;
}


/* 政府信息公开树 高亮 开始 */
ul.info-tree li a:hover i.s1, ul.info-tree>li.current a i.s1{
	background-position: -200px -40px;
}
ul.info-tree li a:hover i.s2, ul.info-tree>li.current a i.s2{
	background-position: 0px -40px;
}
ul.info-tree li a:hover i.s3, ul.info-tree>li.current a i.s3{
	background-position: -40px -40px;
}
ul.info-tree li a:hover i.s4, ul.info-tree>li.current a i.s4{
	background-position: -80px -40px;
}
ul.info-tree li a:hover i.s5, ul.info-tree>li.current a i.s5{
	background-position: -120px -40px;
}

ul.info-tree li a:hover i.s6,
ul.info-tree>li.current a i.s6 {
	background-position: -240px -40px;
}

ul.info-tree li a:hover i.s7,
ul.info-tree>li.current a i.s7 {
	background-position: -120px -40px;
}

/* 政府信息公开树 高亮 结束 */
ul.info-tree li.level-1 a,
ul.info-tree li.level-2 a {
	display: inline-block;
}

ul.info-tree li li a:hover {
	text-decoration: underline;
}

ul.info-tree li li {
	position: relative;
	line-height: 32px;
}

ul.info-tree li li a {
	font-size: 16px;
}

ul.info-tree li.level-2 ul {
	padding-left: 20px;
	border: none;
}

ul.info-tree li.level-2 ul li {
	font-size: 14px;
}

ul.info-tree>li:hover ul.info-tree li.level-2 ul {
	padding-left: 20px;
}

ul.info-tree li.level-2 ul li {
	font-size: 14px;
}

ul.info-tree>li.level-1>i:after {
	margin-top: -10px;
	background-image: url(../img/icons.png);
	background-size: 320px auto;
	background-position: -35px -280px;
	transition: transform .3s;
}

ul.info-tree>li.current>i:after {
	margin-top: -10px;
	margin-left: 12px;
	background-image: url(../img/icons.png);
	background-size: 320px auto;
	background-position: -84px -277px;
	transition: transform .3s;
}

ul.info-tree li.level-1.current a {
	display: block;
}

ul.info-tree li li:not(.level-2) a:after {
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 50%;
	left: 35px;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	background: #333;
	border-radius: 100px;
}

ul.info-tree li li a:hover:after {
	background: #1e5fd8;
}

ul.info-tree li li a:hover:after {
	color: #102b63;
	background: #102b63;
}

ul.info-tree li.level-1.current ul li a {
	color: #333;
	line-height: 24px;
	padding-left: 50px;
	border: none;
	background-color: #fff;
}

ul.info-tree li.level-1.current ul li a:hover,
ul.info-tree li.level-1.current ul li a:focus {
	background-color: #e8f5ff;
	text-decoration: none;
	color: #0B56A6;
}

ul.info-tree .current>ul {
	display: block;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-top: none;
}

ul.info-tree li.level-1>i {
	position: absolute;
	top: 20px;
	right: 5%;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-position: center;
	cursor: pointer;
}

ul.info-tree li.level-1>i {
	background-image: url(../img/pus01.png);
}

ul.info-tree li.level-1.current>i {
	background-image: url(../img/prep.png);
	font-style: normal;
}

ul.info-tree li a:hover+ul+i {
	background-image: url(../img/pus02.png);
}

ul.info-tree .level-2 a:hover+ul+i {
	background-image: url(../img/c-pus01.png);
}

ul.info-tree li a:focus {
	text-decoration: none;
	font-weight: bold;
}

ul.info-tree li.level-2>i {
	position: absolute;
	top: 7px;
	left: 27px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 24px;
	text-align: center;
	background-position: center;
	color: #aaa;
	cursor: pointer;
}

ul.info-tree li.level-2>i {
	background-image: url(../img/c-pus01.png);
	font-style: normal;
}

ul.info-tree li.level-2.current>i {
	background-image: url(../img/c-pus02.png);
	font-style: normal;
}

ul.info-tree li.level-2.current>a:hover+ul+i {
	background-image: url(../img/c-pus02.png);
	font-style: normal;
}
/* 当前栏目高亮颜色 */
.info-tree li.current>a{
	color: #fff;
    background-color: #0B56A6;
}
ul.info-tree li.level-1 ul li.current>a{
	font-weight: bold;
	color:#0B56A6;
}
/* 政府信息公开树 结束 */
/* 右侧内容 开始 */
.container-box {
	border: 1px solid #e7e7e7;
	background-color: #fff;
	margin-right: -15px;
}

.article {
	padding: 0;
}

.article h2 {
	font-size: 32px;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	line-height: 1.5;
}

.article h2 a {
	color: #cf2820;
	line-height: 100px;

}

.article .article-box p {
	line-height: 32px;
	margin-bottom: 10px;
	padding: 0px 24px;
	margin: 1em 0;
}

.article-footer {
	padding-left: 24px;
	padding-right: 24px;
}

.article-footer .f-tit {
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	text-align: left;
}

.article-footer ul {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.article-footer ul li {
	display: list-item;
	text-align: -webkit-match-parent;
}

.article-footer ul li a {
	cursor: pointer;
	color: #0B56A6;
	text-decoration: underline;
}

.article-box {
	max-height: 940px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0px;
	margin-right: 14px;
	margin-bottom: 40px;
	line-height: 2;
	text-align: justify;
	color: #333;
	font-size: 16px;
	margin-top: 0;
}

.info-list {
	margin-top: 10px;
}

.info-list li {
	font-size: 0;
	padding-left: 10px;
}

.info-list li::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.info-list li i {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-left: 6px;
	background-color: #b5b5b5;
	display: inline-block;
	vertical-align: middle;
}

.info-list li a {
	width: 600px;
	display: inline-block;
	vertical-align: middle;
	padding: 8px 20px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.info-list li span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	color: #666666;
	font-size: 16px;
	float: right;
}

/* 页码 开始 */
#navbox {
	text-align: center;
	padding: 20px 0;
}

#navbox a {
	display: inline-block;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	padding: 0 11px;
	height: 30px;
	background-color: #eeeeee;
	margin-left: 5px;
	margin-bottom: 5px;
}

#navbox a:hover {
	background-color: #0B56A6;
	color: #ffffff;
	transition: all 0.3s;
}

#navbox span {
	display: inline-block;
	padding: 0 11px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	background-color: #0B56A6;
	color: #ffffff;
	margin-left: 5px;
}

/* 页码 结束 */
/* 领导信息 开始 */
.ldxx-list {
	padding: 20px;
}

.ldxx-li {
	height: 196px;
	margin-bottom: 20px;
	background-color: #FFEDED;
}

.ldxx-li img {
	width: 153px;
	height: 196px;
	display: block;
}

.ldxx-li-right {
	width: 578px;
	margin-left: 20px;
}

.ldxx-li-right>h3 {
	font-size: 18px;
	color: #0a0a0a;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

.ldxx-li-right>h3:first-child+h3 {
	margin-top: 0;
	margin-bottom: 18px;
}

.ldxx-li-right>p {
	width: 560px;
	font-size: 16px;
	color: #606060;
	margin-bottom: 20px;
}

.ldxx-details {
	width: 138px;
	line-height: 38px;
	background-color: #CF2820;
	border-radius: 5px;
	transition: all 0.3s;
	display: block;
}

.ldxx-details:hover {
	background-color: #cf2820;
	opacity: 0.75;
}

.ldxx-details>i {
	display: inline-block;
	width: 22px;
	height: 18px;
	background-image: url(../img/icon_menu.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	margin: -2px 26px 0 14px;
}

.ldxx-details>span {
	font-size: 16px;
	color: #ffffff;
}

/* 领导信息 结束 */
/* 主题分类 开始 */
/*主题分类*/
.zcwj_screen {
	margin-bottom: 10px;
	margin-right: -15px;
	background-color: #fff;
	box-sizing: border-box;
	background-image: url(../img/xb-xxml-flbjt.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.zcwj_screen .zcwj_screen_fileType {
	height: 60px;
}

.zcwj_screen>div {
	height: 60px;
}

.zcwj_screen .title {
	width: 178px;
	color: #fff;
	float: left;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
	border-right: 1px solid #0B56A6;
}

.zcwj_screen ul {
	float: left;
	display: block;
	margin-left: 20px;
}

.zcwj_screen ul li {
	float: left;
	color: #fff;
	margin-top: 15px;
	padding: 4px 13px;
	text-align: center;
	border-radius: 15px;
	margin-right: 15px;
	cursor: pointer;
	transition: all 0.3s;
}

.zcwj_screen ul li:hover,
.zcwj_screen ul li.active {
	background-color: #0B56A6;
	font-weight: 700;
}

/* 主题分类 结束 */
/* 右侧内容 结束 */
/* content 结束 */

/* footer 开始 */
/*--------容器 主体 页脚-----------*/

/* footer 结束 */

/* 移动端样式 */
@media (max-width: 769px) {
	#container .main {
		width: 100%;
	}

	.mt60 {
		margin-top: 0.54rem;
	}

	.inner {
		width: 100%;
	}
	.content{
		padding-top: 0;
	}

	.content .grid {
		width: 100%;
		padding: 0.55rem 0.2rem 0.9rem;
		margin-top: 0;
	}

	/* 头部 开始 */
	#header {
		height: 2rem;
		margin-bottom: 0.9rem;
		background-size: auto;
		overflow: visible;
	}

	#container #header .main {
		height: 100%;
		width: 100%;
	}

	#header .logo-header>img {
		/*width: 0.7rem;*/
		height: 0.75rem;
		margin-left: 0.3rem;
	}

	#header .logo-header {
		display: flex;
		align-items: center;
		height: 100%;
		margin: 0;
	}

	#header .logo-header .logo-text {
		width: 3.8rem;
		height: 0.8rem;
		margin-left: 0.14rem;
	}

	#header .logo-header .logo-text img {
		width: 100%;
		height: 100%;
	}

	.mobileIcon {
		display: block;
		width: 0.5rem;
		float: right;
		margin: 0.82rem 0.3rem 0 0;
	}

	.mobileIcon span {
		display: block;
		width: 0.5rem;
		height: 0.1rem;
		background: #0B56A6;
		margin-bottom: 0.08rem;
	}

	.info-search .search-box {
		width: 100vw;
		left: 0;
		height: 1.3rem;
		display: flex;
		top: 100%;
		margin-top: 0;
		align-items: center;
	}

	.info-search .search-box .input {
		width: 4.73rem;
		height: 0.8rem;
		font-size: 0.36rem;
		border-radius: 0;
		position: static;
		padding-left: 0.3rem;
		background-color: #fff;
	}

	.info-search .search-box .search-btn {
		width: 0.77rem;
		height: 0.8rem;
		display: flex;
		align-items: center;
		justify-content: center;
		position: static;
	}

	.info-search .search-box .search-btn span {
		display: none;
	}

	.info-search .search-box .search-btn i {
		width: 0.4rem;
		height: 0.4rem;
		margin: 0;
		display: inline-block;
		background-size: cover;
	}

	#nav-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 99999;
		padding-top: 3.81rem;
		background-color: rgba(0, 0, 0, .7);
		display: none;
	}

	#nav-menu .menu li {
		width: calc(50% - 0.5rem);
		height: 1.45rem;
		margin: 0.25rem;
		background-color: #185193;
	}

	#nav-menu .menu li a {
		height: 100%;
		background-color: #aa150e;
		box-sizing: border-box;
	}

	#nav-menu .menu li a:before {
		display: inline;
	}

	#nav-menu .menu li span {
		display: block;
		width: 100%;
		font-size: 0.34rem;
		text-align: center;
		margin-left: 0;
	}

	#nav-menu .menu li i {
		width: 0.6rem;
		height: 0.56rem;
		padding: 0;
		margin: 0.17rem 0 0.17rem;
		vertical-align: baseline;
	}

	.menu_x {
		display: block;
		position: absolute;
		right: 0.4rem;
		top: -3rem;
		width: 0.42rem;
		height: 0.42rem;
	}

	/* 头部 结束 */
	/* 中间 开始 */
	.content .title {
		text-align: center;
		font-size: 0.8rem;
		margin-bottom: 0.55rem;
	}

	.info-search {
		margin-bottom: 0.74rem;
	}
    .article h2 a {
         color: #cf2820;
         line-height: 1rem;
     }
	 .article-footer ul{
		 padding-inline-start: 0px;
	 }
	/* .info-search:before,
	.info-search:after {
		width: 0;
		height: 0;
		top: 0;
		left: 0;
		position: static;
	} */

	.grid .search-box {
		width: 6.9rem;
		height: 1.05rem;
		padding-left: 0.2rem;
	}

	.info-search .search-box input {
		width: calc(6.9rem - 0.2rem - 1.2rem);
		height: 100%;
	}

	.info-search .search-ico {
		width: 1.2rem;
		height: 100%;
	}

	ul.info-tree li.level-1:first-child a,
	ul.info-tree li a {
		line-height: 56px;
	}

	ul.info-tree li.level-2>i {
		top: 6px;
	}

	.container-box {
		margin-left: -15px;
	}

	.ldxx-list {
		padding: 0.2rem;
	}

	.ldxx-li {
		height: auto;
	}

	.ldxx-li img {
		width: 3rem;
		height: 4rem;
	}

	.ldxx-li-right {
		width: calc(100% - 3rem - 0.2rem);
		margin-left: 0.2rem;
	}

	.ldxx-li-right>p {
		width: 100%;
	}

	.article h2 {
		margin: 30px 10px 0;
	}

	.article-box {
		max-height: 100%;
		margin-right: 0px;
	}

	.info-list li i {
		width: 0.1rem;
		height: 0.1rem;
		margin-top: 0.3rem;
		margin-left: 0;
		vertical-align: top;
	}

	.info-list li a {
		width: 95%;
		padding: 0.1rem 0.2rem;
	}

	.info-list li span {
		float: none;
		display: block;
		margin-left: 0.3rem;
		padding-left: 0;
	}

	.info-list li .line {
		width: 6.7rem;
		height: 0.01rem;
		background-color: #f8f8f8;
		margin: 0.1rem auto;
	}

	.zcwj_screen {
		margin-left: -15px;
		background-size: 100% 100%;
		margin-bottom: 0.2rem;
	}

	.zcwj_screen .title {
		width: 1.8rem;
		font-size: 0.32rem;
		margin-bottom: 0;
	}

	.zcwj_screen ul {
		margin-left: 0.2rem;
	}

	.zcwj_screen ul li {
		font-size: 0.28rem;
		margin-top: 0.36rem;
		margin-right: 0;
	}

	/* 中间结束 */
	/* 底部开始 */

	#footer {
		padding: 0.4rem 0;
		margin-top: 0.8rem;
	}

	#footer>.content {
		width: 100%;
		height: 5.96rem;
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}

	.footer-map {
		width: 100%;
		margin: 0;
	}

	.map-info {
		margin: 0.1rem 0 0 0;
		width: 100%;
	}

	.map-info>p {
		width: 100%;
		height: 0.28rem;
		font-size: 0.28rem;
		text-align: center;
		margin-bottom: 0.26rem;
	}

	#footer img.img-gzjg {
		height: 1.31rem;
		width: 1rem;
		left: 1.8rem;
		top: 97%;
		margin-left: 0rem;
		margin-top: -1.1rem;
	}

	#footer img.img-zfwzzc {
		height: 1.11rem;
		width: 2.2rem;
		left: 3.5rem;
		top: 99%;
		margin-left: 0rem;
		margin-top: -1.1rem;
	}

	.map-info>a {
		width: 100%;
		height: 0.28rem;
		font-size: 0.28rem;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0.26rem;
	}

	.map-info>p:nth-child(2n) {
		margin-left: 0px;
	}


	/* 弹框 */

	.model .link-model {
		width: 5.94rem;
		height: 2.8rem;
	}

	.model .link-model .top {
		height: 0.8rem;
		padding: 0.23rem 0.36rem 0 0;
	}

	.model .link-model .top i {
		width: 0.29rem;
		height: 0.29rem;
		background-size: 100% 100%;
	}

	.model .link-model .link_main {
		padding: 0.23rem 0.46rem 0.21rem;
	}

	.model .link-model .link_main .title {
		font-size: 0.28rem;
	}

	.model .link-model .link_footer {
		height: auto;
		padding: 0.16rem 0.3rem;
	}

	.model .link_footer .btn {
		width: 1.35rem;
		height: 0.48rem;
		font-size: 0.28rem;
	}

	.model .link_footer .btn.cancel {
		line-height: 0.48rem;
		margin-right: 0.2rem;
	}

	.model .link_footer .btn.confirm {
		line-height: 0.48rem;
	}

	/* 底部结束 */
}














  img {
    display: inline-block;
  }
  .model .link_footer .btn.confirm{
    background-color: #3382d9;
      border: 1px solid #3382d9;
  }

  @media (max-width:760px) {
    #header .logo-header img{
				height: 1.1rem;
			}
    .navbarMetoBox{
      display: none;
    }
    #header{
      background-image: url('../img/logoBack.png');
      background-size: 100% 100%;
    }
    #header .mobileIcon>span{
      background-color: #ffffff;
      /* background-color: #3382d9; */
    }
    #header .hf_mobileNavs>.content .nav-item{
      background-color: #3382d9;

    }
    #header .logo-header{
      margin: 0.5rem 0 0.5rem 0.3rem;
    }
    #header .mobileIcon{
      margin: 0.63rem 0.3rem 0.63rem 0;
    }
    #header .search-box-wrap{
      background-color: #3382d966;
    }
    .search-box .search-btn{
      background-color: #3382d9;
    }
    .model .link_footer .btn.confirm{
      background-color: #3382d9;
      border: 1px solid #3382d9;
    }
    #inside-content #side_info .tc{
      background: #3382d9;
    }
    #inside-content .info-tree>li.current a{
      border-color: #3382d9;
    }
    #navbox span{
      background-color: #3382d9;
    }
  }
  @media (min-width:1200px) {
    #header {
      background-image: url('../img/logoBack.png');
      height: 390px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .main{
      /* width: 1200px; */
      margin: 0 auto;
    }
    .searchHeraderBox{
      display: none;
    }
    .hederHomeLogoIMG {
      height: 123px;
      position: absolute;
      top: 50%;
      margin-top: -61px;
    }

    #nav-menu {
      height: 68px;
      position: relative;
      bottom: 68px;
      background: linear-gradient(-90deg, #000000 0%, #FFFFFF 100%);
      opacity: 0.78;
    }

    #header .search-box {
      width: 250px;
      height: 38px;
      padding: 0;
      padding-left: 20px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 4px;
      position: absolute;
      top: 70%;
      right: 0;
      margin-top: -25px;
      background-color: #c8c6c6;
      overflow: hidden;
    }

    #header .search-box .input {
      width: 165px;
      height: 38px;
      font-size: 18px;
      color: #333333;
      padding-right: 20px;
      background-color: #c8c6c6;
      border: none;
    }

    .search-box .search-btn {
      width: 65px;
      height: 38px;
      font-size: 0;
      background-color: #3382d9;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
    }

    .navbarMetoBox {
      width: 100%;
      height: 68px;
      position: relative;
     
      
    }

    .centerNavbarMetoBox {
      width: 1200px;
      height: 100%;
      display: flex;
      margin: 0 auto;
    }
    .backNavbarMetoBo{
      position: absolute;
      width: 100%;
      height: 100%;
       background: #0B56A6;
       opacity: 0.78;

    }

    .navbarLiBox {
      position: relative;
      z-index: 20;
      width: 16%;
      height: 100%;
      text-align: center;
      font-size: 24px;
      /* font-family: Source Han Sans CN; */
      font-weight: 400;
      color: #FFFFFF;
      line-height: 68px;
      cursor: pointer;
      /* opacity: 0.78;
      background: #3382d9; */
    }
    .navbarLiBox:hover{
      background:  linear-gradient(0deg, #1B81E2, #459DF2);;
      font-weight: bold;
    }
    .navbarLiActiveBox{
      background:  linear-gradient(0deg, #1B81E2, #459DF2);;
      font-weight: bold;
    }

    
 
    .navbarLiBoxHome{
      width: 11%;
      height: 100%;
    }
    .navbarLiBoxXXGK{
      width: 25%;
      height: 100%;

    }
    

    .navbarLiBox a {
      color: #FFFFFF;
      display: block;
      width: 100%;
      height: 100%;
    }

    #header .logo-header {
      margin: 0;
    }

    #header #logoImg {
      flex: 1;
    }
    .wzaydHeaderBox{
    background: #429AF4;
    border: 2px solid #94CFFC;
    border-radius: 21px;
    padding: 5px 10px;
  }
  #inside-content #side_info .tc{
    background:#0B56A6;

  }
  #inside-content .info-tree>li.current a{
    border-color:#0B56A6;
  }
  #navbox span{
    background:#0B56A6;
  }
  #inside-content .info-tree>li:hover a{
	border-color: #0B56A6;
}
.item-li-a .btn.red{
  background:#0B56A6;
}
.personal-tailor>.item-box li:hover{
	background-color: #94c5fc26;
  color: #0B56A6;
}
.personal-tailor>.item-box li:hover .item-li-a h2{
	color: #0B56A6;
}
.backtop{
  background-color:#0B56A6;
}
.personal-tailor>.item-box li:before :hover{
  background:#0B56A6;

}
.personal-tailor>.item-box li:hover::before {
  background: #0B56A6;
  border-radius: 50%;
}

  }
  #nav-crumbs .nav-crumbs-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }




  /* 政府信息公开样式 */
  ul.info-tree li a:hover, ul.info-tree li.level-1.current a{
    background-color:#0B56A6;
  }
  .info-tree li.current>a{
    background-color:#0B56A6;
  }
  ul.info-tree li a{
    color: #0B56A6;
  }


  .content .title{
		margin-top: 10px;
    color: #0B56A6;
  }
  ul.info-tree li a i{
    background-image: url('../img/iconsNew.png');
  }
  ul.info-tree li.level-1>i{
    background-image:url('../img/pus01New.png')
  }
  
  .grid .search-box{
    border: 1px solid #0B56A6 ;
  }
  ul.info-tree li.level-1 ul li.current>a{
    color: #0B56A6;
  }
  ul.info-tree li.level-1.current ul li a:hover,
  ul.info-tree li.level-1.current ul li a:focus {
	background-color: #e8f5ff;
	text-decoration: none;
	color: #0B56A6;
  }
  ul.info-tree li.level-2>i{
   
    background-image:url('../img/zfxxgkjhx.png')
    
  }
  ul.info-tree .level-2 a:hover+ul+i {
	background-image: url('../img/zfxxgkjhx.png');
}
  .search-ico{
		background-image: url(../img/search.png);
    /* background-image: url('../img/seracreZfxxgk.png'); */
  }
  .article-box a:hover{
    color: #0B56A6;
  }
  ul.info-tree li a:hover,
  ul.info-tree li.level-1.current a {
	color: #fff;
	background-color: #0B56A6;
  }
  .article h2 a{
    color: #0B56A6;
  }
  .article-box::-webkit-scrollbar-thumb {
	  background: #0B56A6;
	  border-radius: 100px;
  }
  #navbox a:hover{
    background-color: #0B56A6;
  }

  /* 政务服务 */
  .personal-tailor .item-box-dczj li:hover{
    background-color: #94c5fc26;
  color: #0B56A6;
  }
  #nav-crumbs a:hover{
    color: #0B56A6;
  }
