.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:15px 0 30px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch}
#articleInfo16 .item > div{width:65%;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;position:relative;z-index:2}
#articleInfo16 .item .photo img{width:100%}
#articleInfo16 .item .info{width:30%;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;position:relative}
#articleInfo16 .item .info:before{content:url(/images/42/news-left-info.png);position:absolute;left:-20%;bottom:100px;z-index:-1}
#articleInfo16 .item:nth-child(2n) .info{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo16 .item .info h5{font-size: 22px;color:#004050;letter-spacing: 3px;font-weight:700;line-height:200%}
#articleInfo16 .item .info h5 b,#articleInfo16 .item .info h3 b,#articleInfo16 .item .info article b{display:inline-flex;align-items:center;justify-content:center;vertical-align:baseline;margin-right:10px}
#articleInfo16 .item .info h3{font-size: 22px;color:#b4a269;letter-spacing: 2px;font-weight:700;line-height:200%;margin:50px 0}
#articleInfo16 .item .info article{font-size: 22px;color:#004050;letter-spacing: 2px;font-weight:700;line-height:200%;margin:0}

@media screen and (max-width:1440px){
	#articleInfo16 .item > div{width: 55%;}
	#articleInfo16 .item .info{width: 40%;}
}
@media screen and (max-width:1280px){
	#articleInfo16 .item .info:before{display:none;}
	#articleInfo16 .item .photo{width: 100%;margin-bottom: 30px;}
	#articleInfo16 .item:nth-child(2n) .photo{right:0}
	#articleInfo16 .item .info{margin:0;width:100%}
}
@media screen and (max-width:480px){
	#articleInfo16 .item > div,#articleInfo16 .item:nth-child(2n) > div{float:none}
	#articleInfo16 .item .info h5, #articleInfo16 .item .info h3, #articleInfo16 .item .info article{font-size: 20px;}
}