.box20231026104039 {
	background-color: #f5f5f5;
}
.box20231026104039 img{
	max-width: 100%;
}

.tab-content{
	/*background: #000;*/
	/*background-image: url('/template/webpage/images/bg1.jpg');*/
	height: 100%;
	z-index: -9999;
	padding-top: 5.5rem;
}
.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){

}