.wow{animation-name:fadeInDown;-webkit-animation-name:fadeInDown;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-fill-mode:both;-webkit-animation-fill-mode:both;animation-duration:1s;-webkit-animation-duration:1s}
#articleInfo7{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end}
#articleInfo7 .photoBox{width:45%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft;position:relative}
#articleInfo7 .photoBox:after{content:url(/images/44/about.png);position:absolute;bottom: -10px;left: -110px;z-index:-1;zoom: 80%;}
#articleInfo7 .info{width:50%}
#articleInfo7 .info h3{position:relative;padding:0 0 20px;font-size:26px}
#articleInfo7 .info p{font-size:16px;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo7 .info article{margin:30px 0 10px 20px;line-height:180%;animation-name:fadeInUp;-webkit-animation-name:fadeInUp}

@media screen and (max-width: 1024px){
	#articleInfo7 .photoBox:after{zoom: 60%;}
	#articleInfo7 .photoBox{float: left;margin-right: 50px;}
	#articleInfo7{display:block;}
	#articleInfo7 .info{width:100%;}
}
@media screen and (max-width:768px){
	#articleInfo7 .photoBox:after{zoom: 45%;}
}
@media screen and (max-width:640px){
	#articleInfo7 .photoBox{float: none;width: 80%;margin: 0 auto 20px;}
}