.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;
}
#articleInfo18 .topBox {
	padding: 30px 0;
}
#articleInfo18 .topBox .text h5 {font-size: 25px;margin: 0;line-height: 100%;background-color: #e4e4e4;background: linear-gradient(0deg,#fdfdfd 0%,#bebebe 20%,#e8e8e8 30%,#9a9a9a 65%,#e2e2e2 90%,#fbfbfb 65%);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;margin-bottom: 10px;}
#articleInfo18 .topBox .text h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 30px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	background-color: #e4e4e4;
	background: linear-gradient(0deg,#fdfdfd 0%,#bebebe 20%,#e8e8e8 30%,#9a9a9a 65%,#e2e2e2 90%,#fbfbfb 65%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	line-height: 100%;
}
#articleInfo18 .topBox .text article {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	font-size: 15px;
	line-height: 200%;
}
#articleInfo18 .secBox {
	padding: 15px 0 0;
}
#articleInfo18 .secBox > div {
	overflow: hidden;
}
#articleInfo18 .secBox .item h5 {
	font-weight: 400;
	font-size: 25px;
	background-color: #e4e4e4;
	background: linear-gradient(0deg,#fdfdfd 0%,#bebebe 20%,#e8e8e8 30%,#9a9a9a 65%,#e2e2e2 90%,#fbfbfb 65%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin: 0 0 15px;
}
#articleInfo18 .secBox .item article {font-size: 15px;line-height: 200%;margin-bottom: 20px;}
#articleInfo18 .secBox .photoBox > div {
	overflow: hidden;
	margin: 5px;
	float: left;
	width: calc((100%/3) - 10px);
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}
#articleInfo18 .secBox .photoBox > div img{transition: all .3s ease-out;}
#articleInfo18 .secBox .photoBox > div:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.03);
}

@media screen and (max-width: 768px) {
	#articleInfo18 .secBox .photoBox > div {
	width: calc((100%/2) - 10px);
	}
}
@media screen and (max-width: 640px) {
	#articleInfo18 .topBox:before {
		background: rgba(255, 255, 255, 0.6);
	}
	#articleInfo18 .secBox .item h5 ,
	#articleInfo18 .secBox .item article {
		width: 100%;
	}
	#articleInfo18 .secBox .item h5 {
		margin-bottom: 15px;
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
	#articleInfo18 .topBox:before {
		background: rgba(255, 255, 255, 0.75);
	}
	#articleInfo18 .topBox .text {
	}
	#articleInfo18 .secBox .photoBox > div {
		width: calc((100%/2) - 10px);
	}
	#articleInfo18 .secBox .photoBox > div:nth-child(3) {
		margin: 10px 0;
		width: 100%;
	}
}
@media screen and (max-width: 450px) {
	#articleInfo18 .topBox {
		padding: 30px 0;
	}
	#articleInfo18 .topBox .text {
	}
	#articleInfo18 .secBox .photoBox > div {
		margin: 10px 0;
		width: 100%;
	}
}