	.new {
		clear: both;
		display: block;
		width: 100%;
		height: 100px;
		margin: 0 0 20px;
		padding: 18px 0;
		background: #EFEFEF;
		color: #2F2F2F;
	}
	
	.new:nth-of-type(odd) {
		background: #f5f5f5;
	}
	
	.new:nth-of-type(even) {
		background: #FFFFFF;
	}
	
	.new:hover {
		background: #fff0f0;
	}
	
	.new:hover .ninfo .nbrief {
		color: #da251c;
	}
	
	.new .ndate {
		float: left;
		width: 130px;
	}
	
	.new .ndate span {
		font-size: 57px;
		text-align: center;
		display: block;
	}
	
	.new .ndate div {
		font-size: 20px;
		text-align: center;
	}
	
	.new .ninfo {
		float: right;
		width: 1000px;
		letter-spacing: 1px;
		padding-right: 40px;
	}
	
	.new .ninfo .ntitle {
		width: 100%;
		height: 40px;
		font-size: 22px;
		line-height: 40px;
		position: relative;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.new .ninfo .nbrief {
		width: 100%;
		height: 44px;
		font-size: 14px;
		line-height: 22px;
		margin-top: 4px;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		color: #5F5F5F;
	}