@charset "utf-8";

div.news {
	margin: 5em auto;
	border-top: 10px solid #4f4d9e;
	border-bottom: 10px solid #4f4d9e;
}

div.news dl {}

div.news .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

div.news dl .flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1em;
	border-bottom: 2px dotted #4f4d9e;
}

div.news dl dt {
	width: 5em;
}

div.news dl dd {
	width: calc(100% - 7em);
	text-align: left;
}

div.news .tar {
	margin: 1em auto;
	text-align: right;
}

div.news h2.title {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #4f4d9e;
	padding: 0 0 0.5em;
}

div.news .open_box h2 {
	font-size: 18px;
}

div.news .news_box {
	border-bottom: 1px solid #4f4d9e;
}

div.news .open_box {
	border-bottom: 1px solid #4f4d9e;
}

div.news .open_box .flex {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding: 1em;
	cursor: pointer;
	transition-duration: 0.3s;
}

div.news .open_box.active .flex,
div.news .open_box .flex:hover {
	color: #fff;
	background: #16137c80;
}

div.news .open_box .flex span {
	margin: 0 1.5em 0 0;
}

div.news .content_box {
	display: none;
	padding: 1em;
}

div.news .content_box img {
	max-width: 30%;
	vertical-align: top;
	margin: 1em auto;
}