.dan_ge20220610180153 {
	padding-top: 15px;
	margin-bottom:20px;
	max-width: 100%;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	border:1px solid #dddddd;
	/*box-shadow: 0 0 6px 3px rgb(0 0 0 / 8%);*/
	box-shadow: 0 0 8px rgb(0 0 0 / 18%);
	border-radius: 8px;

}

.dan_ge20220610180153 .picbox{
	padding-bottom: 100%; /*图片的长宽比，默认是正方形100%*/
}
.dan_ge20220610180153 .box1{
	margin: 30px;
	overflow: hidden;
}
.dan_ge20220610180153 .zoomImage {	
    padding-bottom: 100% !important;
	background-size:cover !important;
	transition: 0.5s all; /*动画时间0.5秒*/
}
.dan_ge20220610180153:hover .zoomImage {
	/*transform:scale(1.2); *//*动画放大1.2倍*/
}

.dan_ge20220610180153_hang1{
	padding: 0px;
}

.dan_ge20220610180153_title{
	font-size: 18px;
	font-weight: bold;
	color: #0b406b;
}

.dan_ge20220610180153_bt{
	/*float: left;*/
	font-size: 14px;
	color: #d5414d;
	text-align: center;
	padding: 10px 0px;
	border-top: 1px #f2f2f2 solid;
	line-height: 30px;
	border-radius: 0px 0px 8px 8px;
}
.dan_ge20220610180153_bt:hover{
	color: #fff !important;
	background-color: #d5414d;

}