.box20250710194028 {
    width:100%;
    /* max-width: 500px; */
    margin-bottom:20px;
}
.box20250710194028 .zoomImage {
    padding-bottom: 75%;
}
.box20250710194028_2{
	/*background-color: #D2D2D2;*/
	padding: 1rem;/*内边距*/
	
}
.box20250710194028_title {
    font-size: 1.6rem;	
	height: 4.6rem;    /*两行文字的高度*/
	font-weight: bold;
    color: #0b406b;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; /*单行缩略*/
}
.box20250710194028_jianjie {
    font-size: 1.6rem;
    text-align: left;
    color: #0b406b;
    height: 4.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /*控制缩略的行数*/
}