.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
.delay3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
#imglist {
    overflow: hidden;
    position: relative;
}
#imglist .infobar {
    letter-spacing: 1px;
    width: calc(100% - 60px);
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    font-family: "source-han-serif-tc";
    font-weight: 300;
    color: #fff;
    transition: 0.9s;
}
#imglist .infobar h2 {
    font-size: 55px;
    font-weight: bold;
    padding: 10px 0px 20px;
    line-height: 100%;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#imglist .infobar h2:after {
	content:'';
	position: absolute;
	width: 70px;
	height: 1px;
	background: #fff;
	display: block;
	left: 0;
	bottom: 0;
	z-index: 3;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}
#imglist .infobar .txt b {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 2px;
}
#imglist .infobar article {
    line-height: 160%;
    letter-spacing: 10px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 0;
    font-family: 'Roboto', sans-serif;
}
#imglist img {
    width: 100%;
    object-fit: cover;
}
#articleInfo13 .topBox {
	overflow: hidden;
	position: relative;
	padding: 100px 0;
	position:relative;
}
#articleInfo13 .topBox .articleInfo13bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	
}
#articleInfo13 .topBox .articleInfo13bg img{
	width:100%;
	height:100%;
	object-fit: cover;	
}
#articleInfo13 .topBox:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	top: 0;
	left: 0;
	content: "";
	z-index: 1;
}
#articleInfo13 .topBox p ,
#articleInfo13 .topBox h3 {
	position: relative;
	text-align: center;
	font-size: 20px;
	color: #fff;
	z-index: 2;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}
#articleInfo13 .topBox p i {
	width: 80px;
	height: 80px;
	display: inline-block;
	border: 2px #fff solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 40px;
	line-height: 80px;	
}
#articleInfo13 .topBox h3 {
	margin: 15px 0;
	font-size: 25px;
}
#articleInfo13 .item {
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin: 30px 0;
}
#articleInfo13 .item .left {
	padding: 30px 0 60px 0;
	float: right;
	width: 23%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo13 .item .textEditor ol{margin: 0px 40px;padding-left: 20px;}
#articleInfo13 .item .textEditor ol li{
    line-height: 200%;
    letter-spacing: 2px;
    font-weight: bold;
}
#articleInfo13 .item .textEditor ol h3{
    padding: 0 0 20px 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
}
#articleInfo13 .item .textEditor ol h2{
    padding: 0px 0px 10px;
    font-size: 17px;
    font-weight: bold;
}
#articleInfo13 .item .textEditor ol li a:hover{color:#afb5b9}

#articleInfo13 .item .right{}
#articleInfo13 .item .left article {
	padding: 10px 0 10px 60px;
	font-size: 16px;
	line-height: 240%;
}
#articleInfo13 .item .right {
	padding: 0px 205px 0 25px;
	width: 60%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	border-right: 1px solid rgb(179 179 179 / 18%);
}
#articleInfo13 .item .right h2{
    margin: 0px 0 0px 0;
    padding: 10px 0px 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#articleInfo13 .item .right h3{
    padding: 0px 0px 12px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}
#articleInfo13 .item .right article{
    font-size: 15px;
    font-weight: normal;
    color: #949494;
    padding: 8px 0 0;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 170%;
}
#articleInfo13 .item .right span{
    margin: 20px 0;
    font-size: 16px;
}
#articleInfo13 .item .right p{
    padding: 20px 0 8px;
    letter-spacing: 3px;
    font-size: 22px;
    font-weight: bold;
}
#articleInfo13 .photoBox{
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    margin-bottom: 25px;
}
#articleInfo13 .photoBox >div{
    display: inline-block;
    vertical-align: top;
    width: calc((100%/3) - 15px);
    margin: 7px 5px;
    height: 330px;
    overflow: hidden;
}
#articleInfo13 .photoBox >div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.titleBox{
  position: absolute;
  top: 50%;
  letter-spacing: 10px;
}
.titleBox em {
    font-size: 30px;
    color: #fff;
}
.titleBox em::before {
    background: #fff;
    left: -65px;
}
.titleBox{
  text-align: center;
  position: relative;
}
.titleBox:hover h2{
	letter-spacing: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.titleBox::before{
    content: '';
    width: 45%;
    height: 1px;
    background: rgb(35 35 35 / 0.15);
    position: absolute;
    top: 50%;
    left: 0;
}
.titleBox::after{
    content: '';
    width: 45%;
    height: 1px;
    background: rgb(35 35 35 / 0.15);
    position: absolute;
    top: 50%;
    right: 0;
}
.titleBox h2{
  position: relative;
  padding:0 40px;
  letter-spacing: 5px;
  display:inline-block;
  z-index: 10;
}
.titleBox h2 a{font-size: 16px;}

#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
}
#articleInfo15 .tit h3 {
	text-align: center;
	font-size: 33px;
}
#articleInfo15 .tit font {
	padding: 0 20px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#articleInfo15:hover .tit h3 ,
