@charset "utf-8";

/*轮播*/
.slide {
    width: 100%;
    height: 19.5rem;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

    .slide .swiper-slide {
        padding: 0 1.4rem;
    }

.slide-item {
    position: relative;
    height: 100%;
}

    .slide-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    .slide-item .slide-title {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: .4rem .8rem 1.6rem;
        background: linear-gradient(180deg,rgba(255,255,255,.1) 0%,rgba(0,0,0,1) 100%);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .slide-item .slide-title p {
            font-size: 1.6rem;
            font-weight: 600;
            line-height: 2.4rem;
            color: #fff;
        }

.slide .swiper-pagination-bullet {
    background: rgba(255,255,255,0.8);
    opacity: 1;
}

.slide .swiper-pagination-bullet-active {
    background: #D9271F;
}
/*轮播END*/

/*新闻列表*/
/*.article-list {
    padding: 0 1.4rem;
}
*/
/*小图、大图、视频*/
.article-item {
    display: flex;
    padding: 1.2rem 0;
    border-bottom: 1px solid #e6e6e6ba;
}
.article-list .article-item:last-child {
    border-bottom:none;
}
.thumb-xs {
    margin-right: 1.2rem;
    border-radius: 2px;
    width: 10.9rem;
    min-width: 10.9rem;
    height: 8.2rem;
}

    .thumb-xs img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

.thumb-ls {
    width: 100%;
    height: 19.5rem;
    margin-top: .8rem;
    position: relative;
}

    .thumb-ls img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    .thumb-ls .ico-video {
        position: absolute;
        width: 4rem;
        height: 4rem;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        background: url('../img/articles/ico-video.png') no-repeat;
        background-size: 100%100%;
    }

.thumb-3 {
    display: flex;
    margin-top: .8rem;
}

    .thumb-3 img {
        width: 10.9rem;
        height: 8.2rem;
        object-fit: cover;
        border-radius: .4rem;
        margin-right: 1rem;
    }

        .thumb-3 img:last-child {
            margin-right: 0;
        }

.article-detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.article-title {
    font-size: 1.7rem;
    color: #333;
    line-height: 2.4rem;
    text-align: justify;
}

.article-attr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #999999;
    line-height: 1.8rem;
    white-space: nowrap;
}

    .article-attr .attr-l, .article-attr .attr-r {
        display: flex;
        align-items: center;
    }

    .article-attr .attr-l {
        flex: 1 1;
    }

    .article-attr .attr {
        margin-right: 1.2rem;
    }

        .article-attr .attr.label {
            border-radius: 2px;
            padding: 0 2px;
            text-align: center;
            position: relative;
        }

            .article-attr .attr.label .bg {
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 2px;
                opacity: 0.3;
            }

        .article-attr .attr.read.hot {
            color: red;
        }

/*直播*/
.article-item.live {
    border-bottom: none;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
    border-radius: .4rem;
    padding: 0;
    margin-top: 1.2rem;
}

    .article-item.live .article-detail {
        flex-direction: column-reverse;
        /*        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
        border-radius: .4rem;
*/
    }

.live .article-detail .article-title {
    padding: 1.2rem;
}

.article-item.live .thumb-ls {
    margin-top: 0;
}

    .article-item.live .thumb-ls img {
        margin-top: 0;
        border-radius: 4px 4px 0 0;
    }

.article-item.live .article-attr {
    display: none;
}

.live .live-attr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem;
}

.live-attr .live-attr-l, .live-attr .live-attr-r {
    display: flex;
    align-items: center;
}

.live-attr .attr {
    font-size: 1.2rem;
    color: #fff;
}

    .live-attr .attr.view:before {
        content: '';
        width: 1rem;
        height: 1rem;
        display: inline-block;
        margin-right: .3rem;
        background: url('../img/articles/ico-live-user.png') no-repeat;
        background-size: 100%100%;
    }

