.content {
	display:table;
}

.news-box .news-img {
	width:auto;
	float:left;
	height:auto;
}

.news-box .news-text {
	display:table;
	width:auto;
	padding-left:5%;
}

.news-box .news-text .data {
	margin-bottom:20px;
}

.news-box .news-text .data:after {
	content:"";
	display:block;
	height:1px;
	background:#000;
	width:40%;
}

.news-box .news-text .data p {
	font-weight:bold;
}

.news-box .news-text p {
	font-size:20px;
	line-height:30px;
}

.news-buttons {
	width:100%;
	float:left;
	margin:40px 0 20px 0;
}

.news-buttons a {
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	background:#259002;
	border:3px solid #259002;
	padding:10px 40px;
	display:inline-block;
	transition:all 0.3s ease;
}

.news-buttons a:hover {
	background:rgba(255, 255, 255, 0.3);
	color:#000;
}

.news-buttons .news-nav {
	float:right;
}

.news-buttons .news-nav a {
	width:160px;
	padding:10px 0px;
	text-align:center;
}