.ld_tp_conIn ul li span {
	/* float: left; */
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.ld_tp_conIn ul {
	background: #eee;
	padding: 20px 0;
	margin: 0 0 20px 0;
	/* width: 48%;
	float: left; */
}

.ld_tp_conIn ul:nth-child(even) {
	width: 48%;
	float: right;
}

.ld_tp_conIn ul li {
	margin: 0 0 20px 20px;
	vertical-align: middle;
}

.ld_tp_conIn ul li:last-child {
	margin-bottom: 0px
}

.ld_con {
	margin: 0 10px 0 0px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	text-align-last: justify;
}

.ld_tp_conIn ul:nth-child(even) .ld_con {
	margin: 0 0 0 100px
}

.ld_con a {
	/* width: 33.3%; */
	/* float: left; */
	margin: 0 0 10px 0
}

.wrap_sub_banner {
	position: relative;
}

.sub_banner {
	height: 0;
	background-size: cover !important;
	position: relative;
	padding-bottom: 390px;
	z-index: 2;
}

.sub_banner::before {
	content: '';
	display: block;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), #000);
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), #000);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
	opacity: .4;
}

.sub_banner::after {
	content: '';
	display: block;
	background: url(../images/sub_banner_cover.png) center no-repeat;
	width: 160px;
	height: 70px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background-size: 100% 100%;
}

.sub_title {
	width: 260px;
	margin: 0 auto;
	background: url(../images/sub_title_bg.png) center no-repeat;
	line-height: 70px;
	color: #fff;
	font-weight: bold;
	position: relative;
	background-size: 100% 100%;
}

.sub_menu {
	background: url(../images/sub_menu_bg.png) top center no-repeat;
	text-align: center;
	z-index: 2;
	background-size: cover;
}

.sub_menu .row {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.sub_menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.sub_menu a {
	color: #444;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 57px;
	height: 57px;
	padding: 0 20px;
}

.sub_menu a.current {
	color: #01589c;
	font-weight: bold;
	background: #d6d6d6;
}

.bread {
	line-height: 22px;
	color: #fff;
	margin: 0 0 16px;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: right;
}

.bread a {
	/* padding: 0; */
	color: #fff;
}

.bread a:hover {
	font-weight: bold;
}

.wrap_content {
	position: relative;
	padding: 36px 0 48px;
}

.content {
	position: relative;
	z-index: 2;
	overflow: inherit;
}

/* 二级页框架结束 */

/* 分页 */
.pages {
	padding: 0;
	color: #999;
	font-size: 0;
	text-align: center;
	margin: 30px 0 12px;
}

.pages:after, .pages:before {
	content: " ";
	display: table
}

.pages>a:first-child {}

.pages>a, .page_box a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
	width: 46px;
	height: 43px;
	line-height: 43px;
	position: relative;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	transition: all 0.35s ease-in-out;
	color: #999;
	border-bottom: 1px solid #186aab;
	margin: 0 5px;
	background: #f0f0f0;
	position: relative;
}

/* .pages .start,.pages .end,.pages > span,.pages .next,.pages .prev{width: auto;padding: 0 22px;} */
.pages>a:hover, .pages>a.on_page {
	background-color: #01589c;
	color: #fff;
	border-color: #01589c;
}

.pages>a.on_page::before {
	content: '';
	display: block;
	width: 1px;
	height: 17px;
	background: #e0c67e;
	position: absolute;
	left: 50%;
	top: -10px;
}

.pages .prev, .pages .next {
	margin: 0 20px;
}

