.about-banner {
	width: 100%;
	min-width: 1170px;
	height: auto;
	position: relative;
}

.about-banner img {
	width: 100%;
	height: auto;
}

.about-head {
	padding-top: 0.2rem;
	border-bottom: 1px solid #EBE9F0;
}

.about-head .title {
	font-size: 0.36rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #1A1A1A;
	padding-top: 0.15rem;
	line-height: 0.56rem;
	text-align: center;
}

.about-head .sub_title {
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #555;
	padding-top: 0.15rem;
	line-height: 2;
	text-align: center;
}

.about-head .desc {
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #9A9A9A;
	line-height: 0.26rem;
}

.about-head .desc .line {
	margin: 0 0.15rem;
	height: 0.12rem;
	width: 0.01rem;
	background: #9A9A9A;
	display: inline-block;
}

.about-head .actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0.2rem 0;
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
}


.about-head .actions .view-click {
	margin: 0 0.4rem 0 0;
}

.about-head .actions .icon-print {
	width: 0.18rem;
	height: 0.17rem;
	display: inline-block;
	cursor: pointer;
	background: url(icon-print.png);
	background-size: 100% 100%;
}

.about-head .actions .icon-weixin,
.about-head .actions .icon-qq,
.about-head .actions .icon-weibo {
	width: 0.4rem;
	height: 0.4rem;
	display: inline-block;
	transition: all 0.3s;
	cursor: pointer;
}

.about-head .actions .icon-weixin {
	background: url(icon-weixin.png);
	background-size: 100% 100%;
	position: relative;
}

.about-head .actions .icon-weixin:hover {
	background: url(icon-weixin-active.png);
	background-size: 100% 100%;
}

.weixin-popup {
	position: absolute;
	display: none;
	bottom: 0.5rem;
	left: -0.81rem;
	z-index: 999;
}

.about-head .actions .icon-weixin:hover .weixin-popup {
	display: block;
}

.weixin-popup .info {
	width: 2.02rem;
	height: 1.95rem;
	background: #FFFFFF;
	position: relative;
	box-shadow: 0 0 0.05rem #A3A3A3;
	text-align: center;
}

.weixin-popup .info::before {
	content: '';
	position: absolute;
	display: block;
	height: 0.08rem;
	width: 0.08rem;
	background: #fff;
	transform: rotateZ(45deg);
	bottom: -0.04rem;
	left: 50%;
	margin-left: -0.06rem;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	color: #666666;
	font-size: 0.14rem;
}

.weixin-popup .info .tit {
	width: 100%;
	height: 0.28rem;
	line-height: 0.28rem;
	background: #F3F3F3;
	font-family: Source Han Sans CN;
	font-weight: 400;
}
.weixin-popup .info .qrwrap{

}
.weixin-popup .info img {
	width: 1.09rem;
	height: 1.09rem;
	margin: 0.03rem auto 0.02rem;
}

.weixin-popup .info .d {
	padding: 0 0.16rem;
}

.about-head .actions .icon-qq {
	background: url(icon-qq.png);
	background-size: 100% 100%;
}

.about-head .actions .icon-qq:hover {
	background: url(icon-qq-active.png);
	background-size: 100% 100%;
}

.about-head .actions .icon-weibo {
	background: url(icon-weibo.png);
	background-size: 100% 100%;
}

.about-head .actions .icon-weibo:hover {
	background: url(icon-weibo-active.png);
	background-size: 100% 100%;
}


.about-head .actions a {
	color: #333333;
}

.about-head .actions a:hover {
	color: #F6342C;
}

.about-audio,
.about-video {
	margin-top: 0.3rem;
	text-align: center;
}

.about-audio audio,
.about-video video {
	max-width: 100%;
	object-fit: cover;
}

.about-detail {
	font-size: 0.18rem;
	line-height: 2;
	color: #333333;
	padding: 0.3rem 0;
	max-width: 100%;
	overflow-x: auto;
}

.about-detail p+p {
	margin-top: 1em;
}

.about-detail img {
	max-width: 100% !important;
	height: auto !important;
}

.about-detail .content {
	width: auto;
}

.about-detail .map {
	width: 100%;
	height: 3.75rem;
}

