.party {
    padding-bottom: 120px;
    padding-top: 30px;
}

.party .container>a {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

.party .container>a:after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #d80414;
    transition: .6s;
}

.party .container>a .left {
    width: 16%;
    overflow: hidden;
}

.party .container>a .left img {
    width: 100%;
    transition: .4s;
}

.party .container>a .right {
    width: 84%;
    padding-left: 45px;
    position: relative;
    padding-top: 5px;
}

.party .container>a .right p:nth-child(1) {
    width: 76.2%;
    font-size: 24px;
    line-height: 1.1;
    color: #333333;
    margin-bottom: 15px;
    transition: .4s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.party .container>a .right p:nth-child(2) {
    font-size: 16px;
    line-height: 1.1;
    color: #999999;
    margin-bottom: 15px;
}

.party .container>a .right p:nth-child(3) {
    width: 76.2%;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.party .container>a .right span:nth-child(4) {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 160px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #d80414;
    color: #d80414;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.party .container>a .right span:nth-child(4) n {
    margin-top: -2px;
    margin-left: 5px;
    animation: forwards linear qqq2 .2s;
}

.party .container>a:hover .left img {
    transform: scale(1.1, 1.1);
}

.party .container>a:hover .right p:nth-child(1) {
    color: #d80414;
}

.party .container>a:hover .right span:nth-child(4) {
    background: #d80414;
    color: #fff;
}

.party .container>a:hover:after {
    width: 100%;
}

.party .container>a:hover .right span:nth-child(4) n {
    animation: forwards linear qqq .2s;
}

@keyframes qqq {
    from {
        margin-left: 5px;
    }

    to {
        margin-left: 15px;
    }
}

@keyframes qqq2 {
    from {
        margin-left: 15px;
    }

    to {
        margin-left: 5px;
    }
}

.party .fanye {
    margin-top: 50px;
}