.web_goods_content {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    justify-content: center; /* 水平居中 */
    display: flex;
}

.flex_body {
    background: white;
    clear: both;
    width: 1280px;
    margin: 0;
    padding: 0;
    text-align: center;
    justify-content: center; /* 水平居中 */
    overflow: hidden;
}

.web_goods_content ul {
    text-align:left;
    width: 100%;
    margin: 20px;
}

.web_goods_content ul li {
    position: relative;
    border: 1px solid #dddddd;
    width: 360px;
    height: 600px;
    text-align: center;
    justify-content: center; /* 水平居中 */
    display:flex;
    float: left;
    margin: 20px;
    overflow: hidden;
}
.web_goods_content ul li:nth-child(3) {
    margin-right:0px;
}

.web_goods_content ul li .photo {
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    width: 358x;
    max-height: 560px;
    margin: 10px;
}

.web_goods_content ul li img {
    max-width: 358px;
    max-height: 560px;
}

.web_goods_content ul li span {
    display: block;
    height: 40px;
    color: #8C1A5B;
}

.web_goods_content ul li .title {
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
}