.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;
}
#articleInfo12 {
	overflow: hidden;
}
#articleInfo12 .row .slogan {margin: 30px 0 40px;}
#articleInfo12 .row .slogan h3{
    text-align: center;
    margin-bottom: 20px;
}
#articleInfo12 .row .slogan h2{
    text-align: center;
    font-family: "Crimson Text", serif, å¾®è»Ÿæ­£é»‘é«”;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 32px;
    background-color: #e4e4e4;
    background: linear-gradient(0deg,#fdfdfd 0%,#bebebe 20%,#e8e8e8 30%,#9a9a9a 65%,#e2e2e2 90%,#fbfbfb 65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 100%;
    text-transform: uppercase;
}
#articleInfo12 .row .slogan p{
    text-align: center;
    font-size: 16px;
}
#articleInfo12 .row p{
    line-height: 200%;
    font-size: 18px;
    text-align: end;
}
#articleInfo12 .row p b{
    color: red;
    margin: 0 5px;
}
#articleInfo12 .row h3 {
	font-size: 40px;
	color: #001e61;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	line-height: 170%;
}
#articleInfo12 .row h3:hover:after {
	width: 95%;
}
#articleInfo12 .row article {
	margin: 10px 0;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	font-size: 15px;
	line-height: 200%;
}
#articleInfo12 .row .imgBox{
    overflow: hidden;
}
#articleInfo12 .row .imgBox p{
    margin: 5px;
    float: left;
    width: calc((100%/2) - 10px);
}
#articleInfo12 .row h4 {
	margin: 30px 0 0;
	font-size: 25px;
	color: #001e61;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	background-color: #e4e4e4;
	background: linear-gradient(0deg,#fdfdfd 0%,#bebebe 20%,#e8e8e8 30%,#9a9a9a 65%,#e2e2e2 90%,#fbfbfb 65%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	line-height: 30px;
}
#articleInfo12 .row ul{
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
#articleInfo12 .row ul li{
    float: left;
    width: 25%;
    line-height: 200%;
}
#articleInfo12 .row .topBox {
	overflow: hidden;
}
#articleInfo12 .row .bottom {overflow: hidden;}
#articleInfo12 .row .bottom ul{float: left;width: 50%;}
#articleInfo12 .row .bottom ul li{float: none;width: 100%;}
#articleInfo12 .row .bottom ul li b{color: red;margin: 0 5px;}

#articleInfo12 .row .bottom ul li:nth-child(1) {
	    color: #bf9f62;
    font-size: 20px;
    font-weight: bold;
}
#two .item {
	overflow: hidden;
	position: relative;
	margin: 30px 0;
	padding: 40px;
}
#two .item:hover{
    background-color: rgb(255 255 255 / 7%);
    border-radius: 35px;
}
#two .item > div {
	float: left;
	width: 35%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#two .item:nth-child(2n) > div {
	float: right;
}
#two .item:nth-child(2n) .photo {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#two .item .photo {
	overflow: hidden;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#two .item .photo img {
	width: 100%;
}
#two .item .info {
	margin: 0 0 0 5%;
	width: 60%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#two .item:nth-child(2n) .info {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	margin: 0 5% 0 0;
}
#two .item .info h5 {
	padding: 10px 0;
	font-size: 25px;
	color: #444;
	background-color: #bf9f62;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
}
#two .item .info h3 {
	padding: 15px;
	font-size: 20px;
	color: #87623e;
}
#two .item .info article {
	margin: 0;
}
#articleInfo12 .row .downBox {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

@media screen and (max-width: 768px) {
	#articleInfo12 .row ,
	#articleInfo12 .row:nth-child(2) {
		margin-bottom: 15px;
		width: 100%;
	}
	#two .item{
    padding: 10px 0;
}
	#articleInfo12 .row ul li {
		width: 33%;
	}
	
}

@media screen and (max-width: 480px) {
	#articleInfo12 .row h3 {
		font-size: 35px;
	}
	#articleInfo12 .row ul li {
		float: none;
		width: 100%;
	}
	#two .item > div{
		float: none;
		width: 100%;
	}
	#two .item .info, #two .item:nth-child(2n) .info{
		margin: 15px 0 0;
		width: 100%;
	}
	#articleInfo12 .row .bottom ul {
    float: none;
    width: 100%;
}
}