.NewsMenu { height: 64px; margin-bottom: 30px; }

/*分類、Icon 隱藏*/
.NewsGroup, .NewsFile { display: none; }
body .NewsGroup {
    display: block;
    position: absolute;
    left: 90px;
    top: 5px;
    font-weight: bold;
}

/*頁碼、筆數*/
.divPageCtrl { margin-top: 30px; font-size: 16px; }

/*最外包層*/
.NewsList {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 0;
}

.meNews img {
    width: 100%;
}
.News {
    border-top: 0;
    box-shadow: 0px 11px 15px rgb(0 0 0 / 10%), 0px 9px 46px rgb(0 0 0 / 6%), 0px 24px 38px rgb(0 0 0 / 4%);
}

/*單數行*/
.NewsD_1 {
    border-bottom: 0;
    background: #fff;
    margin-bottom: 40px;
    position: relative;
}

/*雙數行*/
.NewsD_0 {
    border-bottom: 0;
    background: #fff;
    margin-bottom: 40px;
    border-top: 0;
    position: relative;
    box-shadow: 0px 11px 15px rgb(0 0 0 / 10%), 0px 9px 46px rgb(0 0 0 / 6%), 0px 24px 38px rgb(0 0 0 / 4%);
}
.NewsMenu0:hover {background: #8C1A1A;}
.NewsD_0 .NewsHTML {
    background: #fff;
}

/*展開內部*/
.NewsHTML {
    padding: 10px 20px 30px;
    border-top: 0;
    max-width: 570px;
    margin-left: 109px;
    border-left: 1px solid #ececec;
}



/*日期*/
body .NewsDate {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    font-weight: 600;
    width: 110px;
    padding: 35px 0;
    border-right: 1px solid #ececec;
}

/*日*/
.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 {
    display: block;
    padding: 0 20px;
}

/*副標題*/
.NewsHTML .meMsg_MsgBlk .meMsg_MsgSubTitle {
    color: #888;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    text-align: left;
}

/*內文*/
.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%;
}

.tdRecCount, .tdGap, .tdPageNumCaption, .tdBtn {
    display: none;
}



@media (max-width: 800px){
.MsgInfoList{ margin: 0 15px; }

}



@media (max-width: 520px) {
.NewsList {
    margin: 0 auto;
}

body .NewsGroup {
    left: 118px;
}
<style>


/*單數行*/
.NewsD_1 {
    margin-bottom: 30px;
}

/*雙數行*/
.NewsD_0 {
    margin-bottom: 30px;
}

/*日期*/
.NewsDate {
    display: inline-block;
    margin-bottom: 0;
}

/*主標題 欄*/
.tdNewsTitle {
    width: 66%;
    display: inline-block;
    padding: 20px 0;
}

/*展開內部*/
.NewsHTML {
    padding: 0 15px 15px 15px;
    border-top: 0;
    max-width: none;
    margin-left: 109px;
    border-left: 1px solid #ececec;
    width: auto;
}



/*主標題*/
.NewsTitle {
    font: 25px Josefin Sans;
    text-align: center;
}
.NewsTitle .meMsg_MsgTitle {
    margin-left: 0;
}

}


@media screen and (min-width: 400px) and (max-width: 700px){ 
.NewsMenu { width: 100%; }
.MsgInfoList{ padding: 0 15px; }
.tdNewsTitle { width: 100%; }
.NewsList { padding: 8px; }

}