.live .ico-live-state, .article-item .ico-live-state {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    height: 2.2rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ico-live-state.state-1 {
    width: 5.7rem;
    background-image: url('../img/articles/ico-live-state-1.png');
}

.ico-live-state.state-2 {
    width: 7rem;
    background-image: url('../img/articles/ico-live-state-2.png');
}

.ico-live-state.state-3 {
    width: 5.5rem;
    background-image: url('../img/articles/ico-live-state-3.png');
}
/*广告贴片*/
.article-item.ad {
    border-bottom: none;
    padding: 0;
    margin-top: 1.2rem;
    position: relative;
}

    .article-item.ad img {
        width: 100%;
        height: 8.2rem;
        border-radius: .4rem;
        object-fit: cover;
    }

    .article-item.ad .ad-label {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        font-size: 1.2rem;
        padding: 0 .2rem;
        background: rgba(0,0,0,.3);
        border-bottom-left-radius: .4rem;
    }
/*专题 专题带3条新闻,新闻附带缩略图 showType=9*/
.article-item.special {
    box-shadow: 0px 0px 4px 0px rgba(199,199,199,0.5);
    border-radius: .4rem;
    padding: .8rem .8rem 0;
    border-bottom: none;
    flex-direction: column;
    margin-top: 1.2rem;
}

.special .thumb-special {
    width: 100%;
    height: 11rem;
    position: relative;
    margin-bottom: .5rem;
}

.thumb-special img {
    width: 100%;
    height: 100%;
    border-radius: .4rem;
    object-fit: cover;
}

.thumb-special:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 1.9rem;
    margin-right: .3rem;
    background: url('../img/articles/ico-special.png') no-repeat;
    background-size: 100%100%;
}

.thumb-special .more {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    border-radius: .4rem 0px .4rem 0px;
    padding: .2rem .8rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
}

    .thumb-special .more:after {
        content: '';
        width: .6rem;
        height: 1rem;
        margin-left: .4rem;
        background: url('../img/articles/ico-more.png') no-repeat;
        background-size: 100%100%;
    }

.special-article-list {
}

    .special-article-list .article-item {
        border-bottom: none;
    }

    .special-article-list .article-simple-item {
        margin-left: 1.2rem;
        padding: .7rem 0;
        border-bottom: 1px solid #e6e6e6ba;
        position: relative;
    }

.article-simple-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -.8rem;
    transform: translateY(-50%);
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: #031892;
}

.special-article-list .article-simple-item:last-child {
    border-bottom: none;
}

.article-simple2-item {
    display: flex;
}

    .article-simple2-item .article-time {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #CD3932;
        font-size: 1.2rem;
        margin-right: .5rem;
        padding-top: .8rem;
        width: 3.8rem;
    }

    .article-simple2-item .article-special-info {
        flex: 1;
        position: relative;
        border-bottom: 1px solid #e6e6e6ba;
        padding: .8rem 0;
        margin-left: 1.7rem;
        /*overflow:hidden;*/
    }

.article-special-info .article-title {
    height: 4.4rem;
}

.article-special-info:before {
    content: '';
    position: absolute;
    top: 1.4rem;
    left: -1.7rem;
    width: .8rem;
    height: .8rem;
    background: url('../img/articles/ico-round.png') no-repeat;
    background-size: 100%100%;
    z-index: 2;
}

.article-special-info:after {
    content: '';
    position: absolute;
    top: 0;
    left: -1.3rem;
    transform: translateX(-50%);
    width: .2rem;
    height: 100%;
    background: url('../img/articles/line.png') no-repeat;
    background-size: 100%100%;
}

.article-simple2-item:first-child .article-special-info:after {
    top: 1.4rem;
}

.article-simple2-item:last-child .article-special-info::after {
    top: -4.5rem;
}

.article-simple2-item:last-child .article-special-info {
    border-bottom: none;
}

.special-t16 {
    flex-direction: column;
    border-bottom: none;
    padding: 0;
    margin-top: 1.2rem;
}

    .special-t16 .thumb-special {
        height: 19.5rem;
        margin-bottom: 1.2rem;
        position: relative;
    }

        .special-t16 .thumb-special:before {
            display: none;
        }

    .special-t16 .special-article-list {
        display: flex;
        flex-wrap: wrap;
    }

.article-special-t16-item {
    width: 17.1rem;
    margin-right: .5rem;
    margin-bottom: 1.2rem;
}

    .article-special-t16-item:nth-child(2n) {
        margin-right: 0;
    }

    .article-special-t16-item:last-child, .article-special-t16-item:nth-last-child(2) {
        margin-bottom: 0;
    }

    .article-special-t16-item .thumb {
        height: 9.6rem;
        margin-bottom: .4rem;
        position: relative;
    }

        .article-special-t16-item .thumb img {
            width: 100%;
            height: 100%;
            border-radius: .4rem;
            object-fit: cover;
        }

        .article-special-t16-item .thumb .ico-video {
            position: absolute;
            width: 1.8rem;
            height: 1.8rem;
            bottom: .8rem;
            left: .8rem;
            background: url('../img/articles/ico-video.png') no-repeat;
            background-size: 100%100%;
        }

.special-t16-attr {
    display: flex;
    margin-top: .4rem;
    font-size: 1.2rem;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
}

    .special-t16-attr .t16-attr {
        margin-right: 1.2rem;
    }

        .special-t16-attr .t16-attr:last-child {
            margin-right: 0;
        }
