
#page {
	margin: auto;
	max-width: 1170px;
	padding: 0 20px;
}

.news-content {
	font-size: 12pt;
	margin: 10px 0;
}
.news-date {
	color: gray;
	font-size: 10pt;
	margin: 5px 0;
}



/* begin style news */
.news-item {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: 25px;
	font-size: 13px;
	line-height: 16px;
}
.news-item h3 {
	order: 0;
	font-size: 18px;
	line-height: 14px;
	color: #555;
	margin: 0;
	padding: 0;
	background: none;
}
.news-item time {
	order: 1;
	margin: 10px 0;
	padding: 0;
	font-size: 11px;
	color: #919191;
}
.news-item time * {
	margin: 0 3px;
	font-weight: 400;
	font-style: normal;
}
.news-item p {
	order: 2;
	margin: 0;
}
.news-item a {
	text-decoration: underline;
}