.newsArea .more a::after, .newsArea .item .Txt .title, .newsArea .item .Img img, .newsArea .item::before, .aboutArea .bottomBox .item .title::before, .aboutArea .bottomBox .item .title, .bannerArea .Img, .bannerArea .bannerLink, .popWin .close::before, .popWin .close::after, .popWin .close {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.titleBox {
	margin: 0;
}

.btnBox {
	margin: 0;
}

.popWin {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	width: 100%;
	height: 100vh;
	font-size: 15px;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
	width: 800px;
	max-width: 90%;
	max-height: 85vh;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .popContent {
	max-height: 88vh;
	overflow-y: auto;
}
.popWin img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.popWin .Txt {
	padding: 30px;
}
.popWin .Txt .popTitle {
	font-size: 25px;
	margin-bottom: 25px;
}
.popWin .close {
	width: 46px;
	height: 46px;
	background-color: #ff0000;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.popWin .close::before, .popWin .close::after {
	content: "";
	position: absolute;
	left: 11px;
	top: 23px;
	width: 25px;
	height: 1px;
	background-color: #fff;
}
.popWin .close::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.popWin .close::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (min-width: 1181px) {
	.popWin .close:hover {
		background-color: #ff0000;
	}
	.popWin .close:hover::before {
		-webkit-transform: rotate(-30deg);
		        transform: rotate(-30deg);
	}
	.popWin .close:hover::after {
		-webkit-transform: rotate(30deg);
		        transform: rotate(30deg);
	}
}
.popWin.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
	opacity: 1;
}
.popWin.show .inner {
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
	.popWin .popContent {
		max-height: calc(100vh - 150px);
	}
}

.mainArea {
	padding: 0;
}

.bannerArea .wrap {
	max-width: 100%;
	width: 100%;
	padding: 0;
}
.bannerArea .bannerBox {
	position: relative;
}
@media (max-width: 1180px) {
	.bannerArea .bannerBox {
		display: none;
	}
}
@media (min-width: 1181px) {
	.bannerArea .bannerBoxM {
		display: none;
	}
}
.bannerArea .bannerBoxM .bannerList {
	display: block;
	width: 100%;
}
.bannerArea .bannerList {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.bannerArea .bannerItem {
	position: relative;
	width: 33.3333333333%;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.bannerArea .bannerItem.current {
	width: 80%;
}
.bannerArea .bannerItem.current:last-child {
	width: 40%;
}
@media (max-width: 1600px) {
	.bannerArea .bannerItem.current {
		width: 60%;
	}
	.bannerArea .bannerItem.current:last-child {
		width: 35%;
	}
}
.bannerArea .bannerItem.current .bannerLink {
	pointer-events: auto;
}
.bannerArea .bannerItem.current .Img {
	-webkit-filter: none;
	        filter: none;
}
.bannerArea .bannerItem.current .Img img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: -webkit-transform 8s ease-in-out;
	transition: -webkit-transform 8s ease-in-out;
	transition: transform 8s ease-in-out;
	transition: transform 8s ease-in-out, -webkit-transform 8s ease-in-out;
}
.bannerArea .bannerItem.current .Txt {
	padding: 30px 45px 25px;
	font-size: 90px;
	font-weight: bold;
}
.bannerArea .bannerItem.current .Txt .gradient {
	height: 100%;
	-webkit-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}
@media (max-width: 1400px) {
	.bannerArea .bannerItem.current .Txt {
		font-size: 74px;
		padding: 30px 30px 25px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem.current .Txt {
		padding: 30px 20px 25px;
		font-size: 65px;
	}
}
@media (max-width: 768px) {
	.bannerArea .bannerItem.current .Txt {
		font-size: 48px;
	}
}
@media (max-width: 380px) {
	.bannerArea .bannerItem.current .Txt {
		font-size: 36px;
	}
}
.bannerArea .bannerLink {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	pointer-events: none;
}
.bannerArea .Img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	overflow: hidden;
	height: calc(100dvh - 110px);
}
@media (max-height: 550px), (min-height: 1100px) {
	.bannerArea .Img {
		height: 700px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .Img {
		height: auto;
	}
}
@media (max-width: 768px) {
	.bannerArea .Img {
		height: 480px;
	}
}
.bannerArea .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: -webkit-transform 1s ease-in-out;
	transition: -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
	transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.bannerArea .Txt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 45px 45px;
	width: 100%;
	display: inline-block;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.134;
	letter-spacing: 1px;
	color: #ff0000;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	pointer-events: none;
	color: #fff;
}
@media (max-width: 1400px) {
	.bannerArea .Txt {
		font-size: 34px;
		padding: 30px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .Txt {
		padding: 30px 20px 45px;
	}
}
.bannerArea .Txt .title {
	position: relative;
	z-index: 2;
}
.bannerArea .Txt a {
	color: #ff0000;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	color: #fff;
}
.bannerArea .Txt .gradient {
	z-index: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.aboutArea {
	padding: 60px 0;
	background-image: url("../images/about_bg.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.aboutArea .topBox {
	position: relative;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1215px;
	width: 100%;
	margin-right: 0;
}
@media (max-width: 1180px) {
	.aboutArea .topBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
.aboutArea .topBox .Txt {
	position: absolute;
	left: 0;
	bottom: 65px;
	z-index: 3;
	padding: 40px 20px;
	max-width: 500px;
	width: 100%;
	background: #fff;
	border-radius: 15px;
}
@media (max-width: 1180px) {
	.aboutArea .topBox .Txt {
		position: static;
		margin: 0 auto;
		max-width: 800px;
	}
}
.aboutArea .topBox .Txt .textBox {
	margin: 0 auto;
	max-width: 390px;
	width: 100%;
}
@media (max-width: 1180px) {
	.aboutArea .topBox .Txt .textBox {
		max-width: 100%;
	}
}
.aboutArea .topBox .Txt .logo {
	position: relative;
	padding-bottom: 15px;
	max-width: 70px;
	width: 100%;
}
.aboutArea .topBox .Txt .logo::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 330%;
	height: 1px;
	background: #ff0000;
}
.aboutArea .topBox .Txt .logo img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.aboutArea .topBox .Txt .intro {
	padding-top: 20px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	line-height: 2;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.aboutArea .topBox .Txt .btnBox {
	margin-top: 35px;
}
.aboutArea .topBox .bgBox {
	position: relative;
	width: 100%;
}
.aboutArea .topBox .bgBox .ImgTitleBox {
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 1;
	padding-left: 10px;
	padding-right: 50px;
	width: 100%;
}
@media (max-width: 1180px) {
	.aboutArea .topBox .bgBox .ImgTitleBox {
		right: 0;
		padding: 0;
		margin: -15px auto 0;
		max-width: 800px;
	}
}
@media (max-width: 380px) {
	.aboutArea .topBox .bgBox .ImgTitleBox {
		top: 90px;
	}
}
.aboutArea .topBox .bgBox .ImgTitleBox .wrapNum::before {
	color: #fff;
}
.aboutArea .topBox .bgBox .ImgTitleBox .title {
	margin-top: -15px;
	width: 100%;
	font-size: 170px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-shadow: 0px 9px 40px rgba(18, 25, 41, 0.2);
	color: #fff;
}
@media (max-width: 1180px) {
	.aboutArea .topBox .bgBox .ImgTitleBox .title {
		font-size: 120px;
	}
}
@media (max-width: 768px) {
	.aboutArea .topBox .bgBox .ImgTitleBox .title {
		font-size: 100px;
	}
}
@media (max-width: 640px) {
	.aboutArea .topBox .bgBox .ImgTitleBox .title {
		font-size: 80px;
	}
}
@media (max-width: 380px) {
	.aboutArea .topBox .bgBox .ImgTitleBox .title {
		padding-top: 5px;
		font-size: 64px;
	}
}
.aboutArea .topBox .bgBox .ImgTitleBox .title2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.aboutArea .topBox .bgBox .ImgBox {
	position: relative;
	float: right;
	margin-top: 10px;
	margin-right: 15%;
	max-width: 510px;
	width: 100%;
}
@media (max-width: 1180px) {
	.aboutArea .topBox .bgBox .ImgBox {
		float: none;
		margin: 0 auto;
		margin: 10px auto;
		max-width: 510px;
	}
}
.aboutArea .topBox .bgBox .ImgBox .ImgDeco {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 0;
	width: 100%;
	aspect-ratio: 1/1;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.aboutArea .topBox .bgBox .ImgBox .ImgDeco::before, .aboutArea .topBox .bgBox .ImgBox .ImgDeco::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 100%;
}
.aboutArea .topBox .bgBox .ImgBox .ImgDeco::before {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-animation: aboutBgDeco 3s ease-in-out infinite;
	        animation: aboutBgDeco 3s ease-in-out infinite;
}
.aboutArea .topBox .bgBox .ImgBox .ImgDeco::after {
	background: rgba(255, 255, 255, 0.3);
	scale: 1.25;
}
.aboutArea .topBox .bgBox .ImgBox .Img {
	position: relative;
	z-index: 2;
	padding-top: 50px;
}
.aboutArea .topBox .bgBox .ImgBox .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.aboutArea .bottomBox {
	padding: 10px 0 50px;
}
@media (max-width: 1180px) {
	.aboutArea .bottomBox {
		padding: 0;
	}
}
.aboutArea .bottomBox .topList {
	position: relative;
	padding: 0 30px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.aboutArea .bottomBox .topList .arrowBoxSmall {
	position: absolute;
	top: 22px;
	left: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
.aboutArea .bottomBox .topList .arrowBoxSmall .arrow {
	margin: 0;
}
.aboutArea .bottomBox .bottomList {
	padding-top: 30px;
	margin: 0 auto;
	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;
	max-width: 1170px;
	width: 100%;
}
@media (max-width: 1180px) {
	.aboutArea .bottomBox .bottomList {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.aboutArea .bottomBox .bottomList .aboutList {
	width: calc(100% - 120px);
}
@media (max-width: 1180px) {
	.aboutArea .bottomBox .bottomList .aboutList {
		width: 100%;
	}
}
.aboutArea .bottomBox .bottomList .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 768px) {
	.aboutArea .bottomBox .bottomList .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
.aboutArea .bottomBox .bottomList .arrowBox {
	margin-right: -20px;
}
@media (max-width: 1180px) {
	.aboutArea .bottomBox .bottomList .arrowBox {
		margin: 0;
		margin-top: 20px;
	}
}
.aboutArea .bottomBox .item.current .title {
	color: #fcc300;
}
.aboutArea .bottomBox .item.current .title::before {
	width: 30px;
}
.aboutArea .bottomBox .item .title {
	position: relative;
	padding: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	color: rgba(51, 51, 51, 0.3);
	cursor: pointer;
}
@media (min-width: 1181px) {
	.aboutArea .bottomBox .item .title:hover {
		color: #fcc300;
	}
	.aboutArea .bottomBox .item .title:hover::before {
		width: 30px;
	}
}
.aboutArea .bottomBox .item .title::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: block;
	width: 0;
	height: 2px;
	background: #fcc300;
}
.aboutArea .bottomBox .item .num {
	padding-right: 65px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
}
@media (max-width: 1180px) {
	.aboutArea .bottomBox .item .num {
		padding-right: 30px;
	}
}
.aboutArea .bottomBox .item .Txt {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.aboutArea .bottomBox .item .Txt .intro {
	font-size: 16px;
	line-height: 2;
	color: #333;
}

.newsArea {
	padding: 130px 0;
}
@media (max-width: 1180px) {
	.newsArea {
		padding: 60px 0;
	}
}
.newsArea .topBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 1180px) {
	.newsArea .topBox {
		-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;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.newsArea .topBox .titleBox {
	padding-right: 15px;
}
@media (max-width: 1180px) {
	.newsArea .topBox .titleBox {
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
}
.newsArea .topBox .titleBox .title {
	padding-top: 15px;
}
.newsArea .topBox .btnBox {
	padding: 10px 0;
}
@media (max-width: 1180px) {
	.newsArea .topBox .btnBox {
		padding-top: 20px;
	}
}
.newsArea .newsBox {
	padding-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1180px) {
	.newsArea .newsBox {
		-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;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.newsArea .leftBox {
	padding-right: 4.5%;
	padding-bottom: 20px;
	width: 37%;
	border-right: 1px solid rgba(83, 82, 82, 0.2);
}
@media (max-width: 1180px) {
	.newsArea .leftBox {
		padding: 0;
		padding-bottom: 40px;
		margin-bottom: 40px;
		max-width: 480px;
		width: 100%;
		border: none;
		border-bottom: 1px solid rgba(83, 82, 82, 0.2);
	}
}
.newsArea .leftBox .topList {
	padding-top: 35px;
}
.newsArea .leftBox .topList .slick-slide {
	pointer-events: none;
}
.newsArea .leftBox .topList .slick-slide.slick-current {
	pointer-events: all;
}
.newsArea .leftBox .bottomList .item {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid rgba(83, 82, 82, 0.2);
}
@media (min-width: 1181px) {
	.newsArea .leftBox .bottomList .item:hover::before {
		width: 100%;
	}
}
.newsArea .leftBox .bottomList .item .Txt .newsInfoBox .date {
	background: #727272;
}
.newsArea .leftBox .bottomList .item .Txt .title {
	margin-top: 10px;
}
.newsArea .leftBox .bottomList .item .Txt .intro {
	margin-top: 10px;
}
.newsArea .leftBox .controlBox {
	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;
}
.newsArea .leftBox .more {
	padding-top: 10px;
}
.newsArea .rightBox {
	padding-left: 4%;
	width: 63%;
}
@media (max-width: 1180px) {
	.newsArea .rightBox {
		padding: 0;
		max-width: 480px;
		width: 100%;
	}
}
.newsArea .rightBox .topList {
	padding-top: 40px;
}
.newsArea .rightBox .topList .classBox .classTitle {
	color: #ff0000;
}
.newsArea .rightBox .topList .item .Txt .newsInfoBox .date {
	background: #ff0000;
}
.newsArea .rightBox .bottomList {
	padding-top: 25px;
}
.newsArea .rightBox .bottomList .classBox .classTitle {
	color: #fcc300;
}
@media (min-width: 1181px) {
	.newsArea .rightBox .bottomList .item:hover .Txt .title {
		color: #fcc300;
	}
	.newsArea .rightBox .bottomList .item:hover .Txt .title a {
		color: #fcc300;
	}
}
.newsArea .rightBox .bottomList .item .Txt .newsInfoBox .date {
	background: #fcc300;
}
.newsArea .rightBox .newsTitle {
	padding-top: 5px;
}
.newsArea .rightBox .controlBox {
	padding-top: 20px;
}
.newsArea .rightBox .controlBox .arrowBoxSmall {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.newsArea .rightBox .controlBox .arrowBoxSmall .arrow {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 0 10px;
}
.newsArea .rightBox .newsList {
	padding-top: 25px;
	margin: 0 -10px;
}
@media (max-width: 1180px) {
	.newsArea .rightBox .newsList {
		padding-top: 0;
	}
}
.newsArea .rightBox .item {
	padding: 0 10px;
}
.newsArea .rightBox .item.noImg .Txt {
	margin-top: 0;
}
.newsArea .rightBox .item .Txt {
	position: relative;
	margin-top: -27px;
}
.newsArea .rightBox .item .Txt .title {
	margin-top: 15px;
}
.newsArea .newsTitle {
	position: relative;
	padding-right: 15px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	color: #000;
}
.newsArea .newsTitle::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 2px;
	background: #fcc300;
}
.newsArea .classBox {
	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;
	max-width: 100%;
}
.newsArea .classBox .classTitle {
	padding-right: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.newsArea .item {
	position: relative;
}
@media (min-width: 1181px) {
	.newsArea .item:hover img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
	.newsArea .item:hover .Txt .title {
		color: #ff0000;
	}
	.newsArea .item:hover .Txt .title a {
		color: #ff0000;
	}
}
.newsArea .item::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	background: #fcc300;
}
.newsArea .item .Img {
	position: relative;
	border-radius: 0 30px 0 0;
	overflow: hidden;
}
.newsArea .item .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.newsArea .item .Txt .newsInfoBox .date {
	display: inline-block;
	padding: 4px 15px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
}
.newsArea .item .Txt .title {
	height: 32px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.778;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsArea .item .Txt .title a {
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsArea .item .Txt .intro {
	height: 48px;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsArea .item .linkWrap {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.newsArea .more {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
}
.newsArea .more a {
	position: relative;
	color: #000;
	opacity: 0.5;
}
@media (min-width: 1181px) {
	.newsArea .more a:hover {
		opacity: 1;
	}
}
.newsArea .more a::after {
	content: "";
	position: relative;
	top: -1px;
	margin-left: 20px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
/*# sourceMappingURL=home.css.map */