@import url("http://www.ytgxq.gov.cn/images/973/gx2021_millia.css");
@import url("http://www.ytgxq.gov.cn/images/973/gx2021_swiper3.4.2.css");

.bg {
    background: url(GaoxinDistrictPartyAffairs01.jpg) no-repeat top center;
    background-size: 100% auto;
}

.milliaFlex {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.milliaFlex>* {
    width: 48% !important;
    margin-top: 35px;
}

.spSwiper {
    width: 100%;
    position: relative;
}

.spSwiper,
.spSwiper .swiper-slide {
    height: 405px;
}

.spSwiper .swiper-slide {
    position: relative;
    z-index: 2;
}

.spSwiper .swiper-slide span {
    display: block;
    width: 100%;
    font-size: 22px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 25px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.spSwiper .swiper-pagination {
    left: auto;
    bottom: 20px;
    right: 10px;
    width: auto;
}

.spSwiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 3px !important;
    width: 8px;
    height: 8px;
    border-radius: 5px;
}

.spSwiper .swiper-pagination-bullet-active {
    background: #215199;
}

.spSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.spdl dt {
    border-bottom: 1px solid #c30005;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
}

.spdl dt b {
    background: #c30005;
    color: #fff;
    font-size: 22px;
    padding: 0 30px;
}

.spdl dd {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    border-bottom: 1px dotted #ddd;
}

.spdl dd:last-child {
    border: none;
}

.spdl dd:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #c30005;
    border-radius: 10px;
    margin-right: 10px;
}

.spdl dd a {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 党务公开 */

.newStyle .milliaFlex {
    flex-direction: column;
    align-items: center;
}
.newStyle .spSwiper .swiper-slide span {
    font-size: 34px;
}
.newStyle .spdl {
    width: 100% !important;
}
.newStyle .spdl dt b {
    font-size: 34px;
}
.newStyle .spdl dt a {
    font-size: 34px;
}
.newStyle .spdl dd a {
    font-size: 34px;
}



@media screen and (max-width:860px) {
    .milliaFlex {
        width: 96%;
    }

    .milliaFlex>* {
        width: 100% !important;
    }

    .spSwiper .swiper-slide span,
    .spdl {
        font-size: 1.4rem;
    }

    .spSwiper .swiper-pagination {
        display: none;
    }

    .spSwiper,
    .spSwiper .swiper-slide {
        height: auto;
    }

    .spSwiper .swiper-slide span {
        padding: 1rem;
        text-align: center;
    }

    .spdl {
        line-height: 3.8rem;
    }

    .spdl dt {
        font-size: 1.2rem;
    }

    .spdl dt b {
        font-size: 1.6rem;
        padding: 0 2rem;
    }





}