.news{
    padding-right: 15px;
    font-size: 12px;
}

    .news a{
       color:#656565;
    }

    .news h4{
        border-bottom: 1px solid #F4F4F4;
        font-size: 14px;
        line-height: 12px;
        margin-bottom: 10px;
        padding: 15px 0 10px;
    }
    .news h4 a{
        color:#004C66;
    }
    .news h4 a:hover{
        text-decoration: underline;
    }

    .news p{
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 10px;
    }
    .news .date-event{
        color: #004C66;
        margin-bottom: 10px;
    }
    .news .date-published, .one-new .date-published{
        color:#A9A9A9;
    }

