﻿@charset "utf-8";
/* CSS Document */

/* 右侧功能区 */
.shareFixed {
	width: 50px;
	height: 100%;
	padding-left: 50px;
	box-sizing: border-box;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 98;
	display: block;
	-moz-transition: width 0.3s;
	/* Firefox 4 */
	-webkit-transition: width 0.3s;
	/* Safari and Chrome */
	-o-transition: width 0.3s;
	/* Opera */
	overflow: hidden;
	background: url('../images/rightzk.png') no-repeat left center;
	background-size: 50px 45px;
}

.shareFixed:hover {
	width: 344px;
	background: none;
}

.auxiliaryFixed {
	position: absolute;
	left: 294px;
	bottom: 0;
	width: 50px;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* height: 70px; */
	overflow: hidden;
}

.auxiliaryFixed>div {
	width: 50px;
	height: 50px;
	margin-top: 20px;
	overflow: hidden;
	background: #aaaaaa;
	/* display: none; */
}

.auxiliaryFixed>div>a {
	display: block;
	width: 50px;
	height: 50px;
	padding-top: 30px;
	box-sizing: border-box;
	color: #fff;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	background-size: 20px 20px;
	background-position: center 5px;
}

.auxiliaryFixed>div:first-child {
	margin-top: 334px
}

.auxiliaryFixed>div:last-child {
	display: block;
}

.indexFT>a {
	background: url(../images/fanti.png) no-repeat;
}

.indexWZA>a {
	background: url(../images/wuzhangai.png) no-repeat;
}

#demo1 {
	position: absolute;
	right: 2px;
	z-index: 900;
	opacity: 0;
	top: 80px;
	left: 10px;
	width: 162px;
}

#wbclose {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
/* 右侧功能区 end */

/*--------容器-----------*/
#container {
	
	min-height: 100vh;
	overflow: hidden;
	background-color: #f8f8f8;
}

/*--------容器 主体-----------*/
/* --START-- 我修改过的 */
#container .main {
	margin: 0px auto;
	width: 1200px;
	position: relative;
}
.topBar {
	height: 38px;
	background: #1771b1;
	line-height: 38px;
	border-bottom: solid 1px #fff;
	min-width: 1200px;
}
	.topBar dl {
		width: 1200px;
		margin: 0 auto;
		color: #fff;
		font-size: 14px;
		/* overflow: hidden; */
	}
		.topBar dl dt {
			float: left;
		}
		.topBar dl dd {
			float: right;
		}
		.topBar a{color: #fff;}
		.topBar a:hover{color: #fff;}		
		.topBar a.wx{position: relative;display: block;background: url(../images/icotz01.png) no-repeat left center;padding-left: 25px;}
		.topBar a.wx .img-center{position: absolute;left: 50%;top: 100%;padding: 10px;background-color: #fff;box-shadow: 0 5px 5px rgba(0,0,0,0.2);z-index: 10;width: 95px;height: 100px;line-height: 100px;border-radius: 10px;margin-left: -60px;display: none;}
		.topBar a.wx:hover .img-center{display: block;}
		.topBar ul{float: right;}
		.topBar li{float: left;}
		.topBar li.pipe{padding: 0 10px;}		
/*--------容器 主体 页眉-----------*/
#header {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
	background: url(../picture/wffy_bg.jpg) no-repeat center top;

}

#slideBox {
	width: 100%;
	height: 200px;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 200px;
	display: block;
	object-fit: cover;
}


#header .main {}

/* 视频设置 */
#video {
	width: 100%;
	height: 200px;
}

/* --END-- 我修改过的 */
#header .logo-header {
	height: 76px;
	margin: 60px 0 62px -60px;
}

#header .logo-header>img {
	width: 70px;
	height: 76px;
}

#header .logo-header .logo-text {
	/* width: 300px; */
	height: 76px;
	display: flex;
	margin-left: 20px;
}

