* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#navigation .navigation .navigationList .navigationItem a:nth-child(6) p{
	color: #4386DB !important;
}
.content {
	min-width: 1200px;
}
.newsDetail{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.newsCenterTitle{
	width: 1200px;
	height: 70px;
}
.newsCenterTitle p:nth-child(1){
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	text-align: center;
}
.newsCenterTitle p:nth-child(2){
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: right;
}
.newsContent{
	border-top: 1px solid rgba(51,51,51,0.2);
	border-bottom: 1px solid rgba(51,51,51,0.2);
	padding: 30px 0;
}
.newsContent p{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
	text-indent: 20px;
	margin-bottom: 20px;
}
.newsContent img{
	/*display: block;*/
	margin: 0 auto;
}
.newsDetail .page{
	display: flex;
	align-items: center;
	width: 1200px;
	height: 100px;
}
.newsDetail .page .prev{
	display: flex;
	width: 50%;
}
.newsDetail .page .next{
	display: flex;
	width: 50%;
	justify-content: flex-end;
}
.newsDetail .page p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.newsDetail .page a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #164D91 ;
}