@charset "UTF-8";
/* CSS Document */
.newsList .Txt, .newsList .item {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.contentBox .leftBox {
	padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
	.contentBox .leftBox {
		padding: 0 0 30px 0;
	}
}
.contentBox .rightBox {
	padding: 0;
}

/*新訊列表*/
.newsList {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.newsList .newsItem {
	width: 33.3333333333%;
	padding: 25px;
}
@media (max-width: 1023px) {
	.newsList .newsItem {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.newsList .newsItem {
		width: 100%;
		padding: 25px 0;
	}
}
.newsList .newsItem:hover .item {
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0);
}
.newsList .item {
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.newsList .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.newsList .classTitle {
	position: absolute;
	left: 0px;
	top: -15px;
	background-color: #da9c2d;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 400;
	z-index: 3;
}
.newsList .Txt {
	position: relative;
	padding: 30px 20px;
}
.newsList .Txt .title a {
	display: block;
	padding-bottom: 8px;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 20px;
	color: #000;
	height: 50px;
}
.newsList .Txt .text {
	height: 55px;
	font-size: 13px;
	color: #666;
	line-height: 1.8;
}
.newsList .Txt .date {
	color: #888;
	font-size: 14px;
	font-family: "Tenor Sans";
	margin: 20px 0 0 0;
}

.newsDate {
	padding: 5px 0;
	font-size: 12px;
	color: #818181;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.newsDate b {
	margin-left: 3px;
}

.classTitle {
	position: absolute;
	left: 0px;
	top: -15px;
	background-color: #da9c2d;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 400;
	z-index: 3;
}

/*內頁*/
/*# sourceMappingURL=news.css.map */