@import "init.css";
@import "header-footer.css";
@import "banner.css";
.news-detail-panel h3.tips{
	font-size: 30px;
	color: #262626;
	line-height: 36px;
	text-align: center;
	margin-bottom: 35px;
}
.news-detail-panel .news-date{
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 85px;
	
}
.news-detail-panel .memo{
	font-size: 16px;
	color: #727272;
	line-height: 36px;
	margin-bottom: 120px;
}
.news-detail-btn-panel{
	margin-bottom: 90px;
}
.news-detail-btn-panel a{
	display: inline-block;
	min-width: 102px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 18px;
	color: #727272;
	font-size: 12px;
	border: 1px solid #b4b4b4;
	padding:0 15px
}
.news-detail-btn-panel a:hover{
	background: #ca8d24;
	border: 1px solid #ca8d24;
	color: #FFFFFF;
}
.news-detail-btn-panel a.btn-next{
	float: right;
}
