
    .newsSite  .entry-cover {
        margin-bottom: 30px;
    }
    .newsSite  .entry-header {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }

    .newsSite .entry-header .entry-time {
        margin: 0 20px 0 0;
        float: left;
        width: 50px;
        background-color: #3f69a2;
        text-align: center;
        font-size: 14px;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        height: 50px;
        padding-top: 8px;
        position: relative;
    }

    .newsSite .entry-header .entry-time span {
        display: block;
    }

    .newsSite .entry-header .entry-title {
        font-size: 18px;
        margin: 0;
        line-height: 1.1;
        overflow: hidden;
    }

    .newsSite .entry-header .entry-title .entry-t {
        color: #1e4792 !important;
        font-weight: bold;
    }

    .newsSite .entry-text a{
        color: black;
    }

    .entry-text .text-red {
        color: red !important;
    }