body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: #fff;
}

.banner {
	position: relative;
	width: 100%;
	height: 3.68rem;
	background: url(../../img/news/banner.png) no-repeat top;
	background-size: cover;
}

.content {
	min-height: 2.8rem;
}

.content>h3 {
	margin: .4rem 0 .5rem;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: .27rem;
	color: #333;
}

.content .nav {
	display: flex;
	justify-content: space-between;
	margin: 0 auto .5rem;
	padding-bottom: .15rem;
	border-bottom: 3px solid #edeff2;
	width: 9.55rem;
}

.content .nav span,
.content .nav p {
	font-size: .12rem;
	color: #999;
}

.content .text {
	margin: 0 auto;
	width: 9.55rem;
	font-size: .16rem;
}

.content .text img,
.content .text table {
	max-width: 100% !important;
}

.content .text iframe {
	width: 100%;
	height: 7rem;
}

.news-bg {
	margin-top: -9.98rem;
	width: 100%;
	height: 10.87rem;
	background: url(../../img/news/news-bg.png) no-repeat top;
	background-size: cover;
}