.pro-detials-listshow .fll, .pro-detials-listshow .flr {
    max-width: 40%;
    height: 22px;
   
    line-height: 22px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
}