 .header {
	width: 100%;
	min-width: 300px;
	height: auto;
	z-index: 10;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	border-top: 6px solid #00873c;
	position: fixed
}
.banner {
    position: relative;
}
.bannerPic{
	padding-bottom:30%;
	position: relative;
	}
.bannerPic img:hover {
    transform: scale(1);
}	
.title {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 40px;
}
.gp-bread a{
	color:#fff;
	}
.gp-bread a:hover{
color:#eee;
}

.gp-bread span {
    color: #fff;
}
.tit2top{
	padding-bottom:5px;
	margin-bottom:10px;
	box-sizing: border-box;
    position: relative;
	}
.tit2top h2{
	display: inline-block;
    font-weight: normal;
    line-height: 40px;
    position: relative;
	}
.title2 {
  display: inline-block;
  padding: 30px 80px;
  box-sizing: border-box;
  background: rgba(11, 82, 179, .88);
}
.tit2top h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #e60012;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.bit-Notice {
  display: inline-block;
  padding: 38.5px 80px;
  float: right;
  box-sizing: border-box;
  background: rgba(39, 146, 147, .88);
}
.articleList02{display: flex;}
.anniversary{
  text-align: right;
}

.wrapTop {
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
	position:fixed;
}

.header.currents .wrapTop1 .top_link {
	display: none
}

.header.currents .wrapTop1 .logo {
	width: 180px;
	top: 5px
}

.header.currents .wrapTop1 .nav {
	top: 5px
}

.header.currents .wrapTop1 .top {
	height: 70px
}

.header .top {
	/* height: 85px; */
	position: relative;
	z-index: 1;
}

.header .top .gp-container {
	position: relative;
	z-index: 2;
	/* height: 110px; */
}

.logo {
	width: 302px;
	font-size: 0;
	z-index: 2;
	display: block;
	padding: 0;
	filter: drop-shadow(20px 15px 55px rgba(0, 0, 0, .2));
	position: relative;
    left: 50%;
    margin-left: -150px;
}

.logo a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0
}

.logo img {
	width: 100%;
	display: block
}

.logo a.logo1 {
	left: 0;
	/* width: 100%; */
}

.logo a.logo2 {
	width: 40%;
	right: 0;
	z-index: 2
}
.backtop {
    width: 46px;
    height: 54px;
    background: url(/new2023/images/backtop.png);
    background-size: 100% 100%;
    opacity: 0.5;
    position: fixed;
    right: 5px;
    bottom: 0;
    z-index: 105;
    cursor: pointer;
}
.top_link {
	color: #fff;
	text-align: right;
	line-height: 40px;
	background: #2b4582;
}

.toplinkl i {
	display: inline-block;
	width: 15px;
	height: 16px;
	margin-right: 5px;
	vertical-align: middle;
}

.toplinkl span {
	display: inline-block;
	vertical-align: middle;
}

.toplinkl a:hover {
	color: #f4ac1a;
}

.toplinkl dt:nth-child(1) i {
	background: url(/new2023/images/t1.png) no-repeat;
	background-size: 100% 100%;
}

.toplinkl dt:nth-child(1):hover i {
	background: url(/new2023/images/t11.png) no-repeat;
	background-size: 100% 100%;
}

.toplinkl dt:nth-child(2) i {
	background: url(/new2023/images/t2.png) no-repeat;
	background-size: 100% 100%;
}

.toplinkl dt:nth-child(2):hover i {
	background: url(/new2023/images/t22.png) no-repeat;
	background-size: 100% 100%;
}

.toplinkl dt:nth-child(3) i {
	background: url(/new2023/images/t3.png) no-repeat;
	background-size: 100% 100%;
}

.toplinkl dt:nth-child(3):hover i {
	background: url(/new2023/images/t33.png) no-repeat;
	background-size: 100% 100%;
}

.toplinkl dt:nth-child(4) i {
	background: url(/new2023/images/t4.png) no-repeat;
	background-size: 100% 100%;
}

.toplinkl dt:nth-child(4):hover i {
	background: url(/new2023/images/t44.png) no-repeat;
	background-size: 100% 100%;
}

.top_link1, .top_link2 {
	overflow: hidden;
	line-height: 45px;
	height: 45px;
	position: relative;
	z-index: 444;
}

.top_link2 {
	background: #00873c;
	border-top: none;
}

.top_linkIn {
	overflow: hidden;
	text-align: right;
	position: relative;
}

.top_link dl dt::before {
	background: #fff;
	opacity: .75
}

.top_link dl {
	float: right;
	/* margin-right: 80px; */
}

.top_link dl:nth-child(2) {
	margin: 0
}

.top_link dl a {
	color: #fff;
	opacity: .88;
	font-size: 14px;
	position: relative
}

.top_link dl dt {
	display: inline-block;
}

.top_link dl dt a::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 16px;
	background: rgba(255, 255, 255, .2);
	right: 0px;
	top: calc(50% - 8px);
}

.top_link dl dt a, .sear {
	display: inline-block;
	font-size: 14px;
	color: rgba(255, 255, 255, .88);
	font-weight: 700;
	padding: 0 22px;
	box-sizing: border-box;
	/* height: 42px; */
	line-height: 45px;
}

.top_link dl dd {
	float: left;
	padding: 0 20px 0 0;
	position: relative
}

.top_link dl dd::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 1px;
	opacity: .3;
	background: #fff;
	right: 10px;
	top: 50%
}

.top_link dl dd:last-child::before {
	display: none
}

.top_link .item {
	padding: 0 22px;
	color: #fff;
	display: inline-block;

	vertical-align: middle;
	position: relative
}

.top_link .item::before {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background: rgba(255, 255, 255, .6);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}



.top_link span.arrow {
	display: inline-block;
	vertical-align: middle;
	background: url(/new2023/images/header_arrow.png) center no-repeat;
	width: 15px;
	height: 9px;
	margin: 0 0 0 10px
}

.top_link .pop_box {
	position: absolute;
	top: 100%;
	line-height: 30px;
	width: 93px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #00873c;
	background: #00873c;
	text-align: center;
	z-index: 2;
	display: none
}

.top_link .item:hover .pop_box {
	display: block
}

.top_link .pop_box a {
	display: block;
	opacity: 1
}

.top_link .item:hover, .top_link a:hover {
	color: #f4ac1a;
}

.gp-search4 {
	height: 0;
	border: none;
	width: 100% !important;
	overflow: hidden;
	position: fixed !important;
	top: 50%;
	z-index: 802;
	left: 0;
	margin: 0;
	display: inline-block;
}

.gp-search4.active {
	height: 80px;
}

.gp-search4.active .gp-ser {
	display: block;
}

.gp-search4 .gp-ser {
	max-width: 800px;
}

.gp-ser {
	width: 100%;
	height: 32px;
	z-index: 9999994;
	margin: 0 auto;
	position: relative;
}

