.wrap_sub_banner {
	position: relative;
}

.wrap_sub_banner::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-top: 30px solid transparent;
	border-left: 180px solid #fff;
	border-right: 180px solid #fff;
	z-index: 2;
}

.sub_banner {
	height: 0;
	background-size: cover !important;
	position: relative;
	padding-bottom: 420px;
	z-index: 2;
}

.sub_banner .title {
	position: absolute;
	top: 120px;
	line-height: 60px;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
}

.wrap_sub_banner .sub_menu {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 0 30px;
	background: rgba(24, 106, 171, .3);
	text-align: center;
	z-index: 2;
}

.wrap_sub_banner .sub_menu::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: calc(50% + 180px);
	background: #fff;
	height: 30px;
}

.wrap_sub_banner .sub_menu::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: calc(50% + 180px);
	background: #fff;
	height: 30px;
}

.wrap_sub_banner .sub_menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 70px;
	height: 70px;
	padding: 0 78px;
}

.wrap_sub_banner .sub_menu a {
	color: #fff;
}

.wrap_content {
	position: relative;
	padding: 0 0 40px;
}

.content {
	position: relative;
	z-index: 2;
	overflow: inherit;
}

.bread {
	line-height: 22px;
	color: #999;
	margin: -6px 0 16px;
	text-align: left;
}

.bread a {
	/* padding: 0; */
	color: #999;
}

.bread a:hover {
	color: #083c7d;
}

.page_title {
	padding: 0 0 0;
	position: relative;
	line-height: 36px;
	overflow: hidden;
}

.page_title h3 {
	font-weight: normal;
	background: #fff;
	float: left;
	z-index: 2;
	position: relative;
	padding: 0 29px 0 0;
}

.page_title h3::after {
	content: '';
	display: block;
	width: 1px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #ccc;
}

.page_title::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.list_img ul {
	overflow: hidden;
	margin: 20px -10px 0;
}

.list_img ul li {
	width: 25%;
	float: left;
	margin: 0 0 10px 0;
}

.list_img ul li a {
	display: block;
	margin: 0 10px;
}

.list_img ul li span {
	height: 0px;
	display: block;
	overflow: hidden;
	padding-bottom: 130%;
}

.list_img1 ul li span {
	height: 0px;
	display: block;
	overflow: hidden;
	padding-bottom: 66%;
}

.list_img ul li span img {
	width: 100%;
	transition: .5s;
	transform: scale(1.0);
}

.list_img ul li p {
	margin: 10px 0;
	text-align: center;
}

.list_img ul li:hover img {
	width: 100%;
	transition: .5s;
	transform: scale(1.1);
}

/* ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¦Ã‚Â¡Ã¢â‚¬Â ÃƒÂ¦Ã…Â¾Ã‚Â¶ÃƒÂ§Ã‚Â»Ã¢â‚¬Å“ÃƒÂ¦Ã‚ÂÃ…Â¸ */

/* ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ©Ã‚Â¡Ã‚Âµ */
.pages {
	padding: 0;
	color: #999;
	font-size: 0;
	text-align: center;
	margin: 0 0 30px;
}

.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: 48px;
	height: 44px;
	line-height: 44px;
	position: relative;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	transition: all 0.35s ease-in-out;
	color: #666;
	border: 1px solid #186aab;
	border-left: 0;
}

.pages>a:first-child {
	border-left: 1px solid #186AAB;
}

.pages .start, .pages .end, .pages>span, .pages .next, .pages .prev {
	width: auto;
	padding: 0 22px;
}

.pages>a:hover, .pages>a.on_page {
	background-color: #186AAB;
	color: #fff;
	border-color: #186AAB;
}

.pages>a.on_page {}

.pages .prev, .pages .next {
	display: none;
}

.pages .select_page {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 0 20px;
}

.pages .select_page span {
	font-size: 14px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 44px;
	vertical-align: middle;
	padding: 0 10px;
	color: #333;
	border: 1px solid #186AAB;
	border-left: 0;
	width: 30px;
}

.pages .selectLink {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 67px;
	height: 44px;
	vertical-align: middle;
	position: relative;
	border: 1px solid #186AAB;
}

.pages .selectLink.on {
	border-radius: 0 0 3px 3px;
	background: #186AAB;
	border-color: #186AAB;
}

.pages .selectLink.on>a {
	color: #fff;
}

