
body {
    margin: 0 auto;
    font-family: Hiragino Sans GB;
    background-color: #fff;
    overflow-x: hidden;
}

p, span {
    line-height: 1rem;
}

.news_detail_img {
    width: 100%;
}

[v-cloak] {
    display: none !important;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 3px;
}

/*定义滚动条轨道*/
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

/*检查日报*/
.specialCon, .specialConTitle, .channel-dropdown, .all-channel-caption {
    height: 1.6rem;
}

.topNav {
    position: fixed;
    width: 15rem;
    z-index: 10;
    border-bottom: 1px solid #eee;
    background: #FFFFFF;
    display: flex;
    height: 1.8rem;
    overflow: hidden;
}

.topNav .logo {
    width: 5rem;
    height: 100%;
    margin-left: .5rem;
    float: left;
}

.topNav .logo img {
    height: 1.6rem;
    margin-top: .1rem;
}

.topNav .channel-dropdown {
    width: 2rem;
    height: 100%;
    float: right;
    margin-right: .5rem;
    text-align: right;
}

.topNav .channel-dropdown img {
    width: .7rem;
    height: .7rem;
    margin-top: .5rem;
}

.swiperNav {
    position: fixed;
    width: 15rem;
    z-index: 8;
    border-bottom: 1px solid #eee;
    background: #FFFFFF;
    display: flex;
    height: 1.8rem;
    overflow: hidden;
    top: 1.8rem;
    padding: 0 .2rem;
    box-sizing: border-box;
    display: none;
}

.specialHead img {
    max-width: 100%;
    margin-bottom: .4rem;
}

.specialCon {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}

.specialCon .specialConTitle + .specialCon .specialConTitle {
    padding: 0 .25rem;
}

.specialHead p {
    font-size: .64rem;
    line-height: .66rem;
    padding: 0 .52rem;
    color: #323232;
}

.specialCon a:first-child {
    padding-left: 0 !important;
}

.specialConTitle {
    padding: 0 .4rem;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: auto !important;
    /*height: 1.6rem !important;*/
    line-height: 1.6rem;
    color: #232323;
    font-size: .64rem;
    /*background: #eef1f6;*/
}

.specialConList ul li:last-child {
    height: 0;
}

.specialConList ul li .specialArtBox div {
    float: left;

}

.specialArtImgBox {
    width: 30%;
}

.specialArtImgBox img {
    width: 100%;
    height: 4rem;
}

.all-channel-caption-active {
    /*.all-channel-caption.active {*/
    display: block;
}

.dropdown {
    position: fixed;
    top: -200%;
    padding-top: .5rem;
    width: 100%;
    height: 100vh;
    background-color: #f1f1f1;
    box-sizing: border-box;
    -webkit-transition: top .3s;
    transition: top .3s;
    z-index: 9;
}

/*.dropdown .active {*/
.dropdown-active {
    top: 1.8rem;
}

.dropdown .dropdown-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 .1rem;
}

.dropdown .dropdown-container .dropdown-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: .3rem .2rem;
    padding: .04rem;
    width: 4.5rem;
    height: 1.5rem;
    border-radius: 1.2rem;
    background-color: #fff;
    font-size: .6rem;
    font-weight: 400;
    text-decoration: none;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
}

.news {
    position: fixed;
    top: 1.8rem;
    bottom: .55rem;
    width: 100%;
    height: auto;
    box-sizing: content-box;
    z-index: 1;
}

.mescroll {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    /*height: calc(100% - 1.6rem);*/
    -webkit-overflow-scrolling: touch;
}

.mescroll-downwarp {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    text-align: center;
}

.mescroll-downwarp .downwarp-content {
    padding-bottom: 5px;
}

.mescroll-downwarp .downwarp-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 30px;
    padding: 10px 0;
}

.mescroll-downwarp .downwarp-arrow {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    margin: 10px -2px 10px 10px;
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABIElEQ…LNABUQTeKzADIQzeKzASKIQ6iRD++elyq16haUgtzyfnGAP0rxyyH/VuxdAAAAAElFTkSuQmCC); */
    background-size: contain;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
}

.mescroll-downwarp .downwarp-tip {
    font-size: 14px;
    font-weight: 300;
    margin-left: 3px !important;
    vertical-align: middle;
}

.mescroll-downwarp .downwarp-tip, .mescroll-upwarp .upwarp-nodata, .mescroll-upwarp .upwarp-tip {
    display: inline-block;
    font-size: 12px;
    color: gray;
    vertical-align: middle;
}

.mescroll-downwarp .downwarp-progress {
    position: relative;
    top: -1px;
}

.mescroll-downwarp .downwarp-progress, .mescroll-upwarp .upwarp-progress {
    width: 16px;
    height: 16px;
    margin: auto;
    border: none;
    background-size: contain;
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAMwUlEQ…O4f39P+/k8APDzeDbj94io9BMR+fcRdrTS6TSXs6aM/gcoZFtxaLtF9wAAAABJRU5ErkJggg==); */
    -webkit-animation: progressRotate .6s steps(6, start) infinite;
    animation: progressRotate .6s steps(6, start) infinite;
    vertical-align: middle;
}

.mescroll-downwarp .downwarp-progress, .mescroll-upwarp .upwarp-progress {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid gray;
    border-bottom-color: transparent;
}

.mescroll-downwarp .downwarp-tip {
    font-size: 14px;
    font-weight: 300;
    margin-left: 3px !important;
    vertical-align: middle;
}

.carousel {
    position: relative;
    width: 100%;
    height: 8.387rem;
}

.articles .article.normal-article, .articles .article.normal-article .article-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /*padding: .25rem .49rem;*/
}

