﻿/* 2021.4.21 */
body {
	min-height: 100vh;
	background: url(../img/zwxxgk-bg.png) 0 0 no-repeat;
	background-color: #eef4f8;
}

.inner {
	position: relative;
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

ul,
ol {
	list-style: none !important;
}
.container-box .ldxx-list ul {
	padding: 0;
}
.mt60 {
	margin-top: 60px;
}

a:hover {
	text-decoration: none;
}

/* 文章滚动条样式 */
.article-box::-webkit-scrollbar {
	width: 10px;
}

.article-box::-webkit-scrollbar-track-piece {
	background: #f2f2f2;
	border-radius: 100px;
}

.article-box::-webkit-scrollbar-thumb {
	background: #2d66a8;
	border-radius: 100px;
}

/* header 开始 */
.header {
	padding-top: 44px;
}

.header div a {
	display: block;
	width: 465px;
    height: 83px;
	line-height: 83px;
	/* background-image: url(../img/logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%; */
}
.header div a img:first-child{
	height: 78%;
	margin-right: 10px;
}
/* header 结束 */

/* content 开始 */
.content .title {
	font-size: 100px;
	color: #047edb;
	text-align: center;
}

.content .mainNavs {
	margin-top: 80px;
}

.content .mainNavs > ul {
	padding-left: 0;
	width: 100%;
}

.content .grid {
	width: 100%;
	margin: 0 auto;
	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;
}

.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;
}

.search-box {
	background: #ffffff;
	border: 1px solid #7499c3;
	border-radius: 9px;
	width: 484px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
}

.search-box input {
	width: 400px;
	height: 46px;
	border: none;
	outline: none;
	font-size: 20px;
	border-radius: 9px;
}

input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999;
}

.search-ico {
	background: none;
	background-image: url(../img/search.png);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

/* 政府信息公开树 开始 */
ul.info-tree {
	padding-bottom: 15px;
	margin-left: -15px;
}

@media (max-width: 768px) {
	ul.info-tree,
	.main {
		margin: 0px -15px;
	}
}
ul.info-tree {
	margin: 0px;
	padding: 0;
}
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: 20px;
	line-height: 28px;
	padding: 4px 0px 4px 75px;
	color: #047edb;
	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: #047edb;
}

ul.info-tree li a i {
	position: absolute;
	top: 14px;
	left: 20px;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(../img/icons.png);
	background-size: 320px auto;
	transition: transform 0.3s;
}

/* 左侧导航栏图标 */
ul.info-tree li a i.s1 {
	background: url(../img/zfxxgk_0.png) no-repeat;
	background-size: 100% 100%;
}

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: -160px 0px;
}

ul.info-tree li a i.s5 {
	background-position: -80px 0px;
}

ul.info-tree li a i.s6 {
	background-position: -240px 0px;
}

ul.info-tree li a i.s7 {
	background-position: -200px 0px;
}

ul.info-tree li a i.s8 {
	background-position: -120px 0px;
}

ul.info-tree li a i.s9 {
	background-position: -280px 0px;
}

/* 政府信息公开树 高亮 开始 */
ul.info-tree li a:hover i.s1,
ul.info-tree > li.current a i.s1 {
	background: url(../img/zfxxgk_0_hover.png) no-repeat;
	background-size: 1005 100%;
}

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: -160px -40px;
}

ul.info-tree li a:hover i.s5,
ul.info-tree > li.current a i.s5 {
	background-position: -80px -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: -200px -40px;
}

ul.info-tree li a:hover i.s8,
ul.info-tree > li.current a i.s8 {
	background-position: -120px -40px;
}

ul.info-tree li a:hover i.s9,
ul.info-tree > li.current a i.s9 {
	background-position: -280px -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-list {
	padding: 0;
}

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 0.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 0.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: -11px;
	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: 6px;
	border: none;
	font-size: 15px;
	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: #047edb;
}

