.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;
}
#articleInfo20 ul {
	margin-bottom: 20px;
	min-height: 500px;
	text-align: center;
}
#articleInfo20 ul li {
	padding: 14px;
	width: calc((100%/4) - 65px);
	display: inline-block;
	border: 1px #eee solid;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	transition:all linear 0.3s;
}
#articleInfo20 ul li.focus {
	/* padding: 55px 25px; */
	/* background: #caa34b; */
	border-color: #cccccc;
	color: #242425;
}
#articleInfo20 ul li article{
	position: relative;
	display: block;
	width: 140px;
	height: 35px;
	line-height: 35px;
	color: #7887cc;
	font-size: 12px;
	background: linear-gradient(to right, #cfcfcf 0, #cfcfcf 100%) 0 100%/100% 1px no-repeat;
	text-align: center;
	margin: auto;
}
#articleInfo20 ul li h3 {
	font-size: 20px;
	display: none;
}
#articleInfo20 ul li h5 {
	font-size: 19px;
	color: #3f3f3f;
	margin: 15px;
}
#articleInfo20 ul li.focus h5 {
	/* color: #fff; */
}
#articleInfo20 ul li p.photo {
	margin: 15px 0;
	height: 300px;
	position: relative;
	overflow: hidden;
}

#articleInfo20 ul li p.photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear .2s;
}
#articleInfo20 ul li:hover p.photo img {
    transform: scale(1.1);
}
#articleInfo20 .bottomBox h3 {
	text-align: center;
	font-size: 30px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	display: none;
}
#articleInfo20 .bottomBox p {
	margin: 10px 0 20px;
	text-align: center;
	font-size: 18px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	display: none;
}
#articleInfo20 .bottomBox article {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	display: none;
}

@media screen and (max-width: 1028px) {
	#articleInfo20 ul li {
		width: calc((100%/2) - 55px);
	}
	#articleInfo20 ul li:first-child, #articleInfo20 ul li:nth-last-child(3) {
		margin-bottom: 10px;
		width: calc(100% - 55px);
	}
	#articleInfo20 ul li.focus {
		/* padding: 25px; */
	}
}
@media screen and (max-width: 480px) {
	#articleInfo20 ul li {
		margin-bottom: 10px;
		width: calc(100% - 55px);
	}
}
