.page.page1.common-page1 {
    min-height: 47rem;
    height: 46.3125rem;
    background: url(/static/img/partybuild/banner3.png) no-repeat center 0;
    background-size: 100% 100%;
    /* background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover; */
    position: relative;
}

.common-page1 .common-wrap {
    position: absolute;
    left: 50%;
    top: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    transform: translate(-50%, 0);
    padding: 0 7.5rem;
}

.common-page1 .common-wrap a.common-h2 {
    font-size: 2.25rem;
    background: -webkit-linear-gradient(180deg, #FFEFDD 0%, #FFC594 99%);
    /* background-image:-webkit-linear-gradient(top, #bc2f08,#d75d10,#de6912); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
    .page.page1.common-page1 {
        min-height: 19.375rem;
        height: 19rem;
        background-size: 100% 100%;
    }

    .common-page1 .common-wrap {
        padding: 0 3.5rem;
    }

    .common-page1 .common-wrap a.common-h2 {
        font-size: 1.5rem;
    }
}


/* 面包屑 */
.breadcrumb {
    height: 3.5rem;
    padding-top: 1.25rem;
}

/* 编者按 */

.page.page3.editor {
    position: relative;
    width: 100%;
    padding-bottom: 5.125rem;
    /* background-color: #ab0707; */
    background: url(/static/img/partybuild/editors-bg3.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    opacity: 1;
}

.page.page3.editor .common-h2 {
    margin-top: -8.125rem;
}

.editor-h2 {
    display: inline-block;
    width: 3.1875rem;
    height: 3.1875rem;
    line-height: 3.1875rem;
    text-align: center;
    border-radius: 100%;
    background-color: #A92318;
    color: #fff;
    font-family: PingFangSC-Medium;
    font-size: 2rem;
    font-weight: normal;
    line-height: 2.75rem;
    letter-spacing: -0.0375rem;
}

.editor-content {
    margin-top: -6.25rem;
}

.editor-content p {
    text-indent: 2em;
    font-family: PingFangSC-Regular;
    font-size: 1.0313rem;
    font-weight: normal;
    line-height: 1.75rem;
    letter-spacing: 0rem;
    color: #fff;
    padding-left: .625rem;
}

/* title */
.theme {
    margin: 2.5rem auto;
}

.edu-title {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 12.5rem;
    padding: 3.5rem 1.25rem 0rem 10.625rem;
    background: url(/static/img/partybuild/title-bg2.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.edu-title .title-list p {
    font-family: 思源黑体;
    font-size: 2.375rem;
    font-weight: bold;
    line-height: 2.875rem;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0rem;
    color: #F00000;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}

/* 中央精神 */
.spirit-title {
    position: relative;
    width: 100%;
    height: 9.375rem;
    margin-bottom: 2rem;
    color: #C30C0D;
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background: url(/static/img/partybuild/title-img.png) no-repeat;
    background-size: 100% auto;
}

.spirit-title h2 {
    /* margin-bottom: 4.5%; */
    position: absolute;
    top: 1.5625rem;
}

@media (max-width: 576px) {
    .spirit-title h2 {
        top: -0.1rem;
    }
}


@media (max-width: 540px) {
    .spirit-title h2 {
        top: 0.6rem;
    }
}

@media (max-width: 540px) {
    .spirit-title h2 {
        top: -0.1rem;
    }
}

@media (max-width: 920px) {
    .spirit-title h2 b {
        font-size: 2rem !important;
    }
}

@media (max-width: 800px) {
    .spirit-title h2 b {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 670px) {
    .edu-title .title-list p {
        font-size: 2rem;
    }

    .spirit-title h2 b {
        font-size: 1.625rem;
    }
}

.spirit-title h2 b {
    font-family: 思源黑体;
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: 0rem;
    color: #fff;
}

.spirit .page-content .content-l {
    /* width: 51%; */
}

.spirit .page-content .content-r {
    width: 40%;
}

.spirit .page-content .content-l,
.spirit .page-content .content-r {
    flex: auto;
}

.page3 .content-l .content-l-wrap h2 {
    width: 82%;
    left: 10%;
    bottom: 5.25rem;
    font-size: 1.375rem;
}

.page3 .content-l .content-l-wrap p {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 2.5rem;
    font-size: 1rem;
    color: #fff;
}

.page3 .content-r .li-item a:hover {
    background: #C30C0D;
    border-bottom-color: #C30C0D;
}

.spirit .page-content .content-r .content-r-wrap {
    height: 25rem;
}

.page3 .page-content .content-r .scrollbar {

    overflow-y: auto;
    scrollbar-color: #f14040 transparent;
    scrollbar-width: thin;
}


.ul-li ul li {
    height: 4.375rem;
    margin-left: 1.25rem;
}

.ul-li ul li a {
    border-bottom: none;
    padding-left: 1.25rem;
}

.ul-li ul li a img {
    float: left;
    width: 2.365rem;
    height: 2.25rem;
}

.ul-li ul li a p {
    font-family: 思源黑体;
    font-size: 1.25rem;
    margin-left: 4.125rem;
    margin-top: -1rem;
    padding-top: .375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page2 .content-list .list-item a .item-l h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #C30C0D;
    line-height: 2.375rem;
    font-family: Oswald;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a .item-l i {
    display: block;
    width: 3rem;
    height: 2px;
    background: #C30C0D;
    border-radius: 2px;
    margin-top: 2rem;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a:hover {
    background: #C30C0D;
    border-bottom-color: #C30C0D;
}

.page2 .content-list .list-item a:hover .item-l h2 {
    color: #fff;
}

/* 权威解读 */
.page3.read {
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
    background-color: #FFF6F6;
}

.page.page3 {
    padding-bottom: 2rem;
}

.page3.read .swiper {
    background-color: #FFF6F6;
}

.read .page-content .content-l {
    width: 30%;
    border-radius: 0rem;
}

.read .page-content .content-l a {
    display: block;
    /* width: 16.5625rem; 
    height: 9.375rem;  */
    margin-bottom: 1.25rem;
    border-radius: 0rem;
}

.read .page-content .content-l a .l-img img {
    width: 16.5625rem;
    height: 9.375rem;
}

.read .page-content .content-r {
    position: relative;
}

.read .page-content .content-r .swiper-button-prev, .read .page-content .content-r .swiper-button-next {
    top: 87%;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    margin: -0.125rem 16rem;
    bottom: 0rem;
    /* background-color: rgba(235, 244, 235, .25); */
    border: .125rem solid var(--swiper-navigation-color, var(--red));
    transition: all 0.3s ease-in;
    line-height: 47px;
    color: var(--swiper-navigation-color, var(--red));
}


@media (max-width: 576px) {
    .read .page-content .content-r .swiper-button-prev, .read .page-content .content-r .swiper-button-next {
        margin: -0.12rem 10rem;
    }
}

.read .page-content .content-r .swiper-button-prev:after, .read .page-content .content-r .swiper-button-next:after {
    color: #C30C0D;
    font-size: 1.5rem;
}

.read .page-content .content-r .li-item a {
    height: 6.25rem;
    padding-right: 9rem;
    padding-top: 1.375rem;
}

.read .page-content .content-r .li-item a img {
    width: 1.625rem;
    height: 1.875rem;
    float: left;
    margin-left: .625rem;
    margin-right: 1.875rem;
    margin-top: .625rem;
}

.read .page-content .content-r .li-item a:hover img {
    /* background-image: url(/static/img/partybuild/read-icon2.png) ; */
    background-color: #fff;
    border-radius: .375rem .375rem .625rem .375rem;
}

.read .page-content .swiper-container .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    min-width: 8px;
    min-height: 8px;
    background-color: #C30C0D;
    margin: 0 0.5rem;
}

/* 工作状态 */
.page.page3.status-box {
    padding-bottom: 4rem;
    margin-top: -3.1875rem;
}

.status-box .status {
    flex: auto;
}

.status-box .status:nth-child(1) {
    padding-left: 0rem;
}

.status-box .status .li-item a {
    display: block;
    padding-right: 0rem;
    padding: 1rem 1.125rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    transition: all 0.3s ease-in-out;
}

.status-box .status .li-item a img {
    width: 1.625rem;
    height: 1.875rem;
    float: left;
    margin-right: .625rem;
    margin-left: -0.5rem;
}

.status-box .status .li-item a h2 {
    font-size: 1rem;
    margin-right: 6.25rem;
    line-height: 1.68rem;
    color: #666;
    max-height: 3.36rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.status-box .status .li-item a i {
    position: absolute;
    top: 35%;
    right: 0;
}

.page.page3.status-box .status .li-item a:hover img {
    background-color: #fff;
    border-radius: .375rem .375rem .625rem .375rem;
}

.page.page3.status-box .status a:hover {
    color: #C30C0D;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);;
}

.page.page3.status-box .status a:hover h2 {
    color: #C30C0D;
}

.page.page3.status-box .status a:hover i {
    color: #C30C0D;
}

/* 相关链接 */
.links {
    padding-top: .625rem;
    padding-bottom: 5rem;
    background-color: #fff;
    background: url(/static/img/partybuild/links_bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    position: relative;
}

.links .page-wrap {
    padding-top: 0rem;
    padding-bottom: 7rem;
}

.links .page-wrap .page-content .content-list .li-items {
    margin-bottom: 2rem;
    width: 25%;
    padding-right: 1%;
}

.links .li-items a img {
    /* border-radius: 0.6rem; */
    overflow: hidden;
    margin-bottom: 0.6rem;
}

/* 底部换色 */
.footer-content {
    background: #C30C0D;
}

.links .footer-animate {
    display: block;
    position: absolute;
    bottom: -0.125rem;
    height: 7.8125rem;
    animation: wave 8s linear infinite;
    background-color: transparent;
    background: url(/static/img/partybuild/footer-red.png) repeat-x;
    background-position-y: bottom;
    background-size: 25% auto;
    width: 400%;
}

@media (max-width: 576px) {
    .links .footer-animate {
        display: none;
    }
}


.footer-animate {
    display: none;
}

@media (max-width: 580px) {
    .edu-title .title-list p {
        font-size: 1.75rem;
    }

    .read .page-content .content-l {
        width: 100%;
        padding: 0 1.25rem;
    }

    .read .page-content .content-l a .l-img img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 540px) {
    .edu-title {
        padding: 1.75rem 1.25rem 0rem 3.5rem;
    }

    .edu-title .title-list p {
        font-size: 1.25rem;
        text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1x 0;
    }

    /* .spirit-title h2 {
       margin-bottom: 20%;
    } */
    .spirit-title h2 b {
        font-size: .75rem !important;
    }
}

