@charset "utf-8";

/* CSS Document */


/*--------容器-----------*/

#container {
	overflow: hidden;
	background-color: #f8f8f8;
}


/*--------容器 主体-----------*/


/* --START-- 我修改过的 */

#container .main {
	margin: 0px auto;
	width: 1200px;
	position: relative;
}

#container .main #iframe {
	width: 100%;
	min-height: 800px;
}


/*--------容器 主体 页眉-----------*/

#header {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
	background: url(../images/bg.gif) no-repeat;
	background-size: 100% 100%;
}

#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: 62px 0 62px 30px;
}

#header .logo-header>img {
	width: 71px;
	height: 76px;
}

#header .logo-header .logo-text {
	/* width: 300px; */
	height: 76px;
	margin-left: 20px;
}

#header .logo-header .logo-text>h1 {
	line-height: 36px;
	font-size: 35px;
	color: #1B65B9;
	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: #1B65B9;
	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;
}

#header .search-login{
	position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    /*height: 50px;*/
    overflow: hidden;
}
#header .search-login p {
	color: #fff;
}
#header .search-login p a {
	color: #fff;
    margin-right: 5px;
}

#header .login-register{
	margin-bottom: 10px;
	float: left;
    margin-left: 10px;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    padding: 0 10px;
    background: #1B65B9;
	white-space: nowrap;
}

#header .login-register a{
	color: #fff;
}

#header .search-box {
	float: left;
	width: 260px;
	height: 50px;
	position: relative;
	/* padding: 14px 22px; */
	/*position: absolute;
	top: 50%;
	right: 46px;
	margin-top: -25px;*/
	background-color: #D5E3F3;
	overflow: hidden;
}

#header .search-box .input {
	width: 200px;
	height: 100%;
	font-size: 18px;
	padding-left: 10px;
	color: #333333;
	background-color: #D5E3F3;
	border: none;
}

.search-box .search-btn {
	width: 60px;
	height: 50px;
	font-size: 0;
	/* 消除inline-block间的间隙 */
	background-color: #1B65B9;
	position: absolute;
	top: 0;
	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: #1B65B9;
}

.menu_x {
	display: none;
}

#nav-menu .menu li {
	width: 200px;
	height: 60px;
	float: left;
}

#nav-menu .menu li.active a {
	background-color: #185193;
}

#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_bmdt.png);
}

#nav-menu .menu li i.bszn {
	background-image: url(../images/icon_hdjl.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 i.ywdt {
	background-image: url(../images/ywdt.png);
}

#nav-menu .menu li:hover a {
	background-color: #185193;
}


/*--------容器 主体 面包屑导航-----------*/

#nav-crumbs {
	width: 100%;
	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;
	float: left;
}

#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: #1b65b9;
}

#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: #1b65b9;
}

#inside-content .info-tree ::-webkit-scrollbar-thumb:hover {
	background-color: #1b65b9
}

#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(#1A63B5), to(#1A63B5));
	background: -webkit-linear-gradient(left, #1A63B5, #1A63B5);
	background: -moz-linear-gradient(left, #1A63B5, #1A63B5);
	background: -o-linear-gradient(left, #1A63B5, #1A63B5);
	background: -ms-linear-gradient(left, #1A63B5, #1A63B5);
	background: linear-gradient(left, #1A63B5, #1A63B5);
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1A63B5, endColorstr=#1A63B5);
}

#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: 30px;
	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 #side_info ul.listUl {
	/*height: 1000px;*/
}

#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: #1A63B5;
	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: #1A63B5;
}

#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: 7px;
	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: #1A63B5;
}

#inside-content .info-tree li.level-1>ul>.current.active>a:before {
	background-color: #1A63B5 !important;
}

#inside-content .info-tree li.level-1>ul>.current:hover>a {
	color: #1A63B5;
}

#inside-content .info-tree li.level-1>ul>.current:hover>a:before {
	background-color: #1A63B5 !important;
}


/* 三级栏目 hover active */

