.left-pro {
  box-sizing: border-box;
  padding: 20px 0 0 30px;
}

.product_item {
  width: 418px;
  height: 349px;
  background: url(../images/prod-bg.png) no-repeat center center;
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
  text-align: center;
}
.product_item img {
  margin-top: 31px;
  margin-bottom: 39px;
}
.product_item a {
  margin-left: 210px;
}

.pagelists {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  bottom: -26px;
}

.pagelists .p li {
  float: left;
  padding: 8px 10px;
  border: 1px solid #eee;
  background-color: #fff;
  margin-right: 10px;
}
