.box .content-body {
  margin-left: 0;
  width: 100%;
  padding-top: 0;
}
.pic {
  width: 100%;
  display: block;
}
.content .product-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product-box {
  margin-top: 0.25rem;
  width: 20%;
  box-sizing: border-box;
  padding: 0 0.1rem;
  margin-bottom: 0.15rem;
}
.product-box h3 {
  color: #F49110;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #eee;
  margin-top: 0.18rem;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  width: 70%;
  word-break: keep-all;
  white-space: nowrap;
/*  overflow: hidden;
  text-overflow: ellipsis;*/
}
.product-box li {
  line-height: 2;
}
@media (max-width: 1000px) {
  .product-box {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .product-box {
    width: 50%;
  }
}
