/* CSS Document */
.newsList .Txt .title, .newsList .Txt .textBox {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.newsInfoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-bottom: 10px;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
	padding: 10px 0;
}
.newsInfoBox .dateBox {
	padding-right: 20px;
}
.newsInfoBox .dateBox .date {
	display: inline-block;
	padding: 4px 15px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
	background: #ff0000;
}
.newsInfoBox .classTitle {
	padding: 5px 10px;
	background: #fcc300;
	border-radius: 30px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.5px;
}

.newsList .newsItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0;
}
@media (min-width: 769px) {
	.newsList .newsItem:nth-child(odd) .item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.newsList .newsItem:nth-child(odd) .item .Txt {
		margin-right: -30px;
	}
	.newsList .newsItem:nth-child(odd) .item .Txt .textBox {
		padding-right: 60px;
	}
	.newsList .newsItem:nth-child(even) {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.newsList .newsItem:nth-child(even) .item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.newsList .newsItem:nth-child(even) .item .Txt {
		margin-left: -30px;
	}
	.newsList .newsItem:nth-child(even) .item .Txt .textBox {
		padding-left: 60px;
	}
	.newsList .newsItem.noImg .item .Txt {
		margin: 0;
	}
	.newsList .newsItem.noImg .item .Txt .textBox {
		padding: 30px;
	}
}
@media (max-width: 768px) {
	.newsList .newsItem {
		padding: 20px 0;
	}
}
.newsList .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 1000px;
	width: 100%;
}
@media (max-width: 768px) {
	.newsList .item {
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		max-width: 100%;
		width: 100%;
	}
}
@media (min-width: 1181px) {
	.newsList .item:hover .Txt .textBox {
		border-color: #ff0000;
	}
}
.newsList .Img {
	max-width: 300px;
	width: 100%;
	border-radius: 0 30px 0 0;
	overflow: hidden;
}
@media (max-width: 768px) {
	.newsList .Img {
		max-width: 480px;
		width: 100%;
	}
}
.newsList .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.newsList .Txt {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	overflow: hidden;
}
@media (max-width: 768px) {
	.newsList .Txt {
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}
}
.newsList .Txt .textBox {
	padding: 30px;
	border: 1px solid #cacaca;
	border-radius: 15px;
}
.newsList .Txt .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.778;
	color: #333;
}
@media (max-width: 380px) {
	.newsList .Txt .title {
		line-height: 1.5;
	}
}
.newsList .Txt .title a {
	color: #333;
}
@media (min-width: 1181px) {
	.newsList .Txt .title a:hover {
		color: #ff0000;
	}
}
.newsList .Txt .text {
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

.shareBox {
	float: right;
}
.shareBox .btn-fb {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.shareBox .back {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 5px;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	background: rgb(174, 66, 51);
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
	background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
	/* IE6-9 */
	cursor: pointer;
}
@media (min-width: 1181px) {
	.shareBox .back:hover {
		background: #398cb1;
	}
}
/*# sourceMappingURL=news.css.map */