.container ul {
  margin-top: 20px;
}
.container ul li {
  width: 280px;
  height: 261px;
  /* background-color: #FBDD9F; */
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin-right: 25px;
  /* margin-bottom: 63px; */
}
.container ul li:nth-child(4n) {
  margin-right: 0;
}
.container ul li div {
  width: 100%;
  height: 217px;
  box-sizing: border-box;
  overflow: hidden;
}
.container ul li div img {
  width: 100%;
  height: 100%;
  display: block;
}
.container ul li p {
  width: 100%;
  height: 44px;
  background-color: #FBDD9F;
  text-align: center;
}
.container ul li p span {
  display: inline-block;
  max-width: 100px;
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 44px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
/* .container ul li:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 10px;
  background: url(../images/back_left.png) no-repeat;
  left: 27px;
  bottom: 17px;
  display: none;
}
.container ul li:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 10px;
  background: url(../images/back_right.png) no-repeat;
  right: 24px;
  bottom: 17px;
  display: none;
}
.container ul li:hover:before {
  display: block;
}
.container ul li:hover:after {
  display: block;
} */
.el-pagination {
  font-weight: 700;
  text-align: center;
}
