@charset "utf-8";

.news_dl {
	margin: 10px 0;
}
.news_dl dt {
	position: relative;
	clear: both;
	float: left;
	width: 10em;
	font-weight: bold;
}
.news_dl dt::after {
	content: '：';
	position: absolute;
	top: 0;
	right: 0.5em;
	font-weight: normal;
}
.news_dl dd {
	margin-bottom: 5px;
	overflow: hidden;
}