.gp-serBtn2 {
	width: 18px;
	height: 18px;
	background: url(/new2023/images/search_btn.png) no-repeat;
	background-size: 100%;
	/* float: right; */
	position: absolute !important;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.sear {
	float: right;
	margin-right: 15px;
}

.gp-search4 .gp-ser {
	display: none;
	border: none;
	background: #fff;
	height: 40px;
	margin-top: 20px;
}

.gp-search input, .gp-search button {
	position: absolute;
	height: 32px;
	line-height: 32px;
	border: none;
	background: none;
	top: 0px;
	overflow: hidden;
}

.gp-search4 input, .gp-search4 button {
	height: 40px;
	line-height: 40px;
}

.gp-search input.notxt {
	color: rgba(0, 0, 0, .3);
	width: calc(100% - 48px);
	left: 0;
	padding: 0 5%;
	box-sizing: border-box;
	outline: none;
}

.gp-search4 .notxt1 {
	background: #006ec0;
	position: absolute;
	width: 25% !important;
	height: 100% !important;
	right: 0;
	cursor: pointer;
	color: #fff !important;
}

.wrapTop1 .nav {
	top: 0
}

.nav {
	position: absolute;
	right: 0;
	width: 100%;
	top: 23px;
	right: 0;
	/* transform: translateY(-50%); */
}

.nav ul {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	text-align: justify;
	/* align-items: center; */
	justify-content: space-between;
}

.nav ul::after {
	content: '';
	width: 100%;
	display: inline-block;

}

.nav ul>li {
	position: relative;
	text-align: center;
	display: inline-block;

	vertical-align: middle;
	transform: perspective(5000px);
	-moz-transform: perspective(5000px);
	-o-transform: perspective(5000px);
	-webkit-transform: perspective(5000px);

}
.nav ul>li:nth-child(4){
	margin-right: 330px;
	}
	
.nav ul>li:last-child .subNav, .nav ul>li:nth-last-child(2) .subNav, .nav ul>li:nth-last-child(3) .subNav, .nav ul>li:nth-last-child(4) .subNav {
	left: auto;
	right: 0px
}

.nav ul li>a {
	font-size: 20px;
	display: block;
	position: relative;
	line-height: 26px;
	color: #333;
	padding: 20px 0 30px;
	box-sizing: border-box;
}

.nav ul li>a::before {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #e60012;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transition: all .3s ease-in-out;
}

.nav ul li:hover>a::before, .nav ul li.on>a::before {
	width: 100%;
	left: 0;
}

.subNav {
	min-width: 660px;
	background: url(/new2023/images/subnavbg.png) no-repeat;
	background-size: cover;
	left: -30px;
	top: 100%;
	padding: 30px 40px;
	display: none;
	box-sizing: border-box;
	position: absolute;
}

.subNav::before {}

.suben {
	text-align: left;
	margin-bottom: 25px;
	display:none;
}

.suben h2 {
	color: #0b52b3;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: normal;
	font-family: 'HYb2gj';
	vertical-align: bottom;
}

.suben span {
	margin-left: 15px;
	font-size: 2.4rem;
	text-transform: uppercase;
	line-height: 24px;
	display: inline-block;
	font-family: 'Arial';
	color: #b6cad3;
	vertical-align: bottom;
}

.submnav {
	width: 93%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.submnav dd {
	display: inline-block;
	text-align: left;
	width: 33%;
	margin-bottom: 20px;
}


.subNav a {
	color: #555;
	/* padding: 12px 10px; */
	display: block;
	line-height: 26px;
	font-size: 16px;
	font-family: 'HYb1gj';
}

.subNav a:hover {
	color: #0b52b3;
	font-weight: bold;
}


.nav ul li:hover .subNav, .nav ul li.on .subNav {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	display: block;
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	display: block;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.header1 {
	border-top: 0
}

.top2 {
	background: #fff;
	position: relative;
	height: 86px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.top2 .logo {
	top: 7px
}

.nav2 ul li>a {
	color: #1a1a1a
}

.nav2 {
	top: 14px
}

.body_home {
	height: 100%;
	/* overflow: hidden; */
	position: relative;
	z-index: 1;
}

.body_b {
	position: fixed;
	left: 0;
	top: 100%;
	bottom: 0;
	right: 0;
	background: #fff;
	overflow: hidden;
	transition: top .7s cubic-bezier(.5, 0, .2, 1) 0s;
	z-index: 1;
	overflow: auto;
	outline: 0
}

.body_b * {
	outline: 0
}

.body_b.showdiv {
	top: 0
}


/* */
.header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 994;
	transition: all .7s ease-out 0s;
	/* opacity:0; */
	/* transform:translateY(-100%); */
}

.header.showdiv, .body_home.showdiv .header {
	opacity: 1;
	transform: none
}

.header2 {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 20;
	opacity: 1;
	
	
}

.body_b .header2 {
	opacity: 1;
	transform: translateY(-100%)
}

.body_b.showdiv .header2 {
	transition: all .7s ease-in-out .5s;
	transform: none;
	opacity: 1;
}

.wrapTop1 .top {
	background: #fff;
	padding: 20px 0;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);

}

.body_b.showdiv .header2 .top .gp-container {
	position: relative;
}

.body_b.showdiv .header2 .top .logo {
	width: 302px;
	height: 70px;
	display: inline-block;
	padding: 0;
}

.body_b.showdiv .header2 .top .nav a {
	color: #333;
}

.header2 .d2 {
	transition: all .3s ease-out 0s;
	height: 85px;
	height: 85px;
	background: #fff
}

.nav_mobile {
	display: none
}

/* */


footer {
	clear: both;
	position: relative;
	color: #fff;
	/* overflow: hidden; */
	background: url(/new2023/images/footer_bg.png) center no-repeat;
	background-size: cover;
	padding: 76px 0 0px;
	z-index: 0;
	box-sizing: border-box;
}

footer::before {
	content: '';
	display: block;
	width: 35%;
	height: 96px;
	
	background-size: cover;
	position: absolute;
	right: 0;
	top: -95px;
}

.footer {
	padding: 0 8%;
	box-sizing: border-box;
	position: relative;
	/* overflow: hidden; */
	color: rgba(255, 255, 255, .77);
}

.footer::before {
	content: '';
	display: block;
	width: 163px;
	height: 271px;
	position: absolute;
	right: 4.9%;
	top: -55px;
	
}

footer .gotop {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: url(/new2023/images/gotop.png) center no-repeat;
	width: 40px;
	height: 40px;
	top: -20px;
}


footer a, footer a:hover {
	color: #fff;
	color: rgba(255, 255, 255, .65);
}

.footer_top {
	padding: 0 0 33px
}

.footer_lf {
	/* width: 260px; */
	/* float: left; */
	margin: 0;
	width:33%;
}

.footer_rt {
	line-height: 36px;
	/* margin-right: 4.7%; */
	margin-top: 20px;
	width:33%;
	text-align:right;
}


.footer_logo {
	position: relative;
	padding: 10px 0 0 0;
	width: 237px;
	margin: 0 auto;
}

.footer_logo img {
	display: block;
	width: 100%
}

.footer_logo a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.footer .footer_md {
	/* margin: 0px 5.2%; */
	float: left;
	margin-top: 20px;
	text-align: left;
	line-height: 35px;
	width:33%;
}

.footer .footer_md span {
	margin-left: 80px;
}

.footerul {
	margin: 0 -25px;
	margin-top: 20px;
	font-size: 0;
}

.footerul li {
	display: inline-block;
}

.footerul a {
	display: block;
	margin: 0 25px;
	position: relative;
}

.footerul a img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 5px;
}

.footerul span {
	line-height: 34px;
	color: rgba(255, 255, 255, .77);
	display: block;
	text-align: center;

}

.footerbottom {
	margin-top: 60px;
	/* height: 43px; */
	line-height: 43px;
	text-align: center;
	overflow: hidden;
	background: rgba(0, 0, 0, .3);
	color: rgba(255, 255, 255, .9);
}

.ftop {
	/* overflow: hidden; */
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}



/*footlink*/

.footer-box{ position: absolute; display: none; left: 50%; bottom: 110%; margin-top: 0px; border:solid 1px #fff; border-radius: 10px; transform: translate(-50%,0); width: 90px; padding:7px; line-height:22px; font-size: 14px; color: #fff; background:#fff; background-size: cover; }
.mt-link a{ display: inline-block; margin-left: 50px; margin-top: 30px; }
.mt-link a{ position: relative; }
.mt-link a:hover div{ display: block; }
.footer-right .footer-tt{ padding-right: 0; padding-left: 100px; }
.footer-bottom{ background: #06262f; padding:10px 0; color: #fff; margin-top: 40px; }
.footer-link a:hover .footer-box{ display: block; }
.footer-box:before{ display: block; content: ""; position: absolute; left: 0; bottom: 100%; right: 0; height: 12px; background: url(/new2023/images/raw-top.png) center no-repeat; }
.footer-bottom img{ margin-right: 10px; }
.footer-bottom span{ padding:0 20px; }




.mob_nav_btn {
	height: 54px;
	display: none;
	text-align: left;
	width: 54px;
	z-index: 1000;
	position: absolute;
	cursor: pointer;
	margin-right: 0;
	font-weight: 700;
	text-align: right;
	right: 30px;
	top: 28px;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
	background: url(/new2023/images/m_nav1.png) center no-repeat
}

.mob_nav_btn.on {
	background-image: url(/new2023/images/m_nav2.png);
	/* right:20px; */
	/* top:20px; */
}

.mob_nav_btn span {
	position: absolute;
	left: calc((100% - 25px)/ 2);
	top: calc((100% - 1px)/ 3);
	width: 22px;
	height: 2px;
	background-color: #fff;
	animation-duration: .5s;
	animation-fill-mode: both;
	display: none
}

.mob_nav_btn span:nth-child(1) {
	transform: translateY(4px) rotate(0);
	animation-name: outfirst
}

.mob_nav_btn span:nth-child(2) {
	transform: translateY(-4px) rotate(0);
	animation-name: outsecond
}

.mob_nav_btn span:nth-child(3) {
	transform: translateY(-4px) rotate(0);
	animation-name: outthird
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg)
	}

	100% {
		transform: translateY(-4px) rotate(0)
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg)
	}

	100% {
		transform: translateY(4px) rotate(0)
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg)
	}

	100% {
		transform: translateY(12px) rotate(0)
	}
}

