.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:1s;-webkit-animation-duration:1s}
#articleInfo16 .item{overflow:hidden;position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;}
#articleInfo16 .item > div{float:left;width:55%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo16 .item:nth-child(2n) > div{float:right}
#articleInfo16 .item:nth-child(2n) .photo{animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo16 .item .photo{overflow:hidden}
#articleInfo16 .item .photo img{width:100%;height:100%;object-fit:cover}
#articleInfo16 .item .info{width:40%;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo16 .item:nth-child(2n) .info{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo16 .item .info h5{padding: 10px 0;font-size: 23px;color:#444;letter-spacing: 3px;}
#articleInfo16 .item .info h3 {border-bottom: 1px solid rgb(115 115 115 / 32%);margin-bottom: 20px;}
#articleInfo16 .item .info h3 a{font-size: 22px;color: #333333;font-weight:400;}
#articleInfo16 .item .info h3:after{content:'';display:block;width: 20px;height:1px;background:#555;margin-top:15px}
#articleInfo16 .item .info article{font-weight:300;line-height:200%;text-align:justify}
.video-container{position:relative;padding-bottom: 46.25%;padding-top:30px;height:0;overflow:hidden;}
.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}

@media screen and (max-width:768px){
	#articleInfo16 .item{display:block;}
	#articleInfo16 .item > div{width:100%;}
	#articleInfo16 .item .info{width:100%;margin-top: 40px;}
}
@media screen and (max-width:480px){
	#articleInfo16 .item > div,#articleInfo16 .item:nth-child(2n) > div{float:none}
}