#inside-content .info-tree li.level-2 ul li:hover a {
	color: #1A63B5;
}

#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: #1A63B5;
}

#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;
}


/* 设置文章字号 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: 50px;
	background-color: #1B65B9;
	padding: 30px 0;
}

#footer p>a {
	color: #ffffff;
	/* margin-left: 41px; */
}

#footer>.content {
	width: 1200px;
	padding-left: 33px;
	padding-right: 42px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footer img.img-gzjg {
	width: 69px;
	height: 85px;
	position: absolute;
	top: 50%;
	left: 33px;
	margin-top: -47.5px;
}

#footer img.img-zfwzzc {
	width: 110px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 135px;
	margin-top: -27.5px;
}

.footer-map {
	width: 814px;
	margin-left: 260px;
	margin-right: 60px;
}

.map-info {
	width: 100%;
}

.map-info>p {
	width: 295px;
	height: 12px;
	line-height: 12px;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 17px;
	float: left;
}

.map-info>p:nth-child(2n) {
	margin-left: 60px;
}

.map-info>a {
	float: left;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	width: 295px;
	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;
}

.credit {
	position: absolute;
	bottom: 68px;
	right: 34px;
}

.credit a {
	float: left;
	width: 100px;
	height: 33px;
	margin-right: 10px;
}

.credit a img {
	width: 100%;
	height: 100%;
}

.credit a:last-child {
	margin-right: 0;
}

/*--------容器 栏目 页码-----------*/

#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: #1A63B5;
	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: #1B65B9;
	border: 1px solid #1B65B9;
}


/* 返回顶部 */

