
.menus{display:block;width:25px;height:25px;top:15px;right:12.5px;background-size:25px 25px;margin:  0 6px 0 0}
.menuwraps{width:calc(100%);background:#fff;top:45px;z-index:99999;padding-bottom:10px;height: 95vh;
}
.menuwrapmain{overflow:auto;height:95vh;}
.menuwrapmain>a{background:#eee;float:left;width:23%;margin:3px 1%;font-size:14px;text-align:center;line-height:26px;height:26px;border-radius:2px;}
.menuwrapmain a.cul{width:48%;margin:3px 1%;font-size:16px;text-align:center;line-height:32px;height:32px;border-radius:2px;}
.menuwrapmain h3{font-size:18px;line-height:30px;height:30px;border-left:3px solid #a00707;padding-left:15px;margin:15px 0 5px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.logo_box img{width: 140px;margin-top: 5px;}
.sec_nav li {
    float: left;
    width: 20%;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.sec_nav {
    background-color: #fff;
    padding: 7.5px 0;}
.breadcrumb  a{
    font-size: 14px;
}
.breadcrumb > a + a:before {
    content: ">";
    padding: 0 5px;
    color: #ccc;
}
.pages {
    margin: 20px 0;
}
.pages ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pages ul li{
    padding: 2px 10px;
    margin: 0 0px;
}
.pages a {
    color: #575757;
    font-size: 16px;
    text-align: center;
    padding: 5px 6px;
    border-radius: 0.375rem;
}

.pages a.next_page {
    float: right;
}
.pages ul li span{
    font-size: 16px;
    background: none;
}
.pages .active {
    background: #492c1f;
    color: white;
}
.hm_floor{
    display: flex;
    justify-content: start;
    width: 100%;
}
.hm_floor .lis_cla{
    margin:5px 0px 0px;
    background: white;
    padding: 10px 5px;
    border-bottom:1px solid #e7e7e7;
    font-size:16px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.hm_floor  .lis_cla .sel{
    padding: 5px 12px;
    font-size:16px;
}
.hm_floor .active{
    background: #492c1f;
    color: white;
}
.hm_floor .hover{
    color:#fff;

}
.hm_floor .all{
    display: block;
    width: 1rem;
    font-size:16px;
    height: 30px;
    text-align: center;
    margin-top: 18px;
    line-height: 30px;
    margin-left: 15px;
}
.article h1{
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}
.article .article-info{
    text-align: center;
}

.entry-meta{
    padding: 10px;
}
.entry-meta ul {
    overflow: hidden;
}
.entry-meta ul li {
    display: flex;
    justify-content: start;
    line-height: 26px;
}
.entry-meta ul:first-child li:last-child a{
    width: 70%;
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.entry-meta ul li a{
    display: block;
    width: 70%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.index-nav{
    border-bottom: 1px solid #dcdcdc;
}


.index-nav ul{
    width: 100%;
    white-space: nowrap;
    overflow-x:scroll;
    overflow-y:hidden;
    display: flex;flex-wrap: nowrap
}
.index-nav li{
    width: 100%;
    display: inline-block;
}
.index-nav li a{
    display: inline-block;
    width: 80px;
}
.runk {display: flex;flex-wrap: wrap}
.runk a{padding:10px 24px;display: block}