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