.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 h3 {
	font-size: 40px;
	color: #001e61;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	line-height: 170%;
}
#articleInfo12 article {
	margin: 10px 0;
	line-height: 200%;
	letter-spacing: 1px;
	text-align: justify;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo12 h4 {
	margin: 15px 0;
	font-size: 25px;
	color: #0662a2;
	letter-spacing: 3px;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo12:nth-child(2) {
	width: 45%;
}
#articleInfo12 .topBox {
	overflow: hidden;
}
#articleInfo12 img {
	margin: 10px 0;
}
#articleInfo12 .downBox {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
