
.box {
    padding-top: 6.8571rem;
}
.list_connent .new_list_wrap .list_samll .list_item {
    padding: 0.71rem 0;
}

.list_connent .new_list_wrap .list_item {
    border-bottom: 0.07rem dashed #E4E6F0;
    padding: 1.14rem 0;
}

.list_connent .new_list_wrap .list_item:last-of-type {
    border-bottom: none;
}

.list_connent .new_list_wrap .list_item .title {


    font-weight: 500;
    font-size: 1.21rem;
    color: #060A26;
    line-height: 1.79rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.86rem;
}

.list_samll .list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.list_samll .title {


    font-weight: 400;
    font-size: 1.07rem;
    color: #060A26;
    line-height: 1.57rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 52.36rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 0 !important;

}

.list_samll .list_item .time {

    font-weight: 400;
    font-size: 1rem;
    color: #4E5969;
    line-height: 1.5rem;
    text-align: right;
    font-style: normal;
    text-transform: none;
}


.list_connent .new_list {
    border-top: .0714rem solid #E4E6F0;
}

.list_connent .new_list_wrap .list_item .dec {

    font-weight: 400;
    font-size: 1.07rem;
    color: #959BA5;
    line-height: 1.57rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.list_connent .new_list_wrap .list_item .icon {
    display: flex;
    align-items: center;

}

.list_connent .new_list_wrap .list_item .icon img {
    width: 1.14rem;
    height: 1.14rem;
    margin-right: 0.14rem;
}

.list_connent .new_list_wrap .list_item .icon .item {

    font-weight: 400;
    font-size: 1rem;
    color: #4E5969;
    line-height: 1.36rem;
    text-align: right;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    margin: 0.86rem 0.57rem 0.86rem 0;
}

.new_list_wrap .list_item .key_word {

    font-weight: 400;
    font-size: 1rem;
    color: #959BA5;
    line-height: 1.29rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    /* margin-top: 0.57rem; */
    gap: 0.43rem;

}

.new_list_wrap .list_item .key_word .item {
    /* width: 4.29rem; */
    /* height: 1.43rem; */
    background: #F5F8FA;
    border-radius: 0.29rem 0.29rem 0.29rem 0.29rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.29rem 0.4rem; 
}

.new_list_wrap .list_item .key_word .item:hover{
    background: #FF6A00;
    color: #fff;
}

.page_wrap {
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 400;
    font-size: 1rem;
    color: #060A26;
    line-height: 1.5rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-align: center;
    line-height: 2.86rem;
    gap: 0.57rem;
    margin-top: 0.57rem;

}

.page_wrap .page_totle,
.page_wrap .page_btn {

    width: 8.57rem;
    height: 2.86rem;
    background: #FFFFFF;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    cursor: pointer;
    border: none;

}

/* .page_wrap .page_btn{
    display: none;
} */
.page_btn.hidden, .page_btn.disabled {
    display: none;
}

.page_wrap .page_btn.show {
    display: block;
}

.page_wrap .page_item {

    width: 2.86rem;
    height: 2.86rem;
    background: #FFFFFF;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    text-align: center;
    line-height: 2.86rem;
    cursor: pointer;

}

.page_wrap .page_item:hover,
.page_wrap .page_btn:hover {
    background: #FF6A00;
    color: #fff;
}



.page_wrap .page_item.active {
    width: 2.86rem;
    height: 2.86rem;
    background: #FF6A00;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    color: #fff;
}