﻿#innerMeun{
    margin-bottom:30px;
    border-bottom:1px solid #e8e8e8;
}
#article{
    width:100%;
    overflow:auto;
}
#article::-webkit-scrollbar {
    display: none;
}
.listNav{
    min-width:100%;
    padding:10px 0;
    line-height:34px;
    height:54px;
}
.listNav a {
    padding:0 10px;
    margin-right: 15px;
    box-sizing: border-box;
    color: #5a5a5a!important;
    font-size: 16px;
    line-height:34px;
    display:block;
    float:left;
    font-family: "微软雅黑";
    border-radius:4px;
}
.listNav .active,.listNav a:hover{
    background: #2857c1;
    color:#fff!important;
}

