.page_list {
    margin: 20px 27px;
    line-height: 20px;
}

.page_list ul li {
    /* width: 715px;
    height: 20px; */
    line-height: 30px;
    margin: 10px 0 0 27px;
    list-style-type: none;
}

.page_list ul li a {
    text-decoration: none;
    color: rgba(74, 74, 74, 1);
    overflow-wrap: break-word;
    font-size: 20px;
    font-family: SourceHanSansCN-Regular;
    text-align: left;
    white-space: nowrap;
}

.page_list .pagination {
    text-align: center;
}

.page_list .pagination a {
    overflow-wrap: break-word;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    margin-top: 4px;
    text-decoration: none;
    padding: 5px;
    box-shadow: 0px 2px 4px 0px rgb(120 163 255 / 30%);
    background-color: rgba(100, 180, 123, 0.8);
    border-radius: 4px;
    height: 28px;
    width: 28px;
    color: white;
    margin: 0 5px;
}

.page_list .pagination a:hover {
    height: 30px;
    width: 30px;
    font-size: 16px;
}