@media screen and (max-width:767px) {
	.pages>a, .pages>span {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.pages a, .pages .select_page {
		display: none;
	}

	.pages a.start, .pages a.prev, .pages a.on_page, .pages a.next, .pages a.end {
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}

	.pages .start, .pages .end, .pages .next, .pages .prev, .pages>span {}
}

@media screen and (max-width:479px) {
	.pages a.start, .pages a.end {
		display: none;
	}

	.pages a.prev {
		border-left: 1px solid #186AAB;
	}
}

/* 分页结束 */

/*文章页*/
.pageArticle {
	position: relative;
	margin: -8px auto 10px;
}

.pageArticleTitle {
	overflow: hidden;
	padding: 0;
}

.pageArticleTitle h3 {
	line-height: 1.4;
	color: #222;
	text-align: center;
}

.articleAuthor {
	padding: 6px 0 10px;
	text-align: center;
	margin: 0 0 14px;
	font-size: 14px;
	color: #999;
	border-bottom: 10px solid #efeff4;
}

.articleAuthor span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #999;
	padding: 0 12px;
}

.articleAuthor button {
	background: #fff;
	border: 1px solid #eee;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 30px;
	line-height: 24px;
	height: 24px;
	vertical-align: baseline;
}

.article {
	position: relative;
	line-height: 30px;
	text-align: justify;
	max-width: 1200px;
	margin: 0 auto;
}

.article p {}

.articleBottom {
	margin: 30px 0 0;
	padding: 0 92px 0 0;
	position: relative;
	/* min-height: 100px; */
}

.articleBottom .bottom_link {
	display: block;
	border: 1px solid #e5e5e5;
	color: #666;
	margin: 0 0 63px;
	line-height: 24px;
	border-left: 4px solid #01589c;
	padding: 10px 0;
}

.articleBottom .bottom_link span {
	font-weight: bold;
	padding: 0 4px 0 0;
	color: rgba(0, 88, 156, 1);
}

.articleBottom .bottom_link a {
	display: block;
	color: rgba(0, 88, 156, .7);
	padding: 12px 22px 12px 84px;
	text-indent: -60px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 20px;
}

.articleBottom .bottom_link a:last-child {
	border-bottom: 0;
}

.articleBottom .bottom_link a:hover {
	color: #186aab;
}

.Annex+.bottom_link {
	margin: 0 0 0 calc(50% + 21px);
}

.Annex {
	overflow: hidden;
	padding: 0 28px 13px;
	box-shadow: 0 0 16px rgba(0, 0, 0, .1);
	width: calc(50% - 77px);
	float: left;
}

.Annex strong {
	padding: 16px 0 1px 0;
	font-weight: bold;
	display: block;
	line-height: 20px;
	font-size: 14px;
	position: relative;
	color: #444;
}

.annexList {
	margin: 0;
	padding: 2px 0 8px;
}

.annexList li {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin: 7px 0 0;
}

.annexList li:first-child {}

.annexList li a {
	color: #999;
}

.annexList li a:hover {
	color: #186aab;
}

.share_box {
	width: 52px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 7px;
	text-align: center;
	color: #01589c;
	z-index: 2;
}

.share_box .share_btn {
	display: block;
	line-height: 20px;
	margin: 10px 0 13px;
	position: relative;
	width: 52px;
	height: 52px;
	background-color: #efeff4;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 36px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
}

.share_box .share_btn.share_more {
	background-image: url(../images/share_more.png);
}

.share_box .share_btn.share_wechat {
	background-image: url(../images/share_wechat.png);
}

.share_box .share_btn.share_sina {
	background-image: url(../images/share_sina.png);
}

.share_box .share_btn.share_qzone {
	background-image: url(../images/share_qzone.png);
}

.share_box .share_btn:last-child {
	margin: 0;
}

.share_box .share_btn .alert_box {
	position: absolute;
	right: 100%;
	bottom: 0;
	padding: 6px;
	background: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, .1);
	display: none;
}

.share_box .share_more .alert_box {
	background: #EFEFF4;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	padding: 0 52px 0 0;
	right: 0;
	z-index: -1;
	border-radius: 30px;
}

.share_box .share_more .share_btn {
	margin: 0;
}

.share_box .share_btn:hover .alert_box {
	display: block;
}

@media screen and (max-width:992px) {
	.Annex {
		width: auto;
		float: none;
	}

	.Annex+.bottom_link, .pageArticle .bottom_link {
		margin: 20px 0 0;
	}

	.articleBottom {
		padding: 0 70px 0 0;
	}
}

