.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;align-items:center;justify-content:flex-end}
#articleInfo16 .item > div{float:left;width:50%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo16 .item:nth-child(2n) .photo{height:100%;right:0;left:auto}
#articleInfo16 .item:nth-child(2n) .photo{animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo16 .item:nth-child(2n){justify-content:flex-start}
#articleInfo16 .item .photo{overflow:hidden;position:absolute;left:0;height:100%;top:0}
#articleInfo16 .item .photo img{width:100%;height:100%;object-fit:cover}
#articleInfo16 .item .info{width:45%;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;margin:40px 0}
#articleInfo16 .item .info ol{margin-top:5px}
#articleInfo16 .item .info li{margin:0px 0px 5px 20px;list-style-type:disc;list-style-position:inherit;color: #242424;line-height:1.8;letter-spacing:0.2px;font-weight:400}
#articleInfo16 .item:nth-child(2n) .info{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo16 .item .info h5{padding:10px 15px;border-top:2px #000 solid;border-bottom:1px #000 solid;font-size:14px;color:#444}
#articleInfo16 .item .info h3{padding:15px 0;font-size:30px;color:var(--complement)}
#articleInfo16 .item .info article{}

@media screen and (max-width:768px){
	#articleInfo16 .item .photo{width: 100%;top:0;position: relative;}
	#articleInfo16 .item:nth-child(2n) .photo{right:0}
	#articleInfo16 .item .info{margin: 0 0 20px;width:100%}
	#articleInfo16 .item .info h5,#articleInfo16 .item .info h3{}
	#articleInfo16 .item .info h3{}
	#articleInfo16 .item:nth-child(2n) .info h5,#articleInfo16 .item:nth-child(2n) .info h3{margin:0 auto 0 0}
}
@media screen and (max-width: 480px){
	#articleInfo16 .item > div,#articleInfo16 .item:nth-child(2n) > div{float:none}
	#articleInfo16 .item .photo{position:relative;margin:0 auto 10px;width: 100%;display:block}
	#articleInfo16 .item .info h5,#articleInfo16 .item .info h3,#articleInfo16 .item:nth-child(2n) .info h5,#articleInfo16 .item:nth-child(2n) .info h3{margin:0;}
}