.box-sidebar {
    margin-bottom: 10px;
}

.title-main, .head, h2.title {
    display: block;
    text-transform: uppercase;
    border-bottom: 2px solid #009ae5;
    padding-bottom: 5px;
}

.title-main a, .head a, h3.head, h2.title {
    font-size: 16px;
    font-weight: bold;
    color: #009ae5;
}


.notify li:not(:last-child), .television li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}


.list-news li, .notify li, .television li {
    line-height: 1.3;
    padding: 5px 0px 5px 20px;
    text-align: justify;
    position: relative;
}

.list {
    list-style: none;
    padding-left: 10px;
}

.notify li>a, .television li>a, .list-news li>a {
    color: #0a0505;
    display: block;
}


.notify li>a:before, .television .list li>a:before, .url:before, .list-news a:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 12px;
    left: 0px;
    background: #a23533;
}