.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}

#articleInfo3 ul li {
	overflow: hidden;
	color: #333;
	position:relative;
	background-color: #fff;
}
#articleInfo3 ul li .bgset{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
}
#articleInfo3 ul li .bgset img{
	width:100%;
	height:100%;
	object-fit: cover;		
}
#articleInfo3 .tit {
	margin: 80px 0px;
	margin-bottom: 0;
	transition: all 0.4s ease-in-out 0s;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	width: 94%;
	float: left;
	background-color: #fff;
}

#articleInfo3 ul li:hover .tit {
}

#articleInfo3 .tit i ,
#articleInfo3 .tit h2 {
	display: inline-block;
	font-size: 30px;
	font-size: 35px;
	line-height: 3.5rem;
	color: #555;
	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;
}

#articleInfo3 .tit i {
	margin-right: 10px;
	font-size: 40px;
	vertical-align: inherit;
}

#articleInfo3 article {
	margin: 20px 0px 0 0px;
	font-size: 16px;
	line-height: 170%;
	width: 90%;
}

#articleInfo3 article p{
	    margin-top: 5px;
    line-height: 1.8em;
    font-size: 16px;
    letter-spacing: 0.8px;
}
/* + articleInfo3 Ã§Â¬Â¬Ã¤Â¸â‚¬Ã¥â‚¬â€¹li
*----------------------------------------------------------------------------*/

#articleInfo3 ul li:first-child .info {
	padding: 20px 2%;
	width: 46%;
	background: rgba(255,255,255,0.7);
	position: relative;
    z-index: 2;
}

#articleInfo3 ul li:first-child .info  .tit {
	margin-top: 0;
}

#articleInfo3 ul li:first-child:hover .tit {
}

#articleInfo3 ul li:first-child .info  .tit i {
	font-size: 70px;
}

#articleInfo3 ul li:first-child .info h2 {
	font-size: 48px;
	line-height: 45px;
}

#articleInfo3 ul li:first-child .info h2 b {
	font-size: 30px;
	display: block;
}

#articleInfo3 ul li:first-child .info .info article {
	margin: 30px 10px 0 90px;
}

#articleInfo3 ul li .wow {
	overflow: hidden;
	float: left;
	width: 50%;
	margin-left: 0%;
}

#articleInfo3 ul li .leftBox {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}

#articleInfo3 ul li .rightBox:nth-child(odd) {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	position: absolute;
	top: 20%;
	left: 54%;
	padding-left: 20px;
	padding-right: 20px;
	width: 740px;
	transform: translate(-50%, -50%);
	float: left;
}
#articleInfo3 ul li .rightBox{
	
width: 50%;
	
margin-left: 0%;
}

#articleInfo3 ul li .photoBox img {
	transition: all 1s ease-in-out 0s;
	transform: scale(1,1);
}



/************ = Ã©ÂÂ©Ã¦â€¡â€°Ã¦â‚¬Â§ = ************/


@media screen and (max-width: 1280px) {
	#articleInfo3 .tit {
    margin: 30px;
}
#articleInfo3 .tit i, #articleInfo3 .tit h2 {
    font-size: 26px;
    line-height: 2.5rem;
}
#articleInfo3 article {
    width: 93%;
}
}

/* +width:1024 Ã¢â€ â€œ
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#articleInfo3 ul li:first-child .info {
		width: 50%;
	}
	#articleInfo3 article {
		margin: 9px 10px 0 0px;
	}
}

@media screen and (max-width: 960px){
		#articleInfo3 ul li:first-child .info {
		width: 70%;
	}
	#articleInfo3 ul li .wow {
		width: 100%;
	}
	#articleInfo3 ul li:nth-child(3) {
		background-position: right 50%;
	}
	#articleInfo3 ul li:nth-child(5) {
		background-position: right bottom;
	}
	#articleInfo3 ul li:nth-child(2) .leftBox ,
	#articleInfo3 ul li:nth-child(3) .rightBox ,
	#articleInfo3 ul li:nth-child(4) .leftBox ,
	#articleInfo3 ul li:nth-child(5) .rightBox {
		/* display: block; */
	}
}

/* +width:768 Ã¢â€ â€œ
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo3 ul li {
		padding-bottom: 15px;
		/* border-bottom: 1px #ccc solid; */
	}
	#articleInfo3 ul li:first-child {
		padding-bottom: 0;
		border-bottom: 0;
	}
	#articleInfo3 ul li:first-child .info {
		width: 70%;
	}
	#articleInfo3 ul li .wow {
		width: 100%;
	}
	#articleInfo3 ul li:nth-child(3) {
		background-position: right 50%;
	}
	#articleInfo3 ul li:nth-child(5) {
		background-position: right bottom;
	}
	#articleInfo3 ul li:nth-child(2) .leftBox ,
	#articleInfo3 ul li:nth-child(3) .rightBox ,
	#articleInfo3 ul li:nth-child(4) .leftBox ,
	#articleInfo3 ul li:nth-child(5) .rightBox {
		/* display:none; */
	}
}


/* +width:640 Ã¢â€ â€œ
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#articleInfo3 ul li:first-child .info {
		width: 80%;
	}
}


/* +width:480 Ã¢â€ â€œ
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo3 ul li:first-child .info {
		width: 100%;
	}
#articleInfo3 .tit {
    margin: 5px;
}
}


/* +width:450 Ã¢â€ â€œ
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#articleInfo3 ul li:first-child {
		background-size: cover;
	}
	#articleInfo3 ul li:first-child .info .tit i {
		font-size: 50px;
	}
	#articleInfo3 ul li:first-child .info .tit {
		margin: 0;
	}
	#articleInfo3 ul li:first-child .info h2 {
		font-size: 30px;
		line-height: 30px;
	}
	#articleInfo3 ul li:first-child .info h2 b {
		font-size: 25px;
	}
	#articleInfo3 ul li:nth-child(2) ,
	#articleInfo3 ul li:nth-child(3) ,
	#articleInfo3 ul li:nth-child(4) ,
	#articleInfo3 ul li:nth-child(5) {
		background: none;
	}
}
