/* CSS Document */



.imgBox.newsImgBox .Img.py {
		max-width: 200px;
	}
	.imgBox.newsImgBox .Img.po {
		max-width: 300px;
	}

	
.newsList .newsBtn, .newsList .Txt .newsInfoBox .classTitle, .newsList .Txt .newsInfoBox .date, .newsList .item, .listTop .searchBox .searchBtn, .listTop .tagLinkBox a,
.listTop .tagLinkBox span {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.listTop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 80px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 20px;
}
@media (max-width: 1400px) {
	.listTop {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 40px;
	}
}
@media (max-width: 1023px) {
	.listTop {
		margin-bottom: 20px;
	}
}
.listTop .searchBar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
	row-gap: 20px;
	margin-bottom: 10px;
}
@media (max-width: 1023px) {
	.listTop .searchBar {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.listTop .searchBar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.listTop .tagLinkBox {
	position: relative;
	z-index: 4;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	width: 268px;
}
@media (max-width: 1023px) {
	.listTop .tagLinkBox {
		width: 50%;
	}
}
@media (max-width: 768px) {
	.listTop .tagLinkBox {
		width: 100%;
	}
}
.listTop .tagLinkBox::before {
	content: "";
	width: 12px;
	height: 12px;
	border-right: 2px solid #80beaf;
	border-bottom: 2px solid #80beaf;
	pointer-events: none;
	position: absolute;
	bottom: 20px;
	right: 22px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	background-color: #fff;
}
.listTop .tagLinkBox .tagCurrent {
	cursor: pointer;
	padding-left: 20px;
	border: 1px solid #fff;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	width: 100%;
	height: 48px;
	border-radius: 5px;
	background-color: #fff;
	font-weight: 400;
	color: #666666;
	font-size: 15px;
	line-height: 48px;
	letter-spacing: 0.375px;
}
.listTop .tagLinkBox .tagCurrent p {
	margin-right: 40px;
}
.listTop .tagLinkBox a,
.listTop .tagLinkBox span {
	cursor: pointer;
}
.listTop .tagLinkBox .tagList {
	border-radius: 5px;
	overflow: clip;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	display: none;
	position: absolute;
	top: 110%;
	left: 0;
	z-index: 1;
}
.listTop .tagLinkBox .tagList.open {
	display: block;
}
.listTop .tagLinkBox .tagList > li:not(:first-child) {
	border-top: 1px solid #eee;
}
.listTop .tagLinkBox .tagList > li > a.current,
.listTop .tagLinkBox .tagList > li span.current {
	color: #80beaf;
}
.listTop .tagLinkBox .tagList > li ul {
	display: none;
}
.listTop .tagLinkBox .tagList.current {
	color: #fff;
	background-color: #80beaf;
}
.listTop .tagLinkBox .tagList.current:before {
	content: "\f00d";
	margin-right: 5px;
	font-family: FontAwesome;
	font-size: 12px;
}
.listTop .tagLinkBox .tagList a,
.listTop .tagLinkBox .tagList span {
	color: #2f2f2f;
	background-color: #fff;
	display: block;
	padding: 14px 15px;
	position: relative;
}
.listTop .searchBox {
	background-color: #fff;
	height: 48px;
	border: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-radius: 5px;
	overflow: clip;
	width: 311px;
}
@media (max-width: 1023px) {
	.listTop .searchBox {
		width: 50%;
	}
}
@media (max-width: 768px) {
	.listTop .searchBox {
		width: 100%;
	}
}
.listTop .searchBox .searchInput {
	width: calc(100% - 80px);
	padding-left: 26px;
	font-weight: 400;
	color: #666666;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.375px;
}
.listTop .searchBox .searchBtn {
	font-size: 15px;
	background-color: #80beaf;
	height: 100%;
	color: #fff;
	padding: 0 17.5px;
}
@media (min-width: 1201px) {
	.listTop .searchBox .searchBtn:hover {
		background-color: #f5b994;
	}
}
.listTop .classBox {
	margin-top: 0;
	margin-bottom: 0;
}

.newsInfoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 10px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1.5px;
}
.newsInfoBox .dateBox,
.newsInfoBox .classTitle {
	padding: 5px 0;
}
.newsInfoBox .dateBox .date {
	color: #80beaf;
}
.newsInfoBox .classTitle {
	color: #fff;
	background-color: #80beaf;
	text-align: center;
	padding: 7.5px 10px;
	border-radius: 5px;
}

.newsBox {
	margin: 0 -28px;
}
@media (max-width: 1400px) {
	.newsBox {
		margin: 0 -20px;
	}
}

.emptyBox {
	padding: 0 20px;
	min-height: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: 500;
	text-align: center;
	color: #f5b994;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0.5px;
}
@media (max-width: 1180px) {
	.emptyBox {
		font-size: 24px;
	}
}

.newsList {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 50px;
}
.newsList .newsItem {
	width: 33.3333333333%;
	padding: 0 28px;
}
@media (max-width: 1400px) {
	.newsList .newsItem {
		padding: 0 20px;
		width: 50%;
	}
}
@media (max-width: 768px) {
	.newsList .newsItem {
		width: 100%;
	}
}
.newsList .item {
	position: relative;
	min-height: 469px;
	height: 469px;
	background-color: #fff;
	border-radius: 35px;
	overflow: hidden;
}
@media (min-width: 1201px) {
	.newsList .item:hover {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	.newsList .item:hover .Img:after {
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	.newsList .item:hover .Txt .date {
		color: #f5b994;
	}
	.newsList .item:hover .Txt .classTitle {
		background-color: #f5b994;
	}
	.newsList .item:hover .newsBtn {
		background-color: #f5b994;
	}
}
@media (max-width: 768px) {
	.newsList .item {
		height: auto;
		min-height: auto;
	}
}
.newsList .item.full .text {
	height: 270px;
}
.newsList .Img {
	overflow: hidden;
	position: relative;
}
.newsList .Img img {
	width: 100%;
	/*height: auto;*/
	height: 250px;
	object-fit: cover;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 400px) {
	.newsList .Img {
		min-height: 225px;
	}
	.newsList .Img img {
		width: auto;
		height: 100%;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
.newsList .Txt {
	position: relative;
	padding: 22px 33px 0;
	overflow: hidden;
}
.newsList .Txt .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: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1.5px;
}
.newsList .Txt .newsInfoBox .date {
	color: #80beaf;
	font-weight: 700;
}
.newsList .Txt .newsInfoBox .classTitle {
	border-radius: 5px;
	padding: 8px 12px;
	color: #fff;
	font-weight: 500;
	background-color: #80beaf;
}
.newsList .Txt .title {
	font-weight: 500;
	color: #666666;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 1.5px;
}
.newsList .Txt .title a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsList .Txt .text {
	font-weight: 300;
	margin-top: 10px;
	height: 55px;
	color: #333333;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1.5px;
}
.newsList .newsBtn {
	position: relative;
	z-index: 2;
	width: 46.5px;
	height: 46.5px;
	background-color: #80beaf;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 31px;
	margin-top: 5px;
	margin-bottom: 22px;
}
.newsList .newsBtn:after {
	content: "";
	width: 14px;
	height: 12px;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2);
}

.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;
}
.shareBox .back:hover {
	background: #398cb1;
}
/*# sourceMappingURL=news.css.map */