ul.info-tree .current > ul {
	display: block;
	padding-left: 20px;
	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("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU3QkY5QkI2RTcxQTExRTk5NUQ1OUJFNDc3N0EyREIxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU3QkY5QkI3RTcxQTExRTk5NUQ1OUJFNDc3N0EyREIxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTdCRjlCQjRFNzFBMTFFOTk1RDU5QkU0Nzc3QTJEQjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTdCRjlCQjVFNzFBMTFFOTk1RDU5QkU0Nzc3QTJEQjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6M1xMjAAAABlBMVEUiS3/////zwuJyAAAAAnRSTlP/AOW3MEoAAAAfSURBVHjaYmBEAwxECzAwUCbAAAe4BKhhC4meAwgwAHXwAN0/1IHaAAAAAElFTkSuQmCC");
}

ul.info-tree li a:focus {
	text-decoration: none;
	font-weight: bold;
}

ul.info-tree li.level-2 > i {
	position: absolute;
	top: 7px;
	left: -18px;
	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: #047edb;
}

ul.info-tree li.level-1 ul li.current > a {
	font-weight: bold;
	color: #047edb;
}

/* 政府信息公开树 结束 */
/* 右侧内容 开始 */
.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: #2d66a8;
	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: #047edb;
	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;
}

.info-list {
	margin-top: 10px;
}

.info-list li {
	font-size: 0;
	padding-left: 10px;
	line-height: 40px;
}

.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: 560px;
	display: inline-block;
	vertical-align: middle;
	padding: 8px 20px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	color: #000;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.info-list li a:hover {
	color: #047edb;
}

.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: #047edb;
	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: #047edb;
	color: #ffffff;
	margin-left: 5px;
}

/* 页码 结束 */
/* 领导信息 开始 */
.ldxx-list {
	padding: 20px;
}

.ldxx-li {
	height: 196px;
	margin-bottom: 20px;
	background-color: #f3faff;
}

.ldxx-li img {
	width: 153px;
	height: 196px;
	display: block;
	float: left;
}

.ldxx-li-right {
	width: 530px;
	margin-left: 20px;
	float: left;
}
.com-not-data {
	padding-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: 533px;
	font-size: 16px;
	color: #606060;
	margin-bottom: 20px;
}

.ldxx-details {
	width: 138px;
	line-height: 38px;
	background-color: #0090ff;
	border-radius: 5px;
	transition: all 0.3s;
	display: block;
}

.ldxx-details:hover {
	background-color: rgba(0, 144, 255, 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;
	border-bottom: 1px solid #6495fa;
}

.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 #6495fa;
}

.zcwj_screen ul {
	float: left;
	display: block;
	margin-left: 20px;
}

.zcwj_screen .zcwj_screen_theme ul li {
	padding: 4px 10px;
	margin-right: 2px;
}

.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: #6495fa;
	font-weight: 700;
}

/* 主题分类 结束 */
/* 右侧内容 结束 */
/* content 结束 */

/* footer 开始 */
/*--------容器 主体 页脚-----------*/
.footer {
	width: 100%;
	padding: 50px 0;
	text-align: center;
	background: #2299f5;
	box-sizing: border-box;
	overflow: hidden;
}

.footer > a {
	vertical-align: top;
}

.safe2 {
	margin-left: 40px;
	margin-top: 9px;
}

.footer > div {
	display: inline-block;
	margin-left: 40px;
	color: #fff;
	line-height: 22px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	margin-top: 9px;
}

.footer > div > p img {
	vertical-align: top;
	margin-top: 3px;
}

.footer > div > p a {
	vertical-align: top;
}

.footer > div a {
	color: #fff;
	font-size: 14px;
}

.ml40 {
	margin-left: 40px;
}

.hf_mobileHide > span {
	width: 275px;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
}

s .mobileShow {
	display: none;
}

/* footer 结束 */
/* 外链弹窗 */
#model {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: none;
}

#model > .model-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	filter: alpha(opacity=30);
	background-color: rgba(0, 0, 0, 0.3);
}

#model .link-model {
	width: 690px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	top: 305px;
	left: 50%;
	margin-left: -345px;
	z-index: 2;
}

#model .link-model .top {
	min-height: 50px;
	background-color: #eeeeee;
	padding: 20px 42px 15px 0;
	text-align: right;
}

