@charset "utf-8";
/* CSS Document */


.article-section {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	.article-section {
		margin-top: 10px;
		margin-bottom: 0px;
	}

}

.article-content {
	float: left;
	width: 100%;
}

.article-top {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.article-top .title {
	float: left;
	color: #484a57;
	width: 100%;
	font-size: 1.95em;
	line-height: 1.4;
	font-weight: 500;
	font-family: "Noto Sans TC", sans-serif;
	letter-spacing: 3px;
	padding-bottom: 10px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	.article-top .title {
		font-size: 1.6em;
		margin-top: 10px;
	}

}

.article-bottom {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	min-height: 250px;
}

.article-list {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.article-list a {
	color: #333;
}

.article-list .item {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 0;
	border-bottom: 1px dotted #E4E4E4;
}

.item-left {
	float: left;
	width: 20%;
}

.item-left img {
	float: left;
	width: 100%;

	border-radius: 10px;
}

.item-right {
	float: left;
	width: 80%;
	padding-left: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {

	.item-left img {
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0px;
	}

	.item-left {
		width: 100%;
	}

	.item-right {
		width: 100%;
	}

}

.item-right .title {
	float: left;
	width: 100%;
	font-size: 1.3em;
	line-height: 1.3;
	font-weight: 400;
	font-family: "Noto Sans TC", sans-serif;
}

.item-right .date {
	float: left;
	color: #6a7f94;
	width: 100%;
	font-size: 0.7em;
	line-height: 1.4;
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 400;
}

.item-right .desc {
	float: left;
	width: 100%;
	color: #727272;
	margin-top: 5px;
	padding-bottom: 20px;
	line-height: 1.6;
	font-size: 0.9em;
}

.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;
}












