.newsDetails {
	width: 1100px;
	background: inherit;
	background-color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(204, 204, 204, 1);
	border-radius: 0px;
	margin: 0 auto;
	padding: 50px 60px 65px;
	min-height: 803px;
}
.newsDetails .newHeadline{
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.newsDetails .newHeadline h1{
	font-family: '微软雅黑';
	    font-weight: 400;
	    font-style: normal;
	    font-size: 28px;
		color: #333333;
		    text-align: center;
		    line-height: normal;
}
.newsDetails .newHeadline p	{	    
		text-align: center;
		line-height: 35px;
		margin-top: 55px;
}
.newsDetails .newHeadline p span{
	font-family: '宋体 常规', '宋体';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #333333;
}
.newsDetails .newsContent{
	padding-top: 30px;
	font-size: 16px;
	font-family: 宋体;
	text-indent:2em;
	line-height: 2em;
}
.newsDetails .newsContent p{
	font-family: "宋体";
	font-size: 16px;
	line-height: 2em;
	text-indent: 2em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
body{position: relative}
.goBack {
	/*display: none;*/
	position: fixed;
	bottom: 50px;
	right: 15%;
	width: 38px;
	height: 38px;
	background: url("/views/portal/custom/metal/img/backTop.png") no-repeat;
	background-size: 38px 38px;
}