@charset "UTF-8";
/* CSS Document */
.newsList .Img, .newsList .Txt, .newsList .recommendItem .Txt::after {
    transition: all .5s;
}

.mainArea .contentBox .leftBox {
    position: relative;
    padding: 0;
}

.mainArea .contentBox .rightBox {
    padding: 0;
}

.mainArea .contentBox.contentBoxIns .leftBox {
    position: relative;
    padding: 0 0 80px;
}

.mainArea .contentBox.contentBoxIns .rightBox {
    padding: 0 0 80px;
}

@media (max-width: 1440px) {
    .mainArea .contentBox {
        padding: 50px 50px 120px 80px;
    }
}

@media (max-width: 1024px) {
    .mainArea .contentBox {
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .mainArea .contentBox.contentBoxIns .rightBox {
        padding: 0 0 30px;
        display: flex;
        flex-direction: column-reverse;
        order: 3;
    }
    .mainArea .contentBox.contentBoxIns .leftBox {
        order: 2;
        padding: 0 0 100px;
    }
    .mainArea .contentBox.contentBoxIns .bottomBox {
        order: 1;
    }
}

/*新訊列表*/
.newsList {
    margin: 0 -15px;
}

.newsList li {
    width: 50%;
    padding: 0 15px 30px;
    margin: 0;
}

.newsList li:hover .Img {
    transform: translateY(-10px);
}

.newsList li:hover .Img a:before {
    top: 50%;
}

.newsList li:hover .Img img {
    opacity: 0.5;
    transform: scale(1.05);
}

.newsList li:hover .Txt {
    transform: translateY(-10px);
}

.newsList li:hover .Txt::after {
    left: 0;
}

.newsList li:hover .chTitle a {
    color: #465e63;
}

.newsList li:hover .moreArrow {
    left: 0;
    color: #87abad;
}

.newsList li:hover .moreArrow img {
    filter: initial;
    animation: moreA 2s ease-in-out infinite;
}

@media (max-width: 768px) {
    .newsList li {
        width: 50%;
        padding: 0 15px;
        margin: 0 0 30px;
    }
    .newsList li.storeLi {
        padding: 10px 15px 0;
    }
    .newsList li.storeLi .moreArrow {
        padding: 0;
    }
}

@media (max-width: 640px) {
    .newsList li {
        width: 100%;
        padding: 0 15px;
        margin: 0 0 30px;
    }
}

.newsList .Img {
    display: block;
    width: 100%;
    /*max-width: 283px;
    height: 195px;*/
    margin: 0 auto;
    margin-bottom: 10px;
}

.newsList .Img a {
    display: block;
    width: 100%;
    height: 100%;
}

.newsList .Img a img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.newsList .Txt {
    overflow: hidden;
    padding: 0;
    position: relative;
}

.newsList .Txt .moreArrow {
    left: 0;
    margin: 0;
    color: #465e63;
    padding-top: 0;
}

.newsList .Txt .moreArrow img {
    left: 0;
    /*filter: grayscale(1) brightness(2.5);*/
}

@media (max-width: 768px) {
    .newsList .Txt {
        /*max-width: 283px;
        max-height: 190px;*/
        margin: 0 auto;
    }
}

.newsList .chTitle a {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #131519;
}

.newsList .chTitle.ellipsis {
    height: 30px;
}

.newsList span {
    display: inline;
}

.newsList .expBox {
    display: flex;
    flex-wrap: wrap;
}

.newsList .expBox.ellipsis {
    height: 50px;
}

.newsList .expBox.expAddress.ellipsis {
    height: 25px;
}

@media (max-width: 1440px) {
    .newsList .expBox {
        max-width: 200px;
    }
}

@media (max-width: 1200px) {
    .newsList .expBox {
        max-width: 180px;
    }
}

@media (max-width: 1024px) {
    .newsList .expBox {
        max-width: 230px;
    }
}

@media (max-width: 960px) {
    .newsList .expBox {
        max-width: 200px;
    }
}

.newsList .chExp {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #808080;
    padding-left: 20px;
    display: inline-block;
    position: relative;
}

.newsList .chExp a {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #808080;
    display: inline-block;
    position: relative;
}

.newsList .chExp a:hover {
    color: #465e63;
}

@media (max-width: 1440px) {
    .newsList .chExp {
        max-width: 170px;
    }
}

@media (max-width: 1200px) {
    .newsList .chExp {
        max-width: 150px;
    }
}

@media (max-width: 1024px) {
    .newsList .chExp {
        max-width: 200px;
    }
}

@media (max-width: 1024px) {
    .newsList .chExp {
        max-width: 170px;
    }
}

.newsList .author {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #808080;
}

.newsList .author.ellipsis {
    height: 50px;
}

.newsList .recommendItem {
    margin-bottom: 40px;
}

.newsList .recommendItem .Txt {
    position: relative;
}

.newsList .recommendItem .Txt .chTitle a {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #111;
}

.newsList .recommendItem .Txt .chTitle.ellipsis {
    height: 60px;
}

.newsList .recommendItem .Txt a.ellipsis {
    height: 30px;
}

.newsList .recommendItem .Txt::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 35px;
}

.newsList .recommendItem .Txt::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #465e63;
    position: absolute;
    left: calc(-100% - 14px);
    bottom: 35px;
}

.newsList .chTitle.newsTitle {
    height: 30px;
}

.newsList .chTitle.newsTitle.ellipsis {
    height: 30px;
}

.newsList .popdate {
    margin: 5px 0;
    height: 14px;
}

.newsList .period {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 18px;
    color: #808080;
}

.newsList .period.ellipsis {
    height: 18px;
}

.newsList .period + .moreArrow {
    padding: 0;
}

.newsList .chExpNews {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #444;
    display: block;
    position: relative;
    margin: 0 0 5px;
}

.newsList .chExpNews.ellipsis {
    height: 50px;
}

.newsDate {
    text-transform: uppercase;
    height: 22px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 5px;
}

.newsDate.ellipsis {
    height: 22px;
}

.newIcon {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    font-family: '微軟正黑體';
    line-height: 20px;
    color: #fff;
    height: 26px;
    background-color: #215d62;
    margin-bottom: 5px;
}

.moreArrow {
    justify-content: flex-start;
}

/*內頁*/
/********標題區*******/
.titleArea {
    clear: both;
    padding: 0px 0 20px;
    border-bottom: 1px solid #87abad;
    margin-bottom: 20px;
}

.titleArea .chTitle {
    overflow: hidden;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #111;
}

.titleArea a.back {
    /*回上頁*/
    float: right;
    display: block;
    margin-left: 5px;
    font-size: 10pt;
    color: #06F;
    cursor: pointer;
}

.titleArea .period {
    display: inline-block;
    margin: 5px 0;
}

@media (max-width: 1024px) {
    .titleArea {
        padding: 0 0 20px;
    }
}

@media (max-width: 640px) {
    .titleArea {
        /*text-align: center;*/
    }
}

.breadIns {
    top: 50px;
}

.breadIns.breadStore {
    position: static;
    margin-bottom: 10px;
    text-align: right;
}

@media (max-width: 640px) {
    .breadIns {
        display: none;
    }
}
/*# sourceMappingURL=news.css.map */