/*css*/
.box20240909165643{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	border-bottom: 1px dashed #333;	
}
/*设置列数据*/
.box20240909165643_1{


    width: calc(100% - 10rem);
    line-height: 4rem;
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.box20240909165643_2{
	color:#ccc;
	line-height: 4rem;
	padding: 0px; /*清空col-md-6的内边距*/
}
/*偶行*/
.box20240909165643.even {
/*	background-color:#f2f2f2;*/
}
/*奇行*/
.box20240909165643 .odd {

}

/*S非手机端*/
@media (min-width: 768.5px){
	.box20240909165643_1{
		/*width: 33%;*/
	}
	.box20240909165643_2{
		/*width: 33%;*/

	}
}
/*E非手机端*/
