﻿body{
	background-color: #f2f2f2;
	overflow: scroll;
    overflow-x: hidden;
}
.header {
    width: 100%;
    height: 52px;
    background-image: linear-gradient(to bottom,rgba(2,106,190,.7) 0%,#026ABE 100%);
    z-index: 998;
    margin: 0 auto;
    margin-top: -52px;
    position: relative;
}
.headerZzq{
	width: 1260px;
    height: 60px;
	background-image: linear-gradient(to bottom,rgba(2,106,190,1) 0%,#026ABE 100%);
    z-index: 998;
    margin: 0 auto;
	margin-top: -52px;
    position: relative;
}
.header .barrierBed{
	position: fixed;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100vh;
}
.header .search-show {
	position: fixed;
	width: 100%;
	top: 60px;
	z-index: 9;
}
.header .search-show .search-top{
	background: #fff;
	behavior: url(../../src/pie/PIE.htc);
	padding-top: 100px;
	padding-bottom: 80px;
}
.header .search-show .box {
	width: 1180px;
	margin: 0 auto;
	position: relative
}

.header .search-show .box .title {
	position: relative;
}

.header .search-show .box .title input {
	border: 0;
	border-bottom: 2px solid #E5E5E5;
	width: 780px;
	margin-left: 200px;
	font-size: 18px;
	padding-bottom: 5px
}
.header .search-show .box .title input::-webkit-input-placeholder { font-weight: 300; color: #999; font-size: 16px; }
.header .search-show .box .title input::-moz-placeholder { /* Mozilla Firefox 19+ */ font-weight: 300; color: #999; font-size: 16px; }
.header .search-show .box .title input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ font-weight: 300; color: #999; font-size: 16px; }
.header .search-show .box .title input:-ms-input-placeholder { /* Internet Explorer 10-11 */ font-weight: 300; color: #999; font-size: 16px; }

.header .search-show .box .title .iconfont {
	color: #999;
	font-size: 30px;
	position: absolute;
	right: 200px;
	top: -12px
}

.header .search-show .box .title .iconfont:hover {
	color: #2e8bde
}

.header .search-show .box .iconfont {
	color: #999;
	font-size: 30px;
	position: absolute;
	right: -8px;
	top: -82px;
}

.header .search-show .box .iconfont:hover {
	color: #2e8bde;
}

.header .search-show .box .hotBot {
	width: 820px;
	margin-left: 200px
}

.header .search-show .box .hotBot .text {
	margin: 46px 0 27px;
	color: #333;
	font-size: 18px;
	font-family: Hiragino Sans GB
}

.header .search-show .box .hotBot ul {
	width: 100%
}

.header .search-show .box .hotBot ul li {
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
}

.header .search-show .box .hotBot ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	border-radius: 20px;
	behavior: url(../../src/pie/PIE.htc);
	width: 82px;
	background-color: #F5F5F5
}

.header .search-show .box .hotBot ul li a:hover {
	background-color: #2e8bde;
	color: #fff
}

.header .typeArea {
	width: 1260px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.typeAreaNav{
	position: relative;
}
.typeAreaNav .leftImg,
.typeAreaNav .rightImg{
	position: absolute;
    top: 33px;
    transform: translate(-50%,-50%);
	height: 130px;
	width: 130px;
	background: url(/r/cms/www/default/images/index/tonggu.png) no-repeat;
	background-size: 100% 100%;
	mix-blend-mode: multiply;
}
.typeAreaNav .leftImg{
    left: 0px;

	display: none;
}
.typeAreaNav .rightImg{
	right: 0px;

	height: 1260px;
    width: 1260px;
    opacity: 0.1;
	right: -50%;
}

.header .typeArea .logo {
	float: left;
	margin-top: 15px
}
.header .typeArea a img{
	height: 26px;
}
.header .typeArea .navbar{
	position:absolute;
	float: left;
}
.headerZzq .typeArea .navbar{
	top: 5px;
}
.header .typeArea .navbar ul li {
	float: left;
	margin: 0px 0 0 90px;
	height: 41px;
	position: relative;
}
.header-children .header .typeArea .navbar ul li::after{
	content: "";
	width: 0;
	height: 3px;
	position: absolute;
	top: 100%;
	left: 50%;
	transition: all .5s;
}
.header-children .header .typeArea .navbar ul li:hover::after{
	left: 0;
	width: 100%;
}

.header-children .header .typeArea .navbar ul li.onchannel{
	border-bottom: 3px solid #2e8bde;
}


.header .typeArea .navbar ul li span img{
	width: 25px;
	height: 25px;
	position: relative;
	top:6px;
	margin:8px 6px 0 0;
}
.header-children .header .typeArea .navbar ul li.onchannel a{
	color: #2e8bde;
}
.header .typeArea .navbar ul li a {
	width: 38px;
	height: 20px;
	font-size: 20px;
	font-family: Microsoft YaHei Light;
	color: #fff;
	line-height: 24px;
	position: relative;
	padding-bottom: 5px;
	transition: all 0.5s;
	font-weight: bold;
}

.header .typeArea .navbar ul li a::after {
	content: "";
    width: 0;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .5s;
}
.header .typeArea .navbar ul li a:hover::after{
	left: 0%;
  	width: 100%;
}
.header .typeArea .conceal {
	position: absolute;
	right: 156px;
	top: 15px
}


.header .typeArea .conceal .mobile {
	float: left;
	position: relative;
	width: 84px;
	margin-right: 10px
}

.header .typeArea .conceal .mobile span {
	width: 30px;
	height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei Light;
	font-weight: 500;
	color: #fff;
	line-height: 16px
}

.header .typeArea .conceal .mobile span .mobile-show {
	position: fixed;
	top: 60px;
	left: 0px;
	width: 100%;
	height: 167px;
	background-color: #fff;
	border-top: 1px solid rgba(229,229,229,1);
	box-shadow: 0px 3px 5px 0px rgba(93, 0, 9, 0.3);
	z-index: 2
}

.header .typeArea .conceal .mobile span .mobile-show .mobile-box {
	width: 700px;
	height: 167px;
	margin: 0 auto
}

.header .typeArea .conceal .mobile span .mobile-show .mobile-box ul li {
	float: left;
	width: 90px;
	height: 167px;
	text-align: center;
	margin: 20px 40px
}

.header .typeArea .conceal .mobile span .mobile-show .mobile-box ul li:hover span {
	color: #2e8bde
}

.header .typeArea .conceal .mobile span .mobile-show .mobile-box ul li a {
	margin-bottom: 20px
}

.header .typeArea .conceal .mobile span .mobile-show .mobile-box ul li a img {
	width: 90px;
	height: 90px;
}

.header .typeArea .conceal .mobile span .mobile-show .mobile-box ul li span {
	font-size: 14px;
	color: #000;
	font-family: Microsoft YaHei Light;
	display: block;
	width: 90px;
	margin-top: 10px
}

.header .typeArea .conceal .mobile .iconfont {
	color: #fff;
	font-size: 10px;
}

.header .typeArea .conceal .typeface {
	width: 60px;
	float: left;
	position: relative;
	margin-right: -40px;
}

.header .typeArea .conceal .typeface span {
	width: 30px;
	height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei Light;
	font-weight: 300;
	color: #fff;
	line-height: 16px;
}

.header .typeArea .conceal .typeface .font-show {
	width: 125px;
	background-color: #fff;
	position: absolute;
	top: 42px;
	left: -45px;
	z-index: 2;
	box-shadow: 0px 2px 5px 0px rgba(93, 0, 9, 0.3);
	border-radius: 0px 0px 4px 4px;
	behavior: url(../../src/pie/PIE.htc);
	border: 1px solid rgba(229,229,229,1);
	border-top:none;
	padding: 10px 0;
}

.header .typeArea .conceal .typeface .font-show .background {
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.header .typeArea .conceal .typeface .font-show .background:hover{
	background-color: #F5F5F5;
}
.header .typeArea .conceal .typeface .font-show .background:hover a{
	color: #2e8bde;
}

.header .typeArea .conceal .typeface .font-show .background a {
	font-size: 16px;
	color: #2e8bde;
}
.header .typeArea .conceal .typeface .font-show .background1 {
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.header .typeArea .conceal .typeface .font-show .background1:hover{
	background-color: #F5F5F5;
}
.header .typeArea .conceal .typeface .font-show .background1:hover a{
	color: #2e8bde;
}
.header .typeArea .conceal .typeface .font-show .background1 a {
	font-size: 16px;
	/* color: #2e8bde; */
}

.header .typeArea .conceal .typeface .iconfont {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.header .typeArea .function {
	position: absolute;
	right: -15px;
	top: 15px
}

.header .typeArea .function .iconfont {
	color: #fff;
	font-size: 20px;
	margin-right: 18px;
}
.header .typeArea .function .icontouxiang {
	font-size: 24px;
}
.header .typeArea .function .network{
	font-size: 17px;
}
.header .typeArea .function span{
	position: relative;
}
.header .typeArea .function span ul{
	display: none;
	position: absolute;
	top: 39px;
	left: -55px;
	background-color: #FFFFFF;
	width:133px;
	height:100px;
	box-shadow: 0px 6px 8px 0px rgba(93,0,9,0.1);
	border-radius:0px 0px 4px 4px;
}
.header .typeArea .function span ul li{
	width: 133px;
	height: 40px;
	margin: 5px 0;
	color: #333333;
	text-align: center;
	line-height: 40px;
}
.header .typeArea .function span ul li:hover{
	color: #2e8bde;
	background-color: #F5F5F5;
}
.header .typeArea .function span ul li:hover a{
	color: #2e8bde;
}
/* 瀛愰〉闈㈠ご閮ㄦ牱寮� */
/* .header-children .header{
	background: #FFFFFF;
	border-bottom:1px solid rgba(229,229,229,1);
	border-top:3px solid #2e8bde;
	padding-top: 0;
	
} */
.header .typeArea .logo-index{display: block !important;}
.header .typeArea .logo-children{display: none !important;}
.header-children .header .typeArea .logo-index{display: none !important;}
.header-children .header .typeArea .logo-children{display: block !important;}
/* .header-children .header .typeArea .navbar ul li a{
	color: #333333;
} */
.header-children .header .typeArea .conceal .mobile span{
	color: #333333;
}
.header-children .header .typeArea .conceal .mobile .iconfont{
	color: #999999;
}
.header-children .header .typeArea .conceal .typeface span{
	color: #333333;
}
.header-children .header .typeArea .conceal .typeface .iconfont{
	color: #999999;
}
.header-children .header .typeArea .function .iconfont{
	color: #8C8C8C;
	line-height: 26px;
}

/* 杩斿洖椤堕儴 */
#goTop{
	position: fixed;
	bottom: 60px;
	right: 20px;
	width: 70px;
	height: 70px;
	background: #e0e0e0;
	border-radius: 4px;
	z-index: 99;
	display: none;
}
#goTop:hover span{
	display: block;
}
#goTop:hover i{
	display: none;
}
#goTop span{
	display: none;
	margin: 0 auto;
	width: 28px;
	height: 32px;
	font-size: 14px;
	color: #666;
	margin-top: 18px;
}
#goTop i{
	display: block;
	color: #999;
	font-size: 15px;
	margin: 0 auto;
	width: 30px;
	margin-top: 25px;
}


/* 鍒嗛〉缁勪欢鏍峰紡 */ 
.pageDiv{padding: 20px;text-align: right;color: #ccc;clear: both;}
.pageDiv a{display: inline-block;color: #666666;background: #f6fbf9;height: 28px;	line-height: 28px;padding: 0 15px;border: 1px solid rgba(229,229,229,1);margin: 0 7px;font-size: 14px;background-color: #fff;border-radius: 2px;}
.pageDiv a:hover{text-decoration: none;border: 1px solid rgba(227,11,32,1);}
.pageDiv span.current{display: inline-block;height: 28px;line-height: 28px;margin: 0 7px;width: 28px;text-align: center;background: rgba(227,11,32,1);border-radius: 2px;text-align: center;color: #fff;}
.pageDiv span.disabled{display: inline-block;height: 28px;line-height: 28px;padding: 0 15px;margin: 0 7px;color: #666666;background: #fff;border: 1px solid rgba(229,229,229,1);font-size: 14px; border-radius: 2px;}
.pageDiv span.pagecount{padding: 0 15px;border-radius: 2px;font-size: 14px;color: #999999;margin-right: -30px;}
.pageDiv span.countYe{display: none; color: #666666;font-size: 14px;margin-left: 30px;}
.pageDiv span.countYe input{outline: none;border-radius: 2px;border: 1px solid rgba(229,229,229,1);height: 28px;width: 32px;margin: 0 5px;text-align: center;}
.pageDiv a.turndown{padding: 0 15px;text-align: center;border-radius: 2px;margin-left: 10px;}
.pageDiv a.tcdNumber{padding: 0;width: 28px;text-align: center;border-radius: 2px;}

/* tree缁勪欢鏍峰紡 */
.tree {padding: 10px 22px 10px 0;border: 1px solid #E8E8E8;border-radius: 4px;display: inline-block;}
.tree li{
	padding-left: 20px;
	border-radius: 4px;
}
.tree li > a{
	padding-left: 10px;
}
.tree li a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
	line-height: 28px;
	border-radius: 4px;
	cursor: pointer;
}

.tree li a:hover {
	color: #2e8bde;
}

.tree li a.active {
	color: #2e8bde !important;
}

/* +1 -1鍔ㄧ敾 */
.plus-animation{
	animation: plus 2s;
	-moz-animation: plus 2s;	/* Firefox */
	-webkit-animation: plus 2s;	/* Safari 鍜� Chrome */
	-o-animation: plus 2s;
}
@keyframes plus
{
0%   {opacity: 0;top: 0;}
50%  {opacity: 1;top: -20px;}
100% {opacity: 0;top: -20px;}
}

@-moz-keyframes plus /* Firefox */
{
0%   {opacity: 0;top: 0;}
50%  {opacity: 1;top: -20px;}
100% {opacity: 0;top: -20px;}
}

@-webkit-keyframes plus /* Safari 鍜� Chrome */
{
0%   {opacity: 0;top: 0;}
50%  {opacity: 1;top: -20px;}
100% {opacity: 0;top: -20px;}
}

@-o-keyframes plus /* Opera */
{
0%   {opacity: 0;top: 0;}
50%  {opacity: 1;top: -20px;}
100% {opacity: 0;top: -20px;}
}

.top {
    height: 213px;
    background-color: #ECF7FD;
    min-width: 1260px;
}
.topZzq{
    background-color: #ECF7FD;
    min-width: 1260px;
	height: 308px;
	min-height: 308px;
	position: relative;
	max-width: 1260px;
    margin: auto auto;
}

.topCon{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 1260px;
    height: 100%;
    z-index: 10;
}
/* 大背景图 */
.topBg{
	position: absolute;
	top: -197px;
    left: 50%;
    transform: translateX(-50%);
	width: 1920px;
	height: 934px;
	overflow: hidden;
	background: no-repeat;
	background-repeat: no-repeat;
	background-position: left 0px;

	background-image: linear-gradient(to top, #F2F2F2 10%, transparent 15%), url(/r/cms/www/default/images/header/topBg.png?v=20250213);
	background-size: 102% 106%;
	
	top: -510px;
    /*background-image: linear-gradient(to top, #F2F2F2 10%, transparent 15%), url(/r/cms/www/default/images/header/topBg.png);
    background-size: 102% 106%;*/
}
/* 时间 */
.item1{
    width: 100%;
    height: 40px;
	display: flex;
    justify-content: center;
    position: relative;
}
.item1 .itemcon{
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1920px;
    padding: 0px 330px;
    height: 40px;
    font-size: 14px;
    background-color: #ffffff50;
	z-index: 10;
	/* font-family: "华文中宋", serif; */
}
.item1 .top-maps{
	padding-right: 0px;
}
/* logo */
.item2{
	width: 100%;
	/* background-color: #ffffff50; */
}
.item2 .itemcon{
	display: flex;
	align-items: center;
	width: 680px;
	padding-top: 35px;
    margin-bottom: -15px;
	font-family: "华文中宋", serif;
}
.item2 .topBgNn{
    position: absolute;
	bottom: 309px;
    left: 79%;
	width: 545px;
    height: 150px;


	bottom: 47px;
    left: 78.4%;
    width: 545px;
	height: 330px;

    transform: translateX(-50%); 
	display: none;
}
.item2 .topBgNn .img{
	width: 100%;
	height: 100%;
	background: no-repeat;
	/* linear-gradient(to bottom, #F2F2F2, transparent),  */
	background-image :url(/r/cms/www/default/images/header/topBgNn.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* background-attachment:fixed; */
	background-position: left 0px;
}
.item2 .itemcon .left{
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
	max-width: 100px;
    max-height: 100px;
    margin-left: -265px;
    margin-right: 20px;
}
.item2 .itemcon .left img{
	width: 100%;
	height: 100%;
}
.item2 .itemcon .right{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.item2 .itemcon .right span{
    width: 100%;
    display: inline-block;
    color: #CC3300;
    font-weight: 700;
    text-align: left;
}
.item2 .itemcon .right .titlename{
	font-size: 49px;
    letter-spacing: 0px;
	position: relative;
}
.item2 .itemcon .right .titlenameMb{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 49px;
    -webkit-text-stroke: 4px #fff;
    letter-spacing: 0px;
    z-index: -1;
}
.item2 .itemcon .right .etitlename{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.64px;
	height: 35px;
}
/* item7小按钮样式 */
.item7{
	background-color: #345879;
    color: #fff !important;
    padding: 0px 11px;
    border-radius: 15px;
	clear: both;
}
/* 无障碍 */
.item7wza{
	margin-right: 10px;
}

.headerTop {
	width: 100%;
	height: 40px;
	background-color: #4184bb;
}

.searchbox {
	display: inline-block;
    position: relative !important;
    float: right;
    width: 363px;
    height: 40px;
    border: #2e8bde 1px solid;
    position: absolute;
    border-radius: 7px;
}
.searchboxZzq{
	display: inline-block;
	position: relative !important;
	float: right;
	width: 363px;
	height: 40px;
	border: #2e8bde 1px solid;
	position: absolute;
	border-radius: 50px;
	top: 120px;
}

.searchbox li.se_box {
	height: 38px;
	position: relative;
	margin-right: 79px;
}

.searchbox li.sea_an {
	width: 79px;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
}

.searchbox li.sea_an input {
	float: left;
	width: 100%;
	height: 38px;
	background: #026ABE;
	border: 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
}
.searchboxZzq li.sea_an input{
	border-radius: 0 50px 50px 0;
}
.seamodal{
	border-radius: 25px 0px 0px 25px;
    overflow: hidden;
}
.seamodalZzq{
	border-radius: 50px 0px 0px 50px;
}

.searchbox li.se_box input {
	float: left;
	width: 100%;
	height: 38px;
	background: none;
	border: 0;
	line-height: 38px;
	color: #89a6c2;
	font-size: 14px;
	text-indent: 12px;
	border-radius: 7px 0 0 7px;
	background: white;
}

.navModal{
	height: 52px;
}
.top-maps
{
	width: 100%;
	height: 24px;
	padding-right:80px;
}

.top-maps li {
    color: #026ABE;
    cursor: pointer;
    float: right;
    vertical-align: middle;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
}
.top-mapsZzq li{
	color: #026ABE;
	cursor: pointer;
	float: right;
	vertical-align: middle;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
}
.top-mapsZzq li{
	color: #000;
	font-weight: normal;
}

.top-maps li span {
	margin: 0 6px;
}

.header-right {
	top: 30px;
	position: relative;
}
.header-rightZzq{
	height: 250px;
}
.header-right img{
	height: 100px;
    margin-left: 280px;
    float: left;
    display: inline-block;
}
.header-rightZzq img{
	margin-left: 0px;
}
.header-rightZzq img{
	height: 105px;
    margin-top: -15px;
    display: inline-block;
	position: absolute;
    top: 14px;
    left: 0px;
	/* display: none; */
}

.title-hide {
	display: none
}

.m-message {
	z-index: 999999!important;
}

/* 登录模块样式 */
.loginModal{
	flex-wrap: wrap;
	background-color: #fff;
	width: 350px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: min-content;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	border-radius: 10px;
	z-index: 2001;
	overflow: hidden;
}
.loginModal .tabTitle{
	width: calc(100% + 2px);
	margin: -1px;
	border-bottom: 1px solid #E5E5E5;
	font-size: 18px;
	font-weight: bold;
}
.loginModal .tabTitle ul{
	display: flex;
	width: 100%;
}
.loginModal .tabTitle li{
	flex: 1;
	width: 50%;
	min-width: inherit;
	padding: 18px 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E5E5E5;
	border-bottom: none;
	cursor: pointer;
}
.loginModal .tabTitle .active{
	background: #026ABE;
	color: #fff;
}
.loginModal .tabContent{
	width: 100%;
}
.loginModal .tabContent ul{
	padding: 25px 40px;
}
.loginModal .tabContent ul li{
	margin-bottom: 25px;
}
.loginModal .tabContent input{
	flex:1;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 40px;
	padding-left: .5rem;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}
.loginBtn button{
	font-size: 1.1rem;
	padding: .2rem;
	margin: 0px !important;
	display: inline-block;
	background: #026ABE;
	border-radius: .25rem;
	color: #fff;
	font-weight: bold;
	border: none;
	line-height: 2rem;
	text-align: center;
	outline: 0;
	cursor: pointer;
}
/* 遮幕 */
.zhemu{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: #000;	
	z-index: 2000;
	overflow: hidden;
}
/*忘记密码*/
.wjmm{
	font-size: 12px;
	display: flex;
	justify-content: space-between;
}
.wjmm span{
	text-decoration: underline;
	color: #026ABE;
	cursor: pointer;
}

.tabTitle .closeBtn{
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(/r/cms/www/default/images/header/loginClose.png);
    background-size: 100% 100%;
    width: 26px;
    height: 26px;
    z-index: 100;
    cursor: pointer;
}
.tabTitle .closeBtn:hover{
	filter: brightness(10000);
}
/* 最美信访干部 */
.topZzqZmxfgb{
    height: 715px;
}
.topZzqZmxfgb .topBg{
	background-image: url(/r/cms/www/default/images/header/topBg2.png);
	background-size: 102% 106%;
	top: 0px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 883px;
	z-index: 5;
}
.topZzqZmxfgb .searchboxZzq{
    top: 554px;
	display: none;
}
.navModalZmxfgb  .headerZzq{
	background-image: initial;
}
.mainZmxfgb{
    padding-top: 60px;
}
.item16 a{
	cursor: pointer;
}
.item16 a:hover{
	color: #2e8bde !important;
}
.item16 .title{
	font-size: 22px;
    font-weight: bolder;
	display: block;
	padding: 18px 50px;
}
.item16 .titleCon{
    font-size: 16px;
    line-height: 35px;
    margin-top: 10px;
    color: #5d5d5d;
    text-indent: 2em;
    padding-bottom: 20px;
	display: inline-block;
	width: 100%;
	padding: 0px 50px 20px;
}
.item16 .titleCon .xx{
	padding-left: 5px;
    color: #075bcf;
}

.item17{
	display: flex;
	flex-direction: column;
}
.item17 a{
	cursor: pointer;
}
.item17 a:hover{
	color: #2e8bde !important;
}
.item17 .con{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 70px 0px;
    padding-left: 90px;
}
.item17 .conItem{
    display: flex;
    width: 50%;
    min-width: 500px;
    max-width: 500px;
    padding-right: 25px;
    margin-right: 40px;
    margin-bottom: 90px;
    position: relative;
}
.item17 .conItem:nth-child(2n){
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 25px;
}
.item17 .conItem .left{
	position: relative;
	margin-right: 20px;
}
.item17 .conItem .left{ 
	display:inline-block; 
	position:relative; 
	background:#fafafa; 
	/* box-shadow:0 0 3px rgba(0, 0, 0, 0.2);  */
	-moz-border-radius:4px; 
	border-radius:4px; 
	color:rgba(0,0,0, 0.8); 
	text-shadow:0 1px 0 #fff;
}
.item17 .conItem .left::before, .item17 .conItem .left::after{
    position: absolute;
    content: "";
    top: 10px;
	bottom: 10px;
    left: 14px;
    width: 45%;
    box-shadow: 0 15px 10px rgb(0 0 0 / 50%);
    z-index: 0;
    -webkit-transform: rotate(3deg);
	display: none;
	/*-webkit-transform: rotate(-3deg); 
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    /* transform: rotate(-3deg);*/
	}
.item17 .conItem .left::after{ right:17px; left:auto;
	 -webkit-transform:rotate(-3deg); 
	 -moz-transform:rotate(-3deg); 
	 -o-transform:rotate(-3deg); 
	 -ms-transform:rotate(-3deg); 
	 transform: rotate(-3deg);
	}
.item17 .conItem .left img{ 
	vertical-align:bottom;
	/* border-radius: 5px; */
}

.item17 .conItem .right{
	display: flex;
	flex-direction: column;
}
.item17 .conItem a{
	position: relative;
}
.item17 .conItem .tx{
	width: 190px;
    height: 210px;
    /* padding: 10px; */
    position: relative;
    z-index: 3;
	/* box-shadow: 0px 0px 5px #cccccc50;阴影 */
}
.item17 .conItem .dz{
	width: 190px;
	padding: 10px;
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: -43px;
    transform: translateX(-50%);
}
.item17 .conItem .title{
	color: #2c6ad2;
	font-size: 18px;
    color: #2c6ad2;
    line-height: 30px;
    font-weight: bolder;
    max-height: 60px;
    overflow: hidden;
}
.item17 .conItem .titleCon{
    font-size: 16px;
    line-height: 24px;
    max-height: 170px;
    overflow: hidden;
}
.item17 .conItem .titleCon .xx{
	color: #2c6ad2;
}
.item18{
	padding: 5px 0px;
    display: flex;
    flex-flow: column nowrap;
    width: 400px;
    flex: 1;
    margin-right: 16px;
    border-top: 1px solid #ccc;
    margin: 0px 50px 50px;
    width: auto;

}
.item18 .li{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 8px;
	padding: 0px 1em;
}
.item18 .li a{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.item18 .li a .aCon{
	color: #666;
    font-weight: 400;
    font-size: 18px;
    padding: 5px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.item18 .li a .aCon:hover{
	color: #2e8bde !important;
}
.item18 .li .rq{
	width: 120px;
    text-align: right;
}

.item19{
	display: flex;justify-content: center;align-items: center;
}
.item19 .left{
	flex-shrink: 0;z-index: 9;
}
.item19 .left .img{
	width: 48px;box-sizing:border-box;
}
.item19 .left .img img{
	width: 100%; display: block;vertical-align:inherit;box-sizing:border-box;max-width: 100% !important;
}
.item19 .right{
	color: #fff6dc;
    background: linear-gradient(to right,#dd454d,#cc2932);
    padding: 4px 15px 4px 35px;
    margin: 0 0 0 -25px;
    width: 100%;
    max-width: 100% !important;
    box-sizing: border-box;
    line-height: 38px;
    font-size: 22px;
}
/* a.item19:hover{
	color: #000 !important;
}
.item19{
    font-size: 26px;
    color: #000;
	letter-spacing: 2px;
    display: block;
    line-height: 60px;
    margin-top: 30px;
    border-left: 10px solid #D71724;
    padding-left: 20px;
	background:linear-gradient(90deg,rgba(215,23,36,0),rgba(215,23,36,0.3),rgba(215,23,36,0.6));
	position: relative;
}
.item19::before,.item19::after{
	content: '';
	height: 2px;
	background-color: #fff;
	width: 100%;
	position: absolute;
	left: 0px;
}
.item19::after{
	bottom: 0px;
} */
