@charset "utf-8";
/* CSS Document */


.news-detail-section {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	.news-detail-section {
		margin-top: 10px;
		margin-bottom: 0px;
	}

}

.news-detail-content {
	float: left;
	width: 100%;
}

.news-detail-top {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e3e1e1;
}
.news-detail-top .title {
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 2.3em;
	line-height: 1.4;
	color: #000;
	text-align: center;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	.news-detail-top .title {
		font-size: 1.6em;
		margin-top: 10px;
	}

}

.news-detail-top .date {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 20px;
	float: left;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.4;
	color: #647d93;
	text-align: center;
}

.news-detail-bottom {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 250px;
}

.item-right .more {
	appearance: none;
	backface-visibility: hidden;
	background-color: #5c6d7f;
	border-radius: 8px;
	border-style: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.5;
	outline: none;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 0, 0);
	transition: all .3s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: top;
	white-space: nowrap;
	font-family: "Noto Sans TC", sans-serif;

	margin-bottom: 20px;
	font-size: 0.8em;
	width: 65px;
}

.item-right .more:hover {
	background-color: #5c6d7f;
	opacity: 1;
	transform: translateY(0);
	transition-duration: .35s;
}
