@charset "UTF-8";
/* CSS Document */

.bannerBox {
    //display: none
}




.page_close2 {
    display: none
}

 

 
.banner2 .titleBox {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    z-index: 2;
    opacity: 1;
    transform: translate(0px, 0px);
}

.banner2 .titleBox h2 {
    background: none;
  color: #fff
}

.banner2 .titleBox em {
    background: none;
    color: #fff
}


.banner2 .classBox {

    vertical-align: top;
    padding: 0;
    padding-bottom: 20px;
}

.banner2 .titleBox em:after {

    background-color: #fff;
}


/*新訊列表*/
.newsList {
    width: 100%;
}

.newsList .Img {
    /* float: left;*/
    //margin-right: 2%;

}

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

.newsList .Txt {
    position: relative;
    padding: 20px 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-content: stretch;
    display: flex;
}

.newsList .Txt p {
    margin-top: 7px;
    font-size: 13px;
    color: #909090;
    line-height: 1.8;
}

.newsList h3 {
    width: 100%;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 28px;
    color: #2f2f2f;
    overflow: hidden;
    
}

.newsList h3 a {
    display: block;
    vertical-align: middle;
    overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}

.newsList li {
    padding: 0 0 25px 0;
    display: inline-block;
    vertical-align: top;
}

.newsList li:not(:first-child) {}

.newsDate {
    font-size: 12px;
    color: #818181;
    display: inline-block;
    padding: 5px 0 10px 0;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.newsDate strong {
    font-weight: 400;
}

.newsDate strong i {
    margin-right: 2px;
    font-size: 14px;
    color: #AE4233;
}

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

.newIcon {
    display: inline-block;
    margin-right: 3px;
    padding: 4px 10px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 300;
    background: #b79b6c;
    color: #fff;
}




.date_box {
    order: 0;
    align-self: auto;
    width: 80px;
}


.txt_box {
order: 0;
    align-self: auto;
    padding-left: 10px;
    /* width: 100%; */
    flex-grow: 1;
    overflow: hidden;
}

.top_title .date {
    font-size: 43px;
    font-family: 'Taviraj', serif;
    font-weight: 600;
    color: #1a2843;
    line-height: 45px;
    letter-spacing: 0;
}


.top_title .date_m {
    padding-top: 0;
    font-family: 'Taviraj', serif;
    letter-spacing: 0;
    font-weight: 600;

}







.date {
    font-size: 45px;
     font-family: 'Taviraj', serif;
    font-weight: 600;
    color: #1a2843;
    line-height: 45px;
}


.date_m {
    padding-top: 5px;
     font-family: 'Taviraj', serif;
    font-weight: 600;
    font-size: 12px;
}

.page_right {
  
    vertical-align: top;
    padding: 15px;
     flex: 1;
}

.page_right .tag {
    padding-bottom: 15px;
}

.page_left {
  
    border-right: 1px solid #e2e2e2;
}


.page_close {
  
    border-left: 1px solid #e2e2e2;
    padding: 10px;
    text-align: center;
}

.page_close img {
    width: 12px;
}



.titleArea .top_title {

    border: 1px solid #e2e2e2;
    display: flex;
    margin-top: -70px;
    background-color: #fff;

}


.Txt p {
    height: 50px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    overflow: hidden;
}

.newIcon1 {
    font-size: 13px;
    position: relative;
}



.newIcon1:after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: #b1906b;
    position: absolute;
    top: 9px;
}

.newIcon1 .tag_txt {
    padding-left: 17px;
    color: #8d8d8d;
    letter-spacing: 1px;
}




/*內頁*/
/****分享*****/
.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+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae4233), color-stop(100%, #c44c4c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#ae4233), to(#c44c4c));
    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;
}

/********標題區*******/
.titleArea {
    clear: both;
    margin-bottom: 30px;
    padding: 15px 10px;
}

.titleArea .textEditor {
    padding-top: 20px;
}

.titleArea h1 {
    font-size: 16px;
    line-height: 26px;
    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;
}
.page_close a{ 
    display: flex;
    align-items: center;
    height: 100%;
}

@media (max-width: 1181px) {

    .banner2 {
        margin-top: 0px;
    }

    .mainArea {
        padding: 0 0 40px 0;
    }
}

@media (max-width: 1023px) {
    .contentBox .leftBox {
        padding: 20px 0 30px 0;
    }




    .page_right .tag {
        padding-bottom: 15px;
        width: 100%;
        margin: auto;

    }

    .newIcon {
        padding: 5px 10px;

        text-align: center;
        margin-right: 0px;


    }


}

@media (max-width: 640px) {

    .titleArea .top_title {
        margin-top: -60px;
    }

    .page_right {
        padding: 10px;
    }

    .newsDate {
        padding: 5px;
    }


    .banner2 {
        height: 200px;
    }

    .mainArea .news .classLink {
        display: none
    }

    .newIcon {
        display: none
    }

    .newsList .Txt {
        border-bottom: 1px #e9e9e9 solid
    }

    .newsList li {
        padding: 0
    }

    .contentBox .leftBox {
        padding: 0
    }


}

@media (max-width: 480px) {

    .page_close {
        display: none;
    }

    .page_close2{
        display: block;
    }

    .page_close2 a {
        box-sizing: border-box;
        display: block;
        position: fixed;
        width: 100%;
        color: #fff;
        background-color: #535759;
        bottom: 0px;
        left: 0;
        font-size: 14px;
        padding: 15px 20px;
        z-index: 9;
        font-weight: 300;

    }


    .newIcon1:after {
        display: none
    }

    .newIcon1 .tag_txt {
        padding-left: 0px;
        letter-spacing: 1px;
    }

    .page_right {
        padding: 0
    }

    .page_close {
        border: none
    }

    .titleArea .top_title {
        margin-top: -40px;
        text-align: center;
        display: grid;
        padding: 10px 20px 20px 20px;
    }

    .titleArea h1 {
        padding-top: 10px;
    }

    .page_left {
        border: 0
    }

}