﻿#innerMeun{
    margin-bottom:30px;
    border-bottom:1px solid #e8e8e8;
}
#article{
    width:100%;
    overflow:auto;
}
#article::-webkit-scrollbar {
    display: none;
}
.listNav{
    min-width:100%;
    max-width: 50%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.listNav a {
    padding:0 10px;
    margin-right: 15px;
    /* border-bottom: 2px solid transparent; */
    box-sizing: border-box;
    color: #333;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height:34px;
    display:block;
    float:left;
    transition: all 0.6s;
    /* font-family: "微软雅黑"; */
}
.listNav .active {
    background-color: #C7342D;
    color: #fff;
}

.listNav a:hover {
    background: #C7342D;
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none;
}

@media (max-width: 767px) {
    .listNav{
        padding: 5px 0;
        height: auto;
    }
  }