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