.banner {
	height: 400px;
	background: url(../img/newsDetail_slices/newsDetail.jpg) no-repeat center;
	
}
.location-big{
	background-color: #f9f9f9;
	height: 48px;
}
.location{
	width: 1200px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #333333;
	margin: 0 auto;
}

.n-title{
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top: 54px;
}
.time{
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-top: 23px;
}
.content{
	max-width: 1200px;
	margin: 30px auto auto auto;
	font-size: 14px;
	color: #333333;
	line-height: 32px;
	border-top: 1px solid #EDEDED;
	padding: 30px 15px;
}
.prev{
	float: left;
	font-size: 14px;
	color: #999999;
}
.next{
	float: right;
	font-size: 14px;
	color: #999999;
}
.PandN{
	max-width: 1200px;
	margin: 32px auto 89px auto;
}
.prev:hover,.next:hover{
	color: #00E7D2;
}
