.box20250704205622_1{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:20px;
}
@media (min-width: 1200px){
	.box20250704205622_1{
		/* width: 950px; *//*左边内容的宽度*/
		padding: 0px; /*清空col-md-6的内边距*/
	}
	.box20250704205622_2{
		width: 250px;/*右边内容的宽度*/
		padding: 2px;/*清空col-md-6的内边距*/
	}
}

.tab-content{
	/*background: #000;*/
	/*background-image: url('/template/webpage/images/bg1.jpg');*/
	height: 100%;
	z-index: -9999;
	padding-top: 5.5rem;
}
.tab-content img{max-width: 100%;}
.tab-content table{width:100%;}
.tab-content td{ padding:15px;
	border-bottom-width: 1px;
	    border-bottom-style: solid;}
.tab-content table tr td:first-child{ /*控制表格第一个单元格的宽度*/
	 width:35%;
}
/*偶行*/
.tab-content .even {
	background-color:#F7F7F7;

}
/*奇行*/
.tab-content .odd {

}

@media (min-width: 992px){

}