#model .link-model .top i {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	cursor: pointer;
}

#model .link-model .top i.close {
	background-image: url(../img/icon_close.png);
	opacity: 1;
}

#model .link-model .main {
	width: auto;
	padding: 41px;
	padding-bottom: 37px;
	background-color: #fff;
}

#model .link-model .main .title {
	font-size: 16px;
	color: #575757;
	text-align: center;
}

#model .link-model .footer {
	min-height: 70px;
	background-color: #eeeeee;
	padding: 17px 60px;
	text-align: right;
}

#model .footer .btn {
	display: inline-block;
	width: 104px;
	height: 34px;
	line-height: 34px;
	padding: 0;
	text-align: center;
	font-size: 16px;
	color: #3e3e3e;
	vertical-align: middle;
	cursor: pointer;
}

#model .footer .btn.cancel {
	line-height: 32px;
	border: 1px solid #a6a6a6;
	margin-right: 18px;
}

#model .footer .btn.confirm {
	line-height: 34px;
	color: #ffffff;
	background-color: #037edb;
}

/* 返回顶部 */
.backtop {
	position: fixed;
	bottom: 60px;
	right: 130px;
	display: block;
	width: 56px;
	height: 56px;
	cursor: pointer;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABt0lEQVRYR+2W/U0CQRTEZzrQCsQKpAOxA6xArQCpAK1AOxBKsAKxAzsQO4AKxsxllxzn3tcS5Q+5hJBc9u387u28t4848MMD62MvAEkzAEMAdyTXOR+TDSDpBcBtEP0AcJUDkQVQEl8AWAIwTBZEb4CyOMkiA5L8nwXRCyAlHs89F6IzQJP4PhCdALqI50K0AvQRz4FoBJB0D+AJwCIarmutd/VEG4CbzIjkc1fh8roA4Y8Yk1yl9mg9ghzhPjFHgGMGKOmyzTQk3yvuPgFwUYn7qnN60/4GUAeA7VGFGeChJsY343W8liW5fKugMdRlOTVAebMBgBs3HgDbuiVZrJE0AvAG4DVcv2UOZ2UC4LG03kDO8E4GQ5DfL3dMWBLwcOHgnSfAego6TQ0fkjwTrEka1MAFAMkfZg/ZmWQBpDZMCbYAOKuz/wEAIGVa3xGbP8lATcVsikuqUt/R5Y0m7OsBT8wViFXsGb8BMCTpkmysggiUBQDgPNX1JH0CcEdsLcNcADcqi7hJzStptah/0zjANJVhHYAFPOPP6/q6pDEAt9izCoBN5Ti7u3jCRDSInTFlxuN1/A1pl0UHHCBA+AAAAABJRU5ErkJggg==");
	background-color: #0090ff;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 2px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
	border: 1px solid #037edb;
	z-index: 99;
}

/* 2021.4.21 筛选 */
.serch_box {
	background: #fafafa;
	padding: 42px 16px 16px;
	margin-right: -15px;
}

.serch_box .no_margin {
	margin: 0 !important;
}

.serch_box .colun1 .no-padding-left{
	padding-left: 0;
}

.serch_box .top_title_pic {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-left: 0;
}

.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: 10px;
	_right: 28px;
	top: 3px;
	width: 36px;
	height: 36px;
	background: url("../img/search-1.png") 0 0 no-repeat;
	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: 30px;
	margin-right: 24px\9;
	_margin-right: 0px;
}

.serch_box .colun1 li {
	float: left;
	margin-right: 6px;
}
.serch_box .colun1 li input{
	margin-top: 2px;
	vertical-align: text-top;
}

.serch_box .colun1 li span {
	margin-left: 6px;
}

.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;
}

