.box20231204105413_1 {
    height: 22.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.box20231204105413_1 img{
	max-width: 240px;
	max-height: 16rem;
    filter:drop-shadow(100vw 0px 0 #fff);
 	position: relative;
    right: 100vw;
}

.box20231204105413_2{
	height: 22.6rem;
	display: flex;
	align-items: center;	
}
@media (min-width: 1280px){
	.box20231204105413_1{
		width: 48rem;/*左边列总宽*/
		padding-left: 0rem;
		padding-right: 15px;
		border:dashed 0px #ff0000;
	}
	.box20231204105413_2{
		width: 71.9rem;/*右边内容的宽度*/
		padding: 0rem;/*内边距清零*/
		border:dashed 0px #ff0000;
	}
}