.about-detail table {
	max-width: 100%;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	word-break: break-all;
}

.about-detail table td {
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 0.06rem 0.12rem;
	line-height: 1.6;
	/* font-size: 0.18rem; */
	/* color: #666; */
}

.about-next {
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.32rem;
	padding-top: 0.4rem;
	padding-bottom: 0.8rem;
}

.about-next span {
	color: #999;
}

.about-next a {
	color: #666666;
}

.about-next a:hover {
	color: #16528C;
}

/**短文本列表**/
.about-list1 {
	padding: 0.4rem 0;
}

.about-list1 .item {
	height: 0.6rem;
	line-height: 0.6rem;
	padding-right: 1.2rem;
	border-bottom: 1px solid #DBDCDD;
	font-size: 0.18rem;
	color: #343434;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.about-list1 .item:hover {
	color: #1662C7;
}

.about-list1 .item .date {
	position: absolute;
	height: 0.6rem;
	line-height: 0.6rem;
	right: 0;
	top: 0;
	font-size: 0.18rem;
	color: #9A9A9A;
	display: block;
}

/**图片列表**/
.about-list2 {
	padding: 0.2rem 0;
}

.about-list2 .item {
	width: 32%;
	margin-left: 2%;
	float: left;
	margin-top: 0.4rem;
}

.about-list2 .item:nth-child(3n+1) {
	margin-left: 0;
}

.about-list2 .item .cover {
	width: 100%;
	height: 2.05rem;
	overflow: hidden;
}

