*{margin:0px;padding:0px;}

.Header{
    width: 100%;
    position: relative;
}
#QZhead2{width:calc(100%);;height: 50px;line-height: 50px;position: fixed;z-index: 9999;background:     #0068b7;left: 0;right: 0;margin: 0 auto}
#QZhead2 .box{display: flex;flex: 1;margin: 0 12px;justify-content: space-between;width:95%}
#QZhead2 .box p{flex: 1;color: #fff;font-size: 20px;text-align: center;font-weight: bold;}
#QZhead2 .box .logo{background-size: 36px auto;display: block;width: 42px;margin-top: 8px;background-position: 0;}
#QZhead2 .box .meun{display: block;width: 34px;height: 34px; font-size: 2rem;color: white}
.clean{height: 50px}
#QZhead2 .QZburger2 { display: none; width: 100%; background: #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); position: absolute; left: 0; top: 49px; z-index: 999;}
#QZhead2 .QZburger2 .navs{display:block;border-bottom:1px solid #eee;line-height:40px;font-size:16px;text-indent:10px;}
#QZhead2 .QZburger2 ul { overflow: hidden; width: 100%; padding: 12px 0; }
#QZhead2 .QZburger2 ul li { width: 25%; height: 35px; line-height: 35px; float: left; text-align: center; }
#QZhead2 .QZburger2 ul li a { font-size: 16px; color: #888; width: 100%; height: 35px; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
#QZhead2 .QZburger2 .search { margin: 0 12px 18px; position: relative; height: 32px; background: #f5f5f5; border-radius: 16px; display: flex; flex: 1; }
#QZhead2 .QZburger2 .search .search_box { position: relative; flex: 1; margin-right: 40px; }
#QZhead2 .QZburger2 .search .search_box .search-input { width: 100%; border: none;float: left; background: none; height: 20px; line-height: 20px; font-size: 12px; color: #333; margin: 6px 0 0 10px; }
#QZhead2 .QZburger2 .search .search_box .search-btn { display: inline-block; float: right; height: 19px; width: 19px; position: absolute; right: -28px; top: 6px; background: url(../images/icon-search.png) no-repeat; background-size: 100%; }
#QZhead2 .box > a { display: inline-block; flex: 0 0 150px; order: -1; width: 30px; height: 33px;  cursor: pointer; margin-top: 8px; }
#QZhead2 .box a.back { background: url(../images/btn-back.png) no-repeat center; background-size: 13px auto; margin-top: 10px; }
#QZhead2 .box img{
    height: 100%;
    width: 100%;
}

.menus{display:block;width:25px;height:25px;top:50px;right:12.5px;background-size:25px 25px;margin:  0 6px 0 0}
.menuwraps{width:calc(100%);background:#fff;top:50px;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;}
.clearfix{zoom:1;}
.pos-a{position:fixed;left: 0;right: 0;margin: 0 auto}




.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;
}
.nav{
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow-x:scroll;
    overflow-y:hidden;
    display: flex;flex-wrap: nowrap

}
.nav::-webkit-scrollbar {
    height: 0;
}
.nav .main{
    display: inline-block;
}
.nav .main a{
    display: inline-block;
    width: 80px;
    text-align: center;
}

.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: #0068b7 ;
    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{
    padding: 10px 10px 2px;
}
.weizhi > a + a:before {
    content: ">";
    padding: 0 5px;
    color: #808080;
}

.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: #0068b7;
    color: white;
}
.weizhis{
    margin-bottom: 0;
}




.entry-meta{
    padding-top: 20px;
}
.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;
}
.phone_logo{
    width: 100%;
    position: fixed;
    z-index: 9999;
}
.phones {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.phones .meun{
    color: white;
    font-size: 30px;
    padding-right: 5px;
}
.di{
    height: 50px;

}

.tj .tj_right_bottom{
    padding: 2% 3%;
}
.tj .tj_right_bottom li {
    margin-top: 13px;
    overflow: hidden;
}
.tj .tj_right_bottom a {
    display: block;
    width: 100%;
    height: 10%;
    text-decoration: none;
}
.tj .tj_right_bottom img {
    width: 30% !important;
    height: 74px;
    float: left;
    background: #e8e8e8;
}
.tj .tj_jj {
    width: 67%;
    float: left;
    margin-left: 10px;
}
.tj .tj_jj_p1 {
    font-size: 16px;
    color: #000;
    margin: 0 0 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}
.tj .tj_jj_p2 {
    font-size: 12px;
    color: #666;
    height: 50px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
