.news-detail-wrap div:first-child {
	width: 50%;
	margin: 0 auto;
}

.news-detail-wrap div:first-child p {
	border-left: 4px solid #ffe30a;
	border-right: 3px solid #ffe30a;
	padding: 10px;
}

.news-detail-wrap center strong {
	border-bottom: 5px solid #ffe30a;
}

.news-detail-wrap center:not(:first-of-type) strong {
	border-bottom: none;
}

.news-detail-wrap center>strong>section {
	display: inline-block;
	background: none rgb(255, 227, 10);
	border-radius: 6px;
	padding: 3px 7px;
	font-weight: bold;
	color: rgb(10, 9, 0);
}