/*分類、Icon 隱藏*/
.NewsGroup, .NewsFile { display: none; }

/*頁碼、筆數*/
.divPageCtrl {     
margin: 30px 0;
font-size: 11px;
color:#fff; 

}

/*最外包層*/
.NewsList {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}



/*單數行*/
.NewsD_1 {
    border-bottom: 0;
    background: transparent !important;
    margin-bottom: 40px;
}
.NewsN_1 { border-top: 0; }

/*雙數行*/
.NewsD_0 {
    border-bottom: 0;
    background: transparent;
    margin-bottom: 40px;
}
.NewsD_0 .NewsHTML, .NewsD_1 .NewsHTML {
    background: transparent !important;
}

/*展開內部*/
.NewsHTML {
    padding: 10px 50px 20px 38px;
    border-top: 0;
    max-width: 570px;
    margin-left: 135px;
    border-left: 1px solid #ececec;
}



/*日期*/
.NewsDate {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    font-weight: 600;
    width: 120px;
    border-right: 1px solid #ececec;
    padding-right: 15px;
}

/*日*/
.NewsDateDay {
    color: #17ad2f;
    display: block;
    font-size: 60px;
    line-height: 50px;
    font-family: 'Domine';
    font-weight: 600;
    text-align: center;
    letter-spacing: 5px;
}



/*主標題*/
.NewsTitle {
    font: 24px Josefin Sans;
    color: #e0e0e0;
    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 !important;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 35px;
    display: block;
}

/*內文*/
.NewsHTML .meMsg_MsgBlk .meMsg_Content {
    color: #e0e0e0 !important;
    font-size: 16px;
    line-height: 190%;
    font-weight: 400;
    margin-bottom: 15px;
}

/*連結項目*/
#ns_Content .NewsHTML .meMsg_MsgURL, #ns_Content .NewsHTML .meMsg_MsgFile {
    list-style: none;
    margin-left: 0;
}
#ns_Content .NewsHTML .meMsg_MsgURL a, #ns_Content .NewsHTML .meMsg_MsgFile a {
    color: #bababa;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 400;
}
#ns_Content .NewsHTML .meMsg_MsgURL a:hover, #ns_Content .NewsHTML .meMsg_MsgFile a:hover {
    color: #fff;
}
.NewsHTML .meMsg_MsgKeyword {
    margin-top: 20px;
    line-height: 150%;
}





@media (max-width: 520px) {
.NewsList {
      margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/*單數行*/
.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;
}

}


