﻿#innerMeun{
    /* border-bottom:1px solid #eeeeee; */
    background: #d2c2af;
}
#article{
    width:100%;
    overflow:auto;
    height: 70px;
}
#article::-webkit-scrollbar {
    display: none;
}
.listNav{
    min-width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listNav a {
    margin: 0 45px;
    box-sizing: border-box;
    padding: 9px 0px;
    line-height:21px;
    display:block;
    float:left;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: center;
    color: #50290C;
}
.listNav a:hover {
    color: #50290C !important;
}
.listNav .active {
    border-bottom: 2px solid #50290c !important;
}