/* 產業趨勢與新聞：隱藏右側欄 */
.category-29 .col-lg-4.col-md-4 {
    display: none !important;
}

/* 文章區改成滿版 */
.category-29 .col-lg-8.col-md-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}.category-29 .col-lg-8 img {
    width: 100% !important;
    height: 320px !important;
    object-fit: cover !important;
}