@charset "UTF-8";
/* CSS Document */
.contentBox .leftBox {
    padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
    .contentBox .leftBox {
        padding: 0 0 30px 0;
    }
}
.contentBox .rightBox {
    padding: 0;
}

/*新訊列表*/
.newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
}
.newsList li {
    padding: 10px;
    width: 33.33%;
}
@media (max-width: 960px) {
    .newsList li {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .newsList li {
        width: 100%;
    }
}
.newsList .item {
    position: relative;
}
.newsList .Img {
    background-color: #000;
    overflow: hidden;
}
.newsList .Img:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
.newsList .Img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.newsList .Txt {
    padding: 20px 0 15px;
    letter-spacing: 1px;
    width: 100%;
}
@media (max-width: 480px) {
    .newsList .Txt {
        padding: 15px;
    }
}
@media (max-width: 420px) {
    .newsList .Txt {
        position: relative;
        bottom: auto;
        display: block;
        padding: 15px 0;
    }
}
.newsList .Txt .title {
    margin-bottom: 5px;
}
.newsList .Txt .title a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsList .Txt .title a:hover {
    text-decoration: underline;
}
.newsList .Txt p {
    font-size: 15px;
    font-weight: 400;
    color: #434343;
    height: 42px;
}
@media (max-width: 420px) {
    .newsList .Txt p {
        color: #000;
    }
}
.newsList .left {
    position: relative;
    padding-bottom: 5px;
}
.newsList .newIcon {
    position: relative;
    position: absolute;
    top: -18px;
    left: 0;
    padding-left: 12px;
    color: #000;
}
.newsList .newIcon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 7px;
    height: 2px;
    background-color: #000;
}
.newsList .dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    font-family: "Saira", sans-serif;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
}
.newsList .dateBox .deck {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Saira", sans-serif;
    color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 420px) {
    .newsList .dateBox .deck {
        color: rgba(0, 0, 0, 0.5);
    }
}
.newsList .arrow {
    margin-top: 10px;
    position: relative;
}
.newsList .arrow a {
    width: 30px;
    height: 20px;
    display: block;
}
.newsList .arrow span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-animation: btnArrow2 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: btnArrow2 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.newsList .arrow span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width: 420px) {
    .newsList .arrow span::before {
        border-color: transparent transparent transparent #000;
    }
}
.newsList .arrow span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: calc(100% - 5px);
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width: 420px) {
    .newsList .arrow span::after {
        background-color: #000;
    }
}

.newsDate {
    font-family: "Saira", sans-serif;
}
.newsDate strong {
    font-size: 13px;
    font-weight: 500;
}

.newIcon {
    color: #000;
}

/*內頁*/
/********標題區*******/
.titleArea {
    position: relative;
    clear: both;
    margin-bottom: 30px;
    padding: 15px 10px;
    border-bottom: 1px solid #b6b6b6;
}
.titleArea h1 {
    font-size: 19px;
    font-weight: 400;
    color: #2f2f2f;
    overflow: hidden;
}
.titleArea h1 strong {
    display: block;
    font-weight: 400;
}
.titleArea h1 b {
    /*標題區左-訊息日期*/
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #a3a3a3;
}
.titleArea .btn-fb {
    /*fb*/
    float: left;
}
.titleArea a.back {
    /*回上頁*/
    float: right;
    display: block;
    margin-left: 5px;
    font-size: 10pt;
    color: #06F;
    cursor: pointer;
}
.titleArea .period {
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 12px;
    font-family: "Saira", "Noto Sans TC", "微軟正黑體", sans-serif;
    letter-spacing: 0.5px;
}
.titleArea .newsDate {
    font-family: "Saira", "Noto Sans TC", "微軟正黑體", sans-serif;
}
.titleArea .newIcon {
    padding-right: 5px;
}
.titleArea .date {
    font-weight: 500;
}

.share {
    clear: both;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
}
.share b {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #666;
}
.share a {
    display: inline-block;
    width: 25px;
    font-size: 18px;
    color: #666;
    text-align: center;
}
.share a:hover {
    opacity: 0.8;
}
.share a svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
}