.nav_tab{
    width: 871px;
    margin: 90px auto 0;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e3e3e3;
}
.nav_tab span{
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 28px;
    font-size: 16px;
    cursor: pointer;
}
.nav_tab .active{
    background: #0c7ed9;
    color: #fff;
}
.tab{
    width: 871px;
    margin: 30px auto 0;
}
.list_news li{
    height: 57px;
    line-height: 57px;
    border-bottom: 1px dashed #cccccc;
    font-size: 16px;
    cursor: pointer;
}
.list_news li span{
    float: right;
}
.list_news li:hover a{
    color: #0c7ed9;
}
.list_news li:hover span{
    color: #0c7ed9;
}
.page{
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-bottom: 48px;
    margin-top: 30px;
}
.page a{
    display: inline-block;
    color: #999;
    font-size: 14px;
    height: 33px;line-height: 33px;
    border: 1px solid #e5e5e5;
    padding: 0 12px;
}
.page .active{
    border: 1px solid #0c7ed9;
    background: #0c7ed9;
    color: #fff;
}