
#articleInfo152 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
}
#articleInfo152 .tit h3 {
	text-align: center;
	font-size: 30px;
}
#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: 20px 0 15px;
	z-index: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#articleInfo152 ul li {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	width: calc((100%/4) - 10px);
	margin: 5px;
	border: 1px solid #f1f1f1;
}
#articleInfo152 ul li .item {
	padding: 30px 10px 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}
#articleInfo152 ul li:nth-child(2) .item {
}
#articleInfo152 ul li .item .circle {
	position: relative;
	width: 85px;
	height: 85px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	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;
    border: 0px solid #e6e6e6;
    margin: 10px auto;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: center;
}
#articleInfo152 ul li .item .Txt article{
    text-align: center;
}
#articleInfo152 ul li .item .Txt p{
	    margin-bottom: 6px;
	    font-weight: 500;
	    color: #fff;
	    font-size: 17px;
	    position: absolute;
	    padding: 10px 10px;
	    right: -10px;
	    top: -130px;
	    background-color: #712974;
}
@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;
	}
	#articleInfo152 ul li{
    width: calc((100%/2) - 10px);
}
#articleInfo152 ul{
    padding: 0px 0px 15px;
}
#articleInfo152 ul li .item .circle{
    /* width: 65px; */
    /* height: 65px; */
}
#articleInfo152 ul li .item .circle img{
    width: 80%;
}
#articleInfo152 ul li .item .Txt p{
    font-size: 12px;
    top: -110px;
    right: -15px;
}
#articleInfo152 ul li .item article{
    font-size: 14px;
}
}
@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: 10px 0 20px 0;
	}
	#articleInfo152 ul li{
    width: calc((100%/1) - 10px);
}
#articleInfo152 ul li .item .Txt p{
    font-size: 12px;
    top: -110px;
    right: 0px;
}
}
@media screen and (max-width: 480px) {
	#articleInfo152 ul li {
		width: 100%;
	}
	#articleInfo152 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
}
