@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Noto+Serif+TC:wght@200;400;500;600&family=Poppins:wght@700&display=swap");
.newsList .item {
    transition: all .5s;
}

.mainArea .contentBox {
    margin: 106px -12px 0;
}

@media (max-width: 1440px) {
    .mainArea .contentBox {
        margin: 80px 0 0;
    }
}

@media (max-width: 1080px) {
    .mainArea {
        padding: 0 0 50px;
    }
}

@media (max-width: 640px) {
    .mainArea {
        padding: 0 0 20px;
    }
}

.classNote {
    padding-bottom: 50px;
}

/*新訊列表*/
.newsList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.newsList li {
    width: 33.33%;
}

.newsList .item {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.newsList .item:hover {
    transform: translateY(-10px);
}

.newsList .Img {
    width: 100%;
    height: 100%;
    max-height: 204px;
}

.newsList .Img a {
    display: block;
    width: 100%;
    height: 100%;
}

.newsList .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsList .Txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 0 0;
    position: relative;
}

.newsList .Txt .title {
    width: 100%;
    padding-bottom: 5px;
}

.newsList .Txt .title a {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 600;
}

.newsList .Txt .title.ellipsis {
    height: 30px;
}

.newsList .Txt .exp {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #484848;
}

.newsList .Txt .exp.ellipsis {
    height: 75px;
}

.newsList .Txt .moreBtn {
    margin-top: 0px;
}

.newsList .Txt .date {
    display: inline-block;
    max-width: 130px;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.5px;
    position: relative;
    text-align: right;
    padding-left: 15px;
    margin-top: auto;
}

.newsList .Txt .date::before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 4px;
    left: 0;
}

.newsList .Txt .period {
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    line-height: 15px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

@media (max-width: 1440px) {
    .newsList li {
        width: 50%;
    }
    .newsList .item {
        padding: 0 5px 80px;
    }
}

@media (max-width: 960px) {
    .newsList li {
        width: 100%;
    }
    .newsList .item {
        padding: 0 0 60px;
    }
}

@media (max-width: 480px) {
    .newsList .item {
        padding: 0 0 40px;
    }
    .newsList .Txt .title {
        order: 2;
    }
    .newsList .Txt .exp {
        order: 3;
    }
    .newsList .Txt .moreBtn {
        order: 4;
        margin-top: 10px;
    }
    .newsList .Txt .date {
        order: 1;
        width: 100%;
        max-width: 100%;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .newsList .Txt .period {
        bottom: auto;
        left: 0;
        top: 8px;
    }
}

.newsDate {
    padding: 5px 0;
    font-size: 12px;
    color: #818181;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.newsDate strong {
    font-weight: 400;
}

.newsDate b {
    margin-left: 3px;
}

/*內頁*/
/****分享*****/
.shareBox {
    float: right;
}

.shareBox .btn-fb {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.shareBox .back {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background: #ae4233;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4233', endColorstr='#c44c4c', GradientType=0);
    /* IE6-9 */
    cursor: pointer;
}

.shareBox .back:hover {
    background: #398cb1;
}

/********標題區*******/
.contentBox.insPage {
    display: flex;
    flex-wrap: wrap;
}

.contentBox.insPage .leftBox {
    width: 72%;
    flex-grow: 1;
}

.contentBox.insPage .rightBox {
    padding-left: 30px;
    width: 28%;
    flex-grow: 1;
}

@media (max-width: 1080px) {
    .contentBox.insPage .leftBox {
        width: 100%;
    }
    .contentBox.insPage .rightBox {
        padding-left: 0;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .contentBox.insPage {
        margin-top: 40px;
    }
}

.titleArea .titleWrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.titleArea .title {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 10px;
}

.titleArea .popDate, .titleArea .period {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    padding-bottom: 14px;
}

.titleArea .popDate {
    padding-right: 10px;
}

.bottomBox {
    padding: 50px 0;
}

.side_news .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.side_news .Img {
    float: none;
    margin: 0;
    width: 100%;
    height: 100%;
}

.side_news .Img a {
    display: block;
    width: 100%;
    height: 10%;
}

.side_news .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side_news .Txt {
    padding-top: 10px;
    width: 100%;
}

.side_news .Txt .titleWrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.side_news .Txt .title {
    width: 100%;
}

.side_news .Txt .title a {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 10px;
    text-decoration: none;
}

.side_news .Txt .popDate, .side_news .Txt .period {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

.side_news .Txt .popDate {
    padding-right: 10px;
}

@media (max-width: 1080px) {
    .side_news {
        margin: 0;
    }
    .side_news ul {
        display: flex;
        flex-wrap: wrap;
    }
    .side_news ul li {
        width: 33.33%;
    }
    .side_news ul .item {
        padding: 0 10px;
    }
    .side_news ul .Txt {
        position: relative;
    }
    .side_news ul .Txt .title.ellipsis {
        height: 55px;
    }
}

@media (max-width: 960px) {
    .side_news ul li {
        width: 50%;
    }
}

@media (max-width: 640px) {
    .side_news ul li {
        width: 100%;
    }
    .side_news ul .item {
        padding: 0;
    }
}
/*# sourceMappingURL=news.css.map */