.box20250920002923 {
    width:100%;
    /* max-width: 500px; */
    /* margin-bottom:20px; */
}
.box20250920002923 .zoomImage {
    padding-bottom: 100%;
    transition: 0.5s all; /*动画时间0.5秒*/
}
.box20250920002923 .zoomImage:hover {
	transform:scale(1.2); /*动画放大1.2倍*/
}
.box20250920002923_1{
		overflow: hidden;/*防止动画溢出*/
}
.box20250920002923_2{
	/*background-color: #D2D2D2;*/
	padding: 1rem;/*内边距*/
	
}
.box20250920002923_title {
    text-align: center;
    font-size: 1.6rem;
    height: 4.6rem;    /*两行文字的高度*/
    font-weight: bold;
    color: #0b406b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /*单行缩略*/
}
.box20250920002923_jianjie {
    font-size: 1.6rem;
    color: #0b406b;
	height: 4.5rem;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /*控制缩略的行数*/
}