
.swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide a p{
    width: 100%;
    color: white;
    position: absolute;
    bottom: 0;
    text-align: start;
    font-size: 16px;
    background: rgb(0,0,0,0.6);
    padding: 1px 10px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.swiper-slide a img{
    width: 100%;
    height: 100%;
}





.ell1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.ell2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.ell3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.ell4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.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;
    width: 100%;
}

.hm_floor  .lis_cla .sel{
    padding: 5px 9px;
    font-size: 16px;
}
.hm_floor .active{
    background: #004eb3 ;
    color: white;
}
.hm_floor .hover{
    color:#fff;

}
.hm_floor .all{
    display: block;
    width: 50px;
    font-size: 16px;
    height: 30px;
    text-align: center;
    margin-top: 17px;
    line-height: 30px;
    margin-left: 15px;
    flex-shrink: 0;
}
.now_pos a{
    font-size: 14px;
    color: #999999;
}
.now_pos{
    padding: 5px 10px 2px;
}
.now_pos > a + a:before {
    content: ">";
    padding: 0 5px;
    color: #999999;
}

.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 {
    display: inline-block;
    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: #004eb3;
    color: white;
}

.footer{
    padding: 20px 0;
    display: block;
    background: #004eb3;
    text-align: center;

}
.footer a{
    color: white;
}
.footer p{
    color: white;
}
.m-header .logo{
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
    width: auto;
    margin: 0 10px;
}
.m-header .logo img{
  max-height: 80%;
    width: auto;
}
.entry-meta{
    padding: 20px 0;
}
.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;
}



.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;padding-left:10px;margin:15px 0 5px;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.pos-a{position:fixed;left: 0;right: 0;margin: 0 auto}
.eol-m-fuwus{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eol-m-fuwus .mores{
    color: #999;
    font-size: 16px;
}
.eol-m-title{
   margin-bottom: 0;
}
.m-header .nav .list::-webkit-scrollbar {
    height: 0;
}

.list_image{
    width: 35%;
    height: 80px;
    flex-shrink: 0;
    margin-right: 10px;
}
.list_image a{
    display: block;
    width: 100%;
    height: 100%;
}
.list_image a img{

    width: 100%;
    height: 100%;
}
.media-wrapper{
    display: flex;
    justify-content: start;
    align-items: center;
}
.m-header .header-tools{
    background: #004eb3;
}
.m-header .district-select .view{
    width: auto !important;
}
.m-header .district-select .view img{
    width: 26px;height: 26px
}
.m-header .header-nav-wrap{
    border-bottom: 1px solid #e3e3e3;
}