.pages .selectLink .arrow {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 3px;
	bottom: 14px;
	background: url(../images/select_arrow.png) center center no-repeat;
	transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	cursor: pointer;
}

.pages .selectLink .arrow.on {
	transform: rotate(180deg);
	background: url(../images/select_arrow2.png) center center no-repeat;
}

.pages .selectLink>a {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 44px;
	text-align: left;
	padding: 0 0 0 23px;
}

.pages .selectLink .alertBox {
	height: 0;
	position: absolute;
	left: -1px;
	bottom: 100%;
	background: #186AAB;
	right: -1px;
	border-radius: 3px 3px 0 0;
	padding: 6px 0 0;
	overflow: hidden;
	border: 0;
	opacity: 0;
	transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.pages .selectLink .alertBox.on {
	opacity: 1;
	height: auto;
}

.pages .selectLink .alertBox a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	padding: 6px 0;
}

.pages .selectLink .alertBox a:hover {
	background: rgba(255, 255, 255, 0.2);
}

@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;
	padding: 36px 0 0;
	/* max-width: 930px; */
	margin: 19px auto 0;
	border-top: 1px solid #ccc;
}

.pageArticleTitle {
	overflow: hidden;
	padding: 8px 0;
}

.full_page .pageArticle {
	padding: 0;
}

.pageArticleTitle h3 {
	line-height: 1.4;
	color: #222;
	text-align: center;
	font-weight: normal;
}

.articleAuthor {
	padding: 19px 0;
	text-align: center;
	margin: 35px 0 40px;
	font-size: 16px;
	color: #999;
	background: #e7f1fa;
}

.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;
}

.articleBottom {
	margin: 64px 0 0;
	padding: 19px 0 0;
	position: relative;
	/* min-height: 100px; */
}

.article {
	position: relative;
	line-height: 30px;
	text-align: justify;
}

.article p {}

.pageArticle .bottom_link {
	display: block;
	padding: 14px 19px 19px;
	border: 1px solid #dfecf7;
	color: #666;
	margin: 0 0 63px;
	line-height: 24px;
}

.pageArticle .bottom_link:hover {
	color: #186aab;
}

.pageArticle .article {
	margin: 0 0 118px;
}

.Annex {
	overflow: hidden;
	padding: 0 0 13px;
	border-top: 1px solid #eee;
}

.Annex strong {
	padding: 16px 0 4px 0;
	font-weight: normal;
	display: block;
	line-height: 20px;
	font-size: 15px;
	position: relative;
	color: #444;
	font-weight: normal;
}

.Annex strong::before {
	content: '';
	display: none;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: #c6782d;
	border-radius: 50%;
}

.annexList {
	margin: 0;
	padding: 2px 0 0 0;
}

.annexList li {
	font-size: 14px;
	line-height: 27px;
	padding: 3px 0;
	text-align: justify;
}

.annexList li:first-child {}

.annexList li a {
	color: #444;
}

.annexList li a:hover {
	color: #186aab;
}

.share {}

.share>span {
	display: block;
	line-height: 20px;
	margin: 0 0 22px;
}

.share .bdsharebuttonbox>a.bds_weixin {
	background: url(../images/share_wechat.png) center no-repeat;
	background-size: 100% 100% !important;
}

.share .bdsharebuttonbox>a.bds_tsina {
	background: url(../images/share_sina.png) center no-repeat;
	background-size: 100% 100% !important;
}

.share .bdsharebuttonbox>a.bds_qzone {
	background: url(../images/share_qzone.png) center no-repeat;
	background-size: 100% 100% !important;
}

.share .bdsharebuttonbox>a.bds_more {
	background: url(../images/share_more.png) center no-repeat;
	background-size: 100% 100% !important;
}

.shareBox {
	width: 260px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -130px;
	z-index: 9998;
	height: 310px;
	border: 6px solid #8F8F8F;
	border-radius: 8px;
	box-shadow: 0 0 7px #aaa;
	display: none;
}

.shareBox {
	font-size: 14px;
}

.shareBox .title {
	background: #f6f6f6;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px !important;
}

.shareClose {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	font-size: 18px;
	width: 20px;
	;
}

.sharelist {
	position: static;
	height: 250px;
	overflow-y: auto;
	padding-left: 17px !important;
}

