.box20220513151522{
	color: #fff;
	position:relative;
	overflow: hidden;/*防止动画溢出*/
}

.box20220513151522 .box1{
	width: 100%;
	line-height: 28px;
}

.box20220513151522 .zoomImage {	
    padding-bottom: 100% !important;
	background-size:cover !important;
	transition: 0.5s all; /*动画时间0.5秒*/
}
.box20220513151522 .zoomImage:hover {
	transform:scale(1.2); /*动画放大1.2倍*/
}
.box20220513151522_box2{
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.4);
	padding: 15px;
}

.box20220513151522 .box2 a{
color: #fff;
}
.box20220513151522 .title{
	font-size:24px;
	text-align: center;
}

@media (min-width:1200px){
	.box20220513151522 .box1{
	}
}