.about-list2 .item .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.about-list2 .item .name {
	/* width: 100%; */
	padding: 0 0.05rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background: #1662C8;
	font-size: 0.16rem;
	text-align: center;
	transition: all 0.3s;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.about-list2 .item:hover .cover img {
	transform: scale(1.1);
}

.about-list2 .item:hover .name {
	background: #104486;
}

.levelmsg img {
	width: 2.11rem;
}

.levelmsg a:nth-child(2) {
	margin-left: 0.2rem;
}

.levelmsg-head {
	padding: 0.2rem 0;
}

.levelmsg-add {
	background: #2372e5;
	border: 1px solid #2372e5;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-size: 0.12rem;
	height: 0.32rem;
	line-height: 0.3rem;
	margin: 0 0.01rem 0 0;
	padding-left: 0.34rem;
	padding-right: 0.2rem;
	position: relative;
	border-radius: 0.03rem;
}

.levelmsg-add::before {
	content: '';
	position: absolute;
	width: 0.16rem;
	height: 0.16rem;
	background: url(icon-edit.png);
	background-size: 100% 100%;
	left: 0.16rem;
	top: 0.07rem;
}

.levelmsg-add:hover,
.levelmsg-add:active {
	background: rgba(35, 114, 229, 0.9);
	color: #fff;
}

.levelmsg-head .levelmsg-add {
	float: right;
}

.about-levelmsg {
	padding-bottom: 0.2rem;
}

.about-levelmsg .item {
	padding: 0.2rem 0;
	border-bottom: 1px solid #E5E5E5;
}

.about-levelmsg .title {
	color: #222222;
	font-size: 0.16rem;
	line-height: 0.26rem;
	position: relative;
	display: block;
	padding-right: 1rem;
	font-weight: bold;
}

.about-levelmsg .title .add_time {
	position: absolute;
	line-height: 0.26rem;
	font-size: 0.14rem;
	right: 0;
	top: 0;
	color: #999999;
	font-weight: 500;
}

.about-levelmsg .desc {
	color: #666;
	font-size: 0.14rem;
	line-height: 0.22rem;
	margin-top: 0.1rem;
}

.about-levelmsg .reply {
	color: #666;
	font-size: 0.14rem;
	line-height: 0.22rem;
	margin-top: 0.1rem;
}

.about-levelmsg .reply_time {
	color: #666;
	font-size: 0.14rem;
	line-height: 0.22rem;
	margin-top: 0.05rem;
}

.person-box {
	padding: 0.5rem 0.3rem 0 0.3rem;
}

.person-item {
	float: left;
	width: 25%;
	padding: 0 0.22rem;
	height: auto;
	margin-top: 0.2rem;
}

.person-item:nth-child(1),
.person-item:nth-child(2),
.person-item:nth-child(3),
.person-item:nth-child(4) {
	margin-top: 0;
}

.person-item .cover {
	width: 100%;
	height: 1.82rem;
	object-fit: cover;
}

.person-item .tit {
	height: 0.44rem;
	line-height: 0.44rem;
	font-size: 0.16rem;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #333333;
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.news-list {}

.news-list-pt {
	padding-top: 0.7rem;
}

.news-list .li {
	height: 0.32rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.news-list .li .title {
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #333;
	flex: 1;
	position: relative;
	padding-left: 0.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list .li .title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.09rem;
	width: 0.04rem;
	height: 0.04rem;
	border-radius: 50%;
	background: #0456B3;
}

.news-list .li .time {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #666;
	display: inline-block;
	width: 0.88rem;
	text-align: right;
}

.news-list .li:hover .title,
.news-list .li:hover .time {
	color: #16528C;
}

.news-list .li:hover .title::before {
	background: #16528C;
}

.news-list .line {
	width: 100%;
	height: 1px;
	background: #E6E6E6;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}

/** 组织机构图 **/
.org-map-container {
	padding-top: 40px;
	text-align: center;
	width: 100%;
	overflow-x: auto;
}

.org-map-tips {
	margin-top: 0.2rem;
	font-size: 0.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: center;
}

.org-map {
	position: relative;
	height: 580px;
}

.org-btn {
	clear: left;
	float: left;
	text-align: center;
	position: absolute;
}

.org-btn a {
	width: 323px;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	text-align: center;
	background: #0456B3;
	border-radius: 4px;
	color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
	box-shadow: 0px 3px 10px rgba(4, 86, 179, 0.4);
}

.org-btn a[data-layer='2'] {
	padding: 0;
	width: 123px;
}

.org-btn a[data-layer='3'] {
	padding: 15px 15px;
	width: 50px;
	height: 260px;
	line-height: 1.2;
	word-wrap: break-word;
	display: flex;
	align-items: center;
}

.org-btn a:hover {
	background: #0046a8;
}

.org-dialog {
	position: fixed;
	z-index: 99999;
	width: 6.5rem;
	display: none;
	left: 50%;
	top: 50%;
	margin-left: -2.25rem;
}

.org-dialog.show {
	display: block;
}

.org-dialog .box {
	border: 3px solid #BBBAC0;
	background: #fff;
	padding: 0.22rem 0.3rem;
	position: relative;
}

.org-dialog .box .org-close {
	width: 0.42rem;
	height: 0.42rem;
	position: absolute;
	right: -0.2rem;
	top: -0.2rem;
	background: url(icon-close.png);
	background-size: 100% 100%;
	cursor: pointer;
}

.org-dialog .box .org-head {
	display: flex;
	padding-top: 0.1rem;
	padding-bottom: 0.2rem;
}

.org-dialog .box .org-head .org-logo {
	width: 0.95rem;
	height: 1.1rem;
	margin: 0 0.32rem;
}

.org-dialog .box .org-head .org-tits {
	flex: 1;
}

.org-dialog .box .org-head .org-tits .tit {
	font-size: 0.24rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #222222;
	line-height: 1.2;
}

.org-dialog .box .org-head .org-tits .desc,
.org-dialog .box .org-intro .detail {
	font-size: 0.16rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #222222;
	line-height: 1.6;
	padding-top: 0.1rem;
}

.org-dialog .box .org-head .org-tits .desc a,
.org-dialog .box .org-intro .detail a {
	color: #222222;
}

.org-dialog .box .org-intro .detail {
	padding-top: 0.2rem;
}

.org-dialog .box .org-intro .tit {
	width: 100%;
	height: 0.28rem;
	background: #E1E1E1;
	border-radius: 0.04rem;
	line-height: 0.28rem;
	text-align: center;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #222222;
}


.about-download {
	margin-top: 0.5rem;
}

.about-download .head {
	font-size: 0.18rem;
	color: #222222;
}

.about-download .body {
	padding: 0.1rem 0;
}

.about-download .body .li {
	height: 0.32rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about-download .body .li .title {
	font-size: 0.16rem;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #333333;
	flex: 1;
	position: relative;
	padding-left: 0.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.about-download .body .li .title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.09rem;
	width: 0.04rem;
	height: 0.04rem;
	border-radius: 50%;
	background: #A3A3A3;
}

.about-download .body .li .time {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #666;
	display: inline-block;
	width: 0.88rem;
	text-align: right;
}

.about-download .body .li:hover .title,
.about-download .body .li:hover .time {
	color: #16528C;
}

.about-download .body .li:hover .title::before {
	background: #16528C;
}


.about-news2 {
	display: flex;
}

.about-news2:first-child {
	margin-top: 0.14rem;
}

.about-news2+.about-news2 {
	margin-top: 0.2rem;
}

.about-news2 .cover {
	width: 1.44rem;
	height: 1.04rem;
	margin-right: 0.2rem;
}

.about-news2 .cover-video {
	position: relative;
}

.about-news2 .cover-video::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.22rem;
	margin-top: -0.22rem;
	width: 0.44rem;
	height: 0.44rem;
	background: url(video-play.png);
	background-size: 100% 100%;
}

.about-news2 .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-news2 .info {
	flex: 1;
	border-bottom: 1px solid #E6E8EB;
	font-family: Source Han Sans CN;
}

.about-news2 .info .tit {
	font-size: 0.2rem;
	font-weight: bold;
	color: #333333;
	line-height: 1.6;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.about-news2:hover .info .tit {
	color: #0456B3;
}

.about-news2 .info .group-desc {
	display: flex;
	align-items: center;
	margin-top: 0.12rem;
}

.about-news2 .info .desc {
	flex: 1;
	font-size: 0.14rem;
	color: #666;
	line-height: 1.6;
	word-break: break-all;
	height: 0.23rem;
	overflow: hidden;
}

.about-news2 .info .time {
	font-size: 0.14rem;
	color: #5C6266;
	line-height: 1.6;
	margin-left: 0.2rem;
	font-family: DINPro;
}

@media screen and (max-width:900px) {

	.about-banner {
		min-width: auto;
		height: 1.6rem;
	}

	.about-banner img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.about-list1 {
		padding: 0.2rem 0;
	}

	.about-list1 .item {
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.15rem;
		padding-right: 0.8rem;
		border-bottom: 1px solid #f2f2f2;
	}

	.about-list1 .item .date {
		font-size: 0.14rem;
	}

	.about-head {
		padding-top: 0.2rem;
		border: 0;
	}

	.about-head .title {
		font-size: 0.22rem;
		line-height: 0.32rem;
		padding: 0;
	}

	.about-head .sub_title {
		font-size: 0.16rem;
	}

	.about-head .actions {
		padding: 0.2rem 0;
	}

	.about-head .actions .icon-weixin,
	.about-head .actions .icon-qq,
	.about-head .actions .icon-weibo {
		width: 0.28rem;
		height: 0.28rem;
	}

	.weixin-popup {
		left: -0.87rem;
		bottom: 0.36rem;
	}

	.about-head .desc .line {
		height: 0.1rem;
	}

	.about-audio,
	.about-video {
		margin-top: 0.25rem;
	}

	.about-detail .map {
		height: 1.75rem;
	}

	.about-detail table td {
		padding: 0.04rem 0.08rem;
		/* line-height: 1.6; */
		/* font-size: 0.16rem; */
	}

	.about-list2 .item {
		width: 48%;
		margin-left: 4%;
		margin-top: 0.16rem;
	}

	.about-list2 .item .cover {
		width: 100%;
		height: 1.25rem;
		overflow: hidden;
	}

	.about-list2 .item:nth-child(3n+1) {
		margin-left: 4%;
	}

	.about-list2 .item:nth-child(2n+1) {
		margin-left: 0;
	}

	.about-list2 .item .name {
		height: 0.32rem;
		line-height: 0.32rem;
		font-size: 0.14rem;
	}

	.levelmsg img {
		width: 48%;
	}

	.levelmsg a:nth-child(2) {
		margin-left: 2.7%;
	}

	.about-levelmsg .title {
		padding-right: 0;
	}

	.about-levelmsg .title .add_time {
		position: static;
		display: block;
	}

	.news-list-pt {
		padding-top: 0.2rem;
	}

	.news-list .li {
		height: 0.28rem;
	}

	.news-list .li .title {
		font-size: 0.13rem;
		padding-left: 0.04rem;
	}

	.news-list .li .title::before {
		top: 0.08rem;
		width: 0.02rem;
		height: 0.02rem;
	}

	.news-list .li .time {
		font-size: 0.12rem;
		width: 0.76rem;
	}

	.news-list .line {
		margin-top: 0.1rem;
		margin-bottom: 0.1rem;
	}


	.person-box {
		padding: 0.2rem 0 0 0;
	}


	.person-item {
		float: left;
		width: 33.333%;
		padding: 0 0.05rem;
		margin-top: 0.1rem;
	}

	.person-item:nth-child(1),
	.person-item:nth-child(2),
	.person-item:nth-child(3) {
		margin-top: 0;
	}

	.person-item:nth-child(4) {
		margin-top: 0.1rem;
	}

	.person-item .cover {
		height: 1.36rem;
	}

	.person-item .tit {
		height: 0.32rem;
		line-height: 0.32rem;
		font-size: 0.13rem;
	}


	.about-next {
		font-size: 0.14rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #666666;
		line-height: 0.3rem;
		padding-top: 0.2rem;
		padding-bottom: 0;
	}

	.about-next a {
		width: 100%;
		display: block;
	}

	.org-map-tips {
		margin-top: 0;
		font-size: 0.15rem;
	}

	.org-dialog {
		width: 3.5rem;
		margin-left: -1.75rem;
	}

	.org-dialog.show {
		display: block;
	}

	.org-dialog .box {
		border: 2px solid #BBBAC0;
		padding: 0.12rem 0.12rem;
	}

	.org-dialog .box .org-close {
		width: 0.26rem;
		height: 0.25rem;
		position: absolute;
		right: -0.06rem;
		top: -0.06rem;
		background: url(icon-close.png);
		background-size: 100% 100%;
		cursor: pointer;
	}

	.org-dialog .box .org-head {
		display: flex;
		padding-top: 0.05rem;
		padding-bottom: 0.1rem;
	}

	.org-dialog .box .org-head .org-logo {
		display: none;
	}

	.org-dialog .box .org-head .org-tits .tit {
		font-size: 0.18rem;
	}

	.org-dialog .box .org-head .org-tits .desc,
	.org-dialog .box .org-intro .detail {
		font-size: 0.14rem;
		line-height: 1.6;
		padding-top: 0.05rem;
	}

	.org-dialog .box .org-intro .detail {
		padding-top: 0.1rem;
	}

	.org-dialog .box .org-intro .tit {
		width: 100%;
		height: 0.28rem;
		background: #E1E1E1;
		border-radius: 0.04rem;
		line-height: 0.28rem;
		text-align: center;
		font-size: 0.14rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #222222;
	}

	.about-download .body .li {
		height: 0.24rem;
	}

	.about-download .body .li .title {
		font-size: 0.13rem;
	}

	.about-download .body .li .title::before {
		top: 0.08rem;
		width: 0.02rem;
		height: 0.02rem;
	}

	.about-download .body .li .time {
		font-size: 0.12rem;
		width: 0.76rem;
	}

	.about-news2+.about-news2 {
		margin-top: 0.15rem;
	}

	.about-news2 .cover {
		width: 0.82rem;
		height: 0.62rem;
		margin-right: 0.12rem;
	}

	.about-news2 .cover-video::after {
		margin-left: -0.15rem;
		margin-top: -0.15rem;
		width: 0.3rem;
		height: 0.3rem;
	}

	.about-news2 .info {
		padding-bottom: 0.15rem;
	}

	.about-news2 .info .tit {
		font-size: 0.15rem;
		font-weight: 500;
		color: #333333;
		line-height: 1.2;
		word-break: break-all;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		white-space: normal;
	}

	.about-news2 .info .group-desc {
		display: flex;
		align-items: center;
		margin-top: 0.06rem;
	}

	.about-news2 .info .desc {
		display: none;
	}

	.about-news2 .info .time {
		font-size: 0.12rem;
		color: #999;
		line-height: 1.6;
		margin-left: 0;
		flex: 1;
		/* text-align: right; */
	}
}