.articles .article {
    position: relative;
    padding: .3rem .3rem;
    background-color: #fff;
    z-index: 1;
    border-bottom: 1px solid #eee;
}

.articles .article-title {
    /*line-height: .8rem;*/
    color: #232323;
    font-size: 0.64rem;
}

.topic-box p {
    margin: .2rem 0 0 0 !important;
}

.text-overflow {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.articles .multi-pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: .3rem 0 .1rem 0;
}

.articles .multi-article-pic:not(:last-child) {
    margin-right: .5rem;
}

.articles .multi-article-pic {
    width: 4.46rem;
    height: 3.257rem;
    object-fit: cover;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
    border-radius: .3rem;
}

.multi-article-detail {
    margin-bottom: -.2rem;
    height: .8rem;

}

.lazyloaded {
    opacity: 1;
}

.articles .article-info {
    /* webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     flex-direction: column;*/
    width: 66%;
    height: 3.35rem;
    overflow: hidden;
}

.articles .article-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*  position: absolute;
      bottom: .08rem;
      height: .19rem;*/
}

.video-detail {
    height: .8rem;
    /*margin-top: .1rem;*/
}

.articles .article-detail .article-resource, .articles .article-detail .article-type, .articles .article-detail .article-publishtime {
    color: #999;
    margin-right: .2rem;
    vertical-align: middle;
    font-size: .45rem;
}

.type-only {
    margin-left: .2rem;
}


.articles .article-detail .article-type {
    color: #f64e45;
}

.articles .article-detail .article-publishtime {
    margin-right: 0 !important;
}

.articles .normal-article-pic {
    /*width: 4.32rem;*/
    /*height: 3.155rem;*/
    width: 100%;
    height: 3.257rem;
    object-fit: cover;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
    border-radius: .3rem;
}

.articles .onePic {
    width: 100%;
    display: flex;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/*轮播图*/
.carousel .carousel-item .carousel-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 8.387rem;
    /*width: inherit;*/
    /*height: inherit;*/
    text-decoration: none;
}

/*.swiper-slide {*/
/*-webkit-flex-shrink: 0;*/
/*-ms-flex: 0 0 auto;*/
/*flex-shrink: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*position: relative;*/
/*}*/
.carousel .carousel-caption {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
}

.carousel .carousel-title {
    width: 78%;
    color: #fff;
    padding-left: .5rem;
    font-size: .64rem;
    font-weight: 400;
}

.carousel .swiper-pagination-bullets {
    left: 80% !important;
    bottom: .09rem !important;
    width: 20% !important;
}

.carousel .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    margin: 0 3px !important;
    background-color: hsla(0, 0%, 100%, .8);
}

.carousel .swiper-pagination-bullet-active {
    background: #f00;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.topic-article-pic {
    width: 14.4rem;
    height: 5.76rem;
    object-fit: cover;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
    border-radius: .3rem;
}

.topic-bigPic {
    margin-bottom: .2rem;
}

.columnActive {
    color: #f00 !important;
}

.shareIcon_con {
    position: fixed;
    bottom: 0px;
    overflow: hidden;
    margin: 0 0;
    z-index: 99998;
}

.shareIcon-img {
    width: 100%;
    display: block;
}

.overWord {
    max-width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topic-box {
    /*margin: 0rem 0 -.2rem 0;*/
    margin-bottom: -.2rem;
}

.news .articles {
    padding-bottom: 1rem;
}

.news .articles last_div2 {
    height: 0;
}

.news .news_paper {
    width: 100%;
    height: 100%;
}

.article .no-pic-article {
    height: 3.155rem;
}

.no-pic-article .no-pic-nav {
    position: absolute;
    bottom: 0;
}

/*.no-pic-article p{*/
/*margin: 0 !important;*/
/*position: absolute;*/
/*top: 0;*/
/*}*/
.video-nav {
    position: absolute;
    /*top: 33%;*/
    /*left: 47%;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
}

.video-nav img {
    width: .6rem;
    height: 0.6rem;
    margin: .45rem .55rem;
}

.video-img {
    height: 8.075rem;
}

.column-trans {
    transform: translate3d(0px, 0px, 0px) !important;
}

.onePic-img {
    margin-top: 0.05rem;
    width: 32%;
    margin-right: 2%;
}

.onePic-title {
    margin: -.15rem 0 !important;
}

.onePic-detail {
    margin-bottom: -.25rem;
}

/*.carousel-item,.normal-article,.header{*/
/*cursor: pointer;*/
/*}*/

/*刷新样式*/
.centerBottom {
    text-align: center;
    padding: .4rem 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.loading {
    /* width: 1rem;
     height: 1rem;
     border-radius: 50%;
     border: 5px solid #BEBEBE;
     border-left: 5px solid #498aca;*/
    animation: load 1s linear infinite;
    -moz-animation: load 1s linear infinite;
    -webkit-animation: load 1s linear infinite;
    -o-animation: load 1s linear infinite;
}

@-webkit-keyframes load {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes load {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes load {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

/*pc端也能看*/
@media screen and (min-width: 510px) {
    .header, .news, .dropdown, body, .shareIcon_con {
        max-width: 510px !important;
    }
}

.columnBox {
    overflow: hidden;
    padding: 0 .3rem;
    box-sizing: border-box;
    margin-bottom: .3rem;
    background: #F2F2F2;
}

.columnBox h5 {
    float: left;
    font-size: .6rem;
    line-height: 1.5rem;
    letter-spacing: .05rem;
}

.columnBox a {
    float: right;
    line-height: 1.5rem;
    color: #333333;
    font-size: .55rem;
}