	#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: 12px;
		text-align: center;
		width: 100%;
		margin: 2px auto 8px;
		color: #AFAFAF;
		letter-spacing: 0px;
	}
	
	.hr-line {
		height: 1px;
		border: none;
		background: #EFEFEF;
		margin-top: 20px;
	}
	/*#new-content {
		padding-bottom: 20px;
		border-bottom: dotted 1px #EFEFEF;
	}*/
	
	#new-content img {
		max-width: 100%;
	}
	/***********/
	
	#next-pre-news {
		border: none;
		margin-top: 20px;
	}
	
	.npNews {
		width: 250px;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		margin: 0 auto;
	}
	
	.npNews a {
		display: inline-block;
		width: 120px;
		background: #EFEFEF;
		text-align: center;
		padding: 6px 0;
		color: #3F3F3F;
		font-size: 14px;
		
	}
	
	.npNews a span {
		font-size: 20px;
	}
	
	.npNews a:first-child {
		/*border-right: solid 1px #b62721;*/
		width: 128px;
	}
	
	.npNews a.nodata {
		color: #ABABAB;
	}
	/*.arrowSpan{
		animation: ymove 2s infinite;
		
	}
	@keyframes  ymove{
		from{margin-left: 0;}
		to{margin-left: 75px;}
	}*/
	/**************/
	
	.readmore {
		display: block;
		width: 100%;
		text-align: center;
		color: #5F5F5F;
		font-size: 14px;
		padding: 5px 0;
	}
	
	.readmore span {
		color: #d0a30c;
		font-size: 20px;
	}
	
	.readmore0 {
		padding-top: 50px;
		margin-top: -45px;
		position: relative;
		background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
		background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
		background: linear-gradient(top, rgba(255, 255, 255, 0), #fff);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#ffffff, GradientType=0);
	}
	/*******readmore*******/