.product-box {
  padding-top: 120px;
  padding-bottom: 100px;
}
.product-box .product-info {
  width: 360px;
  float: left;
}
.product-box .product-info .name {
  font-size: 26px;
  font-weight: bold;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.product-box .product-info .name:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.product-box .product-info p {
  font-size: 16px;
  line-height: 24px;
}
.product-box .product-info .product-img {
margin-top: 30px;
  width: 360px;
}
.product-box .product-info .view-more-left {
  width: 360px;
  height: 80px;
  line-height: 80px;
}
.product-box .product-info .view-more-left img {
  margin-top: 35px;
  margin-left: 32px;
}
.product-box .product-info .view-more-left span {
  margin-left: 165px;
  font-size: 20px;
}
.product-box .product-content {line-height:28px;
  float: left;
  width: 880px;
  margin-left: 80px;
}
.product-box .product-content img {
  max-width: 880px;
}
