.nContent {
	padding-top: 12px;
	padding-bottom: 20px;
	width: 100%;
	margin: 0 AUTO;
}

#new-title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #454545;
	letter-spacing: 1px;
}

#new-time {
	font-size: 11px;
	text-align: center;
	width: 100%;
	margin: 2px auto 8px;
	color: #BFBFBF;
	letter-spacing: 0px;
}

#new-content {
	padding-bottom: 12px;
}

#new-content img {
	max-width: 100%;
}

#next-pre-news {
	border: none;
	border-top: solid 1px #EFEFEF;
	padding-top: 15px;
}

.npNews {
	width: 110px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 auto;
	text-align: center;
}

.npNews a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #F1F1F1;
	text-align: center;
	color: #000000;
	font-size: 20px;
	border: solid 1px #F1F1F1;
	border-radius: 50%;
	/*outline: solid 1px #6b9b9f;
				outline-offset: 1px;*/
}

.npNews a.nodata {
	background: #F1F1F1;
	color: #CFCFCF;
	border: solid 1px #F1F1F1;
}


/**********/

.mui-content-padded.neiTitle {
	height: 25px;
	line-height: 28px;
	font-size: 24px;
	color: #1F1F1F;
	letter-spacing: 1px;
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 5px 2%;
	display: none;
}

.mui-content-padded.neiTitle {}

.mui-content-padded.neiTitle a {
	float: right;
	font-size: 12px;
	color: #343434;
	background: #FAFAFA;
	border: solid 0px #343434;
	padding: 0 6px;
	line-height: 25px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: inline;
	box-shadow: 1px 1px 2px #ABABAB;
}

.mui-content-padded.neiTitle a span {
	font-size: 20px;
	position: relative;
	top: 0px
}