﻿.news-bg.article-area {
    padding-top: 30px;
}

.news-banner-wrap {
    height: 160px;
    /* height: 250px; */
    background-position: center 80% !important;
    background-image: url(/JennyOnePlus+官網/assets/images/news_banner.png);
    /*background-image: linear-gradient(60deg, hsl(32deg 100% 71%) 0%, hsl(34deg 98% 72%) 4%, hsl(36deg 96% 73%) 13%, hsl(39deg 94% 74%) 26%, hsl(41deg 93% 75%) 40%, hsl(43deg 91% 76%) 54%, hsl(46deg 89% 78%) 66%, hsl(49deg 87% 80%) 76%, hsl(53deg 85% 81%) 84%, hsl(57deg 83% 83%) 91%, hsl(61deg 85% 85%) 96%, hsl(66deg 100% 88%) 100%);*/
}

    .news-banner-wrap .banner-title {
        text-shadow: 1px 1px 6px #29231875;
        font-size: 40px;
    }

    .news-banner-wrap .banner-desc {
        font-size: 0;
    }

.news-bg {
    background-color: #fffbf0;
    padding-bottom:100px;
}

.news-group {
    margin: 0px auto;
    padding-top: 40px;
    width: 90vw;
    max-width: 1600px;
}

.news-wrap {
    margin: 0 auto 30px;
    font-family: var(--default-ff);
    background-color: #fff;
    /* border-radius: 5px; */
    border-radius: 15px 0 15px 0;
    box-shadow: 0px 1px 3px 1px #b5ab9454;
    overflow: hidden;
    position: relative;
}

    .news-wrap:hover {
        box-shadow: 1px -1px 4px 2px #b5ac7229;
        transform: scale(1.05);
        transition: 0.3s;
    }

.news-link {
    opacity:0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.news-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    /* background-color: #ffe486; */
    background-color: #292929;
    border-bottom: 1px solid #d3d3d3;
    overflow: hidden;
}

.news-content {
    padding: 10px 20px 20px;
    display: flex;
    flex-direction: column;
}

.news-title {
    color: #744b2f;
    font-size: 20px;
    font-weight: bold;
}

.news-date {
    margin: 5px 0;
    letter-spacing: 1px;
    /* font-weight: bold; */
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #baa16a;
}

.news-desc {
    width: 100%;
    height: 92px;
    font-size: 16px;
    color: #77634c;
}

@media screen and (min-width:768px) {
    .news-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        /* margin: 0px auto;
        padding-top: 40px;
        width: 90vw; */
    }

    .news-wrap {
        width: 41vw;
        margin: 0 2vw 30px;
    }

    .news-title {
        font-size: 18px;
    }
}

@media screen and (min-width:1024px) {
    .news-bg.article-area {
        padding-top: 40px;
    }
    .news-group {
        padding-top: 60px;
    }

    .news-wrap {
        width: 28vw;
        margin: 0 1vw 30px;
    }

    .news-date {
        font-size: 15px;
    }
}

@media screen and (min-width:1200px) {
    .news-banner-wrap {
        height: 260px;
        font-size: 30px;
    }

        .news-banner-wrap .banner-title {
            font-size: 50px;
        }

        .news-banner-wrap .banner-desc {
            font-size: 24px;
        }

    .news-bg.article-area {
        padding-top: 60px;
    }

    .news-group {
        width: 75vw;
         padding-top: 70px; 
    }

    .news-wrap {
        width: 24vw;
        margin: 0 0.5vw 50px;
    }

    .news-img-wrap {
        height: 200px;
    }

    .news-date {
        font-size: 16px;
    }
}

@media screen and (min-width:1400px) {
    .news-wrap {
        width: 17.75vw;
        margin: 0 0.5vw 50px;
    }
}