@media screen and (max-width:767px) {
	.Annex {
		margin: 0 0 20px;
		clear: both;
		padding: 0 20px 10px;
	}

	.pageArticle .bottom_links {
		padding: 0 20px;
	}

	.pageArticle .bottom_links a, .pageArticle .bottom_links a.next {
		width: auto;
		float: none;
		max-width: initial;
	}

	.pageArticle .article {
		margin: 0 0 40px;
		line-height: 24px;
	}

	.pageArticle .bottom_link {
		margin: 0 0 20px;
		padding: 0;
	}

	.pageArticle .bottom_link span {
		display: block;
	}

	.pageArticle .bottom_link a {
		padding: 10px 22px;
		text-indent: 0;
	}
}

/*文章页结束*/

.sub_01 ul {
	margin: -36px 0 0;
	padding: 0 0 0;
}

.sub_01 li {
	width: 100%;
}

.sub_01 a {
	margin: 0 0 0;
	overflow: hidden;
	padding: 26px 0 18px;
	border-bottom: 10px solid #efeff4;
}

.sub_01 .left {
	width: 320px;
	float: left;
}

.sub_01 .right {
	margin: 0 0 0 348px;
	padding: 13px 0 0 0;
	text-align: justify;
}

.sub_01 .img {
	padding-bottom: 56.25%;
}

.sub_01 .title {
	margin: 0 0 9px;
}

.sub_01 .info {
	margin: 0 0 23px;
	color: #999;
}

.sub_01 .time {
	padding: 0 0 0 28px;
	background: url(../images/mode01_time.png) left center no-repeat;
	color: #999;
}

.sub_02 ul {
	margin: -8px 0 -10px;
	padding: 0 0 0;
}

.sub_02 li {}

.sub_02 a {
	margin: 0 0 10px;
	line-height: 68px;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 0 30px;
}

.sub_02 .title {
	white-space: nowrap;
	position: relative;
	padding: 0 0 0 0;
}

.sub_02 .time {
	color: #01589c;
	margin: 0 0 0 16px;
	float: right;
	position: relative;
	padding: 0 0 0 28px;
}

.sub_02 .time::before {
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, .16);
}

.sub_03 ul {
	margin: -8px 0 -10px;
	padding: 0 0 0;
}

.sub_03 li {}

.sub_03 a {
	margin: 0 0 10px;
	line-height: 22px;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 21px 26px;
	position: relative;
}

.sub_03 .title {
	white-space: nowrap;
	position: relative;
	padding: 0 120px 0 0;
	margin: 0 0 12px;
}

.sub_03 .info {
	margin: 0 120px 0 0;
	color: #757575;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #efeff4;
	padding: 0 28px;
}

.sub_03 .time {
	color: #01589c;
	margin: 0 0 0 16px;
	position: absolute;
	padding: 0 0 0 28px;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
}

.sub_03 .time::before {
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, .16);
}

.sub_04 ul {
	margin: 0 0 -36px -38px;
}

.sub_04 li {
	width: 33.3%;
}

.sub_04 a {
	margin: 0 0 36px 38px;
}

.sub_04 .title {
	margin: 0 0 0;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	border: 1px solid #e5e5e5;
	border-top: 0;
	text-align: center;
	padding: 0 10px;
}

.sub_011 {
	margin-top: -10px;
}

.sub_012 ul {
	margin: 0 0 -40px -70px;
	padding: 0 0 0;
}

.sub_012 li {
	width: 50%;
}

