.lsjs{
    width: 100%;
}
.lsjs li{
    width: calc(25% - 0.35rem);
    height: 1.4rem;
    border-radius: 10px;
    text-align: center;
  display: inline-block;
    margin-left: 0.24rem;
    margin-bottom: 0.25rem;
    border: 1px solid #eee;
    box-sizing: border-box;

}
.lsjs li img{
    width: 0.7rem;
    height: 0.7rem;
    padding-top: 8px;
    object-fit: contain;
}
.lsjs li p {
    color: #333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .2rem;
    padding-top: 0.15rem;
    text-align: center;
}