.sharelist li {
	float: left;
	width: 130px;
	padding: 2px;
	margin-left: 6px;
	_margin-left: 3px;
	height: 28px;
	overflow: hidden;
	list-style: none;
}

.sharelist li a {
	color: #565656;
	font: 12px 'ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“';
	display: block;
	text-decoration: none;
	border: 1px solid #fff;
	line-height: 18px;
	width: auto;
	height: auto;
	text-indent: 0;
}

.weChatBox {
	width: 260px;
	height: 300px;
	background-color: #fff;
	border: solid 1px #d8d8d8;
	padding: 10px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -130px 0 0 -140px;
	z-index: 9998;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.weChatBox .w-title {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.w-close {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
	cursor: pointer;
}

.qrcode {
	width: 200px;
	height: 200px;
	margin: 15px auto;
	background: #ccc;
}

.w-footer {
	font-size: 12px;
	line-height: 1.5;
	color: #999;
}

#qrodeText {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	visibility: hidden;
}

.share {
	overflow: hidden;
	font-size: 0;
	padding: 0 0 20px;
	float: right;
	margin: 0 -23px 0 30px;
}

.share .bdsharebuttonbox>a {
	margin: 0 19px 0 0;
	vertical-align: top;
	width: 25px;
	padding: 0;
	height: 25px;
	float: none;
	transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.share .bdsharebuttonbox>a:hover {
	opacity: 0.8;
}

.share .bdsharebuttonbox>span {
	line-height: 25px;
	font-size: 15px;
	margin: 0;
	/* font-weight: bold; */
	color: #666;
}

.btns {
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #fcdb68;
	border: 1px solid #186aab;
	border-radius: 5px;
	margin: 25px auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border: 1px solid #186aab
}

.btns a {
	color: #fff;
}

@media screen and (max-width:1386px) {
	.share {
		/* position: relative; */
		/* top: 0; */
		/* right: 0; */
		/* margin: 30px 0 0; */
	}

	.share .bdsharebuttonbox>a {
		margin: 0 10px 0 0;
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}

	.pageArticle .article {
		margin: 0 0 70px;
	}

	.pageArticle .bottom_link {
		margin: 0 0 36px;
	}

}

@media screen and (max-width:1024px) {
	.pageArticle {}

	.share {
		padding: 20px;
		margin-right: -10px;
	}

	.Annex {
		margin: 0;
		padding: 0 0 20px;
	}

	.articleAuthor {
		font-size: 14px;
		padding: 12px 0;
		margin: 16px 0;
	}

}

@media screen and (max-width:767px) {

	/* .share .bdsharebuttonbox > a{width: 20px;height: 20px;} */
	.Annex {
		margin: 0 0 20px;
		clear: both;
	}

	.Annex strong::before {
		left: 10px;
	}

	.Annex strong, .annexList li {
		padding-left: 20px;
		padding-right: 20px;
	}

	.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;
	}

	.pageArticle .bottom_link {
		margin: 0 0 20px;
	}

}

/*ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ§Ã‚Â«Ã‚Â ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ§Ã‚Â»Ã¢â‚¬Å“ÃƒÂ¦Ã‚ÂÃ…Â¸*/

.sub_0b1 ul {
	padding: 16px 0 18px;
}

.sub_0b1 li {
	width: 100%;
}

.sub_0b1 a {
	margin: 0 0 0;
	line-height: 41px;
}

.sub_0b1 .title {
	white-space: nowrap;
	position: relative;
	padding: 0 0 0 18px;
}

.sub_0b1 .title::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #1d6abc;
	border-radius: 50%;
}

.sub_0b1 .time {
	color: #999;
	margin: 0 0 0 16px;
	float: right;
}

.sub_0b2 {
	overflow: hidden;
}

.sub_0b2 ul {
	margin: 30px 0 0 -68px;
}

.sub_0b2 li {
	width: 33.3%;
}

.sub_0b2 a {
	margin: 0 0 27px 68px;
}

.sub_0b2 .img_cover {
	padding-bottom: calc(187% / 2.58);
	border-radius: 20px 0 0 0;
}

.sub_0b2 .title {
	margin: 14px 0 0;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	text-align: center;
}

.sub_01 ul {
	margin: 30px 0 65px;
}

.sub_01 li {
	width: 100%;
}

.sub_01 a {
	padding: 35px 0 20px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}

