.own-product-title{padding-bottom: 20px;display:flex;flex-direction: row;justify-content: space-between;align-items: center;height:20px;border-bottom: 1px solid #eeeeee;}
.own-product-title .category-title{font-size:18px;color:#333;font-weight: 700;font-family: Microsoft Yahei, Arial, Verdana, sans-serif;}
.own-product-title .more{font-size:16px;color:#333;}
.own-product-content{display: flex;flex-direction: row;justify-content: space-between;height:350px;margin:40px 0;}
.own-product-left-content{display: flex;width: 23%;height: 100%;align-items: center;justify-content: center;}
.own-product-left-content img{max-width: 100%;max-height: 100%;}
.own-product-right-content{display: flex;width: 75%;height: 100%;flex-direction: column;justify-content: space-between;}

.own-product-right-content .category-title{font-size:26px;color:#333;display: flex;font-weight: 700;align-items: center;font-family: Microsoft Yahei, Arial, Verdana, sans-serif;}
.own-product-right-content .product-list-wrapper{display: flex;flex-direction: row;}
.own-product-right-content .product-list-wrapper .product-list-item{width: 23%;height:150px;margin-right: 2%;}
.own-product-right-content .product-list-wrapper .product-list-item a{position:relative;width: 100%;height:100%;display: flex;align-items: center;justify-content: center;}
.own-product-right-content .product-list-wrapper .product-list-item img{width: 100%;height:150px;}
.own-product-right-content .product-list-wrapper .product-list-item a p{bottom:0;right:0;color:#fff;position: absolute;width: 100%;height:40px;display: flex;align-items: center;justify-content: center;background: rgba(0,0,0,0.6);}
