.PictureList-bigbox{
  padding: 0.59rem 0.3rem 0.36rem 0.3rem;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.PictureList-ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 0.31rem;
}

.PictureList-li-a-img{
  width: 3.29rem;
  height: 2.47rem;
}

.PictureList-li-a-text{
  margin-top: 0.28rem;
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
  width: 3.29rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}