#header .logo-header .logo-text>h1 {
	line-height: 36px;
	font-size: 35px;
	color: #507bd2;
	text-shadow: #fff 4px 0 0, #fff 0 4px 0, #fff -4px 0 0, #fff 0 -4px 0;
	-webkit-text-shadow: #fff 4px 0 0, #fff 0 4px 0, #fff -4px 0 0, #fff -4px 0;
	-moz-text-shadow: #fff 4px 0 0, #fff 0 4px 0, #fff -4px 0 0, #fff -4px 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled='ture', GradientType='1', StartColorStr='#00000000', EndColorStr='#FFFF3300');
	letter-spacing: 8px;
	margin-top: 6px;
}

#header .logo-header .logo-text>p {
	line-height: 15px;
	font-size: 18px;
	color: #507bd2;
	text-align: center;
	text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
	-webkit-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
	-moz-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
	filter: Glow(color=#fff, strength=1);
	margin-top: 15px;
	font-weight: 500;
}

.search-box {
	width: 220px;
	height: 50px;
	/* padding: 14px 22px; */
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -25px;
	background-color: #D5E3F3;
	overflow: hidden;
}

	.search-box .input {
		width: 160px;
		height: 100%;
		font-size: 16px;
		padding-left: 10px;
		color: #333333;
		background-color: #c6ccd8;
		border: none;
	}

	.search-box .search-btn {
		width: 60px;
		height: 50px;
		font-size: 0;
		/* 消除inline-block间的间隙 */
		background-color: #2c56ac;
		position: absolute;
		top: -4px;
		right: 0;
		cursor: pointer;
	}

.search-box .search-btn:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.search-box .search-btn i {
	width: 26px;
	height: 25px;
	display: inline-block;
	background-image: url(../images/search.png);
	background-position: 0;
	background-repeat: no-repeat;
	margin-left: 18px;
	margin-right: 12px;
	vertical-align: middle;
}

.search-box .search-btn span {
	font-size: 18px;
	color: #ffffff;
	vertical-align: middle;
}

/*--------容器 主体 导航栏-----------*/
#nav-menu {
	width: 100%;
	height: 60px;
	background-color: #507bd2;
	margin-top:1px;
}

.menu_x {
	display: none;
}

#nav-menu .menu li {
	width: 190px;
	height: 60px;
	float: left;
}
#container .article-info-iframe{
	height: 1150px;
	overflow: hidden;
}
.article-info-iframe .personal-tailor{
	height: 1461px;
	overflow-y: hidden;
}
.article-info-iframe .iframe{
width: 100%;
height: 1461px;
margin-top: -311px;
margin-left: -17px;
}
#nav-menu .menu li.active a {
	background-color: #2c56ac;
}

#nav-menu .menu li a {
	height: 60px;
	display: block;
	text-align: center;
	font-size: 0;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
}

#nav-menu .menu li a:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

#nav-menu .menu li i {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
}

#nav-menu .menu li span {
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 18px;
}

#nav-menu .menu li i.home {
	background-image: url(../images/icon_jgsz_active.png);
}

#nav-menu .menu li i.zwgk {
	background-image: url(../images/icon_fbjd.png);
}

#nav-menu .menu li i.hdjl {
	background-image: url(../images/icon_hdjl.png);
}

#nav-menu .menu li i.bszn {
	background-image: url(../images/icon_bmdt.png);
}

#nav-menu .menu li i.jygk {
	background-image: url(../images/icon_bsfw.png);
}

#nav-menu .menu li i.ztzl {
	background-image: url(../images/icon_ztzl.png);
}

#nav-menu .menu li:hover a {
	background-color: #2c56ac;
}

/*--------容器 主体 面包屑导航-----------*/
#nav-crumbs {
	height: 40px;
	background-color: #fff;
	margin: 30px 0;
	padding: 10px 30px;
	font-size: 0;
	overflow: hidden;
}

#nav-crumbs>.nav-crumbs-list {
	font-size: 15px;
	color: #666666;
	display: flex;
	float: left;
	align-items: center;
}

/* #nav-crumbs:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
} */

#nav-crumbs b {
	font-size: 15px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}

#nav-crumbs span {
	font-size: 15px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
}

