.news-nav{
    height: 80px;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
}
.news-nav ul{
    margin: auto;
    width: 616px;
}
.news-nav ul li{
    float: left;
    font-size: 18px;
    padding: 0 40px;
    margin: 27px 0;
    cursor: pointer;
    border-right: 1px solid #e1e1e1;
}
.news-nav ul li:last-child{
    border: none;
}
.news-nav ul li:hover{
    color: #34A0D5;
}
.news-nav ul li.hover{
    color: #34A0D5;
}