.NewsDetail{
	padding: 60px 0;
}
.NewsDetail .NewsDetail-top {
	margin-bottom: 30px;
}
.NewsDetail .NewsDetail-top h3{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}
.NewsDetail .NewsDetail-top .tiem{
	font-size: 12px;
	color: #999999;
}
.Rich-text p{
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
}
.Rich-text img{
	width: 100%;
	margin-bottom: 20px;
}
.Pagedown{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
}
.Pagedown-left {
	display: flex;
	flex-direction: column;
}
.Pagedown-left a{
	margin-bottom: 10px;
	font-size: 16px;
	color: #666666
}
.Pagedown-left a:hover{
	color: #184E8E;
}
.Pagedown-boot{
	width: 100px;
	height: 39px;
	background: #184E8E;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 39px;
	cursor: pointer;
}
.aaa{
	margin-bottom: 20px;
	cursor: pointer;
}
.aaa a ,.aaa span {
	font-size: 16px;
}
	@media screen and (max-width: 1280px) {
		.Pagedown-left a{
			
			font-size: 14px;
			
		}
	}
	@media screen and (max-width: 768px) {
		.NewsDetail .NewsDetail-top {
		    margin-bottom: 20px;
		}
		.NewsDetail {
		    padding: 20px 0;
		}
		.Rich-text img {
		    width: 100%;
		    margin-bottom: 10px;
		}
		.aaa a ,.aaa span {
			font-size: 14px;
		}
	}