#nav-crumbs .nav-crumbs-list>i {
	width: 13px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/map.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-right: 10px;
}

#nav-crumbs a {
	font-size: 15px;
	color: #666666;
	display: inline-block;
}

#nav-crumbs a:hover {
	color: #1A63B5;
}

/*--------容器 内页 content-----------*/
/* left-nav-meun begin */
#inside-content #side_info {
	width: 284px;
}

.geli {
	width: 100%;
	height: 0.6rem;
	display: none;
	background-color: #f8f8f8;
}

#inside-content #side_info .info-tree {
	/* height: 1070px; */
	overflow: hidden;
	overflow-y: auto;
	scrollbar-face-color: #507bd2;
}

#inside-content .info-tree ::-webkit-scrollbar {
	width: 10px !important;
}

#inside-content .info-tree ::-webkit-scrollbar-track {
	background-color: #fff;
}

#inside-content .info-tree ::-webkit-scrollbar-thumb {
	background-color: #507bd2;
}

#inside-content .info-tree ::-webkit-scrollbar-thumb:hover {
	background-color: #507bd2
}

#inside-content .info-tree ::-webkit-scrollbar-thumb:active {
	background-color: #fff
}

#inside-content #side_info .tc {
	height: 70px;
	font-size: 0;
	text-align: center;
	background: -webkit-gradient(linear, 0 0, 0 0, from(#2c56ac), to(#2c56ac));
	background: -webkit-linear-gradient(left, #2c56ac, #2c56ac);
	background: -moz-linear-gradient(left, #2c56ac, #2c56ac);
	background: -o-linear-gradient(left, #2c56ac, #2c56ac);
	background: -ms-linear-gradient(left, #2c56ac, #2c56ac);
	background: linear-gradient(left, #2c56ac, #2c56ac);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#2c56ac, endColorstr=#2c56ac);
}

#inside-content #side_info .tc:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

#inside-content #side_info .tc i {
	width: 27px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 16px;
}

#inside-content #side_info .tc i.fbjd {
	background-image: url(../images/icon_fbjd.png);
}

#inside-content #side_info .tc i.bmdt {
	background-image: url(../images/icon_bmdt.png);
}

#inside-content #side_info .tc i.hdjl {
	background-image: url(../images/icon_hdjl.png);
}

#inside-content #side_info .tc i.bsfw {
	background-image: url(../images/icon_bsfw.png);
}

#inside-content #side_info .tc i.ztzl {
	background-image: url(../images/icon_ztzl.png);
}

#inside-content #side_info .tc span {
	line-height: 24px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

#inside-content .info-tree {
	background-color: #fff;
	padding-bottom: 30px;
}

/* 一级栏目 begin */
#inside-content .info-tree>li {
	position: relative;
	width: 274px;
	overflow: hidden;
}

#inside-content .info-tree li {
	position: relative;

	overflow: hidden;
}

#inside-content .info-tree a {
	font-size: 15px;
	color: #666666;
}
#inside-content .info-tree li.level-1 ul a {
	height: 32px;
	width: 123px;
	line-height: 32px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	/* for Opera */
	text-overflow: ellipsis;
	/* for IE */
}

#inside-content .info-tree li.level-1 .level-2 ul li a {
	width: 165px;
}

#inside-content .info-tree>li>a {
	width: 224px;
	border-left: 6px solid #FFFFFF;
	display: block;
	line-height: 50px;
	font-size: 20px;
	color: #333333;
	padding-left: 50px;
	margin-right: 23px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;*/
	/* for Opera */
	text-overflow: ellipsis;
	/* for IE */
}

#inside-content .info-tree>li>i {
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 18px;
	right: 27px;
	background-image: url(../images/arrow_right.png);
	background-position: center;
	background-repeat: no-repeat;
}

#inside-content .info-tree>li>i.down {
	background-image: url(../images/arrow_down.png);
}

#inside-content .info-tree>li.current a {
	border-color: #2c56ac;
	display: block;
}

