/*css*/
.box20240802155333 {
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
	gap:10px;
	width: 100%;

}
.box20240802155333_1{
	width: 100%;/*内容的宽度*/

}
.box20240802155333_1 .zoomImage {
    padding-bottom: 66.978%;
}
.box20240802155333_2,.box20240802155333_3,.box20240802155333_5{
	font-size: 16PX;
	font-weight: bold;
	width: 100%;/*内容的宽度*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; /*单行缩略*/
}
.box20240802155333_4{
	width: 100%;/*内容的宽度*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; /*单行缩略*/
}