.box20231204105413_1{
	height: 22.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box20231204105413_1 img{
	max-width: 100%;
	max-height: 16rem;
}

.box20231204105413_2{
	height: 22.6rem;
	display: flex;
	align-items: center;	
}
@media (min-width: 1280px){
	.box20231204105413_1{
		width: 58rem;/*左边列总宽*/
		padding-left: 0rem;
		padding-right: 34rem;
		border:dashed 0px #ff0000;
	}
	.box20231204105413_2{
		width: 61.9rem;/*右边内容的宽度*/
		padding: 0rem;/*内边距清零*/
		border:dashed 0px #ff0000;
	}
}