#geleiyingcai_content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 45px;  
    width: 100%;
    margin: 25px;}
.content_LeftList {
    flex: 0 0 20%;           /* 不允许放大、不允许缩小、统一 20% 宽 */
    display: flex;
    align-items: center;
    height: 35px;
    border-bottom: 1px solid #ddd;
    

    float: left;}
#geleiyingcai_content .list_img1 {
    width: 12px;
    height: 30px;
    float: left;
    display: inline;
    background-image:url(img/mrms/yuanquan.png);
    background-position: center center;
    background-repeat: no-repeat;}
.LeftList_content {
    float: left;
    display: inline;
    height: 30px;
    line-height: 30px;
   
   
    white-space: nowrap;
    overflow: hidden;
    
    font-size: 14px;
    font-family: "微软雅黑";
    text-indent: 10px;}
