hr.style8 {
	opacity: 0.5;
	content: '';
	display: block;
	border-top: 5px solid grey;
	border-bottom: 0.1px solid #fff;
}
.newDescription {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
	max-height: 4.65em;
	line-height: 1.6em;
	margin-top: 15px;
	max-width: 100%;
	font-size: 14px;
	color: #808087;
	font-weight:bold
}