
/*匯入共用最新消息模組*/
@import url("../style_latestnews/style_latestnews.css");

/* ===================================================== */
/*得獎公告*/
/* ===================================================== */


/* 在螢幕寬度大於640.1時，套用這裡的特定樣式 */
@media screen and (min-width: 640.1px) {

    ul.news_area li a {
        grid-template-columns: unset;
        gap: clamp(0.8065rem, 1.3021vw, 1.5625rem); /* 12.90px , 1.3021vw , 25.00px */
        /* gap: 1.3021vw; */
        /* display: flex;
        align-items: unset; */
    }

    .news_img {
        width: 29.5%;
    }
    .news_info {
        width:  clamp(calc(70.5% - 0.8065rem), calc(70.5% - 1.3021vw), calc(70.5% - 1.5625rem)); /* 最小值 12.90px、大小約 1.3021vw、最大值 25.00px */
    }

    
}