@charset "utf-8";
/* CSS Document */


.news-section {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	.news-section {
		margin-top: 10px;
		margin-bottom: 0px;
	}

}

.news-content {
	float: left;
	width: 100%;
}

.news-top {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.titleGroup .title {
	float: left;
	color: #484a57;
	width: 100%;
	font-size: 1.95em;
	line-height: 1.4;
	font-family: "Noto Sans TC", sans-serif;
	letter-spacing: 3px;
	font-weight: 500;
	text-align: center;
}

.titleGroup .title2 {
	float: left;
	color: #6a7f94;
	width: 100%;
	font-size: 0.8em;
	line-height: 1.4;
	font-family: "Noto Sans TC", sans-serif;
	letter-spacing: 3px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 25px;
}

.news-bottom {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 250px;
}

.news-list {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.news-list a {
	color: #333;
}

.news-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;
}

.swiper-slide {
	float: left;
	width: 100%;
	background-color: #171717;
}

.video-fluid {
	width: 100%;
	height: auto;
}

/*banner:swiper*/
.inside-banner .swiper-container {
	width: 100%;
	height: 100%;
}

.inside-banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide picture {
	float: left;
	width: 100%;
}

.swiper-slide img {
	float: left;
	width: 100%;
}

.swiper-slide a {}

.swiper-slide-pc {
	float: left;
	width: 100%;
	height: 100vh;
	background-size: 110% 110%;
	background-position: center center;
	background-size: contain;
	animation: shrink 5s infinite alternate;
	display: block;
	background-color: red;
}

.swiper-slide-m {
	float: left;
	width: 100%;
	height: 100vh;
	background-size: 110% 110%;
	background-position: center center;
	background-size: contain;
	animation: shrink 20s;
	display: block;
	background-color: red;
}

@keyframes shrink {
	0% {
		background-size: 110% 110%;
	}

	100% {
		background-size: 100% 100%;
	}
}











.swiper1 .swiper-button-prev {
	background-image: url("../images/basic/swiper_arrow_prev1.png") !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain !important;
	text-indent: -99999px;
	height: 50px !important;
	width: 50px !important;
	z-index: 90;
	left: 0px !important;
}

.swiper1 .swiper-button-next {
	background-image: url("../images/basic/swiper_arrow_next1.png") !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain !important;
	text-indent: -99999px;
	height: 50px !important;
	width: 50px !important;
	z-index: 90;
	right: 0px !important;
}

.swiper1 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #ccc;
	opacity: 1;
}

.swiper1 .swiper-pagination-bullet-active {
	background-color: #869791;
	opacity: 1;
}

.swiper2 .swiper-button-prev {
	background-image: url("../images/basic/swiper_arrow_prev2.png") !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain !important;
	text-indent: -99999px;
	height: 50px !important;
	width: 40px !important;
	z-index: 90;
	left: 0px !important;
}

.swiper2 .swiper-button-next {
	background-image: url("../images/basic/swiper_arrow_next2.png") !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain !important;
	text-indent: -99999px;
	height: 50px !important;
	width: 40px !important;
	z-index: 90;
	right: 0px !important;
}

.swiper2 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #ccc;
	opacity: 1;
}

.swiper2 .swiper-pagination-bullet-active {
	background-color: #6fba2a;
	opacity: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

