
.news .content-inner{
	margin-top: 60px;
}
.news dl{
	font-size: 0;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dedede;
	margin-top: 25px;
}
.news a:first-child dl{
	margin-top: 0;
}
.news dt, .news dd{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
}
.news dt{
	margin-right: 40px;
	width: 10%;
	min-width: 110px;
}
.news dd{
	width: 85%;
}

.detail .date, .detail .signature{
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	font-weight: 500;
	margin-top: 20px;
	letter-spacing: 1px;
}
.detail .signature{
	margin-top: 0px;
}
.detail .title{
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	margin-top: 46px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #e8e8e8;
}
