a,
img {
  display: block;
}
body {
  background-color: #FEFCF8;
}
.container {
  margin-top: 49px;
}
.container .layout {
  background-color: #fff;
  min-width: 1200px;
}
.container ul {
  height: 414px;
  overflow: hidden;
}
.container li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.container li:hover img {
  transform: scale(1.1);
}
.container li:nth-child(4n) {
  margin-right: 0;
}
.container li:nth-child(1),
.container li:nth-child(2),
.container li:nth-child(3),
.container li:nth-child(4) {
  margin-top: 0;
}
.container li a {
  width: 292px;
  height: 96px;
  display: block;
  overflow: hidden;
}
.container li a img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.more {
  display: none;
  font-size: 16px;
  font-family: AlibabaPuHuiTiR;
  color: #BE0000;
  text-align: center;
  cursor: pointer;
  margin-top: 43px;
}
footer .footer-link {
  background: #FEFCF8;
}
