	.mui-content .nTop {
		background: #F5F5F5;
	}
	
	.mui-content .nTop {
		padding: 14px 0;
	}
	
	.mui-content .nTop .title_h5 {
		text-align: center;
	}
	
	.mui-content .nTop .title_h5 a {
		color: #787878;
		font-size: 18px;
		text-align: center;
		letter-spacing: 1px;
	}
	
	.mui-content .nContent {
		padding-top: 2px;
		padding-bottom: 20px;
	}
	
	#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: dotted 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: #59ab2d;
		font-size: 20px;
		border: solid 1px #F1F1F1;
		border-radius: 50%;
	}
	
	.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%;
		
	}
	
	.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
	}