.other_204__title{
	text-align:left;
	font-weight:bold;
}
.other_204__text table tr td:nth-of-type(1) {
    color: #333;
}
.other_204__text table td{
	background: #fff;
    border: solid 1px #e5e5e5;
    font-size: 16px;
    color: #999;
    font-family: gineso-extended,sans-serif;
    font-weight: 400;
    font-style: normal;
	text-align:center;
}
.hjzf_other_204.class_dev_2442 .other_204__text table tr:nth-child(n + 27){
    display: none;
}
.other_204-pagination{
    margin-top: .2rem;
    display: flex;
    flex-wrap: wrap;
    gap: .12rem;
}
.other_204-pagination_item{
    background: #f2f2f2;
    border: 1px solid var(--site-color);
    border-radius: 5px;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    height: 32px;
    min-width: 32px;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.other_204-pagination_item:not(.disabled,.active):hover{
    color: var(--site-color);
}
.other_204-pagination_item.active{
    background: var(--site-color);
    color: #fff;
    cursor: auto;
}
.other_204-pagination_item.disabled{
    opacity: .8;
    cursor: not-allowed;
}
.class_dev_2442_tablecss .other_204__text table tr td{
    transition: .1s all;
}
.class_dev_2442_tablecss .other_204__text table tr:nth-child(odd) td{
    background-color: #deecf2;
}
.class_dev_2442_tablecss .other_204__text table tr:nth-child(even) td{
    background-color: #f7f9fa;
}
.class_dev_2442_tablecss .other_204__text table tr:hover td{
    background-color: #accad7;;
}