﻿.boxFa {
    max-width: 7.5rem;
    margin: 0 auto;
}

.backcor {
    background: #f1f3f4;
}

.backff {
    background: #fff;
}

.fs20 {
    font-size: 0.2rem;
}

.TitleText {
    padding-left: 0.44rem;
}


/*头部下拉框*/

.Intitle {
    width: 100%;
    height: 0.88rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 0.28rem;
    box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 20%);
    align-items: center;
    position: relative;
}

    .Intitle span {
        font-size: .32rem
    }

    .Intitle i {
        background: url(/Content/img/news/newsRelease/Intitle_i.png) no-repeat center;
        background-size: 80%;
        width: 0.32rem;
        height: 0.15rem;
        display: inline-block;
        transition: all .7s ease;
    }

    .Intitle ul {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        padding: 0 0.28rem;
        background: rgba(255, 255, 255, .8);
        height: 0;
        overflow: hidden;
    }

        .Intitle ul li {
            width: 100%;
            min-height: 0.88rem;
            line-height: .88rem;
            display: flex;
            justify-content: space-between;
            position: relative;
            align-items: center
        }


/* 顶部轮播图 */

.swiperTop {
    width: 100%;
    height: 7.04rem;
}

    .swiperTop .swiper-container {
        width: 100%;
        height: 100%
    }

    .swiperTop .swiperBox .swiper-wrapper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
    }

    .swiperTop .swiper-wrapper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiperTop .swiperBox .swiper-pagination {
        bottom: 0.38rem;
        left: 0;
    }

    .swiperTop .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.05rem;
    }

.swiperBox .swiper-pagination-bullet {
    border: 1px solid #fff;
}

.swiperTop .swiperBox .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    opacity: 0.9;
}

.swiperTop .swiperBox .swiper-pagination-bullet-active {
    background: #fff !important;
}

.swiDE {
    position: relative;
}

.swiperTop .swiperBox .swiper-pagination-bullet {
    background: rgb(0, 0, 0, 0.1);
}

.swiperTx {
    position: absolute;
    width: 100%;
    height: 2.66rem;
    padding: 0.76rem .44rem 0 .44rem;
    font-size: .36rem;
    bottom: 0rem;
    color: #fff;
    display: block;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    background-image: linear-gradient(180deg, rgb(227, 227, 227, 0), rgb(0, 0, 0, 0.75));
}


/* 新闻动态 */

.newsAct .TitleText {
    padding-top: 0.62rem;
    padding-bottom: 0.34rem;
}

.newsAct .newsAct_show {
    /* height: 5.4rem;*/
    width: 6.62rem;
    /*    border-radius: 0.08rem;*/
    margin: 0 auto 0.4rem auto;
    overflow: hidden;
}

    .newsAct .newsAct_show img {
        width: 100%;
        height: 3.68rem;
    }

    .newsAct .newsAct_show span {
        display: block;
    }

    .newsAct .newsAct_show .newsAct_text {
        margin-bottom: 0.14rem;
        margin-top: 0.38rem;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        color: #333333;
    }

    .newsAct .newsAct_show .newsAct_time {
        margin-bottom: 0.4rem;
        color: #666666;
    }


/* 通知公告 */

.notice {
    width: 6.61rem;
    overflow: hidden;
    margin: 0.76rem auto 0.4rem auto;
}

    .notice .TitleText {
        margin: 0.38rem 0 0.42rem 0;
        color: #333333;
    }

    .notice div .notice_title,
    .notice div .notice_summey,
    .notice div .notice_time {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin: 0 0.44rem 0.12rem 0.44rem;
    }

    .notice div .notice_title {
        -webkit-line-clamp: 1;
        line-clamp: 1;
        color: #333333;
    }

    .notice div {
        margin-bottom: 0.44rem;
    }

        .notice div .notice_summey {
            -webkit-line-clamp: 2;
            line-clamp: 2;
            color: #666666;
        }

        .notice div .notice_time {
            -webkit-line-clamp: 1;
            line-clamp: 1;
            color: #999999;
        }


