body {
	min-height: 100vh;
	background: url(../images/zwxxgk-bg.png) 0 0 no-repeat;
	background-color: #eef4f8;
}

.inner {
	position: relative;
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

.mt60 {
	margin-top: 60px;
}

a:hover {
	text-decoration: none;
}

.com-not-data {
	border: 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: 300px;
	height: 70px;
	font-size: 0;
}
.header div a img{
	height: 70px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
}
.header div a span{
	font-size: 36px;
	font-weight: bold;
	color: #387CE1;
	vertical-align: middle;
}
/* header 结束 */

/* content 开始 */
.content .title {
	font-size: 100px;
	color: #047edb;
	text-align: center;
}
.content #nav-menu {
	margin-top: 80px;
	height:54px;
}

#nav-menu { background-color:#007EDF;  }
#nav-menu .menu { margin:0px auto; width:1170px; }
#nav-menu .menu li { float:left; position:relative; }
#nav-menu .menu,#nav-menu .menu li,#nav-menu .menu li a { display:block; }
#nav-menu .menu li .root { padding-left:65px; width:100px; height: 54px; text-align:left; line-height:54px; font-size:16px; box-sizing: content-box; }
#nav-menu .bgimg { background: url(../images/bgimg.png) no-repeat; }
#nav-menu .menu .ico01 { background-position:-512px -302px; }
#nav-menu .menu .ico02 { background-position:-512px -356px; }
#nav-menu .menu .ico03 { background-position:-512px -410px; }
#nav-menu .menu .ico04 { background-position:-512px -464px; }
#nav-menu .menu .ico05 { background-position:-512px -518px; }
#nav-menu .menu .ico06 { background-position:-512px -572px; }
#nav-menu .menu .ico07 { background-position:-512px -622px; }
#nav-menu .menu li .root:link,#nav-menu .menu li .root:visited { color: #FFF; }
#nav-menu .menu li .root:hover { color: #FFFF73; }
#nav-menu .menu li .navhover, #nav-menu .menu li .navhover:link, #nav-menu .menu li .navhover:visited, #nav-menu .menu li .navhover:hover{ color: #FFFF73; }
#nav-menu .menu ul.children{ display:none;position:absolute;top:54px;left:-1px; width:167px; /*width:195px;*/ border-top:0; line-height:normal; z-index:100; }
#nav-menu .menu ul.children li { margin-left:0px; padding:0px; width:167px; /*width:195px;*/ display:inline-block; }
#nav-menu .menu ul.children li a { width:100%; height:48px; line-height:48px; text-align:center; background-color:#007EDF; overflow:hidden; padding:0px;display:block;   }
#nav-menu .menu ul.children li a:link,#nav-menu .menu ul.children li a:visited { color: #FFF; }
#nav-menu .menu ul.children li a:hover { color: #FFFF73; }

.content .grid {
	width: 1150px;
	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: 510px;
	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;
	font-size: 20px;
	border-radius: 9px;
}

input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999;
}

.search-ico {
	background-image: url(../images/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;
}
/*--------返回顶部-----------*/
#totop{position:fixed;bottom:40px;right:10px;z-index:999;width:71px; cursor:pointer; display:none;}
	*html #totop{position:absolute;cursor:pointer;right:10px; display:none;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px")}
	#totop a{display:block;width:50px;height:50px;padding-top:56px;background:url(../images/bgimg.png) no-repeat 0px -750px;text-align:center;color:#007EDF;}
	#totop a.cur{background-position:-50px -750px;text-decoration:none;color:#0574BE;}

@media (max-width: 768px) {

	ul.info-tree,
	.main {
		margin: 0px -15px;
	}
}

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: #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: 10px;
	left: 20px;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(../images/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: -160px 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: -160px -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(../images/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(../images/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: #047edb;
}

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(../images/pus01.png);
}

ul.info-tree li.level-1.current>i {
	background-image: url(../images/prep.png);
	font-style: normal;
}

ul.info-tree li a:hover+ul+i {
	background-image: url(../images/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: 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(../images/c-pus01.png);
	font-style: normal;
}

ul.info-tree li.level-2.current>i {
	background-image: url(../images/c-pus02.png);
	font-style: normal;
}

ul.info-tree li.level-2.current>a:hover+ul+i {
	background-image: url(../images/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 span.tc{
	display: block;
	text-align: center;
}

.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;
}
.article-box img{
	max-width: 90%;
}
.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: 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: #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;
}

.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: #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(../images/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: #047edb;
	box-sizing: border-box;
}

.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 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 {
	margin-top: 30px;
	padding: 32px 0px 38px 0px;
	line-height: 32px;
	text-align: center;
	color: #BFBFBF;
	background-image: url(../images/bgfooter.gif);
	background-color: #0E0E0E;
	font-size: 14px;
}

#footer a {
	padding: 0px 10px;
}

#footer a:link,
#footer a:visited {
	color: #BFBFBF;
}

#footer a:hover {
	color: #FFF;
}

#footer #fmain {
	margin: 0px auto;
	width: 1150px;
	display: block;
}

#footer #sublogo,
#footer #sublogo img {
	width: 146px;
	height: 70px;
}

#footer #xy ul,
#footer #xy ul li,
#footer #xy ul li a {
	display: block;
}

#footer #xy {
	margin: 0px auto;
	position: absolute;
}

#footer #xy ul {
	width: 318px;
	height: 33px;
	position: relative;
	z-index: 50;
	top: 0px;
	right: -830px;
}

#footer #xy ul li {
	float: left;
	padding: 0px 3px;
}

#footer #xy ul li a,
#footer #xy ul li a img {
	padding: 0px;
	width: 100px;
	height: 33px;
}

#footer #pbox,
#footer #pbox li {
	display: block;
}

#footer #pbox {
	margin: 0px auto;
	padding-top: 10px;
	width: 590px;
}

#footer #pbox li {
	float: left;
	height: 115px;
}

#footer #pbox #wb,
#footer #pbox #wb img,
#footer #pbox #wb font {
	width: 75px;
	display: block;
}

#footer #pbox #wb {
	height: 110px;
}

#footer #pbox #wb, #footer #pbox #wx{
	box-sizing: content-box;
}

#footer #pbox #wb img {
	height: 75px;
}

#footer #pbox #wb font {
	padding-top: 5px;
	height: 30px;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

#footer #pbox #wx,
#footer #pbox #wx img,
#footer #pbox #wx font {
	width: 75px;
	display: block;
}

#footer #pbox #wx {
	height: 110px;
}

#footer #pbox #wx img {
	height: 75px;
}

#footer #pbox #wx font {
	padding-top: 5px;
	height: 30px;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

/* footer 结束 */
