.content {
  width: 100%;
  font-size: 0.4rem;
  color: #333333;
}
.content .info {
  padding: 0.46666667rem 0.4rem;
  display: flex;
}
.content .info img {
  width: 2.66666667rem;
  height: 2rem;
}
.content .info .text {
  padding-left: 0.53333333rem;
}
.new-info-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.37333333rem;
}
.new-info-list li {
  flex-shrink: 0;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 0.4rem;
  position: relative;
}
.new-info-list li img {
  width: 100%;
  height: 100%;
}
.new-info-list li .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.48rem;
  color: #fff;
  letter-spacing: 0.10666667rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
