.list2 {
  display: flex;
  margin-top: 31px;
  flex-wrap: wrap;
}
.list2 .list-item {
  width: 282px;
  height: 460px;
  cursor: pointer;
  margin-right: 24px;
  margin-bottom: 60px;
}
.list2 .list-item:nth-child(4n) {
  margin-right: 0px;
}
.list2 .list-item:nth-last-child(1) {
  margin-bottom: 0px;
}
.list2 .list-item:nth-last-child(2) {
  margin-bottom: 0px;
}
.list2 .list-item:nth-last-child(3) {
  margin-bottom: 0px;
}
.list2 .list-item:nth-last-child(4) {
  margin-bottom: 0px;
}
.list2 .list-item .img {
  height: 280px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 10px;
}
.list2 .list-item h3 {
  font-size: 12px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 11px;
  letter-spacing: 0px;
  color: #c09578;
  margin-bottom: 10px;
  text-align: center;
  min-height: 12px;
}
.list2 .list-item > p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 12px;
  letter-spacing: 0px;
  color: #252525;
  margin-bottom: 15px;
  text-align: center;
  min-height: 40px;
  line-height: 20px;
  
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list2 .list-item .price {
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list2 .list-item .price span {
  font-size: 12px;
  letter-spacing: 0px;
  color: #7d7d7d;
  text-decoration: line-through;
}
.list2 .list-item .price p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #c09578;
  margin-left: 3px;
}
.list2 .list-item .btns {
  margin-top: 17px;
  display: flex;
  justify-content: center;
}
.list2 .list-item .btns .sc {
  width: 130px;
  height: 36px;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #141414;
  align-items: center;
  background-color: #f6f6f6;
  margin-right: 10px;
  justify-content: center;
}
.list2 .list-item .btns .sc:before {
  content: "";
  width: 22px;
  height: 20px;
  background-image: url(../images/n11.png);
  background-size: contain;
  background-repeat: no-repeat;
  /* margin-left: 9px; */
  margin-right: 7px;
}
.list2 .list-item .btns .sc2 {
  width: 130px;
  height: 36px;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #141414;
  align-items: center;
  background-color: #f6f6f6;
  margin-right: 10px;
}
.list2 .list-item .btns .sc2:before {
  content: "";
  width: 22px;
  height: 20px;
  background-image: url(/template/default/pc/statics/images/s23.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 9px;
  margin-right: 14px;
}
.list2 .list-item .btns .gwc {
  width: 130px;
  height: 36px;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #141414;
  align-items: center;
  background-color: #f6f6f6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  justify-content: center;
}
.list2 .list-item .btns .gwc:before {
  content: "";
  width: 22px;
  height: 20px;
  background-image: url(../images/n22.png);
  background-size: contain;
  background-repeat: no-repeat;
  /* margin-left: 9px; */
  margin-right: 10px;
}
.list2 .list-item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #e5e5e5;
}
.list2 .list-item:hover .sc {
  background-color: #c09578 !important;
  color: #fff !important;
}
.list2 .list-item:hover .sc::before {
  background-image: url(../images/221.png) !important;
}
.list2 .list-item:hover .sc2 {
  background-color: #c09578 !important;
  color: #fff !important;
}
.list2 .list-item:hover .sc2::before {
  background-image: url(../images/221.png) !important;
}
.list2 .list-item:hover .gwc {
  background-color: #c09578 !important;
  color: #fff !important;
}
.list2 .list-item:hover .gwc::before {
  background-image: url(../images/245.png) !important;
}
.qery {
  background-color: #f6f6f6;
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
  margin-top: 60px;
}
.qery .left {
  width: 50%;
  display: flex;
  align-items: center;
}
.qery .left p {
  width: 104px;
  text-align: center;
  font-size: 14px;
  color: #222222;
}
.qery .left div {
  width: 300px;
  height: 36px;
  border: solid 1px #e5e5e5;
  position: relative;
  background-color: #fff;
}
.qery .left div input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 15px;
}
.qery .left div img {
  position: absolute;
  top: 7px;
  right: 12px;
  width: 20px;
  height: 20px;
}
.qery .right {
  padding-right: 31px;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.qery .right select {
  width: 200px;
  height: 36px;
  border: solid 1px #e5e5e5;
  background-color: #fff;
}
.qery .right p {
  width: 104px;
  text-align: center;
  font-size: 14px;
  color: #222222;
  text-align: left;
  margin-right: 30px;
}
.pager-box {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .list2 {
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 22px;
  }
  .list2 .list-item {
    width: 90%;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border: solid 1px #e5e5e5;
    height: 440px !important;
  }
  .list2 .list-item .img {
    height: 270px !important;
    overflow: hidden;
  }
  .pager-box {
    width: 92%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
  }
  .qery {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding: 10px 0;
    justify-content: center;
  }
  .qery .left {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 5%;
  }
  .qery .left p {
    text-align: left;
  }
  .qery .left div {
    width: 180px;
  }
  .qery .right {
    width: 100%;
    padding-left: 5%;
    justify-content: flex-start;
    padding-right: 0px;
  }
  .qery .right select {
    width: 180px;
  }
  .qery .right p {
    width: 104px;
    font-size: 14px;
    color: #222222;
    text-align: left;
    margin-right: 0px;
  }
}
