
h1 {
	margin-bottom:29px;
}


.news_box {
	position: relative;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 1.6;
}
.news_box .list {
	position: absolute;
	right: 0;
	top: 0;
}

.news a {
	display: block;
	padding: 5px 0;
	text-decoration: none !important;
	color: #000 !important;
}
.news a:after {
	content: ""; display: table; clear: both;
}
.news a .date {
	float: left;
}
.news a .title {
	display: block;
	margin-left: 8em;
	font-weight: bold;
	color: #0082ff;
}
.news a:hover .title {
	text-decoration: underline;
}

@media screen and (max-width: 768px){
	.news a .date {
		float: none;
	}
	.news a .title {
		margin-left: 0;
	}
}
