              .bossgoo-search-result .productsList-1 .proBox .information .details {
                flex-wrap: wrap;
              }

              .bossgoo-search-result .productsList-1 .proBox .information .details p {
                max-width: initial;
                width: 33.3%;
                margin-right: 0;
                padding-right: 15px;
                box-sizing: border-box;
                color: #aaa;
                font-size: 14px;
              }

              .bossgoo-search-result .productsList-1 .proBox .information .details p span:nth-child(1),
              .bossgoo-search-result .productsList-1 .proBox .information .details p span:nth-child(2) {
                max-width: 50%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: inline-block;
              }

              .bossgoo-search-result .productsList-1 .proBox .information .details p span:nth-child(1) {
                font-weight: bold;
              }