
.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 {
	float: left;
	width: 99%;
	margin-top: 70px;
}
#articleInfo17 .info h2 {
	font-size: 35px;
	color: #5f326d;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	text-align: center;
	font-size: 30px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	margin-bottom: 3px;
	color: #080404;
	font-size: 36px;
	background-color: #d44aa4;
	background: -webkit-gradient(linear,left top,right top,color-stop(20%,#d44aa4 ),color-stop(80%,#9364bc));
	background: -webkit-linear-gradient(left,#d44aa4 20%,#9364bc 80%);
	background: linear-gradient(90deg,#d44aa4 20%,#9364bc 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 25px;
	font-family: 'cwTeXHei',Sans-serif;
	font-weight: 400;
	line-height: 40px;
}
#articleInfo17 .info h5 {
	margin-bottom: 20px;
	font-size: 16px;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	text-align: center;
}
#articleInfo17 .info .item {
	padding: 20px 0;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo17 .info .item:nth-child(2n) {
	/* border-top: 1px solid #e4e4e4; */
}
#articleInfo17 .info .item h3 {
	margin-bottom: 23px;
	color: #080404;
	font-size: 36px;
	/* text-align: center; */
	font-size: 30px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	margin-bottom: 3px;
	color: #080404;
	font-size: 28px;
	background-color: #d44aa4;
	background: -webkit-gradient(linear,left top,right top,color-stop(20%,#d44aa4 ),color-stop(80%,#9364bc));
	background: -webkit-linear-gradient(left,#d44aa4 20%,#9364bc 80%);
	background: linear-gradient(90deg,#d44aa4 20%,#9364bc 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 15px;
	font-family: 'cwTeXHei',Sans-serif;
	font-weight: 400;
	line-height: 40px;
}
#articleInfo17 .info .item p{
	margin-top: 5px;
	line-height: 1.8em;
	font-size: 16px;
	letter-spacing: 0.8px;
}
#articleInfo17 .info .item h3 span {
	font-size: 16px;
	color: #666;
	display: none;
}
#articleInfo17 .info .item h3 span:before {
	margin: 0 15px;
	content: "/"
}
#articleInfo17 .photo {
	margin-left: 3%;
	width: 50%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo17 .photo > div {
	position: relative;
	float: left;
	padding: 10px 2%;
	width: 46%;
    display: inline-block;
    top: 35px;
    background: #f3f3f3;
    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: cover;
    line-height: 0;
    cursor: pointer;
}
#articleInfo17 .photo .focus {
	top: 5px;
	right: -12px;
	-webkit-box-shadow: 0 0 10px 2px rgba(28, 8, 50, 0.2);
	box-shadow: 0 0 10px 2px rgba(28, 8, 50, 0.2);
	-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: 340px;
}
#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: 768px) {
	#articleInfo17 > div ,
	#articleInfo17 .photo {
		margin-left: 0;
		width: 100%;
	}
	#articleInfo17 .photo > div ,
	#articleInfo17 .photo .focus {
		margin: 10px 2%;
		width: 40%;
		top: 0;
		-webkit-box-shadow: 0 0 10px 2px rgba(28, 8, 50, 0.2);
		box-shadow: 0 0 10px 2px rgba(28, 8, 50, 0.2);
	}
	#articleInfo17 .photo .focus {
		right: 0;
	}
	#articleInfo17 .photo .focus:nth-child(2) {
		left: 0;
	}
	#articleInfo17 .photo > div .photo-box img ,
	#articleInfo17 .photo .focus .photo-box img {
		height: auto;
	}
}