.block-bn-news .panel-pane{
    background: #f6f6f6;
}

.block-bn-news .pane-title {
    color: #6db42c;
    font-family: latoblack;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    padding: 25px 0 15px 15px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px;
}



.block-bn-news ul {
    padding: 0 15px;
}

.block-bn-news ul li {
    font-family: latoregular;
    font-size: 15px;
    list-style: none;
    border-top: 1px solid #e1e1e1;
    padding: 10px 0;
}

.block-bn-news ul li a:hover{
    color: #E20074;
    transition: color 0.3s;
}

.block-bn-news ul li.active a{
    color: #E20074;

}

.block-bn-news ul li.active a:after{
    color: #E20074;
    content : " >";
}

.block-bn-news ul li a:hover:after{
    color: #E20074;
    content : " >";
    transition: all 0.3s;
}

