.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;
}
.delay4 {
	animation-delay: 2.0s;
	-webkit-animation-delay: 2.0s;
}
#articleInfo20 h2{
    line-height: 100%;
    font-size: 40px;
    color: #4f4f4f;
    margin-bottom: 25px;
    font-weight: 400;
}
#articleInfo20 ul {
	margin-bottom: 30px;
	/* min-height: 500px; */
	text-align: center;
}
#articleInfo20 ul li {
	padding: 25px;
	width: calc((100%/5) - 55px);
	display: inline-block;
	border: 1px #ccc solid;
	vertical-align: top;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	transition:all linear 0.3s;
}
#articleInfo20 ul li.focus {
	background: #e4ca95;
	border-color: #e4ca95;
	color: #242425;
}
#articleInfo20 ul li h3 {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 500;
	height: 48px;
	overflow: hidden;
}
#articleInfo20 ul li h5 {
	font-size: 16px;
	color: #caa34b;
}
#articleInfo20 ul li.focus h5 {
	color: #fff;
}
#articleInfo20 ul li p.photo {
	margin: 15px 0;
}
#articleInfo20 .bottomBox h3 {
	text-align: center;
	font-size: 30px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo20 .bottomBox p {
	margin: 10px 0 20px;
	font-size: 16px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	line-height: 200%;
	letter-spacing: 1px;
}
#articleInfo20 .bottomBox article {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo20 .imgBox {
	overflow: hidden;
}
#articleInfo20 .imgBox p {
	margin: 0;
	overflow: hidden;
	float: left;
	width: 32.6%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInUp;
}
#articleInfo20 .imgBox p:nth-child(2) {
	margin: 0 1% 0 1%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo20 .imgBox p:hover img {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
@media screen and (max-width: 1440px) {
	#articleInfo20 ul li h3 {
		height: 70px;
	}
}
@media screen and (max-width: 1366px) {
	#articleInfo20 ul li h3 {
		height: 70px;
	}
}
@media screen and (max-width: 768px) {
	#articleInfo20 ul li {
		width: calc(100% - 55px);
		margin: 5px 0;
	}
	#articleInfo20 ul li h3 {
	height: 70px;
	height: auto;
	}
	#articleInfo20 ul li.focus {
		padding: 25px;
	}
}
@media screen and (max-width: 640px) {
#articleInfo20 h2{
    font-size: 30px;
}
#articleInfo20 .imgBox p,
#articleInfo20 .imgBox p:nth-child(2){
    float: none;
    width: 100%;
    margin: 5px 0;
}
}
@media screen and (max-width: 480px) {
	#articleInfo20 ul li {
		margin-bottom: 10px;
		width: calc(100% - 55px);
	}
}
