#home .article-carousel .owl-carousel {
    width: 95%;
    margin: auto;
}

#home .article-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: unset;
}

#home .article-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: unset;
    display: none;
}

#home .article-carousel:hover .owl-nav {
    display: inline-block;
}

#home .article-carousel .owl-nav button {
    position: absolute;
}

#home .article-carousel .owl-nav:hover button {
    background: unset;
}

#home .article-carousel .owl-nav button.owl-prev {
    left: -24px;
}

#home .article-carousel .owl-nav button.owl-next {
    right: -24px;
}

#home .article-carousel .item {
    overflow: hidden;
}

#home .article-carousel .owl-prev:hover,
#home .article-carousel .owl-next:hover {
    color: #0EC8BF;
}

#home .article-cover img {
    transition: transform .5s;
}

#home .article-cover img:hover {
    transform: scale(1.2);
}

#home .article-container {
    margin-top: 20px;
}

#home .template-1 .article-container .col-left .article-title {
    min-height: 40px;
}

#home .article-container .horizontal-article .ts-wrap {
    gap: unset;
}

#home .article-container .horizontal-article .article-date {
    margin-top: auto;
    font-size: 16px;
    line-height: 1.5;
}

#home .article-container .article-title {
    font-weight: 500;
    font-size: 20px;
    height: fit-content;
    max-height: 70px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#home .article-container .article-title a {
    color: #707070;
}

#home .article-container .article-desc {
    height: 54px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 8px;
}

#home .article-container .article-desc p {
    margin: 0;
}

/* 重置 article-desc 內所有 richtext 元素為統一大小 */
#home .article-container .article-desc *,
#home .article-container .article-desc h1,
#home .article-container .article-desc h2,
#home .article-container .article-desc h3,
#home .article-container .article-desc h4,
#home .article-container .article-desc strong,
#home .article-container .article-desc em {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: normal !important;
    margin: 0 !important;
}

#home .template-1 .article-container .ts-grid .col-right {
    flex-wrap: nowrap;
}

#home .template-2 .article-container .article-title {
    margin-top: 10px;
}

@media screen and (max-width: 1264px) {
    #home .article-container .article-title {
        font-size: 20px;
    }

    #home .article-container .article-desc {
        font-size: 16px;
        /*height: 48px;*/
    }

    #home .article-container .horizontal-article .article-date {
        font-size: 14px;
    }
}

@media screen and (max-width: 993px) {
    #home .article-container .article-title {
        font-size: 18px;
        max-height: 64px;
    }

    #home .article-container .article-desc {
        font-size: 16px;
        /*height: 42px;*/
        margin-top: 4px;
    }

    #home .article-container .horizontal-article .article-date {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    #home .article-container .article-title {
        font-size: 16px;
        max-height: 50px;
        line-height: 1.5;
    }

    #home .template-1 .article-container .col-left .article-title {
        min-height: 32px;
    }

    #home .article-container .horizontal-article .article-date {
        font-size: 11px;
    }

    #home .template-2 .article-container .article-title {
        margin-top: 6px;
    }
}