.newsTapes {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    text-align: left;
}

.newsTapes li {
    display: inline-block;
    padding-bottom:5px;
    margin-left:37px;
    font-family: Lato;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    color: #34b5e5;
}

.newsTapes li:first-child {
    margin-left:0;
}

.newsTapes li a {
    color: #333;
    text-decoration:none;
    transition:all 0.3 ease;
}

.newsTapes li a:hover {
    color: #34b5e5;
}


.newsTapes li.-active {
    border-bottom:2px solid #34b5e5;
}

.newsTapes li.-active a {color:#34b5e5;}

.newsTapes li span {
    display:inline-block;
    padding:4px 8px;
    color: #fcfbfc;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    background-color: #34b5e5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-left:6px;
}