/*分類、Icon 隱藏*/
.NewsGroup, .NewsFile { display: none; }

/*頁碼、筆數*/
.divPageCtrl { margin-top: 30px; font-size: 10px; }

/*最外包層*/
.NewsList {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 0 7%;
}

.meNews img {
    width: 100%;
}

/*單數行*/
.NewsD_1 {
    border-bottom: 0;
    background: #fff;
    margin-bottom: 40px;
}
.NewsN_1 { border-top: 0; }

/*雙數行*/
.NewsD_0 {
    border-bottom: 0;
    background: #fff;
    margin-bottom: 40px;
}
.NewsD_0 .NewsHTML {
    background: #fff;
}

/*展開內部*/
.NewsHTML {
    padding: 10px 50px 160px 38px;
    border-top: 0;
    max-width: 570px;
    margin-left: 135px;
    border-left: 1px solid #ececec;
}



/*日期*/
.NewsDate {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    font-weight: 600;
    width: 120px;
    border-right: 1px solid #ececec;
    padding-right: 15px;
}

/*日*/
.NewsDateDay {
    color: #c62641;
    display: block;
    font-size: 60px;
    line-height: 50px;
    font-family: 'Domine';
    font-weight: 600;
    text-align: center;
}



/*主標題*/
.NewsTitle {
    font: 35px Josefin Sans;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 120%;
    margin-left: 35px;
}
.NewsTitle .meMsg_MsgTitle {
    margin-left: 35px;
    display: block;
}

/*副標題*/
.NewsHTML .meMsg_MsgBlk .meMsg_MsgSubTitle {
    color: #888;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 35px;
    display: block;
}

/*內文*/
.NewsHTML .meMsg_MsgBlk .meMsg_Content {
    color: #444444;
    font-size: 16px;
    line-height: 190%;
    font-weight: 400;
    margin-bottom: 15px;
}

/*連結項目*/
#ns_Content .NewsHTML .meMsg_MsgURL, #ns_Content .NewsHTML .meMsg_MsgFile {
    color: #888;
    list-style: none;
    margin-left: 0;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 400;
}

#ns_Content .NewsHTML .meMsg_MsgURL a,
#ns_Content .NewsHTML .meMsg_MsgFile a {
    color: #e70000;
    font-weight: 400;
    padding: 3px 15px;
    border: 1px solid #e70000;
    border-radius: 20px;
}

#ns_Content .NewsHTML .meMsg_MsgURL a:hover,
#ns_Content .NewsHTML .meMsg_MsgFile a:hover {
    color: #fff;
    background-color: #e70000;
    border: 1px solid transparent;
}

.NewsHTML .meMsg_MsgKeyword {
    margin-top: 20px;
    line-height: 150%;
}





@media (max-width: 520px) {
.NewsList {
    margin: 0 auto;
}

/*單數行*/
.NewsD_1 {
    margin-bottom: 80px;
}

/*雙數行*/
.NewsD_0 {
    margin-bottom: 80px;
}



/*日期*/
.NewsDate {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

/*主標題 欄*/
.tdNewsTitle {
    width: 100%;
    display: block;
}

/*展開內部*/
.NewsHTML {
    padding: 17px 0 0;
    border-top: 0;
    max-width: none;
    margin-left: 0;
    border-left: 0;
    width: 100%;
}



/*主標題*/
.NewsTitle {
    font: 25px Josefin Sans;
    text-align: center;
}
.NewsTitle .meMsg_MsgTitle {
    margin-left: 0;
}

}


