.box20220516173058 {
	
	width:100%;
	margin-top:0px;
	margin-bottom:4rem;
	/*max-width: 500px;*/
	border:0px solid #dddddd;
	background-color: #fff;
	transition: all .5s;
	box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.2);
}
.box20220516173058:hover{
	/*box-shadow: 0px 5px 10px #333;*/
	/*box-shadow: 0 0 6px 3px rgb(0 0 0 / 8%);*/
	margin-top:-2rem;
	box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.2);
	
}

.box20220516173058 .picbox{
	padding-bottom: 60%; /*图片的长宽比，默认是正方形100%*/
	overflow: hidden;
}

.box20220516173058 .zoomImage {	
    padding-bottom: 100% !important;
	background-size:cover !important;
	transition: 0.5s all; /*动画时间0.5秒*/
}
.box20220516173058 .zoomImage:hover {
	transform:scale(1.2); /*动画放大1.2倍*/
}
.box20220516173058_hang1 {
    width: 100%;
    padding: 15px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
}

@media (min-width: 992px){
	.box20220516173058_hang1{
		height: 13.4rem;
	}
}

.box20220516173058_title{
	font-size: 18px;
	/*font-weight: bold;*/
	/*color: #ccc;*/
	line-height: 160%;
	text-align: left;
	margin-bottom: 15px;
}
.box20220516173058 .jianjie{
	/*height: 46px;*/
	overflow: hidden;
}
.box20220516173058_bt{

	font-size: 14px;
	color: #fff !important;
	background-color: rgba(239, 107, 1, 1);
	border-radius: 5px;
	text-align: center;
	padding: 10px 20px;
}