
	/****/
	
	.newsDisplay {
		width: 98%;
		margin: -10px auto 0;
	}
	
	.newsDisplay .new {
		width: 100%;
		margin: 10px auto 0;
		border-top: dotted 1px #DFDFDF;
		height: 90px;
		background: #FFFFFF;
		padding-top: 10px;
	}
	
	.newsDisplay .new .left {
		float: left;
		width: 30%;
		background: #FFFFFF;
		height: 80px;
	}
	
	.newsDisplay .new .left img {
		width: 100%;
		height: 80px;
	}
	
	.newsDisplay .new .right {
		float: right;
		width: 68%;
		height: 80px;
	}
	
	.newsDisplay .new .right .nTitle {
		width: 100%;
		color: #232323;
		font-size: 15px;
		height: 24px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 22px;
	}
	
	.newsDisplay .new .right .nBrief {
		width: 100%;
		color: #a1a1a1;
		font-size: 12px;
		height: 36px;
		line-height: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
	.newsDisplay .new .right .nDate {
		width: 100%;
		height: 20px;
		font-size: 12px;
		color: #a1a1a1;
		line-height: 12px;
		text-align: right;
	}
	
	.newsDisplay .new .right .nDate span {
		position: relative;
		top: 1px
	}
	
	.newsDisplay .new .right .nDate img {
		width: 15px;
		height: 15px;
		position: relative;
		top: 4px;
	}