.party-wrap {
    margin: 0 auto;
}

.party-top {
    margin-top: 0.62rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.party-top-left {
    position: relative;
    width: 6rem;
    height: 3.93rem;
    flex-shrink: 0;
}

.party-top-img,
.party-top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.party-top-left-p {
    width: 100%;
    padding: 0.15rem 0.3rem;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.26rem;
}

.party-right {
    flex: 1;
    margin-left: 0.6rem;
}

.party-ul {}

.party-li {
    padding: 0.2rem 0;
    border-bottom: 0.01rem solid #D5D5D5;
    display: flex;
    align-items: center;
}

.party-li:hover .party-li-text {
    color: #E00025;
}

.party-li-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    padding-left: 0.29rem;
    position: relative;
}

.party-li-text::after {
    content: '';
    width: 0.11rem;
    height: 0.11rem;
    background: #E00025;
    border-radius: 50%;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.party-li-time {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;

    flex-shrink: 0;
    margin-left: 0.2rem;
}

.party-top-more {
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #666666;
    margin-top: 0.17rem;
}

.party-list-box {
    margin: 1.3rem auto;
    display: flex;
    justify-content: space-between;
}

.party-list {
    width: 4.45rem;
}

.party-nav-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 0.06rem;
    border-bottom: 0.01rem solid #E00025;
}

.party-nav {
    width: 1.36rem;
    height: 0.43rem;
    background: #E00025;
    border-radius: 0.21rem 0.21rem 0.21rem 0.21rem;

    font-size: 0.22rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.43rem;
    text-align: center;
}

.party-nav-more {
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #666666;
}

.party-img {
    width: 100%;
    height: 2.79rem;
    margin: 0.13rem 0;
}

.party-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}