.party_special {
    position: relative;
}

.party_special .img_box {
    height: 36.5rem;
    width: 100%;
    margin-top: 4.5rem;
}

.party_special .img_box img {
    width: 100%;
    height: 100%;
}

.party_special .link_nav {
    height: 3.25rem;
    width: 100%;
    background: linear-gradient(0deg, #cd1314, #e61a1b);
    box-shadow: 0rem 0.2rem 0.45rem 0rem rgb(35, 115, 210);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.party_special .link_nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.party_special .link_nav ul .li_text {
    font-weight: 400;
    font-size: 1.2rem;
    color: #ffffff;
    padding: 0rem 0.5rem 0rem 0.65rem;
    position: relative;
}

.party_special .link_nav ul .li_text:first-child::before {
    position: absolute;
    content: "";
    right: 0rem;
    width: 100%;
    height: 100%;
}

.party_special .link_nav ul .li_text::before {
    position: absolute;
    content: "|";
    right: 0rem;
    width: 100%;
    height: 100%;
	cursor: pointer;
}

.party_special .party_list_pg {
    background-image: url("../img/party_bg1.png");
    background-size: 100% 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0rem 12.65rem;
}

.party_special .party_list_pg .party_content {
    display: flex;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    box-shadow: inset 0rem 0.2rem 0.25rem 0rem rgba(35, 115, 210, 0.23);
    padding: 1rem 1.1rem 0rem 1rem;
}

.party_special .party_list_pg .party_content .left_nav {
    width: 13.15rem;
    height: 100%;
    background: #fff;
}

.party_special .party_list_pg .party_content .left_nav .left_nav_title {
    background-image: url("../img/party_top.jpg");
    background-size: 100% 100%;
    height: 4.05rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.party_special .party_list_pg .party_content .left_nav .left_nav_title h1 {
    font-weight: bold;
    font-size: 1.5rem;
    color: #ffffff;
}

.party_special .party_list_pg .party_content .left_nav ul {
    background-image: url("../img/party_nan_bg.jpg");
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

.party_special .party_list_pg .party_content .left_nav ul li {
    font-weight: 400;
    font-size: 1rem;
    color: #303030;
    padding: 1.45rem 0rem 0.5rem 1.05rem;
    position: relative;
    margin-left: 0.95rem;
    border-bottom: 0.05rem solid rgb(240, 244, 247);
    cursor: pointer;
}

.party_special .party_list_pg .party_content .left_nav ul li::after {
    position: absolute;
    content: "";
    left: 0rem;
    width: 0.3rem;
    bottom: 0.75rem;
    height: 1.1rem;
    background: #ba2309;
    border-radius: 0.15rem;
}

.party_special .party_list_pg .party_content .left_nav .isActive {
    color: #ba2309;
}

.party_special .party_list_pg .party_content .left_nav ul li:hover {
    color: #ba2309;
}

.party_special .party_list_pg .party_content .right_box {
    width: 100%;
    margin-left: 1rem;
    padding-bottom: 7rem;
}

.party_special .party_list_pg .party_content .right_box .navbar_box .page-item .page-link {
    color: #666666;
}

.party_special .party_list_pg .party_content .right_box .navbar_box .page-item .page-link:hover {
    color: red;
}

.party_special .party_list_pg .party_content .right_box .navbar_box .active .page-link:hover {
    color: #fff !important;
}

.party_special .party_list_pg .party_content .right_box .navbar_box .page-item .page-link.active,
.party_special .party_list_pg .party_content .right_box .navbar_box .active>.page-link {
    background-color: red;
    color: #fff;
    border-color: red;
}

.party_special .party_list_pg .party_content .right_list {
    background: #fff;
    width: 100%;
    margin-bottom: 7rem;
    box-sizing: border-box;
}

.party_special .party_list_pg .party_content .right_list h1 {
    width: 100%;
    font-size: 1.3rem;
    color: red;
    font-weight: 700;
    position: relative;
    margin: 0.5rem 0rem 1.5rem 0rem;
}

.party_special .party_list_pg .party_content .right_list h1::after {
    content: '';
    width: 100%;
    bottom: -0.5rem;
    left: 0rem;
    position: absolute;
    border-bottom: 0.25rem solid red;
}

.party_special .party_list_pg .party_content .right_list .list_content_ul {
    height: 100%;
    box-sizing: border-box;
}

.party_special .party_list_pg .party_content .right_list .list_content_ul li {
    background-color: #f9f9f9;
    border-radius: 0.1rem;
    margin-bottom: 0.95rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 0.8rem;
    cursor: pointer;
}

.party_special .party_list_pg .party_content .right_list .list_content_ul li h2 {
    width: 85%;
    font-weight: 400;
    font-size: 1.05rem;
    color: #242939;
    box-sizing: border-box;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.party_special .party_list_pg .party_content .right_list .list_content_ul li .list_content_ul_date {
    font-size: 1.05rem;
    font-weight: 400;
    color: #63709c;
}

.party_special .party_list_pg .party_content .right_list .list_content_ul li .list_content_ul_img {
    background-image: url("../img/arrow.png");
    background-size: 100% 100%;
    height: 1rem;
    width: 1rem;
}

.party_special .party_list_pg .party_content .right_list .list_content_ul li:hover {
    box-shadow: 0rem 0rem 0.25rem #c1c2c3;
}

.party_special .party_list_pg .party_content .right_list .list_content_ul li:hover h2 {
    color: #ba2309;
}

.party_special .party_list_pg .party_content .right_list .list_content_ul li:hover .list_content_ul_date {
    color: #ba2309;
}

.party_special .party_list_pg .party_content .right_list .list_content_ul li:hover .list_content_ul_img {
    background-image: url("../img/red_arrows@2x.png");
}

.party_special .party_list_pg .party_content .content {
    padding-bottom: 7rem;
}

.party_special .party_list_pg .party_content .content .flex_center_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0rem 2.5rem;
}

.party_special .party_list_pg .party_content .content .flex_center_title h2 {
    font-weight: 500;
    font-size: 1.8rem;
    color: #222222;
    text-align: center;
    padding: 0rem 2.25rem 1.3rem;
}

.party_special .party_list_pg .party_content .content .flex_center_title span {
    font-weight: 400;
    font-size: 0.8rem;
    color: #9d9d9d;
}

.party_special .party_list_pg .party_content .content .content_p p {
    text-indent: 2rem;
    font-weight: 400;
    font-size: 1.1rem;
    color: #222222;
    line-height: 1.55rem;
    margin-bottom: 1rem;
}

/* 移动端 */
/* 小于 768px 宽度的设备 */
@media (max-width: 767px) {
    .party_special .img_box {
        margin-top: 4.4rem;
        height: 14rem;
    }

    .party_special .link_nav {
        height: 100%;
    }

    .party_special .link_nav ul {
        flex-wrap: wrap;
    }

    .party_special .link_nav ul .li_text {
        padding: 0.5rem;
    }

    .party_special .link_nav ul .li_text::before {
        content: '';
    }

    .party_special .party_list_pg {
        padding: 1.1rem;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .party_special .party_list_pg .party_content {
        padding: 0px;
        height: 100%;
    }

    .party_special .party_list_pg .party_content .right_box {
        margin: 0rem;
        height: 100%;
        padding: 0.6rem;
    }

    .party_special .party_list_pg .party_content .right_list {
        margin-bottom: 2rem;
    }

    .party_special .party_list_pg .party_content .right_list .list_content_ul li {
        padding: 0.8rem 0.2rem;
    }
    .party_special .party_list_pg .party_content .right_list .list_content_ul li h2 {
        width: 60%;
    }

    .party_list_pg .party_content .right_box .page-item .page-link {
        font-size: 0.9rem;
    }

    .party_list_pg .party_content .right_box .page-item {
        margin: 0px 0.15rem;
    }

}