.goods-list {
    width: 1200px;
    min-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 550px;
    margin: auto;
}

.goods-main:nth-child(2n+1) {
    background-color: #F5F8FA;
}

.goods-list-img {
    width: 619px;
    border-radius: 10px;
}

.goods-list-content {
    width: 500px;
}

.goods-list-title {
    font-size: 29px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #3E464C;
}

.goods-list-line {
    background-color: #1da0e4;
    width: 32px;
    height: 4px;
    margin: 20px 0;
}

.goods-list-cell {
    font-size: 15px;
    width: 500px;
    font-weight: 400;
    line-height: 28px;
    color: #68747F;
}