.BlogListHTML .meMsg_MsgImg {
    display: block;
    overflow-y: hidden;
    height: 320px;
}

.BlogListHTML .meMsg_MsgImg img {
    width: 80%;
}

.BlogListHTML .meMsg_MsgImg img:hover {
    width: 85%;
    -webkit-filter: contrast(130%);
    filter: contrast(130%);
    transition: .5s ease;
}

.BlogListHTML .meMsg_MsgTitle {
    font-size: 20px;
    color: #666;
    font-family: "Lato", "微軟正黑體","Micorosft JhengHei",sans-serif;
}

@media (max-width: 480px) {
#ns_Content {
    width: 100%;
    padding-left: 30%;
}
.BlogListHTML .meMsg_MsgImg {
    height: auto;
}

.BlogListD_0 {
    width: 150px;
}
.BlogListD_1 {
    width: 150px;
}



}