@charset "utf-8";
/* CSS Document */

#sec_news {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#sec_news li {
	margin: 0 14px;
	border-top: #ebebeb solid 1px;
}
#sec_news li:nth-of-type(1) {
	border-top: none;
}

.news_head {
	padding: 6px 17px 10px 0;
	position: relative;
}
.news_head:after {
	width: 7px;
	height: 8px;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 0;
	background-size: 7px 8px;
	background-image: url(../../common/img/icon_arrow_down.png);
}
.news_head.open:after {
	background-image: url(../../common/img/icon_arrow_up.png);
}
.news_title {
	color: #645d5b;
	font-size: 12px;
	line-height: 1.5;
}
.news_date {
	font-size: 12px;
	line-height: 1;
	color: #909090;
	margin: 2px 0 0;
}

.detail_wrap {
	overflow: hidden;
	height: 0;
	-webkit-transition: height 0.2s linear;
	display: none;
}
.news_detail {
	color: #645d5b;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 15px;
	padding: 9px;
	background-color: #f1f1f1;
	display: none;
}
.show {
	display: block;
}
.news_detail ul {
	text-align: right;
	margin: 7px 0 0;
	font-size: 0;
}
#sec_news .news_detail li {
	display: inline-block;
	margin: 0 0 0 10px;
	border: none;
	vertical-align: middle;
}


a {
	color: #0074af;
}
.newsAtt {
	color:#F00;
}
