* {
    margin: 0;
    padding: 0
}

#app,body,html {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

body {
    font-family: PingFangSC-Regular,PingFang SC
}

#app {
    font-family: 微软雅黑;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000
}

.clear {
    clear: both
}

li,ul {
    list-style: none
}

.hide {
    display: none
}

@media screen and (min-width: 1080px) {
    .app-div {
        max-width:640px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff
    }
}

.app-div {
    background-color: #fff
}

.liveReview .van-swipe {
    margin-bottom: 15px;
    margin-top: 18px
}

.liveReview .van-swipe__indicators {
    bottom: 20px;
    left: 12px;
    transform: none
}

.liveReview .van-swipe__indicator {
    width: 5px;
    height: 5px;
    background: #ccc;
    opacity: unset
}

.liveReview .van-swipe__indicator--active {
    background: #999;
    width: 22px;
    border-radius: 3px
}
.relatedNewsChnl {
    padding: 20px 18px;
    /*margin: 20px 0;*/
    height: 24px;
    font-weight: 700;
    border-bottom: 1px solid #999;
}

.relatedNewsChnl span {
    font-size: 22px;
    line-height: 24px
}


.newscontent {
    padding: 16px 20px 0;
    WORD-WRAP: break-word;
    TABLE-LAYOUT: fixed;
    word-break: break-all;
    min-height: 800px
}

.newscontent .title {
    font-size: 31px;
    font-weight: 700;
    padding: 15px 0 10px;
    line-height: 52px;
    color: #2d2d2d
}

.newscontent .arrow-css {
    position: absolute;
    right: 5px;
    width: 14px;
    height: 10.7px;
//border: 8px solid #000
}

.newscontent .pubtime {
    font-size: 18px;
    color: #999;
    margin-top: 12px;
    letter-spacing: -.8px
}

.newscontent video {
    width: 100%;
    height: auto;
    max-height: 330px
}

.newscontent .content {
    font-size: 26px;
    line-height: 40px;
    color: #333;
    margin-top: 30px
}


.newscontent .content .foldedContentContainer p {
    margin: 0
}

.newscontent .content .spContent {
    font-size: 24px
}


.newscontent .content img {
    max-width: 100%;
    margin: 0 auto;
}

.newscontent .content p {
    padding: 10px 0;
    text-align: justify;
    word-break: break-word
}

.newscontent .pictext {
    color: #999;
    line-height: 36px;
    font-size: 24px;
    padding-bottom: 10px
}

.footer{
    color: #999;
    text-align: center;
    background: #f9f9f9;
    padding: 20px 0;
}
.footer a{
    color: #999;
}

::-webkit-scrollbar {
    display: none;
}
.menus{display:block;width:25px;height:25px;top:20px;right:12.5px;background:url(../images/menu.png) no-repeat;background-size:25px 25px;margin:  0 6px 0 0}
.menuwrap{width:100%;background:#fff;top:72px;z-index:99999;padding-bottom:10px;max-width: 640px}
.menuwrapmain{overflow:auto;height:95vh;}
.menuwrapmain .as{background:#eee;float:left;width:23%;margin:3px 1%;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{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:absolute;}





.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    /*font-size: 14px;*/
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #ea3440;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #ea3440 ;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0.2rem;
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}
.runk {display: flex;flex-wrap: wrap}
.runk a{padding:10px 24px;display: block}