
#articleInfo152 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
}
#articleInfo152 .tit h3 {
	text-align: center;
	text-transform: uppercase;
	line-height: 120%;
	font-size: 58px;
	font-weight: bold;
	letter-spacing: 2.2px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Abhaya Libre', serif;
	-webkit-text-stroke: 0.5px #d2d2d2;
	color: transparent;
}
#articleInfo152 .tit .send {
	padding: 0 20px 0px;
	width: 200px;
	margin: 10px auto 30px;
}

#articleInfo152 .tit article{
    text-align: center;
}
#articleInfo152 ul {
	overflow: hidden;
	position: relative;
	padding: 0px 0 15px;
	z-index: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#articleInfo152 ul li {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	width: calc((100%/3) - 10px);
	position: relative;
}
#articleInfo152 ul li::after {
    border-right: 4px solid #484848;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    width: 8px;
    height: 8px;
    border-top: 4px solid #484848;
}
#articleInfo152 ul li:first-child::after{
    display: none;
}
#articleInfo152 ul li .item {
	padding: 40px 30px;
	display: flex;
	justify-content: space-between;
}
#articleInfo152 ul li:nth-child(2) .item {
}
#articleInfo152 ul li .item .circle {
	position: relative;
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	text-align: center;
	font-size: 30px;
	line-height: 240%;
}
#articleInfo152 ul li .item .circle img{
    width: 80%;
}
#articleInfo152 ul li .item:hover .circle {
	animation: flipInX 1.5s both;
	-webkit-animation: flipInX 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
#articleInfo152 ul li .item .circle i{
    color: #426f35;
}
#articleInfo152 ul li .item .Txt{
    flex-grow: 1;
    width: 50px;
    margin-left: 20px;
}
#articleInfo152 ul li .item .Txt p{
	    padding: 5px 0 2px;
	    margin-bottom: 6px;
	    font-weight: 500;
	    color: #111;
	    border-bottom: 1px solid #e5e5e5;
	    font-family: 'Abhaya Libre', serif;
}
#articleInfo152 ul li .item .Txt article{
    margin: 10px 0px;
}
@keyframes flipInX{
	0%{ transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity:0; }
	40%{ transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; }
	60%{ transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ transform: perspective(400px) rotateX(-5deg); }
	to{ transform:perspective(400px); }
}
@-webkit-keyframes flipInX{
	0%{ -webkit-transform: perspective(400px) rotateX(90deg); -webkit-animation-timing-function: ease-in; opacity:0; }
	40%{ -webkit-transform: perspective(400px) rotateX(-20deg); -webkit-animation-timing-function: ease-in; }
	60%{ -webkit-transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ -webkit-transform: perspective(400px) rotateX(-5deg); }
	to{ -webkit-transform:perspective(400px); }
}


#articleInfo152 ul li .item p {
	font-size: 18px;
}
#articleInfo152 .imgBox {
	overflow: hidden;
}
#articleInfo152 .imgBox p {
	margin: 0 1% 0 0;
	overflow: hidden;
	float: left;
	width: 49%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInUp;
}
#articleInfo152 .imgBox p:nth-child(2) {
	margin: 0 0 0 1%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo152 .imgBox p:hover img {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
@media screen and (max-width: 1140px) {
	#articleInfo152 ul li{
    width: calc((100%/2) - 10px);
}
}
@media screen and (max-width: 768px) {
	#articleInfo152 ul li .item {
		padding: 15px 20px 40px;
	}
	#articleInfo152 ul li{
    width: calc((100%/1) - 10px);
}
#articleInfo152 ul li .item .circle{
    background-color: #fff;
    width: 70px;
    height: 90px;
}
#articleInfo152 ul:before{
    content: '';
    position: absolute;
    top: 0;
    left: 60px;
    width: 1px;
    height: 100%;
    background: rgb(231 231 231 / 78%);
    }
    #articleInfo152 ul li::after{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(
135deg);
    left: 50px;
    top: -15%;
}
}
@media screen and (max-width: 640px) {
	#articleInfo152 ul li {
		width: 50%;
	}
	#articleInfo152 ul li:nth-child(3) {
		width: 100%;
	}
	#articleInfo152 ul li .item {
		border-left: 0;
		padding: 20px 0;
	}
	#articleInfo152 ul li{
    width: calc((100%/1) - 10px);
}
#articleInfo152 ul:before{
    left: 42px;
}
#articleInfo152 ul li::after{
    left: 32px;
    top: -10px;
}
}
@media screen and (max-width: 480px) {
	#articleInfo152 ul li {
		width: 100%;
	}
	#articleInfo152 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
	#articleInfo152 ul:before{
    left: 38px;
}
}
