.page-body {
  padding-top: 27px;
}
.banner-model {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
}
.banner-model .banner {
  display: block;
  width: 100%;
  height: 100%;
}
.models {
  width: 1200px;
  margin: 0 auto;
}
.models .item-model {
  margin-bottom: 25px;
}
.models .item-model:last-child {
  margin-bottom: 0;
}
.models .item-model .model-header .header-title {
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #e02919;
}
.models .item-model .model-header .header-title .icon-title {
  display: inline-block;
  height: 20px;
  width: 8px;
  margin-right: 10px;
  background-color: #e02919;
}
.models .item-model .model-content {
  margin-top: 45px;
}
.models .item-model .model-content .movie-item {
  float: left;
  margin-bottom: 40px;
}
.models .item-model .model-content .movie-item:nth-child(3n + 2) {
  margin: 0 45px;
}
.models .item-model .model-content .movie-item .movie-img {
  display: block;
  width: 370px;
  height: 280px;
  vertical-align: top;
}
.models .item-model .model-content .movie-item .movie-name {
  margin-top: 22px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
