.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;
}
#articleInfo17 {
	overflow: hidden;
}
#articleInfo17 > div {text-align: center;}
#articleInfo17 .info h2 {
	color: #ffffff;
	-webkit-animation-name: fadeInDown;
	text-align: center;
	font-size: 15px;
	background-color: #000;
	padding: 10px;
	width: 5%;
	position: absolute;
	top: 140px;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	left: 0;
}
#articleInfo17 .info h5 {
	margin-bottom: 0px;
	font-size: 16px;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	text-align: center;
	padding: 10px 10px 20px;
	letter-spacing: 5px;
	position: relative;
}
#articleInfo17 .info h5::after {
    content: "";
    width: 100%;
    height: 3px;
    border-top: 1px solid #000000;
    border-bottom: 3px solid #000000;
    position: absolute;
    bottom: 0px;
    left: 0;
}
#articleInfo17 .info p{
    padding: 16px 20px 16px 70px;
    font-size: 15px;
    letter-spacing: 0.2px;
}
#articleInfo17 .info .item {
	/* padding: 10px 0px 20px 50px; */
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	width: 30%;
	float: left;
	margin: 0px 20px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
#articleInfo17 .info .item.wow.delay2, #articleInfo17 .info .item.wow.delay4 {
	margin: 170px 20px 0;
}
#articleInfo17 .info .item h3 {
	color: #080404;
	font-size: 36px;
	text-align: center;
}
#articleInfo17 .info .item h3 span {
	font-size: 16px;
	color: #666;
	margin-left: 10px;
}

#articleInfo17 .photo {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo17 .photo {
	background: #ffffff;
	text-align: center;
	transition: all .7s ease-out;
}
#articleInfo17 .photo > div .photo-box {
	overflow: hidden;
	position: relative;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: unset;
	line-height: 0;
	cursor: pointer;
	text-align: center;
}
#articleInfo17 .photo .focus {
	top: 5px;
	right: -12px;
	/* -webkit-box-shadow: 4px 7px 10px 2px rgb(39 39 39 / 10%); */
	/* box-shadow: 4px 7px 10px 2px rgb(39 39 39 / 10%); */
	-webkit-animation-name: LeftToFront;
	animation-name: LeftToFront;
}
#articleInfo17 .photo .focus:nth-child(2) {
	left: -12px;
	-wanimation-name: RightToFront;
	animation-name: RightToFront;
}
#articleInfo17 .photo .blur {
	-webkit-animation-name: LeftToBack;
	animation-name: LeftToBack;
}
#articleInfo17 .photo .blur:nth-child(2) {
	-wanimation-name: RightToBack;
	animation-name: RightToBack;
}
#articleInfo17 .photo > div .photo-box img {
	height: 710px;
}
#articleInfo17 .photo .focus .photo-box img {
	/* height: 420px; */
}
@-webkit-keyframes LeftToFront {
	0% { -webkit-transform: translateX(0); }
	30% { -webkit-transform: translateX(-10%); }
	100 { -webkit-transform: translateX(0); }
}
@keyframes LeftToFront {
	0% { transform: translateX(0); }
	30% { transform: translateX(-10%); }
	100 { transform: translateX(0); }
}
@-webkit-keyframes LeftToBack {
	0% { -webkit-transform: translateX(0); }
	30% { -webkit-transform: translateX(-5%); }
	100 { -webkit-transform: translateX(0); }
}
@keyframes LeftToBack {
	0% { transform: translateX(0); }
	30% { transform: translateX(-5%); }
	100 { transform: translateX(0); }
}
@-webkit-keyframes RightToFront {
	0% { -webkit-transform: translateX(0); }
	30% { -webkit-transform: translateX(10%); }
	100 { -webkit-transform: translateX(0); }
}
@keyframes RightToFront {
	0% { transform: translateX(0); }
	30% { transform: translateX(10%); }
	100 { transform: translateX(0); }
}
@-webkit-keyframes RightToBack {
	0% { -webkit-transform: translateX(0); }
	30% { -webkit-transform: translateX(5%); }
	100 { -webkit-transform: translateX(0); }
}
@keyframes RightToBack {
	0% { transform: translateX(0); }
	30% { transform: translateX(5%); }
	100 { transform: translateX(0); }
}

@media screen and (max-width: 1280px) {
	#articleInfo17 .info .item.wow.delay1,#articleInfo17 .info .item.wow.delay2{width: 53%;}
#articleInfo17 .info .item.wow.delay4{
    width: 100%;
    margin: 10px 20px 0;
}
#articleInfo17 .info .item.wow.delay4 p {
    padding: 16px 20px 16px 120px;
}
#articleInfo17 .photo > div .photo-box img {
    height: auto;
}
}

@media screen and (max-width: 768px) {
#articleInfo17 .info .item.wow.delay2,#articleInfo17 .info .item.wow.delay4{
    margin: 10px 0px 0;
}
	#articleInfo17 .photo .focus:nth-child(2) {
		left: 0;
	}
	#articleInfo17 .photo > div .photo-box img ,
	#articleInfo17 .photo .focus .photo-box img {
		height: auto;
	}
}
@media screen and (max-width: 640px) {
	#articleInfo17 .info .item.wow.delay1, #articleInfo17 .info .item.wow.delay2,#articleInfo17 .info .item {
    width: 100%;
}
#articleInfo17 .info .item.wow.delay4 p {
    padding: 16px 20px 16px 70px;
}
#articleInfo17 .info h2{
    left: 0;
}
}