.contentNews {
    border: 0px solid #ff0000;
    width: 600px;
    font-family: Arial;
    font-size: 11px;
    margin-top: 10px;
}

.vspaceNews {
    border: 0px solid #0000ff;
    width: 580px;
    height: 10px;
    float: left;
}

.containerNews {
    border: 0px solid #0000ff;
    width: 600px;
    height: 300px;
    overflow: auto;
    float: left;
}

.resultNews {
    border: 0px solid #ff0000;
    float: left;
}

.dateNews {
    border: 0px solid #ffff00;
    width: 580px;
    font-size: 10px;
    color: #faa74a;
    float: left;
}

.titleNews {
    border: 0px solid #ff00ff;
    font-size: 12px;
    width: 580px;
    float: left;
}

.detailNews {
    border: 0px solid #000000;
    width: 580px;
    padding-top: 10px;
    float: left;
}

.linkNews {
    border: 0px solid #0000ff;
    width: 580px;
    padding-top: 5px;
    font-style: italic;
    float: left;
}