.sub_012 a {
	margin: 0 0 50px 70px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.sub_012 .left {
	width: 248px;
	float: left;
}

.sub_012 .right {
	margin: 0 0 0 290px;
	padding: 0 0 0 0;
}

.sub_012 .img {
	padding-bottom: 140%;
}

.sub_012 .title {
	margin: 0 0 12px;
	line-height: 70px;
	position: relative;
	font-weight: bold;
	color: #01589c;
}

.sub_012 .title::before {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	left: 0;
	top: 0;
}

.sub_012 .title::after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.sub_012 .tip {
	color: #757575;
	margin: 0 0 20px;
}

.sub_012 .info {
	margin: 0 0 0;
	color: #999;
}

.sub_051 ul {
	margin: 0 0 -40px -40px;
}

.sub_051 li {
	width: 20%;
}

.sub_051 a {
	margin: 0 0 40px 40px;
}

.sub_051 .img {
	padding-bottom: 140%;
}

.sub_051 .title {
	margin: 0 0 0;
	height: 50px;
	line-height: 50px;
	background: #01589c;
	color: #fff;
	text-align: center;
}

.sub_0511 {
	margin: 0 auto 50px;
	overflow: hidden;
	max-width: 1200px;
}

.sub_0511 .left {
	width: 248px;
	float: left;
}

.sub_0511 .right {
	margin: 0 0 0 248px;
	padding: 47px 0 0 36px;
	position: relative;
	border-top: 50px solid #f5f5f5;
}

.sub_0511 .img {
	padding-bottom: 140%;
}

.sub_0511 .title {
	margin: 0 0 0;
	line-height: 57px;
	padding: 0 36px;
	background: #01589c;
	position: absolute;
	left: 0;
	top: -32px;
	color: #fff;
	font-weight: bold;
	width: 176px;
}

.sub_0511 .info {
	margin: 0 0 0;
	color: #757575;
}

.sub_0512 {
	margin: 0 auto 0;
	max-width: 1200px;
}

.sub_0512 .part {
	position: relative;
	border-top: 34px solid #f5f5f5;
	margin: 0 0 46px;
}

.sub_0512 .part:last-child {
	margin: 0;
}

.sub_0512 .title {
	margin: 0 0 0;
	line-height: 34px;
	position: absolute;
	left: 0;
	top: -16px;
	background: #01589c;
	padding: 0 26px;
	color: #fff;
	min-width: 108px;
}

.sub_0512 .article {
	padding: 29px 0 0;
	color: #757575;
	line-height: 24px;
}

.sub_06 ul {
	margin: 0 0 0 -40px;
}

.sub_06 li {
	width: 33.3%;
}

.sub_06 li>a, .sub_06 .item {
	margin: 0 0 30px 40px;
	border-left: 4px solid #01589c;
	background: #f1f1f1;
	padding: 20px 30px;
}

.sub_06 .title {
	margin: 0 0 0;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
}

.sub_06 .title a {
	display: inline;
}

.leaderBox {
	display: flex;
	justify-content: space-between;
}

.leaderBox .leader {
	width: calc(50% - 20px);
}

.leaderBox .leader h2 {
	margin-bottom: 20px;
}

.leaderBox .leader .sub_012 li {
	width: 100%;
}


@media screen and (max-width:1220px) {
	.wrap_content {}

	.sub_04 ul {
		margin: 0 0 -24px -24px;
	}

	.sub_04 li {
		width: 33.3%;
	}

	.sub_04 a {
		margin: 0 0 24px 24px;
	}

}

@media screen and (max-width: 992px) {
	.ld_tp_conIn ul {
		width: 100%;
		float: none;
	}

	.ld_tp_conIn ul:nth-child(even) {
		width: 100%;
		float: none;
	}

	.wrap_content {
		padding: 0 0 20px;
	}

	.sub_banner {
		border: 0;
		padding-bottom: 210px;
	}

	.sub_banner::before {
		height: 40px;
	}

	.sub_banner::after {
		height: 50px;
	}

	.sub_title {
		height: 50px;
		line-height: 50px;
	}

	.content {
		margin-top: 10px;
	}

	.sub_menu a {
		line-height: 45px;
		height: 45px;
	}

	.bread {
		/* line-height: 40px; */
		/* color: #222; */
		/* padding: 6px 0 0; */
		margin: 0;
	}

	.bread a {
		/* color: #222; */
	}

	.page_title h3 {}

	.sub_01 ul {
		margin: 0;
	}

	.sub_02 ul, .sub_03 ul {
		margin: 0 0 -10px;
	}

	.sub_04 ul {
		margin: 0 0 -20px -20px;
	}

	.sub_04 li {
		width: 50%;
	}

	.sub_04 a {
		margin: 0 0 20px 20px;
	}

	.sub_04 .title {
		line-height: 40px;
		height: 40px;
	}

	.sub_011 {
		margin-top: 0;
		line-height: 24px;
	}

	.sub_012 li {
		width: 100%;
	}

	.sub_051 ul {
		margin: 0 0 -24px -24px;
	}

	.sub_051 li {
		width: 33.3%;
	}

	.sub_051 a {
		margin: 0 0 24px 24px;
	}

	.sub_06 ul {
		margin: 0 0 0 -30px;
	}

	.sub_06 li {
		width: 50%;
	}

	.sub_06 li>a, .sub_06 .item {
		margin: 0 0 20px 30px;
		padding: 12px 20px;
	}

	.leaderBox {
		flex-direction: column;
	}

	.leaderBox .leader {
		width: 100%;
	}

}

@media screen and (max-width: 767px) {
	.sub_right .page_content {
		padding: 0 0 20px;
	}

	.sub_01 a {
		margin: 0 0 0;
		overflow: hidden;
		padding: 26px 0 18px;
		border-bottom: 10px solid #efeff4;
	}

	.sub_01 .left {
		width: auto;
		float: none;
	}

	.sub_01 .right {
		margin: 0;
	}

	.sub_02 a {
		padding: 0 16px;
		line-height: 45px;
	}

	.sub_02 .time, .sub_03 .time {
		padding: 0 0 0 16px;
		margin: 0 0 0 10px;
	}

	.sub_03 a {
		padding: 12px 16px;
	}

	.sub_03 .title {
		padding: 0 100px 0 0;
		margin: 0 0 6px;
	}

	.sub_03 .info {
		padding: 0 12px;
		margin: 0 100px 0 0;
	}

	.sub_012 ul {
		margin: 0 0 0px -70px;
	}

	.sub_012 a {
		margin: 0 0 30px 70px;
	}

	.sub_012 .left {
		width: 160px;
	}

	.sub_012 .right {
		margin: 0 0 0 180px;
	}

	.sub_012 .title {
		line-height: 40px;
	}

	.sub_012 .tip {
		margin: 0 0 10px;
	}

	.sub_012 .info {
		line-height: 24px;
		height: 120px;
	}

	.sub_0511 {
		margin: 0 auto 30px;
	}

	.sub_0511 .left {
		width: 160px;
	}

	.sub_0511 .right {
		margin: 0 0 0 160px;
		padding: 16px 0 0 20px;
	}

	.sub_0511 .title {
		line-height: 40px;
		width: auto;
		padding: 0 20px;
	}

	.sub_0511 .info {
		line-height: 24px;
	}

	.sub_0512 .part {
		margin: 0 0 30px;
	}

}

@media screen and (max-width:639px) {
	.sub_banner {
		padding-bottom: 120px;
	}

	.wrap_sub_banner .sub_menu li {
		padding: 0 15px;
	}

	.page_title h3 {
		padding: 0 15px 0 0;
	}

	.sub_04 li, .sub_06 li {
		width: 100%;
	}

	.sub_051 li {
		width: 50%;
	}

}

@media screen and (max-width:480px) {
	.ld_tp_conIn ul li span {
		float: none;
		display: block;
	}

	.ld_con {
		margin: 5px 0 0 0;
	}

	.ld_tp_conIn ul:nth-child(even) .ld_con {
		margin: 5px 0 0 0;
	}
}

@media screen and (max-width:413px) {
	.sub_012 .left {
		width: 120px;
	}

	.sub_012 .right {
		margin: 0 0 0 140px;
		padding: 0 0 10px;
	}

	.sub_051 li {
		width: 100%;
	}

	.sub_0511 .left {
		float: none;
		margin: 0 auto;
	}

	.sub_0511 .right {
		margin: 0;
		padding: 16px 0 0;
		border: none;
	}

}

@media screen and (max-width:320px) {}