.box20221223165408_1{
color: #fff;
}
.box20221223165408_content{
	font-size: 12px;
	margin-top: 3.5rem;
}
.box20221223165408_content td{
line-height: 28px;
}
@media (min-width: 992px){
	
	.box20221223165408{
		display: flex;
		/*justify-content: space-between;*/
	}
	.box20221223165408_1{
		/*font-size: 2.5rem;*/
		
		width: 59rem;/*左边内容的宽度*/
		padding: 0px; /*清空col-md-6的内边距*/
		/*padding-right: 3.385416667vw;*/
	}
	.box20221223165408_title{
		font-size: 1.8rem;
	}


	
	.box20221223165408_2{
		width:auto;/*右边内容的宽度*/
		padding: 0px;/*清空col-md-6的内边距*/
		margin-left: 0px;
	}
}