.messageItem{
    position: relative;
    display: block;
    font-size: 16px;
    color: white;
    margin-bottom: 70px;
    line-height: 27px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 19px;
    border-radius: 6px;
    transition: all 0.2s;
}
.messageItem a:hover{
    filter: brightness(1.8);
}
.messageItem::after{
    /* position:absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: rgba(255,255,255,0.2);
    bottom:-35px;
    font-size: 14px; */
}
.contentBox>.messageItem:last-of-type::after{
    display: none;
    opacity: 0;
}
.messageItem>div:first-child{
    color: rgba(255,255,255,0.6);
    margin-bottom: 15px;
}
.messageItem>div:last-child{
    text-align: right;
    color: #ffba31;
    margin-top: 10px;
}
.jiangxi2024 .Pagination .active{
    background: #7e7e7e;
    border: 1px solid #7e7e7e;
}
.jiangxi2024 .Pagination a:hover{
    background: #7e7e7e;
    border: 1px solid #7e7e7e;
}
.jiangxi2024 .Pagination a{
    background:transparent!important;
}
.emptyBox{
    font-size: 22px;
    color: rgba(255,255,255,0.6);
    text-align: center;
    margin: 150px 0px;
}
.emptyBox img{
    width: 100px;
    opacity: 0.6;
    margin-bottom: 25px;
}