.mob_nav_btn.on span:nth-child(1) {
	animation-name: clickfirst
}

.mob_nav_btn.on span:nth-child(2) {
	animation-name: clicksecond
}

.mob_nav_btn.on span:nth-child(3) {
	animation-name: clickthird
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0)
	}

	100% {
		transform: translateY(0) rotate(45deg)
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0)
	}

	100% {
		transform: translateY(0) rotate(-45deg)
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.mobile_header_cover {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 9;
	transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s
}

.mobile_header_cover.on {
	bottom: 0
}

.mobile-header {
	max-width: 90%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 992;
	overflow: auto;
	background: #fff;
	display: none;
	width: 392px;
	border-left: 8px solid #006ec0;
	height: 100vh;
}

.mobile-header.on {
	animation-duration: .5s;
	animation-fill-mode: both;
	animation-name: y_scale;
	display: block
}

.mobile-nav {
	width: 100%;
	padding-top: 80px;
}

.mobile-nav li {
	position: relative;
	padding: 0 0;
	border-bottom: 1px solid #f2f2f2
}

.mobile-nav li a {
	display: block;
	line-height: 45px;
	text-decoration: none;
	font-size: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	padding: 13px 60px 12px 30px
}

.mobile-nav dd a {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.mobile_subNav {
	padding: 0 22px 0 8px;
	/* background: #dcf5e7; */
	overflow: hidden
}

.mobile-nav dd a {
	height: 35px;
	line-height: 35px;
	border-top: 1px solid rgba(0, 135, 60, .1);
	font-size: 16px;
	padding-left: 84px;
	position: relative
}

.mobile-nav dd:first-child a {
	border-top: 0
}

.mobile-nav dd a::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	bottom: 0;
	background: #00873c;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	z-index: -1
}

.mobile-nav dd:hover a {
	color: #fff
}

.mobile-nav dd:hover a::before {
	left: -30px;
	right: -30px
}

.mobile-nav .arrow {
	color: #fff;
	position: absolute;
	right: 0;
	top: 12px;
	font-size: 2.5rem;
	cursor: pointer;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background: url(/new2023/images/mobile_arrow1.png) center no-repeat
}

.mobile-nav li.on .arrow {
	background-image: url(/new2023/images/mobile_arrow2.png)
}

.mobile_subNav {
	display: none
}

li.on .mobile_subNav {
	display: block
}

.mobile_search {
	height: 45px;
	z-index: 600;
	overflow: hidden;
	position: relative;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	margin: 25px 40px 10px;
	border: 1px solid #d3d3d3
}

.mobile_search .search {
	width: 100%;
	height: 100%
}

.mobile_search .search input.notxt {
	position: absolute;
	width: calc(100% - 56px);
	height: 100%;
	color: #666;
	left: 0;
	top: 1px;
	padding: 0;
	margin: 0;
	outline: 0;
	font-size: 16px;
	z-index: 3;
	padding: 0 0 0 20px;
	background: 0 0;
	border: 0
}

.mobile_search .search input.notxt1 {
	position: absolute;
	width: 58px;
	height: 100%;
	border: none;
	background: url(/new2023/images/m_search_btn.png) center center no-repeat;
	right: 0;
	cursor: pointer;
	top: 0;
	z-index: 3;
	font-size: 0;
	padding: 0
}

.mob_links {
	color: #fff;
	text-align: center;
	line-height: 40px
}

.mob_linksIn {
	overflow: hidden;
	float: right;
	margin-right: 50px
}

.mob_links dl dt::before {
	background: #fff;
	opacity: .75
}

.mob_links dl {
	/* margin: 0 0 10px; */
	overflow: hidden;
}

.mob_links dl:nth-child(2) {
	margin: 0
}

.mob_links dl a {
	color: #333;
	opacity: .75;
	font-size: 14px
}

.mob_links dl dt {
	display: inline-block;
	position: relative;
}

.mob_links dl dt::before {
	/* content: ''; */
	position: absolute;
	width: 16px;
	height: 2px;
	background: #a7a8a7;
	bottom: 0;
	left: calc(50% - 8px);
}

.mob_links dl dt a {
	font-size: 14px;
	color: #333;
	/* font-weight: 700; */
}

.mob_links dl dd {
	/* float:left; */
	padding: 0 10px;
	position: relative;
	display: inline-block;
}

.mob_links dl dd::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 1px;
	opacity: .3;
	background: #fff;
	right: 10px;
	top: 50%
}

.mob_links dl dd:last-child::before {
	display: none
}







/*内容页*/


/**文章页**/

