.box20250202171649 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap:40px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.box20250202171649_tr{
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
	gap:40px;
	width: 100%;
}
.box20250202171649_1{
	width: 100%;/*内容的宽度*/
	font-size: 50px;
	line-height:normal;
	font-weight: bold;
}
.box20250202171649_2{
	width: 100%;/*内容的宽度*/
	font-size: 28px;
	font-weight: 600;

}
.box20250202171649_3{
	width: 100%;/*内容的宽度*/
	/* font-size: 28px; */
	/* font-weight: 600; */
}
.box20250202171649_3 ul{
padding-left:40px;
}
.box20250202171649_3 ul li{
list-style-type:disc
}
.box20250202171649_bt{
	/* position: relative; */

	/* padding: 0px 15px; */
	/* height: 40px; */
	/* line-height: 40px; */
	/* text-align: center; */
	/* font-size: 18px; */
	/* color: #fff; */
	/* border-radius: 4px; */
	/* z-index: 0; */
}


.box20250202171649_table{
	/*background: #000;*/
	/*background-image: url('/template/webpage/images/bg1.jpg');*/
	height: 100%;
	z-index: -9999;
}
.box20250202171649_table table{width:100%;}
.box20250202171649_table table{
	border-top: 1px dotted #0000001a;
}
.box20250202171649_table td{
	padding:15px;
	border-bottom: 1px dotted #0000001a;
}
.box20250202171649_table table tr td:first-child{ /*控制表格第一个单元格的宽度*/
	 width:35%;
}
/*偶行*/
.box20250202171649_table .even:first-child{
	background-color:#f4f4f4;
	font-weight: bold;
}
/*奇行*/
.box20250202171649_table .odd:first-child {
	background-color:#00000006;
		font-weight: bold;
}
@media (min-width: 1200px){
	
}