.product-index{ background: #f6f6f6; } .product-index .container{ background: #fff; padding-top: 56px; } .product-index .product-list .list-head{ margin-bottom: 24px; } .product-index .product-list > li{ overflow: hidden; margin-top: 40px; } .product-index .product-list > li:FIRST-CHILD{ margin-top: 0px; } .product-index .product-list .list-head .normal-title{ color: #e67016; } .product-index .product-list .list-content li{ width: 340px; height: 250px; float:left; margin-right: 40px; margin-bottom: 32px; transition: all 0.2s linear 0s; } .product-index .product-list .list-content li:hover{ box-shadow: 0 15px 60px rgba(0, 0, 0, 0.15); transform: translate3d(0px, -2px, 0px); z-index: 2; } .product-index .product-list .list-content li .img img{ width: 340px; height: 166px; } .product-index .product-list .list-content li .title{ margin-top: 4px; overflow: hidden; padding-left: 20px; } .product-index .product-list .list-content li .title h3{ font-weight: normal; margin-top: 8px; margin-bottom: 4px; } .product-list{ padding-left: 48px; width: 1240px; } .grid-panel.recorded .grid-content .grid-items{ margin-right: 24px; }