.banner {
	width: 100%;
	background-color: #0E1843;
}


.Whole{
	padding-top: 100px;
}

.navBox{
	font-size: 16px;
	margin: 20px 0px 30px 0px;
}

.sup{
	color: #32383e;
	font-size: 16px;
	line-height: 1.5
}

.item{
	color: #999;
	font-size: 16px;
	line-height: 1.5;
}


.newsTitle{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	line-height: 1.5;
}

.newsText{
	font-size: 20px;
	color: #333333;
}

.newsContent{
	margin-top: 30px;
	line-height: 1.5;
	padding-bottom: 100px;
}

.newsImg{
	width: 100%;
	display: block;
	margin-top: 20px;
}












@media screen and (max-width:1200px) {
	.Whole{
		padding-top: 1rem;
	}
	
	.navBox{
		font-size: 0.16rem;
		margin: 0.2rem 0rem 0.3rem 0rem;
	}
	
	.sup{
		color: #32383e;
		font-size: 0.16rem;
		line-height: 1.5
	}
	
	.item{
		color: #999;
		font-size: 0.16rem;
		line-height: 1.5;
	}
	
	
	.newsTitle{
		text-align: center;
		font-size: 0.3rem;
		font-weight: bold;
		color: #333333;
		margin-top: 0.2rem;
		line-height: 1.5;
	}
	
	.newsText{
		font-size: 0.2rem;
		color: #333333;
	}
	
	.newsContent{
		margin-top: 0.3rem;
		line-height: 1.5;
		padding-bottom: 1rem;
	}
	
	.newsImg{
		width: 100%;
		display: block;
		margin-top: 0.2rem;
	}
	
}