#ns_Footer { clear: both; }

/*分類、作者、評論比數、瀏覽次數、發表時間、頁數頁碼 隱藏*/
.BlogInfoClass, .BlogInfoAuthor, .BlogInfoStatus, .BlogInfoBtn, .divPageCtrl { display: none; }

.MsgRow1 {
    margin-top: 10px;
    /*max-width: 850px;*/
    width: 100%;
    margin: 0px auto 0;
    box-sizing: border-box;
}

/*文章最大包層設定*/
body .dataBlogList {
    max-width: 300px;
    min-width: 200px;
}


/*文章主題wrapper*/
.BlogListD_0, .BlogListD_1 {
    border: 0;
   margin: 0 20px 45px;
    background: transparent;
    padding: 0 0 15px;
    box-sizing: border-box;
}



/*日期欄位外層定位基準設定*/
body .BlogListHTML .meMsg_MsgBlk .AlignCenter { position: relative; }

/*日期欄位顯示*/
body .BlogListHTML .hint.linka {
    display: block;
    line-height: 200%;
    text-align: left;
    color: #00a0e9;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0 10px;
}



body .BlogListHTML .meMsg_MsgBlk div {
    padding: 0 10px 25px;
    box-sizing: border-box;
}

/*文章主標、副標、圖排序*/
body .BlogListHTML .meMsg_MsgBlk {
    background-color: #fff;
}

/*文章主標*/
body .BlogListHTML .meMsg_MsgTitle {
    font-size: 18px;
    color: #111;
    display: block;
    line-height: 150%;
    text-align: left;
    margin-bottom: 20px;
}

body .BlogListHTML .meMsg_MsgTitle a { color: #111; }

/*文章副標*/
body .BlogListHTML .meMsg_MsgSubTitle {
    display: none;
}

body .BlogListHTML .rtMsgSubTitle {
    color: #8e8c8d;
    font-size: 10px;
    font-weight: normal;
    line-height: 130%;
    text-align: left;
    background-color: #fff;
    display: block;
    box-sizing: border-box;
    padding: 0 10px 15px;
}


/*文章主圖片*/
.BlogListHTML .meMsg_MsgImg img { width: 100%; max-width: none; }

/*文章簡述*/
body .BlogListHTML .meMsg_MsgBlk div .meMsg_Content {
    padding: 0;
    font-size: 13px;
    line-height: 150%;
    color: #111;
    margin-top: 0;
}





/*---手機版開始---*/
@media (max-width: 740px) {

/*Main區塊與Footer區塊的間距*/
body #ns_Main { padding-bottom: 95px; }


/*文章最大包層設定*/
body .dataBlogList {
    margin-bottom: 30px;
    max-width: unset;
}

.BlogListD_0, .BlogListD_1 {
}


}
/*---手機版結束---*/
