ul li {
	display: inline-block;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

h1 {
	margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	display: block;
	overflow: hidden;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #e0ebf8;
	/* background-image: url(../images/bg3.png); */
background-repeat: no-repeat;
background-position:center 55px;
	background-size: 100% !important;
}

.nav-list {
	padding: 0 162px;
	background-color: #014190;
	height: 75px;
	text-align: center;
}

.nav-list li {
	width: 11.1%;
	line-height: 73px;
	height: 100%;
	float: left;
}

.nav-list li:hover {
	background-color: #008ad3;
}

.nav-list li a {
	color: #fff;
	font-size: 20px;
	display: block;
	width: 100%
}

.nav-list li.active {
	background-color: #008ad3;
}

.logo-box {
	height: 165px;
	padding: 0 162px;
	/* line-height: 152px; */
	position: relative;
	background: url(../images/bg3_n.jpg) no-repeat center;
	background-size: cover;
}

.logo {
	width: 640px;
	height: 102px;
	margin-top: 30px;
}

.logo img {
	width: 100%;
	height: 100%;
}

.search-box {
	float: right;
	position: relative;
}

.search-box input {
	color: #7a9ac3;
	font-size: 16px;
	padding-left: 13px;
	border: 1px solid #7a9ac3;
	height: 36px;
	width: 350px;
	outline: none;
	background-color: #014190;

}

.search-box input::placeholder {
	color: #7a9ac3;
}

.search-box .search-icon {
	line-height: 44px;
	text-align: center;
	border-left: 1px solid #7a9ac3;
	right: 0px;
	top: 13px;
	display: inline-block;
	width: 48px;
	height: 33px;
	position: absolute;
}

.search-box .search-icon img {
	width: 50%;
}

.logo-box .text-img img {
	display: block;
}

.logo-box .text-img .img2 {
	float: right;
	margin-top: 20px;
}

.logo-box .text-img img:first-child {
	margin-top: 52px;
}

.main {
	width: 1530px;
	margin: auto;
	background-color: #fff;
	padding: 25px;
}

.injdt {
	width: 747px;
	height: 482px;
	position: relative;
	overflow: hidden;
}

	.injdt ul,.injdt ul li,.injdt ulli a,.injdt ul li img {
		width: 100%;
		height: 100%;
	}
.injdt .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 58px;
	width: 100%;
	opacity: 0.5;
	overflow: hidden;
	background-color: #000;
}

.injdt .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 58px;
	width: 100%;
	overflow: hidden;
}

.injdt .txt li {
	height: 58px;
	line-height: 58px;
	position: absolute;
}