.backtop {
	position: fixed;
	bottom: 60px;
	right: 30px;
	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: #1B65B9;
	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 #1B65B9;
	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 span {
	display: inline-block;
	padding: 0 11px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	background-color: #4364c3;
	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 {
	padding: 0;
	display: inline-block;
	width: 98px;
	height: 33px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 0;
}

.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: #1A63B5;
	border: 1px solid #1A63B5;
}


/* 领导信息 */
/* 领导信息侧边栏 */
.zfld {
	width: 282px;
	margin-right: 20px;
	border: solid 1px #eceaea;
	border-top: none;
	background-color: #fff;
}

.zfld h5 {
	width: 100%;
	height: 70px;
	font-size: 24px;
	color:#fff;
	margin: 0;
	text-align: center;
	line-height: 70px;
	background-image: linear-gradient(90deg,
		#185193 0%,
		#1b65b9 100%);
}
.zfld ul li{
	width: 276px;
	height: 60px;
	border-left: 6px solid #fff;
	border-bottom: solid 1px #eceaea;
}
.zfld ul li.active{
	border-left: 6px solid #1b65b9;
}
.zfld ul li a{
	display: block;
	color:#000;
	color: #333333;
	font-size: 20px;
	width: 100%;
	height: 100%;
	line-height: 60px;
	padding-left: 50px;
	box-sizing: border-box;
}
.zfld ul li a span{
	width: 60px;
	display: inline-block;
	margin-right: 30px;
}
.news_detail .zfld_article{
	width: 896px;
	padding: 30px 30px 0;
	box-sizing: border-box;
}
.news_detail .zfld_article div div{
	margin-top: 18px;
}
.ldxx_detail .ldxx_list {
	width: 284px;
	float: left;
	background: #fff;
	border-left: 1px solid #eceaea;
	border-right: 1px solid #eceaea;
}

.ldxx_detail .ldxx_list .ldxx_list_title {
	height: 70px;
	background-image: linear-gradient(90deg, #185193 0%, #1b65b9 100%);
	width: 100%;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.ldxx_detail .ldxx_list .ldxx_list_item {
	width: 278px;
	font-size: 20px;
	color: #000;
	line-height: 70px;
	border-bottom: 1px solid #eceaea;
	border-left: 6px solid #fff;
}

.ldxx_detail .ldxx_list .ldxx_list_item.current {
	border-left: 6px solid#1b65b9;
}

.ldxx_detail .ldxx_list .ldxx_list_item span:first-child {
	margin: 0 25px 0 49px;
}

.ldxx_detail .article {
	width: 896px;
	float: right;
}

.ldxx_detail .article {
	padding: 30px;
	box-sizing: border-box;
}

.article .ldxx_detail_information {
	margin-bottom: 53px;
}

.article .ldxx_detail_information img {
	margin: 0 30px 0 0;
	width: 164px;
	height: 204px;
}

.ldxx_detail_information div h2 {
	width: 300px;
	font-size: 30px;
	color: #333333;
}

.ldxx_detail_information div div {
	width: 300px;
	font-size: 20px;
	color: #333333;
	margin-top: 30px;
}

.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_division {
	width: 100%;
	padding: 20px 0;
	background-color: #f3faff;
}

.ldxx_detail_division_title {
	width: 100%;
	height: 26px;
	font-size: 21px;
	font-weight: bold;
	color: #333333;
}

.ldxx_detail_division_title span {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 26px;
	padding-left: 17px;
	border-left: 17px solid #1b65b9;
}

.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: #4364c3;
	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;
}
.ldxx_detail_resume_content p span{
	font-size: 16px !important;
}

/* 要闻动态 */

.ywdt {
	background: url(../images/ywdt_bg.png);
	background-size: 100% 100%;
	background-position: 0 260px;
}

.ywdt .ywdt_box {
	width: 580px;
	height: 350px;
	background: #fff;
}

#container .ywdt_content {
	margin-top: 30px;
}

.ywdt .ywdt_box:last-child {
	margin-left: 40px;
}

.Rotation>.hd {
	width: 580px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.Rotation .hd .prev {
	right: 0;
}

.Rotation .hd .next {
	left: 0;
}

.Rotation .hd>a {
	width: 30px;
	height: 76px;
	display: block;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 166px;
	z-index: 10;
}

.Rotation .hd>a>img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.Rotation .hd #lbList {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 99;
}

.Rotation .hd>ul>li.on {
	background-color: #fff;
}

.Rotation .hd>ul>li {
	background: #d2d2d2;
	float: left;
	margin-left: 10px;
	width: 8px;
	height: 8px;
	opacity: 0.5;
	overflow: hidden;
}

.Rotation>.bd {
	width: 580px;
	height: 350px;
	position: absolute;
	left: 0;
	top: 0;
}

.Rotation .picList {
	width: 100%;
	height: 350px;
}

.Rotation .picList img {
	width: 580px;
	height: 350px;
	object-fit: cover;
	display: block;
}

.Rotation .picList .titleLB {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 580px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	float: left;
}

.Rotation .titleLB>a {
	color: #fff;
	display: block;
	width: 440px;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.Rotation .picList>li {
	width: 580px;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.ywdt_tab {
	padding: 20px;
	box-sizing: border-box;
}

.ywdt_tab .tab {
	margin-bottom: 22px;
}

.ywdt_tab .tab li {
	width: 108px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	font-weight: 700;
	margin-left: 10px;
	background-color: #e5e5e5;
}

.ywdt_tab .tab li:first-child {
	margin-left: 0;
}

.ywdt_tab .tab li.active {
	background-color: #1b65b9;
}

.ywdt_tab .tab li.active a {
	color: #fff;
}

.ywdt_tab .bd li {
	margin-bottom: 13px;
}

.ywdt_tab .bd li:last-child {
	margin-bottom: 0px;
}

.ywdt_tab .bd li a {
	display: block;
	width: 100%;
}

.ywdt_tab .bd li a span:first-child {
	display: inline-block;
	vertical-align: super;
	width: 4px;
	height: 5px;
	margin: 0 15px 0 0px;
	background-color: #1b65b9;
}

.ywdt_tab .bd li a p {
	width: 396px;
	font-size: 16px;
	color: #333;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ywdt_tab .bd li a .data {
	font-size: 16px;
	color: #999999;
}

.new_More {
	display: none;
}

.ywdt_tab .bd .script {
	height: 248px;
	overflow: hidden;
}

.ywdt_tab .bd .script li a::before {
	display: inline-block;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	margin: 0 15px 0 0px;
	background-color: #1b65b9;
}

.ywdt_tab .bd .script a {
	width: 396px;
	display: inline-block;
	font-size: 16px;
	color: #333;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ywdt_tab .bd .script span {
	float: right;
	font-size: 16px;
	color: #999999;
}

.ywdt_tab .bd li:hover,
.ywdt_tab .bd li:hover a,
.ywdt_tab .bd li:hover a p,
.ywdt_tab .bd li:hover a span,
.ywdt_tab .bd li:hover a+span {
	color: #1B65B9 !important;
}


/* 政务服务 */

.marLeft40 {
	margin-left: 40px;
}

.zwfw {
	background: url(../images/ywdt_bg.png);
	background-size: 100% 100%;
	background-position: 0 180px;
}

#container .zwfw_content {
	margin-top: 30px;
}

.zwfw_content_top {
	width: 580px;
	height: 210px;
	background: #fff;
}

.zwfw_content_top:first-child {
	position: relative;
	background: url(../images/zwfw_content_top_bg.png);
	background-size: 100% 100%;
}

.zwfw_content_topP {
	position: absolute;
	left: 166px;
	top: 136px;
}

.zwfw_content_topP a {
	color: #fff;
	font-size: 20px;
}

.zwfw_content_topP span {
	color: #fff;
	font-size: 20px;
	margin: 0 10px;
}

.zwfw_content_top h5 {
	width: 100%;
	height: 50px;
	margin: 0;
	font-size: 18px;
	color: #1b65b9;
	line-height: 50px;
	padding-left: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
}

.zwfw_content_top ul {
	margin: 20px 30px;
}

.zwfw_content_top ul:last-child {
	margin: 30px 30px 0;
}

.zwfw_content_top ul li {
	margin-left: 22px;
}

.zwfw_content_top ul li:first-child {
	margin-left: 0;
}

.zwfw_content_top ul li a img {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-right: 9px;
	border-radius: 5px;
}

.zwfw_content_top ul li a {
	color: #333333;
	font-size: 15px;
}

.zwfw_content_center {
	width: 580px;
	height: 297px;
	background-color: #ffffff;
}

.zwfw_content_center_title {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
	box-sizing: border-box;
	padding-left: 30px;
	box-sizing: border-box;
}

.zwfw_content_center_title h5 {
	color: #1b65b9;
	font-size: 18px;
	margin: 0;
}

.zwfw_content_center_title a {
	color: #000000;
	font-size: 18px;
}

.zwfw_content_center_title a.btn-a{
	display: inline-block;
    height: 34px;
    /* vertical-align: middle; */
    font-size: 16px;
    font-weight: normal;
    background: #1b65b9;
    color: #fff;
    line-height: 34px;
    margin-top: -4px;
    padding: 0 15px;
    border-radius: 5px;
}

.zwfw_content_center_title a.active {
	color: #1b65b9;
	font-weight: 700;
}

.zwfw_content_center_title span {
	font-size: 18px;
	margin: 0 20px;
	color: #000000;
	opacity: 0.1;
}

.zwfw_content_center_content {
	width: 580px;
	height: 246px;
	overflow: hidden;
	position: relative;
}

.switch>.bd {
	height: 246px;
}

.switch .picList {
	height: 246px;
}

.switch .picList .clone ul {
	padding: 0 35px;
	box-sizing: border-box;
	width: 580px;
	margin-top: 20px;
}

.switch .picList .clone>a {
	float: left;
	padding-left: 20px;
	position: relative;
	width: 25%;
	color: #444;
	box-sizing: border-box;
	margin-bottom: 25px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.switch .picLstbtn li {
	padding: 20px 30px 0
}

.switch .picList .clone>a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 3px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #e3e3e3;
	border-right: 2px solid #e3e3e3;
	transform: rotate(45deg);
}

.switch .picList .clone ul:last-child {
	margin-top: 20px;
}

.switch .picList .clone ul li {
	float: left;
	margin-left: 54px;
}

.switch .picList .clone ul li:first-child {
	margin-left: 0;
}

.switch .picList .clone ul li a {
	color: #333333;
	text-align: center;
	font-size: 16x;
	display: block;
	width: 100%;
	height: 100%;
}

.switch .picList .clone ul li img {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	margin: 0 auto 9px;
}

.switch .hd>a {
	top: 62px;
	width: 40px;
	height: 80px;
}

.switch .hd>a>img {
	width: 19px;
	height: 31px;
}

.switch .hd>ul>li {
	width: 24px;
	height: 4px;
	background-color: #e5e5e5;
}

.switch .hd>ul>li.on {
	background-color: #1b65b9;
}

.switch .hd #lbList {
	left: 261px;
	bottom: 30px;
	right: auto;
}

.zwfw_content_bottom_content {
	padding: 20px 12px 5px;
}

.zwfw_content_bottom_content a {
	padding-top: 10px;
	display: inline-block;
	width: 133px;
	height: 73px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-right: 8px;
}

.zwfw_content_bottom_content li:last-child a {
	margin-right: 0;
}

.zwfw_content_bottom_content li:nth-child(1) a {
	background-color: #97daf0;
}

.zwfw_content_bottom_content li:nth-child(2) a {
	background-color: #85bae5;
}

.zwfw_content_bottom_content li:nth-child(3) a {
	background-color: #adadf7;
}

.zwfw_content_bottom_content li:nth-child(4) a {
	background-color: #a5cff5;
}

.zwfw_content_bottom_content a i {
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(../images/lsct.png);
	background-repeat: no-repeat;
	margin: 5px auto;
}

.zwfw_content_bottom_content a i.c2 {
	background-position: -121px 0px;
}

.zwfw_content_bottom_content a i.c3 {
	background-position: -237px 0px;
}

.zwfw_content_bottom_content a i.c4 {
	background-position: -358px 0px;
}


/* 按钮形式 */

.switch .picList .clone .clone_tab {
	padding: 0 30px;
}

.switch .picList .clone .clone_tab li {
	margin-left: 20px;
}

.switch .picList .clone .clone_tab li a {
	width: 115px;
	height: 40px;
	font-size: 15px;
	color: #333;
	display: block;
	text-align: center;
	line-height: 40px;
	background-color: #f3faff;
}

.zwfw_content_bottom {
	width: 580px;
	height: 178px;
	background-color: #ffffff;
}

.zwfw_content_bottom .switch .hd>a {
	top: 35px;
	height: 60px;
}

.zwfw_content_bottom .zwfw_content_center_content,
.zwfw_content_bottom .switch>.bd,
.zwfw_content_bottom .switch .picList {
	height: 122px;
}

.fz {
	font-size: 0;
}

.zwfw_content_bottom .switch .hd #lbList {
	display: none;
}

.zwfw_content_bottom_title {
	color: #1b65b9;
	font-weight: 700;
	font-size: 18px;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
	box-sizing: border-box;
	padding-left: 30px;
	box-sizing: border-box;
}

/* 互动交流，信息展示 */
.sum {
	padding: 30px;
	margin-top: 30px;
	box-sizing: border-box;
}

.sum_p {
	color: #666;
	font-size: 16px;
	margin-bottom: 30px;
}

#inside-content .info-tree .sum_title {
	color: #1b65b9;
	font-size: 24px;
	font-weight: bold;
}

.first_sum_item {
	margin-bottom: 30px;
}

.sum_item .sum_title {
	font-size: 18px;
	margin-bottom: 20px;
}

.sum_item .sum_p {
	color: #333;
	font-size: 18px;
	margin-bottom: 15px;
}

.sum_item .sum_p:last-child {
	margin: 0;
}
