
.new_title{
    margin-top: 50px;
	text-align: center;
}
.new_title p{
	font-size: 16px;
	margin-top: 20px;
}
.new_text{
	font-size: 18px;
	width: 70%;
	margin: 20px auto;
	line-height: 28px;
}
.nextnew{
	margin-left: 5%;
	float: left;
	margin-top: 10px;
	display: block;
	width: 90%;
}
.gotop {
	background-image: url(../img/iconfont-fanhuidingbu.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px;
	height: 50px;
	width: 50px;
	position: fixed;
	right: 8%;
	bottom: 50px;
	z-index: 9999;
	cursor: pointer;
}