.NewsDetailsContent{
	padding: 51px 0;
	min-width: 1220px;
	height: auto;
	background: #eee;
}
.NewsDetailsBox{
	position: relative;
	padding-bottom: 38px;
	margin:0 auto;
	width: 975px;
	height: auto;
	min-height: 235px;
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(218, 218, 218, 0.494);
}
.NewsDetailsTitle{
margin: 0 auto;
    width: 754px;
    /* height: 91px; */
    border-bottom: 1px solid #eee;
    font-size: 20px;
    color: #2d2d2d;
    line-height: 30px;
    padding: 30px 0;
    text-align: center;
}
.NewsDetailsSubheading{
	margin:0 auto 20px;
	width: 754px;
	height: 39px;
	border-bottom:1px solid #eee;
	font-size: 14px;
	color:#9d9d9d;
	line-height: 39px;
	text-align: center;
}
.NewsDetailsSubheading>span{
	padding: 0 30px;
}
.NewsDetailsBox>.Content{
	margin:0 auto;
	width: 754px;
	height: auto;
	font-size: 14px;
	color: #767676;
	line-height: 28px;
	text-indent: 2em;
}
.AuthorName{
	margin:0 auto;
	width: 754px;
	height: 28px;
	text-align: right;
	font-size: 14px;
	color: #767676;
	line-height: 28px;
}
.NewsPic{
	margin:20px auto 0;
	display: block;
	width: 700px;
	height: 466px;
}
.NewsPicHead{
	margin:0 auto;
	width: 754px;
	height: 46px;
	font-size: 14px;
	color: #767676;
	line-height: 46px;
	text-align: center;
}
