.lsjs{
    margin: 0 auto;
}
.lsjs li{
    width: calc(25% - 0.32rem);
    height: 1.5rem;
    border-radius: 0.2rem;
    text-align: center;
  display: inline-block;
    margin-left: 0.24rem;
    margin-bottom: 0.25rem;
    border: 0.02rem solid #eee;
    box-sizing: border-box;

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