.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
#articleInfo16{
    margin: 60px auto 0;
    max-width: 1600px;
}
#articleInfo16 .item {
	overflow: hidden;
	position: relative;
	margin: 15px 0 30px;
	width: 100%;
	display: flex;
	padding: 0px 0px 60px 0px;
justify-content: center;}
#articleInfo16 .item > div {
	width: 50%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo16 .item:nth-child(2n) {display: flex;flex-direction: row-reverse;}
#articleInfo16 .item:nth-child(2n) .photo {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo16 .item:nth-child(2n) .info::before{right: -50px;left: auto;}
#articleInfo16 .item .photo {
	overflow: hidden;
	background-repeat: no-repeat;
width: 60%;}
#articleInfo16 .item .photo img {width: 100%;height: 580px; object-fit: cover;}
#articleInfo16 .item .info {
	margin: 0 0 0 5%;
	width: 30%;
	height: 80%;animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	margin: 30px 0px 0px -30px;
	padding: 60px 60px;
	background-color: #ffffff;
	align-items: flex-start;
	flex-direction: column;
}
#articleInfo16 .item .info::before {content: '';position: absolute;left: -50px;top: 0%;margin-top: -0.5px;width: 110px;height: 3px;background-color: #b0946a;}

#articleInfo16 .item:nth-child(2n) .info {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	margin: 60px -30px 0px 0px;
}
#articleInfo16 .item .info h5 {
	color: #b0946a;
	font-size: 16px;
	font-weight: 500;
font-family: 'Montserrat', sans-serif;}
#articleInfo16 .item .info h3 {
	padding: 0 0 15px 0;
	margin-bottom: 15px;
	font-size: 2.2em;
	letter-spacing: 1.5px;font-weight: 500;
	line-height: 1.3;
	color: #444444;
	border-bottom: 1px #b0946a solid;
}
#articleInfo16 .item .info article {
	margin: 0 15px;
}
#articleInfo16 .item .resBox {
    display: flex;
}
#articleInfo16 .item .resBox .text{
    width: 50%;
}
#articleInfo16 .item .resBox .text h3{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 10px;
    background-color: #C7E3E0;
    color: #444444;
    font-size: 18px;
    font-weight: 200;
    line-height: 2em;
    }
#articleInfo16 .item .resBox .text ol li {
    display: flex;
    position: relative;
    padding: 5px 0;
}
#articleInfo16 .item .resBox .text ol li:after {
    content: "";
    border-color: #ddd;
    border-top-style: dotted;
    border-top-width: 1px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
#articleInfo16 .item .resBox .text ol li i{
	align-self: center;
	padding-right: 10px;
	color: #C8B086;
	font-size: 12px;
	}
.text-editor {
    margin: 0;
    padding: 30px 0px 0px;
    
    
    background-position: 30px 30px;
    background-repeat: no-repeat;
    background-size: 50px auto;
    
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    overflow: hidden;
}
.text-editor p{margin-bottom: 1.3em;color: #7a7a7a;font-size: 16px;}
.text-editor p .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    width: 120px;
}
#articleInfo16 .item:last-child .info{
    /* width: 100%; */
    /* margin: 30px 0px 0px 30px; */
}
@media screen and (max-width: 1560px) {
	#articleInfo16{
    margin: 0 auto 0;
    max-width: 100%;
}
}
@media screen and (max-width: 768px) {
	#articleInfo16 .item .photo {
		width: 100%;
	}
	#articleInfo16 .item:nth-child(2n) .photo {
		right: 0;
	}
	#articleInfo16 .item .info {
		margin: 0;
		width: auto;
		padding: 15px 15px;
	}
	#articleInfo16 .item:nth-child(2n) .info{
    margin: 0px 0px 0px 0px;
}
	#articleInfo16 .item:last-child .info{
    margin: 0px 0px 0px 0px;
    width: auto;
padding: 30px;}
	#articleInfo16 .item .info h5 ,
	#articleInfo16 .item .info h3 {
	}
	#articleInfo16 .item .info h3 {
		padding: 0 0 15px 0%;
		font-size: 1.3em;
	}
	#articleInfo16 .item:nth-child(2n) .info h5 ,
	#articleInfo16 .item:nth-child(2n) .info h3 {
		margin: 0 auto 0 0;
	}
	#articleInfo16 .item,#articleInfo16 .item:nth-child(2n){
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 20px 0px;
    margin: 15px 0 10px;
}
	.text-editor p .alignright{
    float: left;
    margin-left: 0;
    width: 100px;
}
	.text-editor{margin: 10px 0px 0px 0px;background-position: 5px 5px;}
#articleInfo16 .item .resBox .text ol li{
    font-size: 0.9em;
}
	#articleInfo16 .item .resBox .text h3{font-size: 1em;}
#articleInfo16 .item .info::before {display: none;}
}
@media screen and (max-width: 480px) {
	#articleInfo16 .item > div ,
	#articleInfo16 .item:nth-child(2n) > div {
		float: none;
	}
	#articleInfo16 .item .photo {
		position: relative;
	}
	#articleInfo16 .item .resBox{
    display: flex;
    flex-direction: column;
}
	#articleInfo16 .item .resBox .text{
    width: 100%;
    padding-bottom: 20px;
}
	.text-editor p{
    font-size: 0.9em;
    margin-bottom: 0.8em;
}
	#articleInfo16 .item .info h3 {
		font-size: 1.6em;
		padding: 0 0 5px 0%;
		margin-bottom: 10px;
	}
#articleInfo16 .item .photo img {height: 230px; }
}
