/** News Sitebar */

.start-news {
    float: left;
    clear: both;
}

.start-news li {
    border-bottom: 1px solid #dedede;
    clear: both;
    float: left;
    width: 100%;
}

.start-news a {
    clear: both;
    cursor: pointer;
    float: left;
    padding: 10px 20px;
    width: 100%;
}

.start-news-date {
    clear: both;
    color: #333;
    float: left;
    font-weight: normal;
    width: 100%;
}

.start-news-more-news {
    border-top: 1px solid #ddd;
    clear: both;
    float: left;
    padding: 10px;
    text-align: center;
    width: 100%;
}