#inside-content .info-tree>li.current>a {
	background: -webkit-gradient(linear, 0 0, 0 0, from(#e9e9e9), to(#ffffff));
	background: -webkit-linear-gradient(left, #e9e9e9, #ffffff);
	background: -moz-linear-gradient(left, #e9e9e9, #ffffff);
	background: -o-linear-gradient(left, #e9e9e9, #ffffff);
	background: -ms-linear-gradient(left, #e9e9e9, #ffffff);
	background: linear-gradient(left, #e9e9e9, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#e9e9e9, endColorstr=#ffffff);
}

#inside-content .info-tree>li:hover a {
	border-color: #507bd2;
}

#inside-content .info-tree>li:hover>a {
	background: -webkit-gradient(linear, 0 0, 0 0, from(#e9e9e9), to(#ffffff));
	background: -webkit-linear-gradient(left, #e9e9e9, #ffffff);
	background: -moz-linear-gradient(left, #e9e9e9, #ffffff);
	background: -o-linear-gradient(left, #e9e9e9, #ffffff);
	background: -ms-linear-gradient(left, #e9e9e9, #ffffff);
	background: linear-gradient(left, #e9e9e9, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#e9e9e9, endColorstr=#ffffff);
}

/* 一级栏目 end */

/* 二级栏目 begin */
#inside-content .info-tree li.level-1>ul {
	margin: 10px 0 10px 69px;
}

#inside-content .info-tree li.level-1>ul>li>a:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #666666;
	margin-right: 14px;
	margin-bottom: 2.5px;
}

/* 二级栏目 end */

/* 三级栏目 begin */
#inside-content .info-tree li.level-2>i {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../images/slide_up.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 50px;
}

#inside-content .info-tree li.level-2>i.down {
	background-image: url(../images/slide_down.png);
}

#inside-content .info-tree li.level-2 ul {
	margin: 0 0 0 20px;
}

#inside-content .info-tree li.level-2 ul li a:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(../images/icon_level_2.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 5px;
}

/* 二级栏目 hover active */
#inside-content .info-tree li.level-1>ul>.current.active>a {
	color: #507bd2;
}

#inside-content .info-tree li.level-1>ul>.current.active>a:before {
	background-color: #507bd2 !important;
}

#inside-content .info-tree li.level-1>ul>.current:hover>a {
	color: #507bd2;
}

#inside-content .info-tree li.level-1>ul>.current:hover>a:before {
	background-color: #507bd2 !important;
}

/* 三级栏目 hover active */
#inside-content .info-tree li.level-2 ul li:hover a {
	color: #507bd2;
}

#inside-content .info-tree li.level-2 ul li:hover a:before {
	background-image: url(../images/icon_level_2_active.png);
}

#inside-content .info-tree li.level-2 ul li.active a {
	color: #507bd2;
}

#inside-content .info-tree li.level-2 ul li.active a:before {
	background-image: url(../images/icon_level_2_active.png);
}

#inside-content .info-tree li ul {
	display: none;
}

#inside-content .info-tree li.current ul {
	display: block;
}

/* 三级栏目 end */
/* left-nav-meun end */

/* right-article-info begin */
#article-info {
	width: 896px;
	
	background-color: #fff;
	padding: 20px 26px 60px;
}
.personal-tailor{
  min-height: 500px;
}
/* 设置文章字号 begin */
.jfontsize {
	padding: 6px 60px;
}

.jfontsize a {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #ddd;
	text-align: center;
	margin-right: 15px;
	padding: 3px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0;
}

.jfontsize a:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.jfontsize a:last-child {
	margin-right: 0;
}

.jfontsize a i {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background-image: url(../images/jfont.png);
	background-repeat: no-repeat;
}

#jfontsize-p2 i {
	background-position: 0 0;
}

a#jfontsize-p2:hover i {
	background-position: 0 -24px;
}

#jfontsize-m2 i {
	background-position: -24px 0;
}

a#jfontsize-m2:hover i {
	background-position: -24px -24px;
}

#jfontsize-d2 i {
	background-position: -48px 0;
}

a#jfontsize-d2:hover i {
	background-position: -48px -24px;
}

