#ns_Footer { clear: both; }

/*分類、作者、評論比數、瀏覽次數、發表時間、頁數頁碼 隱藏*/
.BlogInfoClass, .BlogInfoAuthor, .BlogInfoStatus, .BlogInfoBtn, .divPageCtrl { display: none; }

.MsgRow1 {
    margin-top: 10px;
    /*max-width: 850px;*/
    width: 100%;
    margin: 10px auto 0;
    box-sizing: border-box;
}

/*文章最大包層設定*/
body .dataBlogList {
    max-width: 480px;
}


/*文章主題wrapper*/
.BlogListD_0, .BlogListD_1 {
    border: 0;
    margin: 0 30px 45px;
    background: transparent;
    padding: 15px 0;
    box-sizing: border-box;
}



/*日期欄位外層定位基準設定*/
body .BlogListHTML .meMsg_MsgBlk .AlignCenter { position: relative; }

/*日期欄位顯示*/
body .BlogListHTML .hint.linka {
    display: block;
    background: #000;
    line-height: 140%;
    width: 105px;
    height: 105px;
    text-align: center;
    border-radius: 50%;
    color: #eee;
    padding-top: 25px;
    font-weight: 600;
    box-sizing: border-box;
    position: absolute;
    letter-spacing: 0;
    left: 40%;
    bottom: -38px;
}

body .BlogListHTML .meMsg_MsgBlk div {
    padding: 0 20px 30px;
    box-sizing: border-box;
}

/*文章主標、副標、圖排序*/
body .BlogListHTML .meMsg_MsgBlk {
    background-color: #fff;
}

/*文章主標*/

body .BlogListHTML .meMsg_MsgTitle a {
    color: #000;
    font-size: 16px;
}

body .BlogListHTML .meMsg_MsgTitle a:hover {
    color: #e60012;
    font-size: 16px;
}

body .BlogListHTML .meMsg_MsgTitle {
    margin-top: 45px;
    display: block;
    line-height: 200%;
    text-align: center;
}
body .BlogListHTML .meMsg_MsgTitle a:after {
content: "";
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #333 transparent transparent transparent;
    display: block;
    margin: 0 auto;
    width: 1px;
    position: relative;
    bottom: -256px;
    right: -5px;
}

body .BlogListHTML .meMsg_MsgTitle a:hover:after  {
border-color: #e60012 transparent transparent transparent;
}

/*文章副標*/
body .BlogListHTML .meMsg_MsgSubTitle {
    display: block;
    color: #8e8c8d;
    font-size: 10px;
    font-weight: normal;
    line-height: 130%;
    text-align: center;
    /* height: 35px; */
}


/*文章主圖片*/
.BlogListHTML .meMsg_MsgImg img { width: 100%; }

/*文章簡述*/
body .BlogListHTML .meMsg_MsgBlk div .meMsg_Content {
    padding: 0;
    font-size: 14px;
    line-height: 170%;
    height: 230px;
    overflow: hidden;
}




/*---手機版開始---*/
@media (max-width: 740px) {

/*Main區塊與Footer區塊的間距*/
body #ns_Main { padding-bottom: 95px; }


/*文章最大包層設定*/
body .dataBlogList { margin-bottom: 30px; }


}
/*---手機版結束---*/
