a{word-break: break-word;}
/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;}

.img-lists ul li {
  float: left;
  width: 29.33%;
  margin: 0.4rem 2% 0 2%;
  border: 1px solid #eee;
  transition: all 0.5s;
  position: relative;
  top: 0;}

.img-lists ul li:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
  top: -0.1rem;}

.img-lists ul li a {
  display: block;
  width: 100%;}

.img-lists ul li a .pic {
  padding-top: 63.75%;}

.img-lists ul li a>div.info {
  padding: 0.1rem;
  font-size: 0;
  text-align: center;
  background: #f6f6f6;}

.img-lists ul li a>div.info p {
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.05rem;}

.img-lists ul li:hover a>div.info p {
  color: #ab2121;}

