.news_latest {
	
}
.news_latest__meta {
	margin-bottom: 1rem;
	display: flex;
	font-size: var(--md);
	color: var(--color2);
}
.news_latest__hl {
	margin-bottom: 0.7rem;
	max-width: 35rem;
	line-height: 120%;
}
.news_latest figure {
	margin-bottom: calc( var(--vspace1) * 0.7 );
}
.news_latest__date {
	margin-bottom: 0rem;
	
}
.news_latest__author {
	margin-left: 0.7rem;
	position: relative;
	padding-left: 0.7rem;
}
.news_latest__author:before {
	content: '';
	position: absolute;
	display: block;
	left: 0rem;
	top: 0.2rem;
	bottom: 0.1rem;
	width: 1px;
	background-color: var(--color2);
}
.news_latest__text {
	max-width: 40rem;
	margin-bottom: calc( var(--vspace1) / 2 );
}
.news_latest__text p {
	
}
.news_latest__text p:last-of-type {
	margin-bottom: 0rem;
	
}
