.photo-list {
  background: #fff;
}
.photo-list li {
  width: 4.4rem;
  height: 5.54666667rem;
  border-radius: 0.13333333rem;
  box-shadow: 0 0 0.13333333rem #f3f3f3;
  margin: 0 0 0.4rem 0;
  float: left;
}
.photo-list li .img-box {
  width: 100%;
  height: 4.61333333rem;
  position: relative;
}
.photo-list li:nth-of-type(2n) {
  float: right;
}
.photo-list li .img-box img {
  max-width: 4.4rem;
  max-height: 4.61333333rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.photo-list li .header-box {
  width: 100%;
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  text-align: center;
  font-size: 0.24rem;
  color: #3C424C;
  background: #f5f7f9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*# sourceMappingURL=photo.css.map */