.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:1s;-webkit-animation-duration:1s}
.delay1{animation-delay:0.5s;-webkit-animation-delay:0.5s}
.delay2{animation-delay:1.0s;-webkit-animation-delay:1.0s}
.delay3{animation-delay:1.5s;-webkit-animation-delay:1.5s}
#articleInfo12{overflow:hidden}
#articleInfo12 .row{margin:0}
#articleInfo12 .right p{margin-bottom:40px;font-weight:300}
#articleInfo12 .row h3{font-size:40px;color:#001e61;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft;line-height:170%}
#articleInfo12 .row h3:after{margin-bottom:30px;width:100px;height:5px;background:#fa1e37;display:block;content:"";-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}
#articleInfo12 .row h3:hover:after{width:95%}
#articleInfo12 .row article{margin:10px 0 30px;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;font-weight:300;width:50%}
#articleInfo12 .row h4{margin:30px 0 0;font-size:25px;color:#001e61;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo12 .row .topBox{overflow:hidden}
#articleInfo12 .row img{margin:20px 0;width: 100%;}
#articleInfo12 .row .downBox{animation-name:fadeInUp;-webkit-animation-name:fadeInUp}

@media screen and (max-width:768px){
	#articleInfo12 .row article{width:80%}
	#articleInfo12 .row img{margin:10px 0;}
}
@media screen and (max-width:480px){
	#articleInfo12 .row article{width: 100%;text-align: justify;line-height: 200%;}
	#articleInfo12 .row h3{font-size:35px}
}