.img-array h4 {
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  vertical-align: top;
  padding-top: 7px;
}
.img-array h4 a {
  font-size: 100%;
  font-weight: normal;
  color: #191919;
  text-decoration: none;
}
.img-array h4 a:hover {
  color: #c9141d;
  text-decoration: none;
}
.img-array .img-group {
  margin: 0 auto 10px;
}
.img-array .img-group ul {
  margin: 0;
  padding: 0;
}
.img-array .img-group ul .img-container {
  float: left;
  width: 150px;
  height: 100px;
  margin: 0 10px 0 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
}
.img-array .img-group ul .img-container img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.img-array .detail {
  line-height: 20px;
  color: #777;
  height: 20px;
}
.img-array .detail .icon {
  position: static;
  top: auto;
  right: auto;
  background-position: 0 -30px;
  margin-left: 3px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: inline-block;
  z-index: 2;
}
