/* 二十届四中全会 */
.sizqh {
    background: url(../images/sizqh_bg.png) center top / 100% auto no-repeat;
}

.sizqh .w {
    width: 7.2917rem;
}


.head_sizqh {
    position: relative;
    width: 100%;
    height: 4.6875rem;
}

.return_site {
    display: block;
    position: absolute;
    left: 0;
    top: .1rem;
    width: 2.0833rem;
    height: .5208rem;
    background: url(https://nmt.nmg.gov.cn/material/images/ctoplogo.png) center center / 100% auto no-repeat;
}

.list_sizqh ul {
    display: flex;
    flex-wrap: wrap;

}

.list_sizqh li {
    width: 2.2396rem;
    height: .9375rem;
    margin-right: .2604rem;
    margin-bottom: .3646rem;
    background: linear-gradient(to right, rgba(254, 244, 244, 1), rgba(255, 255, 255, 1)) 30%;
    border-left: .0208rem solid #d1393d;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .1);
    transition: all .5s;
}

.list_sizqh li:nth-child(3n) {
    margin-right: 0;
}

.list_sizqh li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding-left: .1302rem;
    padding-right: .1563rem;
}

.list_sizqh li .time {
    padding-left: .2083rem;
    margin-bottom: .1042rem;
    background: url(../images/icon_time.png) left center / .1042rem auto no-repeat;
    font-size: .1042rem;
    color: #d1393d;
}

.list_sizqh li .p {
    transition: all .5s;
}

.list_sizqh li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .1042rem;
    line-height: .1875rem;
    font-weight: 800;
}

.list_sizqh li:hover {
    box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, .1);
}

.list_sizqh li:hover .p {
    transform: translateY(-0.0521rem);
    color: #d1393d;
}

/* 二十届四中全会 end*/
/* 分页 */
.paginator {
    font-size: .08rem;
}

.paginator a {
    display: inline-block;
    padding: 0 .05rem !important;
    ;
    margin-right: .02rem !important;
    font-size: .08rem;
    line-height: .15rem;
    cursor: pointer;
}

.paginator #num {
    width: .2rem !important;
    ;
    height: .15rem !important;
    ;
    margin: 0 .03rem;
    background-color: #fff;
    border: 1px solid #999;
    font-size: .08rem;
    text-align: center;
}

.paginator #page_btn {
    width: .3rem;
    height: .15rem;
    border-radius: .02rem;
    cursor: pointer;
}















/* 分页 end */