﻿body {
    background-color: #fff;
}
.lstNewsInCate {
    background-color: #fff;
}

    .lstNewsInCate li {
        border-bottom: 1px dashed #d8d0d0;
    }

        .lstNewsInCate li:last-child {
            border-bottom: none;
        }

    .lstNewsInCate a {
        color: #333;
    }

    .lstNewsInCate .NewsTitle {
        font-size: 1.1em;
        font-weight: bold;
    }

    .lstNewsInCate p {
        margin-bottom: 5px;
    }

    .lstNewsInCate span {
        color: #666;
        font-size: 14px;
    }

    .lstNewsInCate .colRightNews {
        padding: 0;
        padding-right: 1rem;
    }

@media only screen and (max-width: 640px) {
    .lstNewsInCate span {
        display: none;
    }
}


.detailNews {
    background-color: #fff;
    padding: 20px;
}

.commentBox {
    background-color: #fff;
    padding: 15px;
}

.likeShareButton {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    .likeShareButton a {
        margin-left: 10px;
    }

    .likeShareButton img {
        width: 40px;
    }

.timeDateCreated{
    font-size: 0.8em;
}