/* 集团视频 */
.groupVideo {
    padding-bottom: .4rem;
}

    .groupVideo .TitleText {
        padding: 0.30rem 0 0rem 0.44rem;
    }

    .groupVideo .groupVideo_show {
        /* height: 7.94rem; */
        width: 6.62rem;
        margin: 0 auto 0.4rem auto;
        overflow: hidden;
    }

        .groupVideo .groupVideo_show .videoJT {
            width: 100%;
            height: 5.24rem;
        }

        .groupVideo .groupVideo_show span {
            display: block;
            margin-left: 0.44rem;
        }

        .groupVideo .groupVideo_show .groupVideo_text {
            margin: 0.46rem 0.32rem 0.22rem 0.44rem;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            line-height: 0.6rem;
            color: #333333;
        }

        .groupVideo .groupVideo_show .groupVideo_time {
            margin-bottom: 0.5rem;
            color: #333333;
        }


/*集团视频暂目前用的样式*/

.videoBox {
    background-color: #fff;
    color: #333;
    /*  height: 8rem;*/
    width: 6.6rem;
    margin: 0.76rem auto 0.4rem auto;
}

    .videoBox .top {
        position: relative;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        width: 100%;
        height: 5.3rem;
    }

        .videoBox .top img {
            width: .8rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            /*z-index: 10000;*/
        }

        .videoBox .top video {
            border-top-left-radius: 0.5rem;
            border-top-right-radius: 0.5rem;
            width: 100%;
            height: 100%;
            object-fit: fill;
        }

    .videoBox .bottom {
        width: 100%;
        height: 2.7rem;
        padding: .46rem .32rem 0rem .44rem;
    }

        .videoBox .bottom p {
            margin-bottom: .2rem;
            font-size: .4rem;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .videoBox .bottom span {
            font-size: .28rem;
        }

.video {
    position: absolute;
    width: 100%;
    height: 90%;
    z-index: 100;
}

video::-webkit-media-controls {
    display: none !important;
}


/* 大事记 */
.smartAge {
    background: #000;
    color: #fff;
    margin: 0.76rem auto 0.4rem auto;
}

    .smartAge .smartAge_Ptop {
        padding-left: 0.46rem;
        padding-top: 0.7rem;
        margin-bottom: 0.36rem;
    }

.smartSwiper {
    width: 100%;
    position: relative;
    height: 6.66rem;
    overflow: hidden;
}

.smartSlide {
    color: #fff;
    position: relative;
    height: 100%;
    padding-top: 2.88rem;
}

    .smartSlide img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .smartSlide .smartAge_text {
        width: 100%;
        height: 1.4rem;
        font-size: .4rem;
        position: relative;
        padding-left: .44rem;
        /* margin-bottom: 0.96rem; */
        bottom: -2.4rem;
        font-weight: bold;
        display: block;
        background-image: linear-gradient(180deg, rgb(227, 227, 227, 0), rgb(0, 0, 0, 0.75));
    }

    .smartSlide .smartAge_time {
        font-size: .28rem;
        margin-bottom: .1rem;
        display: block;
        position: relative;
        bottom: -3.6rem;
    }

.smartClassify {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 1.6rem;
}

    .smartClassify ul {
        width: 35%;
        display: flex;
        justify-content: start;
        padding-left: 0.48rem;
    }

        .smartClassify ul li {
            background: #A7A7A7;
            width: .16rem;
            height: .16rem;
            border-radius: 50%;
        }

        .smartClassify ul .active {
            background: #fff;
        }

.smartBottom {
    display: flex;
    justify-content: space-around;
    width: 30%;
    position: relative
}

    .smartBottom .swiper-button-prev {
        background: url(/Content/img/news/newsRelease/smartBottom_l.png) no-repeat center;
        background-size: cover;
        width: .8rem;
        height: .8rem;
        left: 4px;
    }

    .smartBottom .swiper-button-next {
        background: url(/Content/img/news/newsRelease/smartBottom_r.png) no-repeat center;
        background-size: cover;
        width: .8rem;
        height: .8rem;
        right: .46rem;
    }


/* 最新动态 */


/*.memora {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0.4rem auto;
}

    .memora .TitleText {
        margin: 0.7rem 0 0.3rem 0;
        color: #333333;
    }

    .memora div .memora_summey,
    .memora div .memora_time {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin: 0 0.44rem 0.22rem 0.46rem;
    }

    .memora div .memora_title {
        -webkit-line-clamp: 1;
        line-clamp: 1;
        color: #333333;
    }

    .memora div {
        margin-bottom: 0.44rem;
    }

        .memora div .memora_summey {
            line-height: 0.48rem;
            border-top: .02rem solid #E2E2E2;
            padding-top: 0.4rem;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            color: #666666;
        }

        .memora div .memora_time {
            -webkit-line-clamp: 1;
            line-clamp: 1;
            color: #999999;
        }
*/
