/* viewnews */
#wrapper3 .app .banner {
	width: 100%;
	position: relative;
	line-height: 0;
}

#wrapper3 .app .banner img {
	aspect-ratio: 1920 / 283;
}

#wrapper3 .app .banner-h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	width: 100%;
}

#wrapper,
html {
	overflow: visible;
}

#wrapper3 .content {
	width: 1400px;
	margin: auto;
	min-height: 70vh;
	padding-top: 70px;
	padding-bottom: 57px;
}

.content-view a {
	text-decoration: underline;
	color: #008068;
}

#wrapper3 .content-view img {
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
	margin: 20px 0;
}

#wrapper3 .content-view p,
#wrapper3 .content-view h1,
#wrapper3 .content-view h2,
#wrapper3 .content-view h3,
#wrapper3 .content-view h4,
#wrapper3 .content-view h5,
#wrapper3 .content-view span,
#wrapper3 .content-view a {
	font-family: 'Montserrat' !important;
}

#wrapper3 .content h3 {
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	line-height: 40px;
	font-family: 'Montserrat';
}

#wrapper3 .c-time {
	margin-top: 24px;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #727272;
	line-height: 16px;
	font-family: 'Montserrat';
}

#wrapper3 .fenxiang {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
}

#wrapper3 .fenxiang-img span {
	margin-left: 21px;
	line-height: 26px;
	font-weight: bold;
	font-size: 21px;
	color: #000000;
	font-family: 'Montserrat';
}

#wrapper3 .fenxiang-img {
	display: flex;
	align-items: center;
}

#wrapper3 .fenxiang-img img {
	margin-left: 21px;
	cursor: pointer;
	transition: all 0.3s;
	width: 25px;
	height: 25px;
}

#wrapper3 .fenxiang-img img:hover {
	transform: scale(1.1);
}

#wrapper3 .fenxiang-x {
	width: 100%;
	background: #707070;
	border: 1px solid #707070;
	margin-bottom: 30px;
}

#wrapper3 .content p,
#wrapper3 .content span {
	white-space: pre-wrap !important;
}

#wrapper3 .news-content {
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 100%;
}

#wrapper3 .content-view {
	width: 936px;
}

#wrapper3 .content-po {
	height: 586px;
	border-radius: 16px 16px 16px 16px;
	width: 424px;
	position: sticky;
	top: 50px;
}

#wrapper3 .content-view-share {
	padding: 32px 30px 0 30px;
	background: #F5F5F7;
	height: 100%;
	border-radius: 16px 16px 16px 16px;
	width: 100%;
}

#wrapper3 .content-view-share h5 {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	line-height: 26px;
	margin-bottom: 26px;
}

#wrapper3 .share-item a {
	display: flex;
	margin-bottom: 20px;
}

#wrapper3 .share-item-img {
	width: 118px;
	height: 102px;
	margin-right: 14px;
}

#wrapper3 .share-item a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

#wrapper3 .share-item .share-desc {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 232px;
}

#wrapper3 .share-item .share-desc h6 {
	width: 232px;
	height: 41px;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	overflow: hidden;
	font-family: 'Montserrat';
}

#wrapper3 .share-item .share-desc span {
	width: 77px;
	height: 19px;
	font-weight: 400;
	font-size: 14px;
	color: #008068;
	font-family: 'Montserrat';
}

@media (max-width: 1440px) {

	#wrapper,
	html {
		overflow: auto;
	}

	#wrapper3 .content {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
	}

	#wrapper3 .share-item-img {
		width: 100%;
		height: auto;
	}

	#wrapper3 .share-item a {
		flex-direction: column;
	}

	#wrapper3 .share-item .share-desc h6 {
		margin-bottom: 10px;
		margin-top: 5px;
	}

	#wrapper3 .content-view-share {
		height: 100%;
		padding-bottom: 20px
	}

	#wrapper3 .content-view {
		width: 66%;
	}

	#wrapper3 .content-po {
		width: 30%;
		height: 100%;
	}
}

@media (max-width:1000px) {
	#wrapper3 .banner img {
		min-height: 60vh;
		object-fit: cover;
		aspect-ratio: auto !important;
	}

	#wrapper3 .content {
		width: 95%;
		padding-left: 0;
		padding-right: 0;
	}

	#wrapper3 .content h3 {
		font-size: 20px;
		line-height: 22px;
	}

	#wrapper3 .content-po {
		width: 100%;
		height: 100%;
	}

	#wrapper3 .c-time,
	#wrapper3 .fenxiang-img span {
		font-size: 15px;
		margin-left: 6px;
	}

	#wrapper3 .fenxiang-img img {
		margin-left: 7px;
		width: 25px;
		height: 25px;
	}

	#wrapper3 .fenxiang {
		margin-bottom: 0px;
	}

	#wrapper3 .news-content {
		flex-direction: column;
	}

	#wrapper3 .content-view {
		width: 100%;
	}

	#wrapper3 .content-view-share {
		width: 100%;
	}

	#wrapper3 .content-view-share h5 {
		font-size: 18px;
		line-height: 20px;
	}

	#wrapper3 .share-item .share-desc,
	#wrapper3 .share-item .share-desc h6 {
		width: 100%;
	}
}