.box20221222223929{
	float: left;
	position:relative;
	width: 100%;
	margin-bottom: 0px;
	background-color: #dedede;	
}
.box20221222223929 .picbox{
	background-color: #dedede;
}
.box20221222223929 .zoomImage{
	padding-bottom: 92%;
}

.box20221222223929 .title{
font-size:5rem;
	font-weight: bold;
}

.box20221222223929 .more{
	font-size:18px;
	line-height:30px;
	padding-left: 15px;
	padding-right: 0px;
}
.box20221222223929 .titel_line{
	float: left;
	width: 100%;
	margin: 13px 0px;
	border-bottom: 1px solid #333;
}

.box20221222223929 .content{
	font-size:5rem;
}

.box20221222223929_1{
	padding-left: 0px;
	padding-right: 0px;/*默认左右框架的间隔*/
}

/*大屏端*/
@media (min-width: 992px){
	.box20221222223929_1{
		width: 58rem;
		padding: 0px;
	}
	.box20221222223929_2{
		/*width: 26rem;*/
		max-height: 27.8125vw;
		background-color: #dedede;
		padding: 2rem 3rem;
		overflow:hidden;
	}
	.box20221222223929 .title{
		font-size: 2rem;
		font-weight: bold;
		
		overflow: hidden;
		text-overflow: ellipsis;
		/*white-space: nowrap;*/
	}
	.box20221222223929 .content{
		font-size: 2rem;
	}
}