.box20250504151830 {
    width:100%;
    max-width: 500px;
    /* margin-bottom:20px; */
}
.box20250504151830 .zoomImage {
    padding-bottom: 169.3%;
    border-radius: 3.3rem;
}
.box20250504151830_2{

	padding: 1rem;/*内边距*/
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.box20250504151830_2.cur{
	background-color: #EFECE4;
	border-radius: 15px 15px 0px 0px;

}
.box20250504151830_2.cur .box20250504151830_title {
	    font-weight: bold;
}

.box20250504151830_title {
    font-size: 2.6rem;
    /* height: 4.6rem; */    /*两行文字的高度*/
    font-weight:lighter;
    /* color: #0b406b; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /*单行缩略*/
}
.box20250504151830_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; /*控制缩略的行数*/
}

/*S非手机端*/
@media (min-width: 1200px){
	.box20250504151830_title {
	    font-size: 26px;

	}
	
}