.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;
}
.delay5 {
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.delay6 {
	animation-delay: 3.0s;
	-webkit-animation-delay: 3.0s;
}
.delay7 {
	animation-delay: 3.5s;
	-webkit-animation-delay: 3.5s;
}
#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
	margin-bottom: 30px;
}
#articleInfo15 .tit h3 {
	text-align: center;
	font-size: 33px;
	line-height: 150%;
}
#articleInfo15 .tit font {
	padding: 0 20px;
	background: #fff;
	display: inline-block;
	-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;
	text-align: center;
	font-family: 'Lato', sans-serif;
	color: #499260;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
}
#articleInfo15 ul li {
	width: 25%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	position: relative;
}
#articleInfo15 ul li:after{content:url(/images/24/news_arrow.svg);position: absolute;right: -10px;top: 50%;width: 20px;}
#articleInfo15 ul li .item {border: 2px solid #eee;border-radius: 50%;margin: 30px;width: 240px;height: 240px;display: flex;flex-direction: column;justify-content: center;}
#articleInfo15 ul li:hover .item{border: 2px solid #333;}
#articleInfo15 ul li:nth-child(4n):after {display:none;
}
#articleInfo15 ul li .item .circle {
	position: relative;
	margin: 0 auto 15px;
	box-sizing: border-box;
	text-align: center;
	width: 55px;
}
#articleInfo15 ul li .item:hover .circle {
	animation: flipInX 1.5s both;
	-webkit-animation: flipInX 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
@keyframes flipInX{
	0%{ transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity:0; }
	40%{ transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; }
	60%{ transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ transform: perspective(400px) rotateX(-5deg); }
	to{ transform:perspective(400px); }
}
@-webkit-keyframes flipInX{
	0%{ -webkit-transform: perspective(400px) rotateX(90deg); -webkit-animation-timing-function: ease-in; opacity:0; }
	40%{ -webkit-transform: perspective(400px) rotateX(-20deg); -webkit-animation-timing-function: ease-in; }
	60%{ -webkit-transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ -webkit-transform: perspective(400px) rotateX(-5deg); }
	to{ -webkit-transform:perspective(400px); }
}
#articleInfo15 ul li .item p {
	text-align: center;
	font-size: 15px;
	letter-spacing: 2px;
}
#articleInfo15 ul li .item article{text-align: center;font-size: 20px;font-weight: bold;margin-top: 5px;letter-spacing: 2px;padding: 0 50px;}
#articleInfo15 .imgBox {
	overflow: hidden;
}
#articleInfo15 .imgBox p {
	margin: 0 1% 0 0;
	overflow: hidden;
	float: left;
	width: 49%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 .imgBox p:nth-child(2) {
	margin: 0 0 0 1%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo15 .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: 1280px) {
    #articleInfo15 ul li:after{right: -20px;}
}
@media screen and (max-width: 1024px) {
    #articleInfo15 ul li:after{right: -10px;}
    #articleInfo15 ul li:nth-child(2n):after {display:none;}
	#articleInfo15 ul li{width:50%;}
    #articleInfo15 ul li .item {margin: 30px auto;width: 350px;height: 350px;}
}
@media screen and (max-width: 768px) {
	#articleInfo15 ul li .item {
	width: 250px;
	height: 250px;
	}
}
@media screen and (max-width: 640px) {
	#articleInfo15 ul li {
		width: 50%;
	}
	#articleInfo15 ul li:nth-child(3) {
		width: 100%;
	}
	#articleInfo15 ul li:nth-child(2) .item {
	}
}
@media screen and (max-width: 480px) {
    #articleInfo15 ul li:nth-child(2n):after, #articleInfo15 ul li:nth-child(4n):after {display:block;}
	#articleInfo15 ul li:last-child:after{display:none;}
	#articleInfo15 ul li {
		width: 100%;
	}
	#articleInfo15 ul li:after{
    right: 48%;
    bottom: -10px;
    top: unset;
    transform: rotate(90deg);
}
	#articleInfo15 ul li:nth-child(2) .item {
	}
	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
}
