#ivBUbpRNZ{
    margin-top: 21px;
    margin-left: 28px;
    margin-right: 24px;
    min-height: 640px;
}

:is(.fontBox,.cVKIYNWOU){
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    padding-top: 21px;
    border-bottom: 1px solid #F2F2F2;
    padding-left: 2px;
}
:is(.purpleDot,.cTaMbHncu){
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    background: #6F1685;
    border-radius: 50%;
    margin-right: 13px;
}
:is(.wordsTitle,.ceBRzuYxc){
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*分页*/
:is(.page,.crddyTZpG) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    margin-top: 22px;
}

:is(.page,.crddyTZpG) > :is(.pageTotal,.cOGmtUOip) {
    font-size: 13px;
    margin-right: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #999999;
}

.el-pagination:is(.is-background,.cwVXIakaD) .el-pager li:not(:is(.disabled,.cqFoudzYQ)):is(.active,.cRtiRZWbc) {
    background-color: #6F1685;!important;
    color: #FFF;
}
@media screen and (max-width: 500px){
    :is(.page,.crddyTZpG) > :is(.pageTotal,.cOGmtUOip){
        margin-bottom: 10px;
    }
    :is(.page,.crddyTZpG) {
        display: flex;
        flex-direction: column;
        padding: 0 25px;
        margin-top: 10px;
        margin-bottom: 18px;
    }
    .el-pagination {
        display: flex;
    }
    .el-pager{
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }
    .el-pager li{
        margin: 2px 5px !important;
    }


}