/* 移动端样式 */
@media (max-width: 769px) {
	body {
		min-width: 100%;
		background-image: url(../img/zwxxgk-bg-m.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.mt60 {
		margin-top: 0.54rem;
	}

	.inner {
		width: 100%;
	}

	.content .grid {
		width: 100%;
		padding: 0.55rem 0.2rem 0.9rem;
		margin-top: 0;
	}

	/* 头部 开始 */
	.header {
		padding-top: 0.4rem;
	}

	.header div a {
		width: 4.2rem;
		height: 0.73rem;
		margin-left: 0.3rem;
		display: flex;
	}
    .header div a img:first-child{
		height: 100%;
	}
	/* 头部 结束 */
	/* 中间 开始 */
	.content .title {
		text-align: center;
		font-size: 0.8rem;
		margin-bottom: 0.55rem;
	}

	.info-search {
		margin-bottom: 0.74rem;
	}

	.info-search:before,
	.info-search:after {
		width: 0;
		height: 0;
		top: 0;
		left: 0;
		position: static;
	}

	.search-box {
		width: 6.9rem;
		height: 1.05rem;
		padding-left: 0.2rem;
	}

	.zcwj_screen .zcwj_screen_theme ul li {
		padding: 0.04rem 0.1rem;
		margin-right: 0.02rem;
		margin-top: 0.1rem;
		height: auto;
	}

	.zcwj_screen .zcwj_screen_theme {
		display: flex;
		align-items: center;
	}

	.zcwj_screen ul li {
		float: left;
		color: #fff;
		padding: 0.04rem 0.13rem;
		text-align: center;
		border-radius: 15px;
		font-size: 0.25rem;
		margin: 0.15rem 0.15rem 0 0;
		cursor: pointer;
	}

	.search-box input {
		width: calc(6.9rem - 0.2rem - 1.2rem);
		height: 100%;
		outline: none;
	}

	.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 {
		line-height: initial;
	}

	.info-list li i {
		width: 0.1rem;
		height: 0.1rem;
		margin-top: 0.34rem;
		margin-left: 0;
		vertical-align: top;
	}

	.info-list li a {
		width: 95%;
		padding: 0.1rem 0.2rem;
	}
	.info-list li a h2 {
	}
	.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.4rem auto;
	}

	.zcwj_screen {
		margin-left: -15px;
		background-size: 100% 100%;
		margin-bottom: 0.2rem;
	}

	.zcwj_screen .title {
		width: 90px;
		font-size: 0.32rem;
		margin-bottom: 0;
	}

	.zcwj_screen ul {
		margin-left: 0.2rem;
		width: 5rem;
	}

	.zcwj_screen ul li {
		font-size: 0.24rem;
		margin-top: 0.36rem;
		margin-right: 0;
	}

	/* 中间结束 */
	/* 底部开始 */
	.footer-content {
		width: 100%;
	}

	.footer-content-box {
		width: 100%;
		display: block;
		vertical-align: middle;
	}

	.footer-info {
		height: auto;
		font-size: 0.28rem;
		color: #ffffff;
		text-align: center;
		margin-bottom: 0;
	}

	.footer-content-box-right {
		display: block;
		width: 100%;
		text-align: center;
		margin-left: 0;
		line-height: 0.48rem;
		font-size: 0.28rem;
	}

	.footer-img-box {
		display: inline-block;
		vertical-align: middle;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}

	.footer-img-box a {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		float: none;
	}

	.footer-img-box a:last-child {
		margin-top: 0;
		margin-left: 0.8rem;
	}

	.footer-info {
		height: auto;
		font-size: 0.28rem;
		color: #ffffff;
		text-align: center;
		margin-bottom: 0;
	}

	.map {
		font-size: 0.28rem;
		color: #ffffff;
		margin-left: 0;
	}

	.pcShow {
		display: none;
	}

	.mobileShow {
		display: block;
	}

	.backtop {
		position: fixed;
		bottom: 0.6rem;
		right: 0.3rem;
		display: block;
		width: 1.12rem;
		height: 1.12rem;
		border: 0.01rem solid #037edb;
		background-color: #ffad2c;
	}

	/* 底部结束 */
	/* 导航栏 */

	

	.footer > div {
		display: inline-block;
		margin-left: 0;
		color: #fff;
		line-height: 0.44rem;
		font-size: 0.28rem;
		text-align: center;
		vertical-align: middle;
		position: relative;
	}
    .hf_mobileHide {
	display: none !important;
}
.hf_mobileShow {
	display: inline-block !important;
}
.footer {
	width: 100%;
	height: auto;
	padding: 0.4rem 0;
	text-align: center;
	background: #2299f5;
	box-sizing: border-box;
	overflow: hidden;
}
.footer .liulan {
	margin-top: 2.3rem;
}
.footer .liulan_last  {
	margin-top: 0.2rem;
}
.img_ce {
	position: absolute;
	right: 0.86rem;
	top: 3.5rem;
	font-size: 0;
}
.img_ce div {
	margin-right: 0.5rem;
}
.img_ce div img {
	width: 1.49rem;
	height: 1.49rem;
}
.img_ce div:last-child {
	margin: 0;
}
.footer > div {
	display: inline-block;
	margin-left: 0;
	color: #fff;
	line-height: 0.44rem;
	font-size: 0.28rem;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
	.gotoTop {
		width: 1.06rem;
		height: 1.06rem;
		position: fixed;
		right: 0.25rem;
		bottom: 0.25rem;
		display: none;
	}

	.safe2 {
		margin-left: 0.4rem;
	}

	.model {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 999;
		/* display: none; */
	}

	.model > .model-bg {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #000;
		filter: alpha(opacity=30);
		background-color: rgba(0, 0, 0, 0.3);
	}

	.model .link-model {
		width: 80%;
		height: 5rem;
		-webkit-border-radius: 0.2rem;
		-moz-border-radius: 0.2rem;
		border-radius: 0.2rem;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		z-index: 2;
	}

	.model .link-model .top {
		height: 1rem;
		background-color: #eeeeee;
		padding: 0.36rem 0.6rem 0.34rem 0;
		text-align: right;
	}

	.model .link-model .link_main {
		padding: 0.4rem 0.4rem;
		background-color: #fff;
	}

	.model .link-model .link_footer {
		height: 1.3rem;
		background-color: #eeeeee;
		padding: 0.3rem 0;
		text-align: center;
	}

	.model .link_footer .btn {
		display: inline-block;
		width: 1.5rem;
		height: 0.66rem;
		line-height: 0.66rem;
		text-align: center;
		font-size: 0.28rem;
		color: #333333;
		vertical-align: top;
		cursor: pointer;
	}

	.model .link_footer .btn.cancel {
		border: 0.01rem solid #a6a6a6;
		margin-right: 0.4rem;
		background: #fff;
		line-height: 0.66rem;
	}

	.model .link_footer .btn.confirm {
		color: #ffffff;
		background-color: #2299f5;
		border: 0.01rem solid #2299f5;
		line-height: 0.68rem;
	}

	.hf_mobileNavs {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
	}

	.hf_mobileNavs > div {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		left: 0;
		right: 0;
	}

	.hf_mobileNavs > div > .newTop {
		width: 5rem;
		position: absolute;
		left: 0.25rem;
		top: 0.4rem;
	}

	.hf_mobileNavs > div > .mobileNavsClose {
		position: absolute;
		right: 0.25rem;
		top: 0.51rem;
		width: 0.5rem;
	}

	.hf_mobileNavs > ul {
		z-index: 150;
		width: 100%;
		height: 6.9rem;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		font-size: 0.28rem;
		padding: 0 0.25rem;
		box-sizing: border-box;
	}

	.hf_mobileNavs > ul > li {
		width: calc(50% - 0.5rem);
		height: 1.8rem;
		float: left;
		text-align: center;
		background: #2299f5;
		margin: 0.25rem;
	}

	.hf_mobileNavs > ul > li > a {
		width: 100%;
		height: 100%;
		display: block;
		box-sizing: border-box;
		padding-top: 0.36rem;
		color: #fff;
	}

	.hf_mobileNavs > ul > li > a > img {
		display: block;
		margin: 0 auto;
	}

	.hf_mobileNavs > ul > li > a > span {
		display: block;
		width: 100%;
		text-align: center;
		line-height: 0.8rem;
		font-size: 0.28rem;
	}

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		padding-right: 0;
		padding-left: 0;
	}
}
