.news-row .news-title{
	width: 100%;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	font-size: 14px;
	color:#d9b765;
	font-weight: 600;
}
.news-row .news-text{
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
	font-size: 12px;
	color:#999;
	margin-top: 5px;
}
.news-row .news-date{
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: right;
	font-size: 12px;
	color:#999;
	transform: scale(0.85);
	position: relative;
	top:5px;
	/*right: -10px;*/
}
.news-border{
	border-bottom:2px solid #f6f6f6;
}
.news-border:first-child{
	border-color: #d9b765;
}
.news-page{
	text-align: center;
	font-size: 12px !important;
}
.color-red{
	color:#d9b765;
	font-weight: bold;
}

