.goods-box{
  float: left;
}
.goods-left{
  width: 360px;
  height: 440px;
  background: #ddd;
  box-shadow: 0 0 6px rgb(192, 192, 192);
}
.goods-right{
  width: 810px;
  margin-left: 30px;
}
.img-item{
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
}
.img-item img{
  width: 250px;
  height: 200px;
  box-shadow: 0 0 6px rgb(192, 192, 192);
}
.img-item p{
  text-align: center;
  margin: 5px 0;
}
.cross-border-item{
  float: left;
  width: 360px;
  height: 440px;
  margin-right: 20PX;
}
.cross-border-item.more{
  background: url('/image/more_goods.jpg') no-repeat;
  background-size: 100%;
  background-position: center;
}
.cross-border-item.more .more-text{
  text-align: center;
  padding-top: 50px;
}