.article {
	padding: 5px 0;
}
.article h1.arti-title {
	text-align: center;
	font-size: 28px;
	line-height: 1.9;
	font-weight: normal;
	color: #006ec0;
} /**文章标题**/
.article .arti-metas { height: 46px; line-height: 22px; text-align:center; padding: 16px 0 12px 0; border-bottom:1px dashed #CCC; margin-bottom:15px }
.article .arti-metas span { display: inline-block; margin:0 8px; font-size:14px; color:#787878; } /**文章其他属性**/
.article .arti-metas .read-options { color: #444; text-decoration: none; float: right; display: inline-block; padding-left: 17px; background: url(/new2023/css/img/options.jpg) no-repeat 0 50%; display: none; }
.article .entry { margin:0 4px; overflow:hidden; } /**文章内容**/
.article .entry, .article .entry p { line-height:2; font-size:16px; text-align: justify; }
.article .entry p { margin-bottom:12px }
.article .entry td p { margin-bottom:0px; padding:0 10px }
.article .entry .read img { vertical-align: middle; max-width:100%; _width:expression(this.width > 1100 ? "1100px" : this.width);
background: url(/new2023/css/img/loading.jpg) no-repeat center; }   





main {
    min-height: 400px;
    padding-bottom: 50px;
    box-sizing: border-box;
    position: relative;
	background:url(/new2023/images/n_bg.jpg) no-repeat bottom center;

}

.dzvc_wz_neirong {
	width: 100%;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 55px;
}

.dzvc_wz_content {
	display: flex;
	justify-content: space-between;
}

.dzvc_wz_nei {
	width: 20%;
}
.dzvc_wz_xiao{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
	}
	.dzvc_wz_rong {
	width: 78.6%;
	
	padding: 0px 10px 25px 25px;
	
	box-sizing: border-box;
	vertical-align: middle;
}
.wen_zhang {
	width: 100%;
	background: #fff;
	padding: 0px 25px 25px 25px;
	
	box-sizing: border-box;
	vertical-align: middle;
}

.dzvc_wz_weizhi {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px #ccc solid;
}

.dzvc_wz_wei p {
	font-size: 24px;
	color: #1a37a0;
	position: relative;
	padding-left: 15px;
font-weight: bold;
}

.dzvc_wz_wei p::after {
	content: "";
	width: 5px;
	height: 18px;
	background: #1a37a0;
	left: 0;
	right: auto;
	top: 8px;
	position: absolute;
}

.dzvc_wz_zhi a {
	font-size: 16px;
	color: #333;
}
.dzvc_wz_neirong2{
	padding-top:20px;
	}
.dzvc_wz_neirong2 p {
	
	color: #000;
	margin-top: 10px;
    text-align: justify;
    font-size: 20px;
    line-height: 38px;
   
}


/*现任领导 list xrld*/

.dzvc_xrld{
	padding-top: 16px;
}
.dzvc_xrld dl{
	display: block;
	width: 96%;
	height: 210px;
	background: #f9f9f9;
	margin-bottom: 22px;
	padding: 2%;
}
.dzvc_xrld dl:hover{
	-webkit-box-shadow: 0 6px 20px #aaa;
    -moz-box-shadow: 0 6px 20px #aaa;
    box-shadow: 0 6px 20px #aaa;
}
.dzvc_xrld dl dt{
	float: left;
	width: 22%;
	height: 210px;
	overflow: hidden;
	margin-right: 2%;
}
.dzvc_xrld dl dt img{
	width: 140px;
	height: 208px;
	background-size: 100% 100%;
}
.dzvc_xrld dl dd{
	float: left;
	width: 76%;
	height: 210px;
	position: relative;
}
.dzvc_xrld dl dd .title{
	height: 53px;
	line-height: 54px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 8px;
}
.dzvc_xrld dl dd .title .line{
	position: absolute;
	left: 0px;
	top: 53px;
	display: block;
	width: 52px;
	height: 1px;
	background:#eb6100;
}
.dzvc_xrld dl dd .title .zc{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #212121;
	font-weight: bold;
	margin-right: 20px;
}
.dzvc_xrld dl dd .title .xm{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #212121;
}
.dzvc_xrld dl dd p{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #666;
}
.dzvc_xrld dl dd span.fg{
	font-weight: bold;
	color: #212121;
}
.dzvc_xrld dl dd span.dw{
	font-weight: bold;
	color: #212121;
}
.dzvc_xrld dl dd span.lx{
	font-weight: bold;
	color: #212121;
}
.dzvc_xrld dl dd .ckxq{
	height: 26px;
	line-height: 26px;
	padding: 0 30px;
	border-radius: 14px;
	position: absolute;
	left: 0px;
	bottom: 0;
	font-family: "Microsoft Yahei";
	color: #eb6100;
	font-size: 16px;
	background: #f0f0f0;
	text-align: center;
}
.dzvc_xrld dl:hover dd .ckxq{
	background: #eb6100;
	color: #fff;
}


.j1-top{
    width: 100%;
    height: 42px;
   
}
.j1-top .cn{
	width:auto;
    color: #666666;
    font-size: 24px;
    padding-right: 0px;
	border-bottom:5px solid #eee;
	text-align:center;
	padding-bottom:6px;
}
.j1-top .en{
	display:none;
    
}
.j1-slit{
    width: 100%;
    padding-top: 35px;
    padding-bottom: 20px;
    position: relative;
    border-top: 1px solid #E0E0E0;
}
.j1-slit li{
    float: left;
    width: 270px;
    height: 60px;
    margin-bottom: 20px;
    margin-right: 40px;
    cursor: pointer;
}
.j1-slit li a{
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color:#464646;
    background: #F8F4F1;
}
.j1-slit li:nth-child(4n){
    margin-right: 0;
}
.j1-slit li a:hover{
    color:#ffffff;
    background: #B51C26;
}

.j1-slit2{
    width: 100%;
    padding-top: 35px;
    padding-bottom: 20px;
    position: relative;
    overflow:hidden;
    border-top: 1px solid #E0E0E0;
}
.j1-slit2 li{
    float: left;
    width: 31.3%;
    height: 60px;
    margin-bottom: 20px;
	margin-left:1%;
	margin-right:1%;
    
    cursor: pointer;
}
.j1-slit2 li a{
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color:#464646;
    background: #F8F4F1;
}
.j1-slit2 li:nth-child(3n){
    margin-right: 0;
}
.j1-slit2 li a:hover{
    color:#ffffff;
    background: #2b73df;
}

.l1-tab{
    width: 22%;
    float: left;
    height: auto;
    background:#F6F6F6;
    border-bottom: 3px solid #F0C555;
}
.l1-tab li{
    width: 100%;
    height: 60px;
}
.l1-tab li a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #E1E1E1;
}
.l1-tab li span{
    display: inline-block;
    opacity: 0;
    padding-left: 14px;
}
.l1-tab li:hover a{
background:#eee;
    color: #006ec0;
    border-bottom: 1px solid  #006ec0;
}
.l1-tab li:hover span{
    opacity: 1;
}
.l1-tab li.on a{
background:#eee;
    color: #006ec0;
    border-bottom: 1px solid  #006ec0;
}
.l1-tab li.on span{
    opacity: 1;
}
.l1-con{
    
    float: left;
    padding-left: 40px;
}
.l1-con .top{
    padding-top: 35px;
    padding-bottom: 35px;
}
.l1-con .top .cn{
    color: #666666;
    font-size: 24px;
}
.l1-con .top  .en{
    color: #9c0c15;
    font-size: 14px;
    padding-left: 14px;
}
.l1-con .leader{
	width:99%;
	height:230px;
	padding:10px 10px 20px 10px;
	margin-bottom:20px;
	border-bottom:1px dashed #eee;
	}
.l1-con .leader .tu{
	width:18%;
	}
.l1-con .leader img{
	width:99%;
	height:200px;
	padding-bottom: 0px;	
        object-fit: cover;
}
.l1-con .leader .wen{
	width:82%;
	padding-left:1%;
	}
.l1-con .leader .p1{
	font-size: 18px;
	color: #006ec0;
	padding-bottom: 18px;
	border-bottom: 1px solid #E5E5E5;
}
.l1-con .leader .p2{
    padding-top: 15px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    padding-bottom: 30px;
}
.fl{float:left;}
.fr{float:right;}

/*end list xrld*/


/*历任领导*/

.ul-list-d1 li{margin-bottom:28px}
.ul-list-d1 .tit{overflow:hidden;padding:15px 80px 15px 40px;background:url(/new2023/images/d-bg1.png) center right no-repeat #467ac0;-o-background-size:cover;background-size:cover;border-radius:10px 10px 0 0; }
.ul-list-d1 .tit h3{width:90%;float:left;font-size:20px;font-weight:700;color:#fff;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}
.ul-list-d1 .tit span{float:right;width:32px;height:32px;-webkit-transition:.5s;-o-transition:.5s;-moz-transition:.5s;transition:.5s}
.ul-list-d1 .tit span img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}

.ul-list-d1 .tit{padding:0.7vw 4vw 0.7vw 2vw;border-radius:.52vw .52vw 0 0 ;}
.ul-list-d1 .tit span{width:1.666vw;height:1.666vw}
.ul-list-d1 .title{border-bottom-width:.104vw}
.ul-list-d1 .title span{float:left;width:33.3%;font-size:1.145vw;margin-bottom:.833vw}

.ul-list-d1 .title{border-bottom:1px solid #eaeaea}
.ul-list-d1 .title span{float:left;width:33.3%;font-size:18px;margin-bottom:16px;font-weight:600;color:#333;}
.ul-list-d1 .m-require .item .s1,.ul-list-d1 .title .s1{padding-left:0px}
.ul-list-d1 .m-require .item .s4,.ul-list-d1 .title .s4{width:20%}
.ul-list-d1 .m-require{padding:20px 70px 20px;background:#fff;box-shadow:-1px 4px 30px 0 rgba(62,81,110,.26);border-radius:0 0 10px 10px}
.ul-list-d1 .m-require .item span{float:left;width:33.3%;font-size:18px;font-weight:400;color:#333;padding:16px 0 6px;}





.dzvc_wz_xue {
	width: 100%;
	background-color: #1a37a0;
	
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	height: 87px;
	padding-left: 53px;
}

.dzvc_wz_xue2 {
	width: 100%;
	background-color: #ccc;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	height: 55px;
	padding-left: 53px;
	cursor: pointer;
}
.dzvc_wz_xue2 p {
	font-size: 20px;
	line-height: 28px;
	color: #000;
}
.dzvc_wz_xue p {
	font-size: 30px;
	line-height: 28px;
	color: #fff;
}

.dzvc_wz_jj {
	padding: 0 0 15px 0;
	background-color: #fff;
	border-bottom: #1a37a0 solid 5px;
	
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.dzvc_wz_jj1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: #eee solid 1px;
}

.dzvc_wz_jj1:nth-last-child(1) {
	border-bottom: 0;
}

.tu1 {
	display: none;
}

.jianjie1 {
	font-size: 18px;
	color: #333333;
	padding: 25px 0;


}

.jianjie1 img {
	padding: 0 10px;
	opacity: 0;
}

.dzvc_wz_jj2 .jianjie1 img {
	opacity: 1;
}

.dzvc_wz_jj2 .jianjie1 span {
	color: #1a37a0;
}

.dzvc_wz_jj2 .tu1 {
	display: block;
}

.dzvc_wz_jj2 .tu2 {
	display: none;
}




.news_neirong {
	width: 100%;
	overflow: hidden;
	background-color: #fbfbfb;

	background-size: 100% 100%;
	
	padding-bottom: 60px;
}

.news_content {
	display: flex;
	justify-content: space-between;
}

.news_nei {
	width: 69%;
}

.news_rong {
	width: 28%;
	background-color: #fff;
}

.news_tu2 {
	display: none;
}

.news_nei1 {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 15px 25px 15px 20px;
	transition: all 0.8s;
	background: rgb(255,255,255,0.7);
	margin-bottom: 20px;
	box-shadow: #e5e5e5 1px 4px 12px;
	box-sizing: border-box;
}

.news_xinwen {
	padding-left: 15px;
}

.news_tu a img {
	width: 380px;
	height: 225px;
}

.news_xinwen a h2 {
	font-size: 18px;
	line-height: 36px;
	color: #333;
	padding-bottom: 13px;
	transition: all 0.4s;
	font-weight:normal;
}

.news_xinwen a p {
	font-size: 14px;
	line-height: 26px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	padding-bottom: 20px;
	transition: all 0.4s;
	height: 82px;
	box-sizing: border-box;
}

.news_xinwen a span {
	font-size: 14px;
	line-height: 26px;
	padding-left:22px;
	background:url(/new2023/images/time3.png) no-repeat left center;
}

.news_xinwen a h2 span {
	font-size: 14px;
	line-height: 26px;
}

.news_xinwen a span img {
	padding-right: 10px;
}

.news_nei1:hover {
	background-color: #1a379f;

}

.news_nei1:hover .news_xinwen a h2 {
	color: #fff;
}

.news_nei1:hover .news_xinwen a p {
	color: #fff;
}

.news_nei1:hover .news_xinwen a span {
	color: #fff;
	background:url(/new2023/images/time31.png) no-repeat left center;
}

.news_nei1:hover .news_xinwen .news_tu1 {
	display: none;
}

.news_nei1:hover .news_xinwen .news_tu2 {
	display: block;
}

.news_wen2 ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_wen2 ul li a p {
	font-size: 15px;
	color: #333;
	line-height: 19px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	transition: all 0.4s;
}
.news_wen2 ul li a span {
	font-size: 15px;
	color: #333;
	line-height: 17px;
	white-space: nowrap;
}
.news_wen1 {
	display: flex;
	width: 100%;
	padding: 20px 0;
	border-bottom: 2px #005964 solid;
}
.news_wen1 p {
	padding-left: 15px;
	font-size: 22px;
	line-height: 28px;
}
.news_wen2 ul li {
	padding-top: 18px;
}
.news_wen {
	background-color: #fff;
	padding: 0 15px;
}
.news_nei1:nth-last-child(1) {
	margin-bottom: 0;
}

.news_wen2 ul li:hover a p {
	color: red;
}
.news_wen2 ul li:hover a span {
	color: red;
}

/*图片文章列表*/
.dzvc_wz_neirong2 .list{
	overflow:hidden;
	margin-top:40px;
	}
.dzvc_wz_neirong2 .list li{
	float:left;
	width:calc(33% - 22px);
	margin-right:30px;
	margin-bottom:30px;
	}
.dzvc_wz_neirong2 .list li:nth-child(3n+0){
	margin-right:0;
	}
.dzvc_wz_neirong2 .list li .img{
max-height:300px;

}
.dzvc_wz_neirong2 .list li:hover .txt p{
	color:#143270;
	transition: all 0.3s linear;
	}
.dzvc_wz_neirong2 .list li:hover .img{
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
	}
.dzvc_wz_neirong2 .list .txt{
	padding:20px;
	background-color:#f5f5f5;
	overflow:hidden;
	}
.dzvc_wz_neirong2 .list .txt p{
	font-size: 16px;
	height: 52px;
	line-height: 26px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.dzvc_wz_neirong2 .list .txt span{
	float:right;
	display:block;
	margin-top:10px;
	font-size:14px;
	line-height:18px;
	color:#143270;
	padding-left:24px;
	
	background-size:18px;
	}

/*组织机构*/
.bm1 {
	width: 80%;
	margin-bottom: 20px;
	background: linear-gradient(to right, #005964, transparent);
}
.bm1 p {
	font-size: 24px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 30px;
	color: #fff;
	position: relative;
}
.bm1 p::after {
	content: "";
	width: 5px;
	height: 20px;
	background: #fff;
	left: 10px;
	right: auto;
	top: 30%;
	position: absolute;
}
.danwei {
	display: flex;
	flex-wrap: wrap;
}


.danwei_nei {
	width: 32%;
	display: flex;
	align-items: center;
	padding: 0 1%;
    display: flex;
    height: 80px;
    background: #f5f5f5;
    margin-bottom: 25px;
    box-shadow: #8D9AA6 3px 3px 3px;
    transition: all 0.6s;
    margin-right: 1.8%;
}
.danwei_nei:nth-child(3n+0){
	margin-right:0;
	}
.danwei_nei a {
	color: #000000;
	font-size: 18px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	transition: all .4s;
}
.danwei_nei:hover  a {
	color: #1a37a0;
	transform: translateX(10px);
}




/*文章内容*/
.ny_k {
        width: 100%;
        background-color: #fff;
        padding: 10px 30px 30px 30px;
        float: left;
		    box-sizing: border-box;
    }
    .ab_nr {
        width: 100%;
        float: left;
        font-size: 16px;
        line-height: 30px;
        color:#666;
		margin-top:40px;
    }
    .ab_nr p {
        margin-bottom: 10px;
text-align: justify;
    }
    .ny_bt {
        width: 100%;
        float: left;
        margin-bottom: 35px;
        text-align: center;
        line-height: 155%;
    }
    .ab_fx{
        float:left;
        width:100%;
        font-size:16px;
        color:#666;
        line-height: 32px;
        margin-top:20px;
    }
    .ab_fx a{
        margin-left: 10px;
    }
	.sbt {
        width: 96%;
        font-size: 38px;
        margin:0 auto;
        
		line-height: 56px;
    font-family: "微软雅黑", "宋体";
    text-align: center;
    padding: 25px 0 25px 0;
    font-weight: normal;
    }

    .sbt_sub{
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        float:left;
        color: #999999;
    }
	
.pages-date{ width: 96%;
margin:0 auto;
    border-bottom: 1px #dcdcdc solid;padding-top: 7px; text-align:left;color: #666666;
    font-size: 14px;
    height: 35px;
    overflow: hidden;}
.pages_print{    border-bottom: none;
    top: 7px;
  
    float: right;}
	.pages_print .printIco {
    float: left;
    background: url(/new2023/images/ico.png) no-repeat 0px 0px;
    padding-left: 22px;
}
.pages-date span.font, .pages_print span.font {
    margin: 0 10px;
}
.editor{ padding-bottom:30px;}


    .ssj {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 16px;
        padding: 20px 0px 45px 0px;
        color: #999999;
    }
    .sgd {
        width: 100%;
        float: left;
        border-top: solid 1px #ddd;
        padding-top: 20px;
        font-size: 16px;
        line-height: 30px;
        color:#666;
        margin-top: 20px;
    }
    .sgd .ab_fx{
        float: right;
        width:auto;
        margin-top: -30px;
    }



.zxgx{margin-top: 20px;}
.zxgx .zxgx_tit{border-bottom: 1px solid #ccc;padding-bottom: 16px;}
.zxgx .zxgx_tit p{display: inline-block;float: left;}
.zxgx .zxgx_tit .tp{width: 36px;height:36px;background:#1a37a0 url(../images/zxgx_tit.png) center center no-repeat;}
.zxgx .zxgx_tit .tit{font-size: 20px;line-height: 36px;color: #1a37a0;text-indent: 8pt;}
.zxgx ul{margin-top: 24px;margin-left: 6px;border-left: 1px solid #cfcfcf;}
.zxgx ul li{position: relative;margin-bottom:20px;}
.zxgx ul li p.sj{font-size: 12px;color: #1a37a0;    width: 59px;
  height: 26px;background: url(/new2023/images/zxgx_sj_bg.png) no-repeat;text-align: center;line-height: 28px;margin-left: 12px;margin-bottom: 12px;}
.zxgx ul li::before{content: "";width: 9px;height: 9px;border:1px solid #cfcfcf;border-radius: 50%;position: absolute;top: 8px;left: -6px;background: #fff;}
.zxgx ul li p.bt{font-size: 14px;line-height: 22px;margin-left: 17px;}
.zxgx ul li a:hover p.bt{
	color:#1a37a0;
	}


/*内容二维码*/
.ny_ewm{
width:60%; margin:0 auto; text-align:center;color: #b5b5b5;font-size: 12px;line-height: 26px;
}

.accordion li{position: relative;overflow:hidden;}
.accordion li i { display:block; width:30px; height:30px;position: absolute;top:0;right:15px;font-size: 18px; color: #595959; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.accordion li .nav-link2 i{display:block; width:30px; height:30px;background: url(/new2023/images/arrow1.png) no-repeat center; position: absolute;top:15px;font-size: 18px; color: #595959; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;} 
.accordion li.on2 .nav-link2 i,
.accordion li:hover .nav-link2 i{background: url(/new2023/images/arrow1On.png) no-repeat center;}
.accordion li.on2 .nav-link,
.accordion li .nav-link:hover,
.accordion li.open .nav-link{background: url(/new2023/images/bgOn.png);background-size: contain;border-bottom:none;}
.accordion li.on2 .nav-link1 a {color: white;}
.accordion li .nav-link:hover {background: url(/new2023/images/bgOn.png);background-size: contain;}
.accordion li .nav-link:hover a{color: #FFFFFF;}
.accordion li.open .nav-link a{color: white;font-weight: bold;}
.accordion li.open i.fa-chevron-down {}
.accordion li.open .nav-link{border: none;}
.accordion { width:100%; }
.accordion li:first-child .nav-link{border-top: 1px solid #d9d9d9;}
.accordion .nav-link:hover{}
.accordion .nav-link:hover a{color: #791cb3;}
.accordion .nav-link.hover{}
.accordion .nav-link.hover a{color: #791cb3;}
.accordion .nav-link3 {padding-left:10px;padding-right: 10px;display: block;line-height: 30px;min-height: 30px;height: 100%;border-bottom: 1px solid #d9d9d9;}
.accordion li:last-child .nav-link3{border-bottom: 0px solid #d9d9d9;}
.accordion .nav-link3 a{ display: block;color: #000;font-size: 18px;line-height: 30px;padding: 15px 0;}
.accordion .nav-link3:hover{color: #fff;font-weight: bold;background: url(/new2023/images/bgOn.png);background-size: contain;}
.accordion .nav-link3:hover a{color: #FFFFFF;}
.accordion .nav-link3.hover{color: #fff;font-weight: bold;background: url(/new2023/images/bgOn.png);background-size: contain;}
.accordion .nav-link3.hover a{color: #FFFFFF;}



/*图说德职*/

.video-list1 {
width:100%;
overflow:hidden;
margin:10px auto;
min-height:400px;
padding:0;}

.video-list1 .video-item {
    width: 31.3%;
    margin-right: 1%;
	 margin-left: 1%;
    float: left;
    margin-bottom:3%;}

.video-list1 .video-item:nth-child(3n) {
    margin-right: 0;}

.video-list1 .video-item .img {
    width: 100%;
    height: 240px;
    position: relative;
overflow:hidden;
    cursor: pointer;
margin-bottom:5px;}

.video-list1 .video-item .img .mb {}

.video-list1 .video-item .img img {
    width: 100%;
    height: 240px;
    border-radius: 0px;
transition: all 0.6s;}
.video-list1 .video-item .img img:hover { transform: scale(1.2);}

.video-list1 .video-item .title {
    height: 30px;
	line-height:30px;
	margin-top:10px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
text-align:left;
position:static;

}
.video-list1 .video-item .title2 {
	text-align: left;
    padding: 0;
    line-height: 30px;
    height: 30px;
    margin: 0;
    font-size: 14px;
    color: #999;
	overflow: hidden;
	background:none;
	padding-right:10px;
}


@media screen and (max-width:1024px) {
	.dzvc_wz_content {
		flex-wrap: wrap;
	}

	.dzvc_wz_nei {
		width: 100%;
	}
	.dzvc_wz_rong {
		width: 100%;
	}
	.wen_zhang {
		width: 100%;
	}

}

@media screen and (max-width:768px) {

 .ab_nr {
        width: 100%;
        float: left;
        font-size: 16px;
        line-height: 30px;
        color:#666;
		margin-top:0px;
    }
.ny_ewm{
display:none;
}

.danwei {
	display: flex;
	flex-wrap: wrap;
        padding:5px;
}
.danwei_nei {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 1%;
    display: flex;
    height: 80px;
    background: #f5f5f5;
    margin-bottom: 15px;
    box-shadow: #8D9AA6 3px 3px 3px;
    transition: all 0.6s;
    margin-right: 0;
}
.danwei_nei:nth-child(3n+0){
	margin-right:0;
	}
.danwei_nei a {
	color: #000000;
	font-size: 16px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	transition: all .4s;
}
.danwei_nei:hover  a {
	color: #1a37a0;
	transform: translateX(10px);
}



.dzvc_wz_neirong2 .list li{
	float:left;
	width:100%;
	margin-right:0px;
	margin-bottom:20px;
	}
.dzvc_wz_right{
	display:none;
	
	}
	.dzvc_wz_zhi a,
	.dzvc_wz_zhi span {
		font-size: 14px;
	}
	.dzvc_wz_weizhi {
		flex-wrap: wrap;
		padding: 20px 0;
	}
	.dzvc_wz_zhi {
		width: 100%;
		margin-top: 10px;
	}
	.dzvc_wz_neirong2 p {
		padding-top: 0px;
	}
	.dzvc_wz_neirong2 p img {
		max-height: 220px;
	}
	.dzvc_wz_rong {
		padding: 0px 0 10px 0;
	}
	.wen_zhang {
		padding: 0px 0 20px 0;
	}
	.jianjie1 {
		padding: 15px 0;
	}
	.dzvc_wz_xue p {
		font-size: 20px;
	}
	.dzvc_wz_xue {
		height: 66px;
		padding-left: 53px;
	}
	.dzvc_wz_neirong {
		padding-bottom: 20px;
background-color:#fff;
	}
.pages_print{
display:none;
}
.clearfix .wz {
    padding-left: 0!important;
    width: 100%!important;
    text-align: center;
}
.clearfix .img {
    padding-left: 0!important;
    width: 100%!important;
    text-align: center;
}
.news_nei1 {
    flex-wrap: wrap;
	box-sizing: border-box;
	padding: 15px;
}
.news_xinwen {
    padding-left: 0;
}
.news_tu a img {
    width: 100%;
    object-fit: cover;
}
.news_xinwen a h2 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
	padding-bottom:0;
}
.news_xinwen a p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	padding-bottom: 20px;
	transition: all 0.4s;
	height: 75px;
	box-sizing: border-box;
}


.dzvc_wz_jj {
	padding: 10px 10px;
	background-color: #fff;
	border-bottom: #1a37a0 solid 5px;
	
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.accordion .nav-link3 a{ display: block;color: #666666;font-size: 18px;line-height: 22px;padding: 10px 0;}
.accordion li .nav-link2 i{display:block; width:30px; height:30px;background: url(/new2023/images/arrow1.png) no-repeat center; position: absolute;top:10px;font-size: 18px; color: #595959; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;} 
.navNow{  margin-top:-30px;}
.now2 .nowCon2::after{content: "";position: absolute;background: url(/new2023/images/bg3.png)no-repeat left center;height: 30px;left:44vw ;right: 0;top: 0;z-index: -2;}
.now2 .nowCon2 p a{font-size: 12px;color: white;display: inline-block;margin-right: 6px; position: relative;line-height:30px;}
.now2 .nowCon2 p a+a::after{content: "";position: absolute;width: 3px;height: 3px;background: #FFFFFF;border-radius: 50%;left: -6px;top: 50%;margin-top: -1px;}
.now .nowCon2 p a:hover{font-weight: bold;}


.ny_k {
        width: 100%;
        background-color: #fff;
        padding: 10px;
        float: left;
		    box-sizing: border-box;
    }
.sbt {
        width: 100%;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: solid 1px #ddd;
        float:left;
        margin-top:0px;
        padding-top:0;
    }

    .sbt_sub{
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        float:left;
        color: #999999;
    }
	.ssj {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        padding: 15px 0px 25px 0px;
        color: #999999;
    }
    .sgd {
        width: 100%;
        float: left;
        border-top: solid 1px #ddd;
        padding-top: 20px;
        font-size: 14px;
        line-height: 30px;
        color:#666;
        margin-top: 20px;
    }

}


@media screen and (max-width:1640px) {

	.footer_logo {
		width: 220px;
	}

	.logo {
		position: relative;
		transform: none;
		overflow: visible;
		width: 270px;
		margin-left:-135px;
	}


	.nav ul li>a {
		font-size: 16px
	}

	.subNav a {
		font-size: 14px
	}

	.footer {
		padding: 0 6% 0 6%;
	}

	.footerul {
		margin: 0 -10px;
		margin-top: 20px;
		font-size: 0;
	}

	.footerul a {
		margin: 0 10px;
	}
}

@media screen and (max-width:1460px) {
	.subNav {
		min-width: 440px;
		padding: 15px 20px;
	}

	.banner .banner_btns {
		right: 100px;
		bottom: 39px;
	}
}

@media screen and (max-width:1280px) {
	.logo {
		width: 220px;
		/* height: 64px; */
		padding-top: 15px;
		margin-left:-110px;
	}

	.body_b.showdiv .header2 .top .logo {
		width: 200px;
		height: 55px;
	}

	.nav {
		top: 10px;
	}

	.nav ul li>a {
		font-size: 14px;
		padding: 15px 0;
	}

	.banner .banner_btns {
		right: 74px;
		bottom: 28px;
	}

	.banner .swiper-pagination-bullet:nth-child(2) {
		top: -3px !important;
	}

	.banner .swiper-pagination-bullet:nth-child(4) {
		top: 31px !important;
	}

	footer {
		padding-top: 35px;
	}

	.footer::before {
		top: -25px
	}

	.footer .footer_md {
		padding: 0 2%;
	}

	.footer_rt {
		padding-right: 2%;
	}

	.footerul li {
		margin-bottom: 10px;
		width: 50%;
		text-align: center;
	}

	.footer .footer_md span {
		margin-left: 0;
	}
}

@media screen and (max-width:1100px) {
	.banner .banner_btns {
		right: 118px;
		bottom: 21px;
	}

	.submnav {
		width: 100%;
	}

	.footer.row {
		overflow: visible
	}

	.banner .swiper-pagination-bullet:nth-child(2) {
		top: 4px !important;
	}

	.banner .swiper-pagination-bullet:nth-child(4) {
		top: 25px !important;
	}

	.footerul li {
		width: 50%;
		text-align: center;
	}

	.wrapTop1 .top {
		padding: 10px 0;
	}

	.nav ul li>a {
		font-size: 14px;
		padding: 10px 0;
	}

	.scroll {
		padding-top: 116px !important;
	}
}

@media screen and (max-width:997px) {
	.header2 {
		display: none !important;
		position: static;
	}
.logo {
		
		margin-left:-80px;
	}
	.body_b.showdiv .header2 {
		display: none !important;
		position: static;
	}

	.mob_nav_btn {
		display: block
	}

	.header.currents {
		display: none !important
	}

	.nav, .top_link {
		display: none
	}

	.header .top {
		height: auto;
		width: auto;
		position: relative;
	}

	.logo {
		top: 0;
		padding: 28px 0 0;
		width: 212px
	}

	.body_b {
		overflow: hidden;
		position: relative;
	}

.body_home{
	z-index:2
}
	.banner .slick-img {
		height: 0;
		padding-bottom: 47.92%;
	}

	.banner .wrapbanner .Banner::after {
		bottom: -1px !important;
		background: rgba(0, 0, 0, 1);
		background: -o-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
		background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	}

	.banner .swiper-pagination-bullet:nth-child(2), .banner .swiper-pagination-bullet:nth-child(3),
	.banner .swiper-pagination-bullet:nth-child(4), .banner .swiper-pagination-bullet:nth-child(5) {
		top: 0 !important;
	}

	.ftop {
		display: block;
	}

	.footerr {
		/* float: none !important; */
		margin-top: 20px;
		width: 100%;
	}

	.footer_lf {
		float: none;
		text-align: center;
		width:100%;
	}

	.footer_logo {
		width: 160px;
		display: inline-block;
	}

	.footer .footer_md, .footer .footer_rt {
		padding: 0;
		margin-top: 0;
		float: none !important;
		padding-right: 2%;
		text-align: center;
	}

	.header::before {
		content: '';
		display: block;
		width: 100%;
		height: 5px;
		background: #006ec0;
		position: absolute;
		left: 0;
		top: 0;
	}

	.footerul {
		width: 70%;
		margin: 0 auto;
	}

	.footerul li {
		width: 25%
	}

}

@media screen and (max-width:767px) {
	.mob_nav_btn {
		width: 36px;
		height: 36px;
		background-size: 100% auto;
		right: 20px;
		top: 20px
	}

	.mobile-nav {
		padding-top: 70px
	}

	.mobile-nav li a {
		line-height: 30px
	}

	.mobile-nav dd a {
		padding: 5px 60px 5px 30px;
		padding-left: 60px
	}

	.mobile-nav .arrow {
		top: 6px
	}

	.logo {
		overflow: hidden;
		width: 160px;
		padding-top: 20px;
	}

	.footer .footer_md, .footer .footer_rt {
		float: none !important;
		margin-top: 10px;
		text-align: center;
		width:100%;
	}

	.footerul {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width:420px) {}

@media screen and (max-width:479px) {
	.footer::before {
		width: 100px;
		height: 171px;
		background-size: 100%;
	}

	.footer .footer_md, .footer .footer_rt {
		line-height: 26px;
	}

	.footerbottom {
		line-height: 24px;
		padding: 10px 0;
		box-sizing: border-box;
		margin-top: 25px;
	}

	footer::before {
		content: '';
		display: block;
		width: 46%;
		height: 41px;
		
		background-size: 100%;
		position: absolute;
		right: 0px;
		top: -21px;
	}
}


@media screen and (max-width:414px) {
	.footer::before {
		width: 75px;
	}

	.footer_logo {
		width: 160px;
	}

	.footer::before {
		display: none
	}

	.footer {
		padding: 0 6%;
	}

	.footerul li {
		width: 50%;
	}
}

@media screen and (min-width:997px) {
	.effect0 {
		opacity: 0;
		transition: all 0.8s ease-out;
	}

	.effect0.isView {
		opacity: 1;
		-webkit-animation-name: effect0;
		animation-name: effect0;
	}

	.effect1, .effect11, .effect11 li {
		opacity: 0;
		transition: all 1.2s ease-out;
		transform: translateY(70px);
	}

	.effect1.isView, .effect11.isView, .effect11.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect1;
		animation-name: effect1;
	}

	.effect2, .effect21, .effect21 li {
		opacity: 0;
		transition: all 1.5s ease-out;
		transform: translateX(50px);
	}

	.effect2.isView, .effect21.isView, .effect21.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect2;
		animation-name: effect2;
	}

	.effect3, .effect31, .effect31 li {
		opacity: 0;
		transition: all 1.5s ease-out;
		transform: translateY(-70px);
	}

	.effect3.isView, .effect31.isView, .effect31.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect3;
		animation-name: effect3;
	}

	.effect4, .effect41, .effect41 li {
		opacity: 0;
		transition: all 1.5s ease-out;
		transform: translateX(-50px);
	}

	.effect4.isView, .effect41.isView, .effect41.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect4;
		animation-name: effect4;
	}
	
	.effect5, .effect51, .effect51 li {
		opacity: 0;
		transition: all 1.5s ease-out;
		transform: translateX(-50px);
	}

	.effect5.isView, .effect51.isView, .effect51.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect4;
		animation-name: effect4;
	}
	
	.effect6, .effect61, .effect61 li {
		opacity: 0;
		transition: all 1.5s ease-out;
		transform: translateX(-50px);
	}

	.effect6.isView, .effect61.isView, .effect61.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect4;
		animation-name: effect4;
	}
	
	.effect7, .effect71, .effect71 li {
		opacity: 0;
		transition: all 1.8s ease-out;
		transform: translateY(-50px);
	}

	.effect7.isView, .effect71.isView, .effect71.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect7;
		animation-name: effect7;
	}
	
	.effect72 {
		opacity: 0;
		transition: all 1.8s ease-out;
		transform: translateY(50px);
	}

	.effect72.isView {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect7;
		animation-name: effect7;
	}

	.effect {
		transition: transform 1s, opacity 1s ease-in-out;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-timing-function: ease-in-out;
		-webkit-animation-timing-function: ease-in-out;
	}
}

@-webkit-keyframes effect0 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes effect0 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes effect1 {
	from {
		opacity: 0;
		transform: translateY(70px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes effect1 {
	from {
		opacity: 0;
		transform: translateY(70px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes effect2 {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes effect2 {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes effect3 {
	from {
		opacity: 0;
		transform: translateY(-70px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes effect3 {
	from {
		opacity: 0;
		transform: translateY(-70px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes effect4 {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes effect4 {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.alert_box {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(100% + 10px);
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	width: 100px;
	height: 100px;
	z-index: 2;
	display: none;
}

.alert_box img {
	width: 100% !important;
	height: 100% !important;
}




.panel-default>.panel-heading{
	
	border-left: 5px solid #006ec0;
padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
margin-bottom:10px;
background:#f9f9f9;

}
.panel.panel-default.noboder{
 border:0;
}

.panel-heading {
    
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}
 .news_xinwen a span.keywordfontcolor1133867 {
       padding-left:0px;
    background:none;
}