.injdt .txt li a {
	display: block;
	color: #fff;
	padding: 0 0 0 20px;
	font-size: 18px;
	width: 470px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.injdt .pageState {
	color: #fff;
	font-size: 20px;
}

.injdt .pageState span {
	font-size: 28px !important;
}

.injdt .num {
	line-height: 58px;
	height: 58px;
	right: 20px;
	bottom: 0;
	position: absolute;
	z-index: 2;
}

.injdt .next,
.injdt .prev {
	display: inline-block;
	width: 15px;
	height: 25px;
	cursor: pointer;
	overflow: hidden;
	margin: 0 5px;
	z-index: 22;
	position: relative;
}

.injdt .prev {
	background: url(../images/prev_hover.png) no-repeat center;
	background-size: cover;
}

.injdt .prev:hover {
	background: url(../images/prev_hover.png) no-repeat center;
	background-size: cover;
}

.injdt .prevStop {
	background-image: url(../images/prev.png);
}

.injdt .next {
	background: url(../images/next_hover.png) no-repeat center;
	background-size: cover;
}

.injdt .nextStop {
	background-image: url(../images/next.png);
}

.injdt .next:hover {
	background: url(../images/next_hover.png) no-repeat center;
	background-size: cover;
}

.dtbox {
	width: 750px;
	height: 440px;
	background-color: #fff;
}

.slideTxtBox .hd {
	height: 52px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 25px;
}

.slideTxtBox .hd li {
	margin-right: 47px;
	height: 100%;
}

.slideTxtBox .hd li a {
	color: #333333;
	display: inline-block;
	height: 100%;
	font-size: 28px;
	cursor: pointer;
	font-weight: bold;
}

.slideTxtBox .hd li.on a {
	background: url(../images/line.png) no-repeat left bottom;
	font-size: 28px;
	color: #014190;

}

.dtbox li {
	width: 100%;
	position: relative;
	margin-bottom: 22px;
}

.dtbox li:last-child {
	margin-bottom: 0;
}

.dtbox li .time {
	display: inline-block;
	height: 100%;
	width: 70px;
	font-size: 23px;
	vertical-align: top;
	position: relative;
}

.dtbox li .text {
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #333;
	position: relative;
	padding-left: 17px;
-webkit-line-clamp: 1;
}

.dtbox li .time::before {
	content: "";
	position: absolute;
	display: block;
	/*background: url(../images/icon02.png) no-repeat;*/
	width: 8px;
	height: 8px;
	top: 13px;
	right: -19px;
}

/* .dtbox .bd li .text::before{
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    background-color: #008cd4;
    position: absolute;
    left: 4px;
    top: 16px;
    transition: width 0.5s; 
}
.dtbox .bd li:hover .text::before{
    width: 13px;
    transition: width 0.5s; 
} */
.foot {
	background-color: #515f67;
}

.foot .top {
	height: 395px;
	padding-top: 45px;
}

.foot .top dl {
	width: 110px;
	vertical-align: top;
	text-align: left;
	display: inline-block;
	margin-right: 60px;
	margin-top: 0;
}

.foot .top dl:last-child {
	margin-right: 0;
}

.foot .top dl dt {
	font-size: 20px;
	color: #fff;
	margin-bottom: 35px;
}

.foot .top dl dd {
	margin: 0;
	font-size: 18px;
	margin-bottom: 30px;
}

.foot .top dl dd a {
	color: #c0cfdf;
}

.foot .top dl dd a:hover {
	color: #fff;
}

.foot .add-box h1 {
	font-size: 18px;
	color: #c0cfdf;
	font-weight: 400;
	margin-top: 13px;
	position: relative;
	padding-left: 35px;
}

.foot .add-box h1::before {
	content: "";
	display: block;
	width: 15px;
	height: 20px;
	background: url(../images/icon17.png) no-repeat center;
	position: absolute;
	left: 8px;
	top: 2px;
}

.foot .bottom {
	height: 130px;
	padding-top: 30px;
	background-color: #014190;
	font-size: 16px;
	text-align: center;
	color: #bfd2e6;
}

.foot .bottom .first {
	margin-bottom: 25px;
}

.foot .bottom .second span {
	margin-right: 85px;
}

.foot .bottom .second a {
	color: #bfd2e6;
}

.inright {
	position: fixed;
	right: 85px;
	top: 35%;
	z-index: 2;
	width: 55px;
	display: none;
	/* height: 452px; */
	/* display: none; */
}

.inright ul {}

.inright ul li {
	width: 100%;
	margin-bottom: 8px;
	height: 55px;
	line-height: 55px;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
}

.inright ul li:hover {
	background-color: #3a7ac9;
}

.inright ul li:last-child {
	margin-bottom: 0;
}

.inright ul li .open {
	width: 70px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	background-color: #3a7ac9;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: -68px;
	top: 18px;
	border-radius: 5px 0 0 5px;
	font-size: 13px;
}

.inright ul li a {
	display: inline-block;
	width: 100%;
	position: relative;
	width: 55px;
	height: 55px;
	/* background-color: #fff; */
}

.inright ul li a.first {
	background: url(../images/right_icon01.png) no-repeat center center;
}

.inright ul li a.second {
	background: url(../images/right_icon02.png) no-repeat center center;
}

.inright ul li:hover a.first {
	background-image: url(../images/right_icon01_hover.png);
}

.inright ul li:hover a.second {
	background-image: url(../images/right_icon02_hover.png);
}

.none {
	display: none;
}

.head-top {
	height: 55px;
	background-color: #014190;
	padding: 0 162px;
	line-height: 55px;
}

.head-top span {
	color: #fff;
	font-size: 16px;
}

.head-top .lan {
	float: right;
	color: #c6e0ff;
	margin-left: 20px;
}

.head-top .lan a {
	color: #c6e0ff;
	font-size: 16px;
}

.article {
	
}

.block2 {
	text-align: center;
	padding: 30px 0;
	background: url(../images/index_titbg.png) no-repeat center bottom;
}

.block2 a {
	font-size: 40px;
	font-weight: bold;
	color: #006ec2;
}

.block3 {
	margin-top: 25px;
}

.pb-title {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 15px;
}

.pb-title h1 {
	font-size: 28px;
	color: #014190;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

.pb-title h1::before {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #008cd4;
	position: absolute;
	left: 0;
	bottom: -15px;
}

.view-more {
	margin-top: 13px;
	font-size: 16px;
	color: #a7c3e5;
}

.view-more:hover {
	color: #008cd4;
}

.dtbox .list {
	margin-top: 25px;
}

.dtbox .list li .time {
	font-size: 24px;
	color: #464646;

}

.dtbox .list li:hover .time {
	color: #0061ab;
}

.dtbox .list li .text {
	font-size: 18px;
	color: #3c3b3b;
	/* transition: all .3s; */
}

.dtbox .list li:hover .text {
	font-size: 20px;
	color: #015ca2;
	/* transition: all .3s; */
}

.dtbox li .origin {
	margin-top: 3px;
	float: left;
	color: #606060;
	font-size: 16px;
	padding-left: 17px;
	width: 95%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.dtbox .news {
	width: 665px;
	position: relative;
	border-left: 1px solid #d4d4d4;
}

.block4 {
	margin-top: 40px;
}

.yndt-box {
	width: 48.85%;
}

.pb-list {
	margin-top: 20px;
}

.pb-list li {
	width: 100%;
	margin-bottom: 15px;
}

.pb-list li .list-title {
	transition: all .5s;
}

.pb-list li:hover .list-title {
	color: #015ca2;
	padding-left: 28px;
	transition: all .5s;
}

.pb-list li:last-child {
	margin-bottom: 0;
}

.pb-list li .list-title::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #3f3f3f;
	position: absolute;
	left: 9px;
	top: 10px;
	transition: all .5s;
}

.pb-list li:hover .list-title::before {
	width: 8px;
	height: 8px;
	transition: all .5s;
	background-color: #015ca2;
	top: 8px;
}

.pb-list .list-title {
	display: inline-block;
	font-size: 18px;
	color: #3f3f3f;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 25px;
}

.pb-list .time {
	font-size: 16px;
	color: #7e7e7e;
}

.block5 {
	margin-top: 30px;
}

.block6 {
	margin-top: 30px;
}

.block7 {
	margin-top: 30px;
	margin-bottom: 25px;
}
.block7 .picScroll{ position:relative;height:224px; padding: 25px 0 0 ; margin-bottom:10px; overflow:hidden;}
.block7 .ztzl-list {
	margin-top: 25px;
	overflow:hidden; zoom:1;
}

.block7 .ztzl-list li {
float:left; width:25%; overflow:hidden; display:inline;

min-height:188px;
}
.block7 .ztzl-list li img{
	width:96%;
	margin:0 2%;
}
.block7 .picScroll .prev,.block7 .picScroll .next{ position:absolute;  left:0; top: 50%;margin-top: -14px; display:block; width:28px; height:48px; overflow:hidden;  cursor:pointer;border-radius: 3px;background-color:rgba(0, 140, 212, 1);background-image:url(../images/prev_hover.png);background-position: center;background-repeat: no-repeat; background-size: 100%;}
.block7 .picScroll .next{ left:auto; right:0; background-image:url(../images/next_hover.png);}
.block7 .picScroll .prevStop{ background-image: url(../images/prev.png) center no-repeat;background-color:rgba(240, 240, 240, .8); }
.block7 .picScroll .nextStop{ background-image: url(../images/next.png) center no-repeat;background-color:rgba(240, 240, 240, .8);}

.yqlj-list li a span{
	display: block;
	color: #fff;
	background: #0f4c81 url(../images/xx_03.jpg);
	text-align: center;
	margin-top: 5px;
	padding: 10px;
}
.block7 .ztzl-list li a {
	display: block;
	overflow: hidden;
}

.block7 .ztzl-list li a img {
	transform: scale(1);
	transition: all .3s;
}

.block7 .ztzl-list li:hover a img {
	transform: scale(1.1);
	transition: all .3s;
}
.block7 .yqlj-list li a img{
width: 100%;
height:300px;
}
.bottom-nav {
	height: 70px;
	background-color: #014190;
	border-bottom: 1px solid #003576;
}

.bottom-nav ul {
	height: 69px;
	border-bottom: 1px solid #004dab;
	/* padding: 0 260px; */
	text-align: center;
	line-height: 69px;
}

.bottom-nav ul li {
	margin-right: 140px;
}

.bottom-nav ul li:nth-child(5) {
	display: none;
}

.bottom-nav ul li:last-child {
	margin-right: 0;
}

.bottom-nav ul li a {
	font-size: 18px;
	color: #fff;
}

.foot .bottom a {
	color: #bfd2e6;
}

.foot .bottom .lxwm {
	margin-bottom: 25px;
}

.nav-list>li {
	position: relative;
}

.nav-list>li ul {
	background: rgba(0, 138, 211, .8);
	opacity: .8;
	display: none;
	position: absolute;
	left: 0;
	top: 75px;
	z-index: 2;
	width: 100%;
}

.nav-list>li ul li {
	width: 100%;
	border-bottom: 1px solid #157bbc;
	height: 50px;
	line-height: 50px;
}

.nav-list>li ul li:last-child {
	border-bottom: none;
}

.nav-list>li ul li a {
	color: #fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
}

.nav-list>li ul.active {
	display: block;
}

.article-img {
	display: block;
	overflow: hidden;
	margin-top: 25px;
	font-size: 0;
}

.block5 .article-img {
	margin-top: 20px;
}

.block6 .article-img {
	margin-top: 20px;
	margin-bottom: 25px;
}

.article-img img {
	transform: scale(1);
	transition: all .3s;
}

.article-img:hover img {
	transform: scale(1.1);
	transition: all .3s;
}

/* Ê×Ò³end */
/* ÁÐ±íbegin */
.list-head {
	background: url(../images/list_img01.png);
	height: 488px;
	background-size: cover;
	width: 100%;
	position: relative;
	z-index: 2;
}

.list-head img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 220px;
}

.bread-crumbs {
	background-color: #eeeeee;
	height: 48px;
	line-height: 48px;
	margin-bottom: 20px;
}

.bread-crumbs .bread-icon {
	display: inline-block;
	margin-right: 10px;
	margin-left: 15px;
}

.bread-crumbs .bread-icon img {
	vertical-align: sub;
}

.bread-crumbs .bread-list {
	display: inline-block;
}

.bread-crumbs .bread-list {
	color: #7e7e7e;
}

.bread-crumbs .bread-list a {
	color: #7e7e7e;
	font-size: 16px;
}

.bread-crumbs .bread-list li a.active {
	color: #76aef4;
}

.bread-crumbs .bread-list a:hover {
	color: #76aef4;
}

.list-main {
	margin-top: 30px;
}

.left-nav {
	/* border: 1px solid #e8e8e8; */
	width: 18.4%;
	float: left;
}

.list-pbtitle {
	background: url(../images/list_img03.png) no-repeat;
	background-size: 100%;
	background-size: cover;
	padding: 16px 25px;
	font-size: 28px;
	color: #fff;
}

.left-nav ul li {
	/* background: url(../images/list_img05.png) bottom center no-repeat; */
	padding: 18px 14px;
	width: 90%;
	text-align: center;
	border: 1px solid #e8e8e8;
	margin-top: 15px;
}

.left-nav ul li a {
	color: #4b4b4b;
	font-size: 20px;
	width: 100%;
	height: 100%;
}

.left-nav ul li.active {
	border: 1px solid #265ca0;
}

.left-nav ul li.active a {
	color: #014190;
}

.left-nav ul li:hover {
	border: 1px solid #265ca0;
}

.left-nav ul li:hover a {
	color: #014190;
}

.left-nav ul li:last-child {
	background: none;
}

.right-main {
	width: 79.45%;
	float: right;
	margin-bottom: 100px;
}

.right-main .right-title {
	font-size: 28px;
	color: #014190;
	font-weight:bold;
}

.right-main .right-title::after {
	content: '';
	background: url(../images/list_img04.png) no-repeat;
	display: block;
	width: 112px;
	height: 11px;
	margin-top: 10px;
	margin-left: -5px;
}

.right-main .right-list {
	margin-top: 22px;
	margin-bottom: 58px;
}

.right-main .right-list li {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 24px;
width:100%;
}

.right-main .right-list li:last-child {
	margin-bottom: 0;
}

.right-main .right-list li .title {
	font-size: 20px;
	color: #464646;
	margin-bottom: 10px;
}

.right-main .right-list li .text {
	font-size: 16px;
	color: #848484;
	line-height: 35px;
	text-indent: 2em;
	margin-bottom: 10px;
}

.right-main .right-list li .bottom {
	font-size: 16px;
	color: #a0a0a0;
	margin-bottom: 30px;
}

.right-main .right-list li .time {
	background: url(../images/list_icon02.png) no-repeat left center;
	display: inline-block;
	width: 115px;
	text-align: right;
}

.right-main .right-list li .resource {
	margin-left: 15px;
}

.right-main .right-list li .read {
	background: url(../images/list_icon03.png) no-repeat left 4px;
	float: right;
	display: inline-block;
	width: 123px;
	text-align: right;
}

.right-main .right-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.right-main .right-list li a:hover .title {
	color: #014190;
}

.page {
	text-align: center;
}

.page a,.page span{
	font-size: 14px;
	color: #999999;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	padding: 4px 12px;
	margin-right: 10px;
	border-radius: 3px;
}
.page a.disabled{
	background-color: #f0f0f0;
}
.page span{
	background-color: #014190;
	color:#fff;
}
.page b{
    color: #565656;
    font-weight: normal;
}
.page label input#page_number{border:1px solid #dcdcdc;width: 62px;height:28px;text-align: center;color:#666;font-size: 16px;margin: 0 10px;}
.page label input#page_btn{border:1px solid #dcdcdc;height:32px;text-align: center;color:#666;font-size: 16px;padding:0 15px;cursor: pointer;background: none;border-radius: 3px;}
.page label input#page_btn:hover{background: #1066a9;color:#fff;}
.left-nav span {
	display: block;
}

.left-nav .en-title {
	font-size: 17px;
}

/* ÁÐ±íend */

/* ±¾Ôº¸Å¿öbegin */
.gk-main {
	width: 1520px;
	margin: auto;
	padding: 30px;
	background-color: #fff;
}
.gk-article{
padding-top:30px;
}
.gk-article * {
	font-size: 18px;
	color: #474747;
	line-height: 35px;
	margin-bottom: 25px;
}

.gk-article div p {
	margin: 0;

}

/* ±¾Ôº¸Å¿öend */

/* ÎÄÕÂbegin */
.article-title {
	font-size: 30px;
	text-align: center;
	/* font-weight: 700; */
	margin: 50px 0;
	color: #014190;
}

.caozuo .time {
	background: url(../images/list_icon02.png) no-repeat left center;
	display: inline-block;
	/* width: 195px; */
	text-align: right;
	font-size: 16px;
	color: #a1a1a1;
	padding-left: 25px;
}

.caozuo .resource {
	font-size: 16px;
	color: #a1a1a1;
	margin-left: 28px;
}

.caozuo .cz-icon{	color:#a1a1a1;}
.caozuo .cz-icon a {
	display: inline-block;
	color:#a1a1a1;
	font-size: 16px;
	
}
.caozuo .cz-icon a:hover{
	color:#007fcf;
}
.caozuo .cz-icon a:last-child {
	margin-left: 6px;
}

.caozuo .cz-icon a img {
	width:20px;
	vertical-align: middle;
	margin-right: 6px;
}
.share{margin-left: 16px;}
.share img{width:20px;vertical-align: middle;}
.article-top {
	border-bottom: 1px solid #e0e0e0;
}

.article-top .caozuo {
	margin-bottom: 20px;
}

.article-content {
	margin-top: 40px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 60px;
line-height: 1.8;
    color: #545454;
    text-align: justify;
    font-size: 18px;
}

.article-content p {
	font-size: 18px;
	color: #474747;
	line-height: 35px;
	margin-bottom: 30px;
}
.article-content table p{
margin:0;
}
.article-content img {
    max-width: 100%;
}

.article-page a {
	font-size: 18px;
	color: #474747;
}

.article-page a:hover {
	color: #007fcf;
}

.article-page {
	margin-top: 34px;
}

.article-page .prev {
	margin-bottom: 20px;
}

.content-img {
	text-align: center;
}

.content-main {
	/* margin-bottom: 80px; */
}
.qrcode_wx {
position: fixed;
width:262px;
padding: 10px;
top:50%;
left:50%;
transform:translate(-50%,-50%);
outline: 1px solid #ccc;
background-color: #fff;
text-align: center; 
z-index: 999;
}

.qrcode_wx  .qrcode_weixin {
margin: 20px auto;
text-align: center;
}

.qrcode_wx p {
text-align: center; 

}
.qrcode_wx p .gb{
position: absolute;
top:20px;
right: 20px;
cursor: pointer;
font-size: 22px;
}

.qrcode_wx  .cont {
display:block;
font-size:13px;
margin: 5px 0 5px 5px;

}
/* ÎÄÕÂend */

/* ÔºÁìµ¼begin */
.first-ld {
	text-align: center;
	margin-bottom: 50px;
}

.first-ld .ld-img {
	width: 296px;
	height: 381px;
	margin: auto;
	overflow: hidden;
	display: block;
}

.first-ld .ld-img img {
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all .3s;
}

.first-ld .ld-img img:hover {
	transform: scale(1.1);
	transition: all .3s;
}

.first-ld .ld-title {
	border: 1px solid #e8e8e8;
	width: 296px;
	margin: auto;
}

.ld-title .ld-name {
	font-size: 22px;
	color: #014190;
	display: block;
	margin-top: 10px;
	margin-bottom: 8px;
}

.ld-title .ld-zw {
	display: block;
	font-size: 18px;
	color: #525252;
	margin-bottom: 10px;
}

.second-ld .ld-img {
	width: 244px;
	height: 314px;
	display: block;
	overflow: hidden;
margin:0 auto;
}

.second-ld .ld-img img {
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all .3s;
}

.second-ld .ld-img img:hover {
	transform: scale(1.1);
	transition: all .3s;
}

.second-ld .ld-title {
	border: 1px solid #e8e8e8;
	width: 244px;
	text-align: center;
margin:0 auto;
}

.second-ld ul {
	text-align: center;
}

.second-ld ul li {
	width: 33.33%;
	float: left;
	margin-bottom: 40px;
}

.second-ld ul li:last-child {
	margin-right: 0;
}

.right-line {
	border: 1px solid #e5e5e5;
	margin: 20px 0 37px;
	position: relative;
}

.right-line::before {
	content: "";
	display: block;
	background-color: #014190;
	position: absolute;
	left: 0;
	top: -1px;
	width: 50px;
	height: 2px;
}

/* ÔºÁìµ¼end */

/* ×éÖ¯»ú¹¹begin */
.mb15 {
	margin-bottom: 15px;
}

.zzjg-title {
	font-size: 22px;
	color: #014190;
	margin-bottom: 15px;
	font-weight: bold;
}
.zzjg-title span {
    float: right;
    color: #393939;
    font-weight: normal;
    font-size: 18px;
}
.zzjg-list{
	padding-top: 20px;
}
.zzjg-list li {
	font-size: 16px;
	background-color: #2b67c9;
	width: 23%;
	text-align: center;
	line-height: 50px;
	margin-right: 2%;
	margin-bottom: 26px;
	padding:4px 0 16px;

}

.zzjg-list li:nth-child(4n) {
	margin-right: 0;
}


.zzjg-list li a {
	color: #333;
	width: 96%;
padding:0 2%;
	font-size: 18px;
	display: block;
	background-color: #f1f7fd;
overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.zzjg-list2 li{
width: 48%;
}
.zzjg-list2 li a{
width: 100%;
padding:0;
}

.zzjg-list2 li:nth-child(2n) {
float:right;
	margin-right: 0;
}
.zzjg-list li:hover {
	/* border-color: #b7cfec; */
}

.zzjg-list li:hover a {
	color: #014190;
}




.cxpt li {
	width: auto;
	padding: 0 45px;
}

.cxpt li:nth-child(4n) {
	margin-right: 27px;
}

.wyh li {
	width: 360px;
}

.wyh li:nth-child(4n) {
	margin-right: 27px;
}

.block {
	display: block;
}

/* ×éÖ¯»ú¹¹end */
.lxwm-nav{
    line-height: 1.8;
    color: #545454;
    text-align: justify;
}
.lxwm-nav p {
	color: #525252;
	font-weight: 400;
}

.lxwm-nav p img {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 10px;
}

.bd {
	position: relative;
}

.yndt-box .more {
	position: absolute;
	top: -73px;
	right: 0;
}

.kyjg {
	border: none;
}

/* Áìµ¼ÄÚÈÝÒ³begin */
.ldnr-box .ldpic img {
	width: 320px;
	height: 410px;
}

.ldnr-box .ldpic .ld-name {
	text-align: center;
	/* background: #f4f4f4; */
	padding: 25px 0 5px;
	color: #014190;
	font-size: 28px;
	margin: -4px 0 0;
}

.ldnr-box .ldpic .ld-zw {
	text-align: center;
	/* background: #0f4c81 url(../images/xx_03.jpg); */
	padding: 15px 0;
	color: #525252;
	font-size: 22px;
	margin: 0;
}

.ldnr-box .ldpic {
	width: 320px;
	height: auto;
	float: left;
font-size:0;
}

.ldnr-box .ld-jl .jl-title {
	border-bottom: 1px solid #e0e0e0;
	;
	color: #014190;
	padding: 10px 0;
	font-size: 28px;
}

.ldnr-box .ld-jl {
	width: 1130px;
	float: right;
}

/* .ldnr-box .ld-jl::after{
    content: '';
    position: absolute;
    left: 390px;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #0f4c81;
} */
.ldnr-box .jl-nr {
	font-size: 18px;
	color: #545454;
}

.ldnr-box {
	display: block;
	overflow: hidden;
	position: relative;
}

.lxwm-nav {
	margin-top: 20px;
}

.ld-nr {
	border: 1px solid #e8e8e8;
	width: 99.5%;
	margin-top: -4px;
}
.per_auto_dl dl{ overflow: hidden; position: relative;}
.per_auto_dl dt{ float: left; width: 275px; margin-right: 45px;}
.per_auto_dl dl::after{ content: ''; position: absolute; left: 320px; right: 0; bottom: 0; height: 3px; background: #0f4c81;}
.per_auto_dl dt img{ width: 100%; height:auto;}
.per_auto_dl dd { overflow: hidden;}
.per_auto_dl dd h3{ font-weight: bold;  color: #fff; background: #0f4c81  url(../images/xx_03.jpg); padding: 10px 10px;}
.per_auto_dl dd article{ line-height: 1.8;}
.per_auto_dl dd  p{margin:0;}
.per_auto_dl dd a{color:#525252;}
.per_auto_dl dd h3 a{ color: #fff;}
.joint_list ul{ margin: 0 -55px;}
.joint_list li{ float: left; width: 25%; margin-bottom: 80px;}
.joint_list li .w{ margin: 0 55px;}
.joint_list li .w div{ position: relative; padding-top: 139.58%;}
.joint_list li .w div img{ position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.joint_list li .w p{ color: #fff; background: #0f4c81  url(../images/xx_03.jpg); text-align: center; margin-top: 5px; padding: 10px;}

@media only screen and (max-width: 1680px) {
	.main {
		max-width: 1300px;
	}

	.gk-main {
		max-width: 1290px;
	}

	.nav-list {
		padding: 0 86px;
	}

	.inright {
		right: 0;
	}

	.injdt {
		width: 625px;
	}

	.dtbox {
		width: 635px;
	}

	.injdt ul {
		width: 100% !important;
		height: 100% !important;
	}

	.injdt ul li {
		width: 100% !important;
		height: 100%;
	}

	.injdt ul li img {
		width: 100%;
		height: 100%;
	}

	.dtbox .news {
		width: 555px;
	}


	.block7 .ztzl-list li a img {
		width: 100%;
		height: auto;
	}



	.inright ul li .open {
		line-height: 24px;
	}

	

	.block1 img {
		width: 100%;
	}

	.block2 img {
		width: 100%;
	}

	.second-ld ul li {
		margin-right: 10px;
	}

	.ldnr-box .ld-jl {
		width: 940px;
	}

	.ldnr-box .ld-jl::after {
		left: 360px;
	}

	.logo-box {
		padding: 0 90px;
	}

	.first-ld .ld-img {
		width: 250px;
		height: 321px;
	}

	.first-ld .ld-title {
		width: 250px;
	}

	.second-ld .ld-img {
		width: 220px;
		height: 283px;
	}

	.second-ld .ld-title {
		width: 220px;
	}
}

@media only screen and (max-width: 1350px) {
	.main {
		max-width: 1000px;
	}

	.logo {
		width: 450px;
		height: auto;
	}

	.text-img img {
		width: 400px;
		height: auto;
	}

	.text-img .img2 {
		width: 90px;
		height: auto;
	}

	.logo-box .text-img img:first-child {
		margin-top: 40px;
	}

	.nav-list {
		height: 45px;
	}

	.nav-list li {
		line-height: 45px;
		height: auto;
	}
	.nav-list {
		padding: 0 109px;
	}

	.nav-list li a {
		font-size: 16px;
	}

	.pb-title h1 {
		font-size: 20px;
	}

	.injdt {
		width: 49%;
		height: 400px;
	}

	.dtbox {
		width: 49%;
		height: auto;
	}

	.dtbox .list li .time {
		font-size: 18px;
	}

	.dtbox .list li .text {
		font-size: 16px;
		line-height: 25px;
	}

	.dtbox li .origin {
		font-size: 14px;
	}

	.dtbox .news {
		width: 415px;
	}

	.pb-list .list-title {
		font-size: 14px;
		width: 75%;
	}

	.pb-list .time {
		font-size: 13px;
	}


	.block7 .ztzl-list li a {
		width: 100%;
		height: auto;
	}

	.bottom-nav ul li a {
		font-size: 13px;
	}

	.inright ul li a {
		width: 45px;
		height: 45px;
	}

	.inright ul li {
		width: auto;
		height: 45px;
		line-height: 45px;
	}

	.inright ul li a.first {
		background-size: 60% !important;
	}

	.inright ul li a.second {
		background-size: 60% !important;
	}

	.inright ul li .open {
		top: 12px;
	}

	.view-more {
		font-size: 14px;
	}

	.pb-title {
		padding-bottom: 10px;
	}

	.pb-title h1::before {
		bottom: -10px;
	}

	.foot .bottom {
		font-size: 13px;
	}

	.slideTxtBox .hd li a,
	.slideTxtBox .hd li.on a {
		font-size: 20px;
		transform: translateY(-5px);
	}

	.slideTxtBox .hd {
		height: 37px;
	}

	.yndt-box .more {
		top: -60px;
	}

	.nav-list>li ul {
		top: 45px;
	}

	.nav-list>li ul li a {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}

	.nav-list>li ul li {
		height: 40px;
		line-height: 40px;
	}

	.gk-main {
		max-width: 990px;
	}

	.left-nav ul li {
		width: 83%;
	}

	.first-ld .ld-img {
		width: 200px;
		height: 257px;
	}

	.list-pbtitle {
		font-size: 20px;
	}

	.left-nav .en-title {
		font-size: 10px;
	}

	.head-top {
		height: 45px;
		line-height: 45px;
	}

	.head-top span {
		font-size: 14px;
	}

	.search-box input {
		width: 270px;
		height: 26px;
		font-size: 13px;
	}

	.search-box .search-icon img {
		width: 43%;
	}

	.search-box .search-icon {
		width: 40px;
		height: 26px;
		line-height: 30px;
		top: 12px;
	}

	.head-top .lan a {
		font-size: 13px;
	}

	.logo-box {
		padding: 0 122px;
	}

	.text-img {
		transform: translateX(75px);
	}

	.left-nav ul li a {
		font-size: 16px;
	}

	.left-nav ul li {
		padding: 12px 14px;
	}

	.bread-crumbs {
		height: 35px;
		line-height: 35px;
	}

	.bread-crumbs .bread-list li a {
		font-size: 13px;
	}

	.bread-crumbs .bread-icon img {
		width: 85%;
	}

	.right-main .right-title {
		font-size: 20px;
	}

	.right-main .right-title::after {
		background-size: 80% !important;
	}

	.first-ld .ld-title {
		width: 200px;
	}

	.ld-title .ld-name {
		font-size: 18px;
	}

	.ld-title .ld-zw {
		font-size: 16px;
	}

	.second-ld .ld-img {
		width: 180px;
		height: 231px;
	}

	.second-ld .ld-title {
		width: 180px;
	}

	.ldnr-box .ldpic {
		width: 250px;
	}

	.ldnr-box .ldpic img {
		width: 100%;
		height: auto;
	}

	.ldnr-box .ldpic .ld-name {
		font-size: 28px;
	}

	.ldnr-box .ldpic .ld-zw {
		font-size: 20px;
	}

	.ldnr-box .ld-jl {
		width: 680px;
	}

	.ldnr-box .ld-jl .jl-title {
		font-size: 24px;
	}

	.ldnr-box .jl-nr {
		font-size: 16px;
	}

	.ldnr-box .jl-nr p {
		margin: 8px;
	}

	.ldnr-box .ld-jl::after {
		left: 310px;
	}

	.gk-article p {
		font-size: 16px;
		line-height: 27px;
	}

	.zzjg-title {
		font-size: 18px;
	}

	.right-main .right-list li .title {
		font-size: 16px;
	}

	.right-main .right-list li .text {
		font-size: 13px;
		line-height: 22px;
	}

	.right-main .right-list li .time {
		width: 96px;
	}

	.right-main .right-list li .bottom {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.right-main .right-list {
		margin-bottom: 40px;
	}

	.article-title {
		font-size: 26px;
		margin: 40px 0;
	}

	.article-top .caozuo {
		margin-bottom: 10px;
	}

	.caozuo .time {
		font-size: 13px;
	}

	.caozuo .resource {
		font-size: 13px;
	}

	.caozuo .cz-icon a {
		width: 15px;
		height: 15px;
	}

	.article-content p {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 0;
	}

	.zzjg-list li {
		font-size: 14px;
	}

	.cxpt li {
		padding: 0 30px;
	}

	.lxwm-nav .bottom-icon {
		width: 20px;
		height: 20px;
	}

	.lxwm-nav ul li a h1 {
		font-size: 15px;
	}

	.zjxz-list li {
		width: 170px;
	}
}

.nav-list>li:nth-child(7) ul.active,
.inright ul li:last-child {
	display: none;
}

.kyTab .hd li {
	margin-right: 0;
	cursor: pointer;
}

.kyTab .hd li.on {
	color: #014190;
}

@media only screen and (max-width:768px) {
body{
background-position:center 45px;
}
	.head-top {
		padding: 0 1em;
	}

	.head-top .lan {
		margin-left: 0;
	}

	.head-top .lan a {
		padding: 0 5px;
	}

	.search-box input {
		display: none;
	}

	.search-box .search-icon {
		border-left: 0;
	}

	.logo-box {
		padding: 0;
		height: auto;
		width: 100%;
		padding: 30px 0;
	}

	.logo {
		width: 90%;
		margin: 5%;
	}

	.logo-box .text-img {
		margin: 0 5%;
		width: 90%;
		transform: translateX(0);
	}

	.logo-box .text-img img {
		width: 100%;
	}

	.logo-box .text-img img:first-child {
		margin-top: 0;
	}

	.logo-box .text-img .img2 {
		width: 24%;
	}

	.nav-list {
		padding: 0;
	}
	.head {
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;
		z-index: 99999;
	}
.nav-list>li:nth-child(7) ul.active{
	display: block;
}

	.article {
		padding-top: 45px;
	}

	.main {
		max-width: 100%;
		width: 94%;
		padding: 0 3%;
	}

	.injdt {
		height: 300px;
		margin-bottom: 30px;
	}

	.injdt .txt li a {
		width: 66%;
	}

	.dtbox .news {
		width: 80%;
	}

	.dtbox li .time {
		width: 20%;
		text-align: center;
	}

	.dtbox li a {
		display: flex;
		height: 100%;
		align-items: center;
	}

	.block2 {
		padding: 20px 0;
	}

	.block2 a {
		font-size: 24px;
	}

	.injdt,
	.dtbox,
	.yndt-box {
		width: 100%;
	}

	.block4,
	.block5,
	.block6 {
		margin-top: 0;
	}

	.yndt-box {
		margin-top: 30px;
	}

	.slideTxtBox .hd li {
		margin-right: 20px;
	}

	.article-img img {
		width: 100%;
	}

	.block7 .ztzl-list {
		margin-top: 20px;
	}

	.block7 .ztzl-list li {
		width: 100%;
		margin-right: 0;
		font-size: 0;
		margin-bottom: 16px;
    min-height: auto;
	}

	.block7 .ztzl-list li:nth-child(2n) {
		float: right;
	}

	.bottom-nav {
		height: auto;
		padding-top: 10px;
	}

	.bottom-nav ul {
		line-height: 40px;
		height: auto;
	}

	.bottom-nav ul li {
		margin-right: 0;
	}

	.bottom-nav ul li a {
		font-size: 14px;
	}

	.foot .bottom {
		font-size: 14px;
		text-align: center;
		height: auto;
		padding-top: 10px;
	}

	.foot .bottom .second {
		padding-bottom: 20px;
		line-height: 30px;
	}

	.foot .bottom .second a {
		display: block;
	}

	.foot .bottom .second span {
		margin-right: 0;
	}

	.foot .bottom .lxwm,
	.foot .bottom .first {
		margin-bottom: 10px;
	}
	.block7 .yqlj-list li a img{
height:auto;
}
	.gk-main{max-width: none;padding:0;width:94%;margin:0 3%;}
	.left-nav,.right-main{width:100%;}
	.right-main{margin-bottom: 20px;}
	.left-nav ul{margin-bottom: 30px;}
	.left-nav ul li{width:48%;padding:12px 0;}
	.left-nav ul li:nth-child(2n){float: right;}
	.bread-crumbs{height: auto;}
	.zzjg-list li{width:100%;margin-right:0;box-sizing: border-box;padding:5px 3%;height: auto;line-height: 26px;}
	.zzjg-list li a{display: block;}
	
	.first-ld{margin-top: 20px;margin-bottom: 30px;}
	.second-ld ul li{margin-bottom: 20px;margin-right:0;width:48%;}
.second-ld ul li:nth-child(2n){float:right;}
	.second-ld .ld-img{width: 100%;}
.second-ld .ld-title{width:100%;box-sizing: border-box;}
	.ldnr-box .ld-jl{width:100%;margin-top:20px;}
	.ldnr-box .ldpic{float: none;margin:0 auto;}
	.ldnr-box .jl-nr{padding-top: 10px;}
	.right-main .right-list{padding:0 3%;}
	.right-main .right-list li .title{font-size: 18px;}
	.right-main .right-list li .text{text-align: justify;font-size: 14px;line-height: 30px;text-indent:0;}
	.page{padding-bottom:20px;}
	.page ul li{margin-right:4px;}
	
	.article-content{margin-top:20px;padding-bottom:20px;padding:0 3% 20px;text-align: justify;}
	.article-content img{max-width: 100%;}
	.article-page a{font-size: 16px;}
	.article-page{margin-bottom: 34px;padding-bottom: 34px;}
	.article-page div{padding:0 3%;}
	
	.slideTxtBox .hd{font-size: 22px;line-height: 50px;height: auto; text-align: center;}
	.slideTxtBox .hd li{margin-right: 0;}
	
	.gk-article{text-align: justify;padding:0 3%;}
	.gk-main .block7 .ztzl-list li{margin-right: 0;}
	
	.caozuo .cz-icon{display: none;}
}

.share-icon{float:left;width:14px;height:24px;background:url('../images/1146.jpg') left center no-repeat;}
.share-box{display:inline-block;}
.share-box a{display:inline-block;margin-left:7px;width:24px;height:24px;background:url('../images/1213.png') no-repeat;cursor:pointer;}
.share-box a:hover{opacity:.8;}
.share-box a.gwds_weixin{background-position:0 -38px;}
.share .gwds_more{display:inline-block;width:24px;height:24px;background:url('../images/1147.jpg') center no-repeat;cursor:pointer;}
/*·ÖÏíµ½¸ü¶à*/
.share-popup{width:150px;-webkit-box-shadow:0 0 7px #eee;-moz-box-shadow:0 0 7px #eee;z-index:1000000;position:absolute;border:1px solid #e9e9e9;display:none;}
.share-popup h6{height:34px;background-color:rgb(246, 246, 246);font:700 14px/32px 'microsoft yahei';padding:0 3px}
.share-popup h6 b{position:absolute;top:5px;right:5px;width:22px;height:23px;background:url('../images/1206.gif') no-repeat 0 0;cursor:pointer;}
.share-popup ul{width:94%;padding:8px 3%;overflow:hidden;background-color:#fff;}
.share-popup li{width:99%;margin:0 .5%;}
.share-popup li a{display:block;height:20px;line-height:20px;border:1px solid transparent;padding:5px 0;font-size:14px;color:#565656;text-indent:34px;background:url('../images/1176.png') no-repeat;cursor:pointer;}
.share-popup li a:hover{background-color:#f3f3f3;border:1px solid #eee;-webkit-border-radius:3px;-moz-border-radius:3px;}
.share-popup.top{bottom:130%;}
.share-popup.bottom{top:130%;min-width:10px;border-top:none;padding:0;}
.share-popup.left{right:0px;}
.share-popup.right{left:100%;margin-left:-160px;}
.share-popup li a.gwds_qzone{background-position:0 -237px}
.share-popup li a.gwds_douban{background-position:0 -357px}
@media screen and (max-device-width:1024px){
.share-popup{left:100% !important; margin-left:-155px;} 
}

