.rightForm {
    width: 100%;
}

.rightForm .rightForm_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F6F6F6;
}

.rightForm .rightForm_top .rightForm_top_right {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #363636;
    line-height: 33px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0562CC;
}

.rightFo .rightForm_top .rightForm_top_left span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 22px;
}

.rightForm .rightForm_top .rightForm_top_left span a {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 22px;
}

.rightForm .rightForm_content {
    padding: 30px 0 46px;
}

.rightForm .rightForm_content .sousuo {
    margin-top: 16px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-bottom: 20px;
}
.rightForm .rightForm_content .sousuo span{
    color: #0562CC;
}
.rightForm .rightForm_content ul li a {
    display: flex;
    justify-content: space-between;
    padding: 14px 77px 14px 20px;
}

.rightForm .rightForm_content ul li:nth-child(odd) {
    background-color: #F6F6F6;
}

.rightForm .rightForm_content ul li .lileft {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 22px;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.rightForm .rightForm_content ul li .liright {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    width: 19%;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.rightForm .page {
    width: 100%;
}

.rightForm .page ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rightForm .page ul li a {
    display: inline-block;
    list-style: none;
    width: 32px;
    height: 32px;
    color: #363636;
    background: rgba(255, 255, 255, 0);
    border-radius: 6px;
    text-align: center;
    line-height: 32px;
}

.rightForm .page ul .active {
    border: 1px solid #0562CC;
}

@media (max-width:1400px) {
    .rightForm .rightForm_content ul li a {
        padding: 14px 20px;
    }
}

@media (max-width:1200px) {}

@media (max-width:1000px) {}

@media (max-width:750px) {
    .rightForm .rightForm_content ul li .lileft {
        font-size: 14px;
    }

    .rightForm .rightForm_content ul li .liright {
        font-size: 12px;
    }

    .rightForm .rightForm_content ul li a {
        padding: 14px 5px;
    }
}
@media (max-width:500px) {
    .rightForm .rightForm_top .rightForm_top_right{
        font-size: 16px;
        padding-bottom: 10px;
    }
    .rightForm .rightForm_top .rightForm_top_left span a,
    .rightForm .rightForm_top .rightForm_top_left span{
        font-size: 14px;
    }
}
@media (max-width:350px) {
    .rightForm .rightForm_top .rightForm_top_right{
        font-size: 14px;
        padding-bottom: 5px;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    .rightForm .rightForm_top .rightForm_top_left{
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    .rightForm .rightForm_top .rightForm_top_left span a,
    .rightForm .rightForm_top .rightForm_top_left span{
        font-size: 12px;
    }
    .rightForm .rightForm_content{
        padding: 20px 0;
    }
}