@media (max-width: 767px) {
  .title-section h1 {
    width: 266px;
  }
}

.list-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-section li {
  width: 22%;
  min-width: 163px;
  margin-bottom: 48px;
}
.list-section li:not(:nth-child(4n)) {
  margin-right: 4%;
}
.list-section .photo {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
  margin-bottom: 8px;
}
.list-section .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-section .info .f16-m div {
  height: 22px;
  width: 88px;
  overflow: hidden;
}
.list-section .info .f16 div {
  text-align: right;
  height: 22px;
  width: 136px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .list-section li {
    width: 32%;
  }
  .list-section li:not(:nth-child(4n)) {
    margin-right: 0%;
  }
  .list-section li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .list-section .info .f16-m div {
    width: 100px;
  }
  .list-section .info .f16 div {
    text-align: right;
    width: 92px;
  }
}
@media (max-width: 767px) {
  .list-section ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-section li {
    width: 48%;
    margin-bottom: 20px;
  }
  .list-section li:not(:nth-child(3n)) {
    margin-right: 0%;
  }
}
@media (max-width: 575px) {
  .list-section .info .f16-m div {
    width: 60px;
  }
  .list-section .info .f16 div {
    text-align: right;
    width: 92px;
  }
}