.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;margin:0 0 50px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap: wrap;}
#articleInfo16 .item:last-child{margin-bottom: 0;}
#articleInfo16 .item > div{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}
#articleInfo16 .item .photo{overflow:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
#articleInfo16 .item .photo img{width:100%}
#articleInfo16 .item .info{margin:0 0 0 5%;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:15px 0;border-bottom:1px #e1e1e1 solid;font-size:20px;color:#444;margin:0 0 10px;letter-spacing:2px}
#articleInfo16 .item .info h3{padding:15px 0;font-size:17px;color:#cd2622}
#articleInfo16 .item .info article{font-size:15px;text-align:justify;line-height:200%}
@media screen and (max-width:768px){#articleInfo16 .item .photo{position:absolute;width:15%;top:0}
#articleInfo16 .item:nth-child(2n) .photo{right:0}
#articleInfo16 .item .info{margin:0;width:100%}
#articleInfo16 .item .info h5,#articleInfo16 .item .info h3{margin:0 0 0 auto;padding:10px 0;width:80%}
#articleInfo16 .item .info h3{padding:15px 0}
#articleInfo16 .item .info h3.h3text{width:100%}
#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:60%;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;padding:10px 2%;width:96%}
}