.demand_list {
    display: flex;
    justify-content: space-evenly;
    padding: 30px 0;
}

.demand_list_left{
    width: 1195px;
}

.demand_li{
    padding: 10px 50px 10px 30px;
    border: #eee solid 1px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-size: 14px;
    height: 56px;
}

.demand_li_l{
    width: 580px;
    font-size: 16px;
    line-height: 28px;
}

.demand_li_l .title{
    color: #2961c0;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.demand_li_l .title span{
    color: #4ea3ff;
    margin-right: 10px;
}

.demand_li_l .desc{
    width: 580px;
    font-size: 14px;
    line-height: 28px;
}

.demand_li_l .desc span{
    margin: 0 30px;
}

.demand_li_c{
    width: 200px;
    line-height: 28px;
    text-align: center;    
}
.demand_li_c span:nth-child(1){
    color: #2961c0;
}
.demand_li_c span:nth-child(2){
    color: #4ea3ff;
}
.demand_li_r .btn{
    width: 90px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    text-align: center;
    background: #f5f5f5;
    border: #eee solid 1px;
}
.demand_li_r .btn.on{
    background: #faf2ea;
    border: #4ea3ff solid 1px;
}
.demand_list_right{
    width: 328px;
    border: #eee solid 1px;
    border-radius: 5px;
    height: min-content;
}
.demand_list_right .tit{
    height: 55px;
    line-height: 55px;
    border-bottom: #eee solid 1px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.demand_list_right .list{
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}
.demand_list_right .li{
    padding: 12px 0 20px;
    border-bottom: #eee solid 1px;
}
.demand_list_right .li:last-child{
    border-bottom: 0;
}

.demand_list_right .li .total{
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #4ea3ff;
}
.demand_list_right .li .title{
    line-height: 24px;
    font-size: 14px;
    color: #2961c0;
}
.demand_list_right .li .title span{
    color: #666;
    margin-left: 30px;
}
