/*瀵艰埅*/
.nav{height:2.75rem; line-height:2.75rem; background-color:#000; overflow:hidden; font-size:1.2rem; transition:.3s ease-in-out; -webkit-transition:.3s ease-in-out; position:relative;}
.nav ul{width:85%; overflow:hidden; margin-left:2%;}
.nav ul li{float:left; width:25%; text-align:center;}
.nav ul li a{color:#fff;}
.open{height:5.5rem;}
.nav .openBtn{width:2.75rem; height:2.75rem; position:absolute; top:0; right:0; cursor:pointer;}
.nav .openBtn i,.nav .openBtn i:before{width:2px; height:.9rem; display:inline-block; background-color:#fff;}
.nav .openBtn i{position:relative; left:.85rem; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); transition:.3s ease-in-out; -webkit-transition:.3s ease-in-out;}
.nav .openBtn i:before{content:""; position:absolute; left:.45rem; top:.45rem; transform:rotate(90deg); -webkit-transform:rotate(90deg);}
.nav .up i{transform:rotate(135deg); left:1.6rem;}
/*浜岀骇椤甸潰瀵艰埅*/
.sNav{line-height:2rem; background-color:#fff;}
.sNav ul{overflow:hidden; padding:.5rem 2%;}
.sNav ul li{float:left;  text-align:center;margin-right:1rem;}
.sNav ul li a.on{color:#000;}
/*杞挱鍥�*/
.banner .swiper-slide img{width:100%;aspect-ratio:640/290}
.banner .swiper-slide h4{position:absolute; bottom:0; background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6)); color:#fff; height:2rem; line-height:2rem; width:100%; padding:0 80px 0 .5rem;}
.banner .swiper-container-horizontal .swiper-pagination-bullets{bottom: 2.25rem;
    right: 11.5rem;}
.banner .swiper-pagination-bullet{border-radius:0; opacity:1;}
.banner .swiper-pagination-bullet-active{background-color:#000;}

.banner .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.banner .swiper-slide a h3{
    width: 100%;padding: 5px 3px;
    background: rgba(0,0,0,.4);
    position: absolute;
    bottom: 0px;
    color: white;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
/*澶存潯*/
.headline{background-color:#fff;}
.headline h2{height:3rem; line-height:3rem; font-size:1.2rem; color:#000; text-indent:.5rem; border-bottom:1px solid #e0e0e0;}
.headline ul{padding:0 .5rem; overflow:hidden;}
.headline ul li{height:2.5rem; line-height:2.5rem; border-bottom:1px solid #e0e0e0; }
.headline ul li h3{overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:1.2rem;}
.headline ul li:last-child{border-bottom:none;}
/*鏂伴椈*/
.wrapper{background-color:#fff;}
.wrapper .more{ text-align:center; padding:.75rem 0;}
.wrapper .more a{padding:0 2rem 0 1.5rem; height:2rem; line-height:2rem; display:inline-block; border:1px solid #e0e0e0; border-radius:1.5rem;}
.wrapper .more a i,.wrapper .more a i:before{width:1px; height:.75rem; display:inline-block; background-color:#666;}
.wrapper .more a i{position:relative; top:.25rem; left:.5rem; transform:rotate(-135deg); -webkit-transform:rotate(-135deg);}
.wrapper .more a i:before{content:""; position:absolute; left:.325rem; top:.325rem; transform:rotate(-90deg); -webkit-transform:rotate(-90deg);}
.wrapper .load a i{transform:rotate(-45deg); -webkit-transform:rotate(-45deg); top:0;}
.wrapper-in{margin-top:.5rem;}
.wrapper-in h2{height:2.75rem; line-height:2.75rem; background-color:#000; text-align:center; color:#fff; font-size:1.25rem;}
.wrapper-in h2 em{margin-left:.5rem; font-size:1.1rem;}
.wrapper-in .subNav {padding:.5rem 0.5rem 0;}
.wrapper-in .subNav ul{overflow:hidden;border-bottom:1px solid #e0e0e0; padding:.25rem 0; }
.wrapper-in .subNav ul li{margin:0 .5rem .5rem 0; height:2.25rem; line-height:2.25rem; padding:0 1rem; border:1px solid #e0e0e0; float:left;}
.wrapper-news .nList{padding:0 .5rem;}
.wrapper-news .nList figure{padding:.75rem 0; overflow:hidden; border-bottom:1px solid #e0e0e0; position:relative; height:8.2rem;}
.wrapper-news .nList figure img{width:8.25rem; height:7.25rem; overflow:hidden; position:absolute; left:0;}
.wrapper-news .nList figure figcaption{height:7.6rem; overflow:hidden; position:absolute; left:0; top:.75rem; padding-left:8.7rem;}
.wrapper-news .nList figure figcaption.article-msg{padding-left:0;}
.wrapper-news .nList figure figcaption :where(h1,h2,h3,h4){height:3.6rem; line-height:1.8rem; font-size:18px; }
.wrapper-news .nList figure figcaption :where(h1,h2,h3,h4) a{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
}
.wrapper-news .nList figure figcaption time{padding-top:1rem; display:block; color:#999; font-size:.8rem;}
.wrapper-news .nList figure figcaption p{
    color:#999; 
    line-height:1.2rem;  
    font-size:12px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
}
.wrapper-news .pList{padding:1.25rem; overflow:hidden;}
.wrapper-news .pList figure{position:relative; width:50%; border:.25rem solid #fff; float:left; }
.wrapper-news .pList figure img{width:100%;aspect-ratio:213/194}
.wrapper-news .pList figure figcaption h4{position:absolute; left:0; bottom:0; padding:0 .5rem; height:2rem; line-height:2rem; width:100%; background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0)); overflow:hidden;text-overflow:ellipsis; white-space:nowrap; color:#fff;}
.wrapper-news .pList figure figcaption h4 a{color:#fff;}
.wrapper-news .pList figure figcaption :where(h1,h2,h3){
    padding: 0.3rem;
    height: 3rem;
}
.wrapper-news .pList figure figcaption :where(h1,h2,h3) a{
    color:#999; 
    line-height:1.2rem;  
    font-size:12px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
}
/*鍙嬫儏閾炬帴*/
.link{background-color:#fff; margin-top:.5rem;}
.link h2{height:3rem; line-height:3rem; text-align:center; font-size:1.2rem; position:relative; border-bottom:1px solid #e0e0e0;}
.link h2 i{width:.8rem; height:.8rem; display:inline-block; background-color:#fff; border-bottom:1px solid #e0e0e0; border-right:1px solid #e0e0e0; position:absolute; bottom:-.5rem; left:50%; transform:rotate(45deg); -webkit-transform:rotate(45deg); margin-left:-.5656rem;}
.link ul{padding:1rem; overflow:hidden;}
.link ul li{float:left; margin-right:1rem;}
.link ul li a{color:#666;}
/*璇︾粏椤�*/
.wrapper .title{padding:.75rem;}
.wrapper .title h1{font-size:1.6rem; padding:.25rem 0 1rem;}
.wrapper .title p{color:#999;}
.wrapper .title p span,.content p time{margin-right:.5rem;}
.wrapper .guide{padding:0 .75rem;}
.wrapper .guide p{padding:.5rem; background-color:#f0f0f0; color:#666; text-align:justify;}
.wrapper .content{padding:0 .75rem .75rem;}
.wrapper .content p{padding-bottom:1rem; font-size:1.2rem;}
.wrapper .content p img{width:100%;max-width:100%;height:auto !important;}
.wrapper .content p embed{max-width:100%;height:auto}
.wrapper .content img{width:100% !important;max-width:100%;height:auto !important;}
.wrapper .content p iframe{width:100%;height:auto;}
.wrapper .content p a{border-bottom:1px dashed #000;}
.wrapper .content h2 {width: 98%;line-height: 2rem;font-size: 1.5rem;font-weight: bold;color: #D04592;background-color: #f7f7f7;border-left: 2px solid #D04592;padding: 0.6rem 0 0.6rem 10px;margin: 10px 0 0 0; display: inline-block;overflow: hidden;text-align: left;}
.wrapper .content .pages{padding:.75rem 0 0rem; text-align:center;}
.wrapper .content .pages ul{overflow:hidden; border:1px solid #e0e0e0; background-color:#fff; padding:1px; width:100%; position:absolute; left:0; z-index:999; bottom:2rem;}
.wrapper .content .pages ul li a{border:none; background-color:#fff; margin:0; padding:0; width:100%;}
.wrapper .content .pages ul li a.on{background-color:#f0f0f0;}
.wrapper .content .pages a,.wrapper .content .pages span{height:1.8rem; line-height:1.8rem; border:1px solid #e0e0e0; padding:0 .5rem; display:inline-block; }
.wrapper .content .pages a{background-color:#f0f0f0; margin:0 .3125rem;}
.wrapper .content .pages span{cursor:pointer; position:relative; margin-left:.3125rem;}
.wrapper .content .pages span i{border-right:.25rem solid transparent; border-left:.25rem solid transparent; border-top:.25rem solid #333; display:inline-block; position:relative; top:-.2rem; margin-left:.25rem;}
.share{border-bottom:1px solid #e0e0e0; padding:1rem 0; line-height:3rem;}
.share span{float:left; margin-right:.5rem; color:#999;}
.share .bdshare-button-style0-16 a{padding-left:0; margin:0 .5rem;color:#999; height:30px; width:30px; position:relative; display:inline-block;}
.share .bdshare-button-style0-16 .bds_tsina{background:url(https://m.hfx.cn/static/hfx/images/weibo.png) no-repeat; background-size:contain;}
.share .bdshare-button-style0-16 .bds_qzone{background:url(https://m.hfx.cn/static/hfx/images/qzone.png) no-repeat; background-size:contain;}
.share .bdshare-button-style0-16 .bds_weixin{background:url(https://m.hfx.cn/static/hfx/images/weixin.png) no-repeat; background-size:contain;}
.focus{padding:0 .75rem .75rem;}
.focus p b{color:#000; font-weight:normal; margin:0 .25rem;}
.prevNext{background-color:#fff; margin-top:.5rem; padding:0 .75rem;}
.prevNext p{padding:.5rem 0; overflow:hidden; position:relative;}
.prevNext p a{font-size:1rem;border-bottom: 0px dashed #000;}
.prevNext p:first-child{border-bottom:1px solid #e0e0e0;}
.prevNext p b{width:4.2rem; display:inline-block; font-weight:normal; position:absolute; left:0; top:.5rem;}
.prevNext p span{display:inline-block; margin-left:4.5rem;}
.wrapper-show{margin-top:.5rem;}
.wrapper-show h2{height:3rem; line-height:3rem; position:relative; font-size:1.2rem; color:#000; text-indent:.7rem; border-bottom:1px solid #e0e0e0;}
.wrapper-show h2 i{width:.3rem; height:1.2rem; display:inline-block; background-color:#000; position:absolute; left:0; top:.9rem;}
.wrapper-show ul{padding:.5rem .75rem;}
.wrapper-show ul li{height:2.5rem; line-height:2rem;}
.wrapper-show ul li h4{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;font-size:1.2rem}
.wrapper-show .nList{padding:0 .5rem;}
.wrapper-show .nList figure:last-child{border-bottom:none;}
/*涓撻*/
.topic-nav{padding:.5rem;}
.topic-nav dl{overflow:hidden;}
.topic-nav dl dt,.topic-nav dl dd{float:left; margin:0 .5rem .5rem 0;}
.topic-nav dl dt a,.topic-nav dl dd a{padding:0 .75rem; border-width:1px; border-style:solid; height:2rem; line-height:2rem; display:inline-block;}
.topic-nav dl dt a{border-color:#000;}
.topic-nav dl dd a{border-color:#e0e0e0; font-size:.9rem;}
.topic-nav .more{padding:0;}
.topicList{background:none; padding:.25rem .25rem 0; overflow:hidden;}
.topicList figure{border:.25rem solid #f0f0f0; float:left; width:50%; float:left;}
.topicList figure img{width:100%;}
.topicList figure figcaption{height:3.2rem; line-height:1.6rem; background-color:#fff; padding:.2rem .25rem; overflow:hidden;}
.topicList .more{padding-bottom:.5rem;}
.topicList .more a{background-color:#fff;}
.topic-intro{background-color:#fff; padding:0 .5rem .25rem;}
.topic-intro h1{padding:.5rem 0;}
.topic-intro p{color:#666;}
/*鎼滅储*/
.back{width:3rem; height:3rem; position:absolute; left:0;}
.back a{width:3rem; height:3rem; display:inline-block;}
.back i,.back i:before{width:2px; height:1.2rem; background-color:#666; display:inline-block;}
.back i{position:relative; transform:rotate(45deg); -webkit-transform:rotate(45deg); left:1rem; top:.5rem;}
.back i:before{content:""; position:absolute; transform:rotate(90deg); -webkit-transform:rotate(90deg); top:.55rem; left:.55rem;}
.search{padding:.5rem 3rem 0 2.5rem; position:absolute;width:100%;}
.search .sBox{height:2rem; border:1px solid #e0e0e0; outline:none; padding:0 .5rem; width:100%; box-sizing:border-box;}
.search .sBtn{width:1.6rem; height:1.6rem;background-color:transparent; border:none; background:url(https://m.hfx.cn/static/hfx/images/sBtn.png) no-repeat; background-size:contain; position:absolute; right:.7rem; top:.7rem;}
.sBg{background-color:#fff;}
.sborder{border-bottom:1px solid #e0e0e0;}

.hide-article-box {position: absolute;bottom: 0;width: 100%;padding-top: 160px;background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff));background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);}
#btn-readmore {width: 121px;margin:0 auto ;}
<!-- .blog-content-box article * {word-break: break-all;} -->
.btn-red-hollow {color: #184efd !important;background-color: #fff !important;-webkit-transition: background-color .1s ease-in-out;transition: background-color .1s ease-in-out;}
#btn-readmore {margin-top: 6px;margin-bottom: 6px;padding: 0 8px;display: inline-block;font-size: 16px;border-radius: 4px;text-align: center;border: none;background-color: transparent;height: 34px;line-height: 32px;min-width: 72px;cursor: pointer;}

.show_moreimg{margin-top:6px;float: left;}
.guding{position: relative;}
.hide-article-box{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;
}