/* 设置文章字号 end */
/* right-article-info end */

/*--------容器 主体 页脚-----------*/
#footer {
	margin-top: 80px;
	background-color: #507bd2;
	padding: 30px 0;
}

#footer p>a {
	color: #ffffff;
	margin-left: 41px;
}

#footer>.content {
	width: 1200px;
	padding-left: 46px;
	padding-right: 42px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footer img.img-gzjg {
	width: 69px;
	height: 85px;
	position: absolute;
	top: 50%;
	left: 46px;
	margin-top: -47.5px;
}

#footer img.img-zfwzzc {
	width: 160px;
	height: 55px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -27.5px;
}

.footer-map {
	width: 814px;
	margin-left: 260px;
	margin-right: 60px;
}

.map-info {
	width: 100%;

}

.map-info>p {
	width: 45%;
	height: 12px;
	line-height: 12px;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 17px;
	float: left;
}

.map-info>p:nth-child(2n) {
	margin-left: 40px;
}

.map-info>a {
	float: left;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	width: 45%;
	margin-bottom: 17px;
}

.map-info>a img {
	margin-right: 15px;
}

.record {}

.record>img {
	float: left;
}

.record>span {
	float: left;
	height: 14px;
	line-height: 14px;
	margin-left: 2px;
}


/*--------容器 栏目 页码-----------*/
#page-code {
	margin-top: 66px;
	text-align: center;
	font-size: 0;
}

#page-code ul {
	display: inline-block;
}

#page-code ul li {
	width: 30px;
	height: 30px;
	background-color: #eeeeee;
	margin-left: 5px;
}

#page-code ul li:first-child {
	margin-left: 0;
}

#page-code ul li a {
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

#page-code ul li.md {
	width: 60px;
}

#page-code ul li.lg {
	width: 72px;
}

#page-code ul li.disabled {
	opacity: 0.6;
	filter: alpha(opacity=60)
}

#page-code ul li.disabled a {
	cursor: not-allowed;
}

#page-code ul li.active a {
	background-color: #507bd2;
	color: #ffffff;
}

/* 外链弹窗 */
#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: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 305px;
	left: 50%;
	margin-left: -345px;
	z-index: 2;
}

#model .link-model .top {
	height: 50px;
	background-color: #eeeeee;
	padding: 18px 30px 17px 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(../images/icon_close.png);
}

#model .link-model .main {
	padding: 45px 0;
	background-color: #fff;
}

#model .link-model .main .title {
	font-size: 16px;
	color: #333333;
	text-align: center;
}

#model .link-model .footer {
	height: 65px;
	background-color: #eeeeee;
	padding: 15px 70px;
	text-align: right;
}

#model .footer .btn {
	display: inline-block;
	width: 98px;
	height: 33px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	vertical-align: middle;
	cursor: pointer;
}

#model .footer .btn.cancel {
	line-height: 32px;
	border: 1px solid #a6a6a6;
	margin-right: 20px;
}

#model .footer .btn.confirm {
	line-height: 34px;
	color: #FFFFFF;
	background-color: #507bd2;
	border: 1px solid #507bd2;
}

/* 返回顶部 */
.backtop {
	position: fixed;
	bottom: 60px;
	right: 30px;
	display: block;
	width: 56px;
	height: 56px;
	cursor: pointer;
	/*background-image: url("../images/769ad6a155654c2d9138850fa2c02e16.gif");*/
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABt0lEQVRYR+2W/U0CQRTEZzrQCsQKpAOxA6xArQCpAK1AOxBKsAKxAzsQO4AKxsxllxzn3tcS5Q+5hJBc9u387u28t4848MMD62MvAEkzAEMAdyTXOR+TDSDpBcBtEP0AcJUDkQVQEl8AWAIwTBZEb4CyOMkiA5L8nwXRCyAlHs89F6IzQJP4PhCdALqI50K0AvQRz4FoBJB0D+AJwCIarmutd/VEG4CbzIjkc1fh8roA4Y8Yk1yl9mg9ghzhPjFHgGMGKOmyzTQk3yvuPgFwUYn7qnN60/4GUAeA7VGFGeChJsY343W8liW5fKugMdRlOTVAebMBgBs3HgDbuiVZrJE0AvAG4DVcv2UOZ2UC4LG03kDO8E4GQ5DfL3dMWBLwcOHgnSfAego6TQ0fkjwTrEka1MAFAMkfZg/ZmWQBpDZMCbYAOKuz/wEAIGVa3xGbP8lATcVsikuqUt/R5Y0m7OsBT8wViFXsGb8BMCTpkmysggiUBQDgPNX1JH0CcEdsLcNcADcqi7hJzStptah/0zjANJVhHYAFPOPP6/q6pDEAt9izCoBN5Ti7u3jCRDSInTFlxuN1/A1pl0UHHCBA+AAAAABJRU5ErkJggg==") ;
	background-color: #507bd2;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 2px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
	border: 1px solid #507bd2;
	z-index: 99;
}