.sub_01 .left {
	width: 60px;
	float: left;
	height: px;
	position: relative;
}

.sub_01 .time {
	text-align: center;
	white-space: nowrap;
	font-family: arial;
}

.sub_01 .day {
	color: #186aab;
	margin: 0 0 10px;
	line-height: 40px;
	padding: 6px 0 18px 5px;
	border-bottom: 1px solid #186aab;
}

.sub_01 .month {
	color: #999;
	line-height: 20px;
}

.sub_01 .right {
	margin: 0 0 0 110px;
	position: relative;
}

.sub_01 .title {
	margin: 0 0 19px;
	max-height: 30px;
	line-height: 30px;
}

.sub_01 .info {
	margin: 0 0 0;
	color: #999;
	height: 48px;
	line-height: 24px;
}

.sub_02 {
	margin: 62px 0 70px;
}

.sub_02 .right {
	float: right;
	width: 330px;
	margin: 0 0 20px 30px;
}

.sub_02 .article {
	margin: 0 384px 0 0;
	line-height: 30px;
}


.tablemain {
	width: 100%;
	margin-bottom: 40px;
}

.tablemain .remarks {
	font-size: 16px;
	color: #999999;
	margin-bottom: 20px;
}

.tablemain table {
	font-size: 16px;
	line-height: 26px;
	width: 100%;
	border-top: 2px solid #1472c5;
}

.tablemain table tr th {
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	color: #1472c5;
	background-color: #e7f1f9;
	border: solid 1px #e5e5e5;
	text-align: center;
}

.tablemain table tr td {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	padding: 10px;
	border: solid 1px #e5e5e5;
}

.tablemain table tr td:nth-child(1), .tablemain table tr td:nth-child(3) {
	width: 30%
}

.tablemain table tr td:nth-child(2), .tablemain table tr td:nth-child(4) {
	width: 20%
}

.tablemain table tr td:nth-child(even) {
	text-align: center;
}

@media screen and (max-width:1023px) {
	.tablemain .remarks {
		font-size: .26rem;
		line-height: 1.5;
		margin-bottom: .15rem;
	}

	.tablemain table tr th, .tablemain table tr td {
		font-size: .26rem;
		line-height: 1.7;
		padding: .2rem .15rem;
		border-width: .01rem;
	}

	.tablemain {
		margin-bottom: 1rem;

	}
}


@media screen and (min-width:1024px) {
	.sub_list01 a, .sub_list02 a, .sub_list014 a, .sub_list0314 a, .sub_list0311 .title, .sub_list06 a {
		transform: translateY(0);
		transition: all ease-in-out 0.2s;
		-ms-transition: all ease-in-out 0.2s;
		-moz-transition: all ease-in-out 0.2s;
		-webkit-transition: all ease-in-out 0.2s;
		-o-transition: all ease-in-out 0.2s;
	}

	.sub_list014 a:hover, .sub_list0314 a:hover, .sub_list02 a:hover, .sub_list01 a:hover, .sub_list06 a:hover {
		transform: translateY(-10px);
	}

}

@media screen and (max-width:1560px) {}

@media screen and (max-width:1480px) {
	.wrap_sub_banner .sub_menu li {
		padding: 0 58px;
	}

	.sub_0b2 ul {
		margin: 30px 0 0 -45px;
	}

	.sub_0b2 a {
		margin: 0 0 27px 45px;
	}


}

@media screen and (max-width:1366px) {
	.sub_right {
		margin: 0 0 0 300px;
	}

}

@media screen and (max-width:1220px) {
	.wrap_content {}

	.sub_02 {
		margin: 45px 0;
	}

	.sub_02 .article {
		margin: 0;
	}


}

@media screen and (max-width:1040px) {}

