﻿#innerMeun{
    border-bottom:1px solid #eeeeee;
}
#article{
    width:100%;
    overflow:auto;
    height: 82px;
}
#article::-webkit-scrollbar {
    display: none;
}
.listNav{
    min-width:100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.listNav a {
    margin: 0 20px;
    box-sizing: border-box;
    padding: 7px 10px;
    line-height:21px;
    display:block;
    float:left;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: center;
    color: #000003;
}
.listNav a:hover {
    background: #FF3E4D;
    border-radius: 4px;
    color: #ffffff !important;
}
.listNav .active {
    background: #e50012;
    border-radius: 4px;
    color: #ffffff;
}
