#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 0 45px;
    background: transparent;
    padding: 0 0 15px;
    box-sizing: border-box;
}



/*日期欄位外層定位基準設定*/
body .BlogListHTML .meMsg_MsgBlk .AlignCenter { position: relative; }

/*日期欄位顯示*/
body .BlogListHTML .meMsg_MsgBlk div .meMsg_Content {
    display: block;
    line-height: 130%;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

body .BlogListHTML .BlogInfoClass {
    display: none;
}

body .BlogListHTML .meMsg_MsgBlk >div {
    padding: 0 10px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    width: 240px;
}

/*文章主標、副標、圖排序*/
body .BlogListHTML .meMsg_MsgBlk {
}

/*文章主標*/
body .BlogListHTML .meMsg_MsgTitle {
    font-size: 18px;
    color: #111;
    display: block;
    line-height: 150%;
    text-align: left;
}

body .BlogListHTML .meMsg_MsgTitle a {
    color: #fff;
    font-size: 18px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 55px;
    overflow: hidden;
}

/*文章副標*/
body .BlogListHTML .meMsg_MsgSubTitle {
    display: none;
}

body .BlogListHTML .rtMsgSubTitle {
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    line-height: 130%;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding: 0 10px 15px;
}


/*文章主圖片*/
.BlogListHTML .meMsg_MsgImg img {
    width: 100%;
    max-width: 220px;
    margin-bottom: 15px;
    border: 8px solid #fff;
    box-sizing: border-box;
}




/*---手機版開始---*/
@media (max-width: 740px) {

/*Main區塊與Footer區塊的間距*/
body #ns_Main { padding-bottom: 95px; }


/*文章最大包層設定*/
body .dataBlogList { margin-bottom: 30px; }

.BlogListHTML .meMsg_MsgImg img {
    max-width: none;
}

}
/*---手機版結束---*/