@media screen and (max-width: 992px) {
	.wrap_content {
		padding: 0 0 20px;
	}

	.sub_banner {
		border: 0;
		padding-bottom: 210px;
	}

	.content {
		margin-top: 10px;
	}

	.full_page .content {
		margin: 0;
	}

	.full_page .page_title h3 {
		padding: 6px 0 11px;
	}

	.annexList li {
		font-size: 14px
	}

	.sub_banner .title {
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.wrap_sub_banner .sub_menu {
		position: relative;
		background: rgba(24, 106, 171, 1);
		padding: 0;
	}

	.wrap_sub_banner .sub_menu::before, .wrap_sub_banner .sub_menu::after, .wrap_sub_banner::after {
		display: none;
	}

	.wrap_sub_banner .sub_menu li {
		line-height: 45px;
		padding: 0 30px;
		height: 0;
		overflow: hidden;
		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;
		display: block;
	}

	.wrap_sub_banner .sub_menu li.current, .wrap_sub_banner .sub_menu:hover li {
		height: 45px;
	}

	.bread {
		/* line-height: 40px; */
		/* color: #222; */
		/* padding: 6px 0 0; */
		margin: 0;
	}

	.bread a {
		/* color: #222; */
	}

	.page_title h3 {}

	.sub_0b2 li {
		width: 50%;
	}

	.sub_0b2 .title {
		margin: 8px 0 0;
	}

	.sub_01 ul {
		margin: 12px 0 20px;
	}

	.sub_01 a {
		padding: 16px 0;
	}

	.sub_01 .title {
		margin: 0 0 8px;
	}

	.sub_01 .day {
		padding: 6px 0 6px 5px;
	}

	.sub_01 .right {
		margin: 0 0 0 80px;
	}

	.sub_02 {
		margin: 30px 0;
	}

}

@media screen and (max-width:800px) {
	.pageArticle {
		padding: 10px 0 0;
	}

	.share .bdsharebuttonbox>span {}

	.list_img ul li {
		width: 50%
	}


}

@media screen and (max-width: 767px) {
	.sub_right .page_content {
		padding: 0 0 20px;
	}

	.sub_menu dl a {
		line-height: 30px;
	}

	.sub_02 .right {
		width: 40%;
	}
}

@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;
	}

}

@media screen and (max-width:480px) {
	.list_img ul li {
		width: 100%;
		float: none;
	}

	.bread {}

	.page_title h3 {}

	.sub_0b2 li {
		width: 100%;
	}

	.sub_0b2 .title {
		margin: 8px 0 0;
	}

}

@media screen and (max-width:414px) {}

@media screen and (max-width:413px) {}

@media screen and (max-width:320px) {}

.currentleader {
	width: 100%;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 18px;
	color: #666666;
	/* max-width: 1183px; */
	margin: 15px auto !important;
}

.currentleader tr {
	border-bottom: 1px solid #fff;
}

.currentleader td {
	padding: 35px 25px;
	box-sizing: border-box;
	background: #f8f8f8;
}
.currentleader td span{
    min-width: 54px;
    text-align: justify;
    text-align-last: justify;
    display: inline-block;
    margin: 0 10px;
}
.currentleader tr td:nth-child(odd) {
	background: #eeeeee;
	width: 155px;
}

.currentleader tr td:nth-child(even) {
	width: 38%;
	padding-right: 13%;
}

.currentleader:nth-child(3) tr td:nth-child(even) {
	width: calc(100% - 150px);
	padding-right: 43%;
}

.currentleader:nth-child(3) tr td:nth-child(even) span {
	margin: 0 10px;
	display: inline-block;
}

.currentleader:nth-child(3) {
	margin: 30px 0;
}

.currentleader2 {

font-size: 18px;

color: #666666;

overflow: hidden;
}

.currentleader2 ul {

font-size: 0;

display: flex;

flex-wrap: wrap;
}

.currentleader2 li {

width: 50%;

display: inline-block;

border-bottom: 1px solid #fff;
}
.currentleader2 li:nth-child(4)  .info{/* background:red; *//* height: 200%; */}
.currentleader2 .info {
    height: 100%;
    display: flex;
}

.currentleader2 .info span {
	font-size: 18px;
	color: #666666;
}

.currentleader2 .info .txt {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	background: #eeeeee;
	width: 155px;
	padding: 35px 25px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.txt-name {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	background: #f8f8f8;
	padding: 35px 25px;
	box-sizing: border-box;
	flex: 1;
}
@media screen and (max-width:1300px) {
		.currentleader tr td:nth-child(even){
			padding-right: 4%;
		}
	.currentleader:nth-child(3) tr td:nth-child(even){padding-right: 33%;}
	
}
@media screen and (max-width:996px) {
		.currentleader tr td:nth-child(even),.currentleader:nth-child(3) tr td:nth-child(even){
padding-right:0}.currentleader tr td:nth-child(odd){
			width: auto;
}
	
}