.wow {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	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;	
}

#articleInfo6 ul {
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#articleInfo6 ul li {
	width: calc((100% / 3) - 30px);
	margin: 15px;
	height: auto;
	padding: 20px;
	background-color: #f7f7f7;
	}
#articleInfo6 ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: -1;
    width: calc(100% - 8px * 2);
    height: calc(100% - 8px * 2);
    border: 1px solid rgb(183 183 183 / 35%);
}
#articleInfo6 ul li .aboutPhoto {
	overflow: hidden;
	margin: 0 10px;
	background-size: 100% auto;
	text-align: center;
}

#articleInfo6 ul li .aboutPhoto img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	text-align: center;
}

#articleInfo6 ul li:hover .aboutPhoto img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#articleInfo6 ul li .aboutPhoto {border: 4px solid #e8e8e8;}

#articleInfo6 ul li {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}

#articleInfo6 ul li .info {
}

#articleInfo6 ul li .info h4 {
	position: relative;
	padding: 0 0 5px 15px;
	font-size: 16px;
	color: #000;
	transition: all 0.4s ease-in-out 0s;
}

#articleInfo6 ul li .info h4:before {
	position: absolute;
	width: 110px;
	height: 12px;
	bottom: 0;
	left: 0;
	border: 1px solid #000;
	border-top: 0;
	content: "";
	transition: all 0.4s ease-in-out 0s;
}

#articleInfo6 ul:hover li .info h4 {
	letter-spacing:10px;
}

#articleInfo6 ul:hover li .info h4:before {
	width: 150px;
}

#articleInfo6 ul li .info h3 {
	margin: 0 0 0px 0;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(183 183 183 / 35%);
	}
#articleInfo6 ul li .info h3 a{color: #000;display: block;padding: 10px 20px 10px;transition: all 0.4s ease;font-weight: 500;font-size: 18px;}
#articleInfo6 ul li .info h3 a:after {
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #10254a;
    border-right: 1px solid #10254a;
    transform: rotate(45deg);
    vertical-align: 1px;
    
margin-left: 20px;}
#articleInfo6 ul li:hover .info h3 a{color: #ffffff;
    background-color: #87030b;}
#articleInfo6 ul li:hover .info h3 a:after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    margin-left: 50px;
}

#articleInfo6 ul li .info .txtExp a{
    padding: 10px 20px;
    font-size: 15px;
    color: #747474;
    display: block;
}
#articleInfo6 ul li .info article {
	line-height: 180%;
}



@media screen and (max-width: 1140px) {
	#articleInfo6 ul li {
	width: calc((100% / 2) - 30px);
}

}

/************ = Ã©ÂÂ©Ã¦â€¡â€°Ã¦â‚¬Â§ = ************/
/* +width:768 Ã¢â€ â€œ
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo6 ul li {
		width: calc((100% / 1) - 0px);
		height: auto;
		margin: 10px 0px;
	}
	#articleInfo6 ul li .info .txtExp{
    padding: 0px 20px 10px;
}
	#articleInfo6 ul li .info .txtExp a{
    padding: 10px 0px;
}
}


/* +width:480 Ã¢â€ â€œ
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {

}