.section-product {
    background: #000;
    width: 100vw;
    padding: 40px 0;
}
.product-new {
    width: 45vw;
    background: #36333C;
    margin: 0 auto;
    padding:50px 30px;
    box-sizing: border-box;
}

.new-tlt {
    text-align: center;
    font-size: 1.5625vw;
    line-height: 40px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
}
.new-date {
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
    color: #6B6B6B;
    padding: 25px 0 12px 0;
    width: 100%;
    border-bottom: 1px solid #FF0030;
}
.new-text {
    color: #fff;
    /*font-family: ArialMT !important;*/
    font-size: 16px;
    font-weight: normal !important;
    line-height: 24px;
}
.more-img {
    width: 30vw;
    margin-bottom: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 10px
}.more-tlt {
     font-size: 4vw;
     position: absolute;
     color: #fff;
     left: 50%;
     transform: translateX(-50%);
     top: 3.5vw
}
.pic-img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .more-img {
        width: 80vw;
        margin-bottom: 30px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 10px
    }.more-tlt {
            display: block;
            width: 100%;
         font-size: 10vw;
         position: absolute;
         color: #fff;
         left: 50%;
    text-align: center;
         transform: translateX(-50%);
         top: 13.5vw
     }
    .section-product {
        background: #000;
        width: 100vw;
        padding: 40px 0;
    }
    .product-new {
        width: 95vw;
        background: #36333C;
        margin: 0 auto;
        padding:50px 30px;
        box-sizing: border-box;
    }

}
