
.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: -5px 50px 0 0;
}
.delay3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
#articleInfo17 {
	overflow: hidden;
}
#articleInfo17 h2{
    overflow: hidden;
    text-align: center;
    margin: 40px 0 80px;
    font-family: 'cwTeXHei',Sans-serif;
    color: #3c3c3c;
    font-size: 26px;
    font-weight: 500;
}
#articleInfo17 > div {
	float: left;
	width: 47%;
}
#articleInfo17 .info h2 {
	font-size: 35px;
	color: #5f326d;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}
#articleInfo17 .info h5 {
	margin-bottom: 20px;
	font-size: 16px;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}
#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: 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 .item p{
	    margin-top: 5px;
	    line-height: 1.6em;
	    font-size: 17px;
}
#articleInfo17 .info .item h3 span {
	font-size: 16px;
	color: #666;
}
#articleInfo17 .info .item h3 span:before {
	margin: 0 15px;
	content: "/"
}
#articleInfo17 .photo {
	margin-left: 3%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo17 .photo > div {
	position: relative;
	float: left;
	padding: 5px 2%;
	width: 46%;
	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: cover;
	line-height: 0;
	cursor: pointer;
}
#articleInfo17 .photo .focus {
	top: 35px;
	position: relative;
	z-index: 1;
	display: inline-block;
	-webkit-box-shadow: 19px -3px 60px rgba(110, 110, 110, 0.3);
	-moz-box-shadow: 19px -3px 60px rgba(110, 110, 110, 0.3);
	box-shadow: 19px -3px 60px rgba(110, 110, 110, 0.3);
	margin-left: 60px;
}
#articleInfo17 .photo .text {
    font-size: 48px;
    opacity: 0.1;
    line-height: 1em;
    text-align: center;
}
#articleInfo17 .photo .focus:nth-child(2) {
	/* left: 0px; */
	-wanimation-name: RightToFront;
}
#articleInfo17 .photo .blur {
	-webkit-animation-name: LeftToBack;
	animation-name: LeftToBack;
	position: absolute;
	/* top: 0; */
	right: -270px;
}
#articleInfo17 .photo .blur:nth-child(2) {
	-wanimation-name: RightToBack;
	animation-name: RightToBack;
}

#articleInfo17 .photo .blur:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    background-color: #ffffff;
}

@-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); }
}


.history {
    margin-top: 5px;
    line-height: 1.6em;
    font-size: 17px;
}

.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: -5px 50px 0 0;
}
.delay3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
#articleInfo17 {
	overflow: hidden;
}
#articleInfo17 h2{
    overflow: hidden;
    text-align: center;
    margin: 40px 0 80px;
    font-family: 'cwTeXHei',Sans-serif;
    color: #3c3c3c;
    font-size: 26px;
    font-weight: 500;
}
#articleInfo17 > div {
	float: left;
	width: 47%;
}
#articleInfo17 .info h2 {
	font-size: 35px;
	color: #5f326d;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}
#articleInfo17 .info h5 {
	margin-bottom: 20px;
	font-size: 16px;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}
#articleInfo17 .info .item {
	padding: 30px 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: 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 .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;
}
#articleInfo17 .info .item h3 span:before {
	margin: 0 15px;
	content: "/"
}
#articleInfo17 .photo {
	margin-left: 3%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo17 .photo > div {
	position: relative;
	float: left;
	/* padding: 15px 2%; */
	width: 46%;
	background: #ffffff;
	text-align: center;
	transition: all .7s ease-out;
}
nfo17 .photo .text {
    font-size: 48px;
    opacity: 0.1;
    line-height: 1em;
    text-align: center;
}

@-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); }
}

.history {
    margin-top: 72px;
    line-height: 1.6em;
    font-size: 17px;
    float: none;
    width: 100%;
}

.history h3{
	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%);
	background-clip: text;
	font-family: 'cwTeXHei',Sans-serif;
	width: 10%;
	color: #fff;
	text-align: center;
	border: 1px solid #ffffff;
	font-size: 17px;
	margin-bottom: 14px;
	border-radius: 25px;
	transition: all 0.4s ease-in-out 0s;
	display: block;
	}
.history p{
	    position: relative;
	    margin: 0px 0 40px 12%;
	    width: 85%;
	    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	    border-radius: 5px;
	    display: block;
	    margin-top: -46px;
	    letter-spacing: 0.8px;
	    font-size: 16px;
}
@media screen and (max-width: 860px){
	#articleInfo17 .photo .blur {display: none;}
}
@media screen and (max-width: 1080px){
	.history h3 {
    width: 20%;
}
.history p {
    margin: 10px 0 10px 0%;
    width: 100%;
    line-height: 190%;
}
	#articleInfo17 .photo .blur {    right: -170px;}

}
@media screen and (max-width: 768px) {
	#articleInfo17 > div ,
	#articleInfo17 .photo {
		margin-left: 0;
		width: 100%;
	}
	#articleInfo17 .photo > div ,
	#articleInfo17 .photo .focus {
		margin: 0px 3%;
		width: 90%;
		top: 80px;
		-webkit-box-shadow: 0 0 10px 2px rgba(28, 8, 50, 0.2);
		box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.2);
	}
	#articleInfo17 .photo .focus:nth-child(2), #articleInfo17 .photo .blut {
		top: 0px;
		/* padding: 5px 2%; */
	}
	#articleInfo17 .photo > div .photo-box img ,
	#articleInfo17 .photo .focus .photo-box img {
		height: auto;
	}
#articleInfo17 .photo .text {
    display: none;
}
#articleInfo17 h2 {
    margin: 10px 0 30px;
    font-size: 20px;
    line-height: 30px;
}
#articleInfo17 .info .item h3 {
    margin-bottom: 3px;
    color: #080404;
    font-size: 26px;
    margin-bottom: 15px;
}
#articleInfo17 .info .item {
    padding: 10px 0;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}
#articleInfo17 .info .item p {
    margin-top: 5px;
    line-height: 1.8em;
    font-size: 16px;
    letter-spacing: 0.8px;
}
}

@media screen and (max-width: 768px){
	.history h3 {
    width: 40%;
}
}