#articleInfo15:hover .tit font{
	letter-spacing: 5px;
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	padding: 0px 0 35px;
	z-index: 1;
}
#articleInfo15 ul li {
	float: left;
	width: calc(100%/3);
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 ul li .itemOpacity {
  position: relative;
}

#articleInfo15 ul li .itemOpacity .Img {
  background-color: rgb(78 78 78 / 8%);
  overflow: hidden;
  height: 300px;
}

#articleInfo15 ul li .itemOpacity .Img img {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#articleInfo15 ul li .itemOpacity:hover .Img img {
  opacity: 0.65;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#articleInfo15 ul li .itemOpacity.white .Img {
  background-color: #fff;
}

#articleInfo15 .Img {
  position: relative;
  z-index: 0;
}

#articleInfo15 .Img img {
  display: block;
  width: 100%;
}

#articleInfo15 .Txt {
  color: #fff;
  width: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgb(0 0 0 / 72%) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#articleInfo15 .Txt h3 a{color: #fff;}
@media screen and (max-width: 1280px) {
	#articleInfo13 .item .right{padding: 0px 150px 0 25px;}
#articleInfo13 .item .left{
}
#articleInfo13 .item .textEditor ol{
    padding-left: 20px;
}
}
@media screen and (max-width: 1024px) {
	#articleInfo13 .item .right{padding: 0px 80px 0 25px;}
#articleInfo13 .item .left{  width: 31%;}
#articleInfo13 .photoBox >div{
    width: calc((100%/2) - 15px);
}
#imglist .infobar h2{
    font-size: 35px;
}
#articleInfo13 .item .textEditor ol{
    padding-left: 29px;
}

}

@media screen and (max-width: 768px) {
	#articleInfo13 .topBox {
		padding: 40px 20px;
	}
	#articleInfo13 .item{
    margin: 10px 0;
}
	.titleBox::before, .titleBox::after{
    width: 40%;
}
	#articleInfo13 .topBox p {
		font-size: 18px;
	}
	#articleInfo13 .topBox p i {
		width: 60px;
		height: 60px;
		font-size: 30px;
		line-height: 60px;
	}
	#articleInfo13 .item .row ,
	#articleInfo13 .item .right {
		float: none;
		width: 100%;
	}
	#articleInfo13 .item .left {
		padding: 20px 0 20px;
		border-left: none;
		display: none;
	}
	#articleInfo13 .item .left article {
		padding: 30px 20px;
		text-align: center;
	}
	#articleInfo13 .item .right {
		padding: 10px 0 20px 0;
	}
	#articleInfo13 .item .textEditor ol h3{text-align: center;font-size: 20px;padding: 0 0 12px 0;}
#articleInfo13 .item .textEditor ol li{
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}
#articleInfo15 ul li .itemOpacity .Img{
    height: 350px;
}
#articleInfo15 ul li{
    float: none;
    width: 100%;
}
#articleInfo13 .item .textEditor ol{
    padding-left: 0;
    margin: 0px 0px;
}
#imglist .infobar{
    display: none;
}
}

@media screen and (max-width: 480px) {
	#articleInfo13 .item .textEditor ol li{
    font-size: 15px;
}
	#articleInfo13 .item .row {
		padding: 0px 0 20px;
		border-left: none;
		width: 100%;
		margin: 0;
	}
	#articleInfo13 .photoBox >div{
    width: 100%;
    margin: 0 0 15px;
    height: auto;
}
#articleInfo13 .item .right p,#articleInfo13 .item .right h2{
    padding: 5px 0px 0px;
    font-size: 20px;
    letter-spacing: 2px;
}
#articleInfo13 .item .right h3{
    padding: 0px 0px 8px;
    font-size: 15px;
    letter-spacing: 2px;
}
#articleInfo13 .item .right article{
    font-size: 14px;
    padding: 10px 0 20px;
    letter-spacing: 1px;
}
.titleBox{
    margin-bottom: 30px;
}
.titleBox::before, .titleBox::after{
    width: 30%;
}
}