#navbox {
	text-align: center;
	margin-top: 60px;
}

#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;
}
#navbox a:hover {
    background-color: #507bd2;
	color: #ffffff; 
}

#navbox span {
	display: inline-block;
	padding: 0 11px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	/*background-color: #507bd2;
	color: #ffffff;*/
	margin-left: 5px;
}

.hf_mobileShow {
	display: none;
}

/* 外链弹窗 */
.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;
	height: 226px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

.model .link-model .top {
	height: 50px;
	background-color: #eeeeee;
	padding: 18px 30px 17px 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(../images/icon_close.png);
}

.model .link-model .link_main {
	padding: 45px 0;
	background-color: #fff;
}

.model .link-model .link_main .title {
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.model .link-model .link_footer {
	height: 65px;
	background-color: #eeeeee;
	padding: 15px 70px;
	text-align: right;
}

.model .link_footer .btn {
	display: inline-block;
	width: 98px;
	height: 33px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	vertical-align: middle;
	cursor: pointer;
}

.model .link_footer .btn.cancel {
	line-height: 32px;
	border: 1px solid #a6a6a6;
	margin-right: 20px;
	background: #fff;
}

.model .link_footer .btn.confirm {
	line-height: 34px;
	color: #FFFFFF;
	background-color: #507bd2;
	border: 1px solid #507bd2;
}

/* 领导信息 */
.article .ldxx_detail_information {
	margin: 53px 0;
}

.article .ldxx_detail_information img {
	margin: 0 18px 0 0;
	width: 158px;
	height: 203px;
}
.ldxx_detail_information div h2 {
	width: 300px;
	font-size: 21px;
	color: #333333;
}

.ldxx_detail_information div div {
	width: 300px;
	font-size: 15px;
	color: #333333;
	margin-top: 60px;
	display: flex;
	align-items: center;
}

.ldxx_detail_information i {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.ldxx_detail_information i.time {
	background-image: url(../images/time.png);
}

.ldxx_detail_information div div:first-child {
	font-size: 18px;
}

.ldxx_detail_information div div:nth-child(2) {
	margin-top: 20px;
}

.ldxx_detail_information div div:last-child {
	margin-top: 20px;
}

.ldxx_detail_division {
	width: 100%;
	padding: 20px 0;
	background-color: #f3faff;
}
.ldxx_detail_division_title {
	width: 100%;
	height: 26px;
	font-size: 0;
	font-weight: bold;
	color: #333333;
   }
   .ldxx_detail_division_title:before{
	content: '';
	display: inlne-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
   }
   .ldxx_detail_division_title span {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 100%;
	background-color: #e30202;
	margin-right: 17px;
   }
   .ldxx_detail_division_title em{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-style: normal;
   }

.ldxx_detail_division_content {

	margin: 32px 16px 0 16px;
	font-size: 16px;
	color: #333333;
}

.ldxx_details_resume {
	margin-top: 60px;
}

.ldxx_details_resume_title {
	height: 20px;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #507bd2;
	margin-left: 5px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
}

.ldxx_detail_resume_content {
	margin: 35px 0 0 5px;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	padding-bottom: 60px;
}