.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:1s;-webkit-animation-duration:1s}
#articleInfo16 .top{margin-bottom: 30px;}
#articleInfo16 .top article{text-align: justify;margin-bottom: 20px;}
#articleInfo16 .top h3{font-size: 20px;}
#articleInfo16 .item{overflow:hidden;position:relative;margin: 30px 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
#articleInfo16 .item > div{float:left;width:35%;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;order: 2;}
#articleInfo16 .item .photo{overflow:hidden;}
#articleInfo16 .item .photo img{width:100%;height: 100%;object-fit: cover;}
#articleInfo16 .item .info{width:60%;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: 0 0 10px;border-bottom: 1px #e8e8e8 solid;font-size: 16px;color:#444;font-weight: 400;margin-bottom: 20px;}
#articleInfo16 .item .info h5.bottom{margin-top:20px;}
#articleInfo16 .item .info h3{padding:15px;font-size:20px;color:#87623e}
#articleInfo16 .item .info article{text-align: justify;}

@media screen and (max-width:768px){
	#articleInfo16 .item .photo{width:100%;margin-bottom: 20px;}
	#articleInfo16 .item:nth-child(2n) .photo{right:0;display: none;}
	#articleInfo16 .item .info{margin:0;width:100%}
	#articleInfo16 .item .info h3{padding:15px 2%}
}
@media screen and (max-width: 480px){
	#articleInfo16 .top{margin-bottom: 10px;}
	#articleInfo16 .item{margin: 10px 0;}
	#articleInfo16 .item > div,#articleInfo16 .item:nth-child(2n) > div{float:none}
	#articleInfo16 .item .photo{margin:0 auto 10px;}
	#articleInfo16 .item .info h5,#articleInfo16 .item .info h3,#articleInfo16 .item:nth-child(2n) .info h5,#articleInfo16 .item:nth-child(2n) .info h3{margin:0;padding:10px 2%;width:96%}
}