/*鍥剧墖鍒楄〃*/
.photo-list {
  width: 8.4rem;
  margin: 0.4rem auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photo-list li {
  width: 4rem;
  height: 3.46666667rem;
  box-shadow: 0 0 0.13333333rem #eee;
  margin: 0 0 0.4rem 0;
  border-radius: 0.21333333rem;
  overflow: hidden;
  position: relative;
}
.photo-list li img {
  width: 100%;
  height: 2.66666667rem;
}
.photo-list li div {
  line-height: 0.66666667rem;
  padding: 0.13333333rem;
  font-size: 0.37333333rem;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
