.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
#articleInfo3 ul {
    border: 1px solid #ececec;
    background: white;
    margin-bottom: 30px;
}
#articleInfo3 ul li {
	overflow: hidden;
	color: #333;
	position:relative;
}
#articleInfo3 ul li .bgset{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
}
#articleInfo3 ul li .bgset img{
	width:100%;
	height:100%;
	object-fit: cover;		
}
#articleInfo3 .tit {
	margin-bottom: 0;
	transition: all 0.4s ease-in-out 0s;
	background: #ededed;
	font-weight: 600;
	font-size: 18px;
	padding: 10px 20px;
	color: #313131;
}
#articleInfo3 .tit span {
    display: inline-block;
    font-size: 13px;
    background: #ffffff;
    color: #0e0e0e;
    font-weight: bold;
    padding: 0 5px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
#articleInfo3 ul li:hover .tit {
	transform:translateX(60px);
}

#articleInfo3 .tit i ,
#articleInfo3 .tit h2 {
	display: inline-block;
	font-size: 30px;
}

#articleInfo3 .tit i {
	margin-right: 10px;
	font-size: 40px;
	vertical-align: inherit;
}

#articleInfo3 article {
	font-size: 16px;
	line-height: 170%;
	margin: 10px 0px 0px 0px;
	padding: 0px 55px 0px 55px;
}

#articleInfo3 article p{
	width: 100%;
	font-size: 28px;
	padding-bottom: 20px;
	position: relative;
	font-weight: 100;
	font-family: 'Noto Serif TC' , serif;
	color: #a4a4a4;
	letter-spacing: 4px;
}
#articleInfo3 article p:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 1px;
    width: 80px;
    background: #d4d4d4;
}
/* + articleInfo3 ç¬¬ä¸€å€‹li
*----------------------------------------------------------------------------*/

#articleInfo3 ul li:first-child .info {
	padding: 20px 2%;
	width: 46%;
	background: rgba(255,255,255,0.7);
	position: relative;
    z-index: 2;
}

#articleInfo3 ul li:first-child .info  .tit {
	margin-top: 0;
}

#articleInfo3 ul li:first-child:hover .tit {
	transform:translateX(0px);
}

#articleInfo3 ul li:first-child .info  .tit i {
	font-size: 70px;
}

#articleInfo3 ul li:first-child .info h2 {
	font-size: 48px;
	line-height: 45px;
}

#articleInfo3 ul li:first-child .info h2 b {
	font-size: 30px;
	display: block;
}

#articleInfo3 ul li:first-child .info .info article {
	margin: 30px 10px 0 90px;
}

#articleInfo3 ul li .wow {
	overflow: hidden;
	float: left;
	width: 50%;
}

#articleInfo3 ul li .leftBox {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}

#articleInfo3 ul li .rightBox {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo3 ul li article{
    padding-top: 20px;
    font-size: 13px;
    color: #888;
    line-height: 1.8;
}
#articleInfo3 ul li .photoBox img {
	transition: all 0.4s ease-in-out 0s;
	transform: scale(1);
}

#articleInfo3 ul li:hover .photoBox img {
	transform: scale(1);
}



/************ = é©æ‡‰æ€§ = ************/
/* +width:1024 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#articleInfo3 ul li:first-child .info {
		width: 50%;
	}
	#articleInfo3 article {
		margin: 20px 10px 0 20px;
		padding: 0px 5px 0px 5px;
	}
}


/* +width:768 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo3 ul li {
		padding-bottom: 15px;
		border-bottom: 1px #ccc solid;
	}
	#articleInfo3 ul li:first-child {
		padding-bottom: 0;
		border-bottom: 0;
	}
	#articleInfo3 ul li:first-child .info {
		width: 70%;
	}
	#articleInfo3 ul li .wow {
		width: 100%;
	}
	#articleInfo3 ul li:nth-child(3) {
		background-position: right 50%;
	}
	#articleInfo3 ul li:nth-child(5) {
		background-position: right bottom;
	}
	#articleInfo3 ul li:nth-child(2) .leftBox ,
	#articleInfo3 ul li:nth-child(3) .rightBox ,
	#articleInfo3 ul li:nth-child(4) .leftBox ,
	#articleInfo3 ul li:nth-child(5) .rightBox {
		/* display:none; */
	}
}


/* +width:640 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#articleInfo3 ul li:first-child .info {
		width: 80%;
	}
}


/* +width:480 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo3 ul li:first-child .info {
		width: 100%;
	}
}


/* +width:450 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#articleInfo3 ul li:first-child {
		background-size: cover;
	}
	#articleInfo3 ul li:first-child .info .tit i {
		font-size: 50px;
	}
	#articleInfo3 ul li:first-child .info .tit {
		margin: 0;
	}
	#articleInfo3 ul li:first-child .info h2 {
		font-size: 30px;
		line-height: 30px;
	}
	#articleInfo3 ul li:first-child .info h2 b {
		font-size: 25px;
	}
	#articleInfo3 ul li:nth-child(2) ,
	#articleInfo3 ul li:nth-child(3) ,
	#articleInfo3 ul li:nth-child(4) ,
	#articleInfo3 ul li:nth-child(5) {
		background: none;
	}
}
