#topnews dl > div {
	display: flex;
	flex-flow: row nowrap;
	padding: 0 10px 5px;
}
#topnews dl > div > dt {
	flex: 0 0 auto;
	padding-right: .5em;
	white-space: nowrap;
	color: #86c102;
}
#topnews dl > div > dd { flex: 1 1 auto; }

#topnews .in_more { text-align: right; }
#topnews .in_more a {
	display: inline-block;
	padding: 5px 2em;
	border: 1px solid #dce1d5;
	cursor: pointer;
}
#topnews .in_more a:hover { animation: newsmore .5s; }
@keyframes newsmore {
	0% { background: #fff; }
	10% { background: #f2a310; }
	100% { background: #fff; }
}

