.new {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 5px 0;
	padding-right: 15px;
	border-right: 3px solid #4178be;
	position: relative;
}

.new:hover {
	text-decoration: none;
	background: #f1f1f1;
}

.new time {
	/*position: absolute;
	top: 25px;
	left: 15px;*/
	float: left;
	margin-top: 18px;
	
	background: #4178be;
	padding: 2px 10px;
	color: #fff;
	border-radius: 50px;
}

h1, h2, h3 {
	font-weight: normal;
	color: #004985;
	margin: 16px 0;
}