.news-title{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
	line-height: 1.2;
}
.news-details{
	color: #888;
	font-size: 12px;
}
.news-content{
	margin-top: 10px;
}
.goback{
	display: block;
	width: 30%;
	margin: 20px auto;
	background-color: #d9b765;
	color:#fff;
	text-align: center;
	padding: 5px 10px;
}
.goback:hover{
	color: #fff;
}