@media screen and (min-width: 1440px) {}



@media screen and (min-width: 3200px) {}

@media screen and (min-width: 3840) {}
.text-list-box {
    padding: .3rem .1rem;
    /* border-top: none; */
}
.text-list-items-box{
    margin-bottom: 0.4rem;
}
.text-list-item-box {
    position: relative;
    font-weight: 400;
    color: #444;
    font-size: .20rem;
    /* padding: 0 .4rem; */
    display: table;
    width: 100%;
    text-align: left;
    margin-bottom: .2rem;
    table-layout: fixed;
}
/* .text-list-item-box::before {
    content: " ";
    position: absolute;
    width: .08rem;
    height: .08rem;
    border-radius: .02rem;
    background: #c51b17;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
} */
.text-list-item-box:hover{
    cursor: pointer;
}
.text-list-item-title-box {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-list-item-title-box strong {
    font-weight: 400 !important;
    color: #444;
    font-size: .20rem !important;
}

.text-list-item-title-box span {
    font-weight: 400 !important;
    color: #444;
    font-size: .20rem !important;
}

.text-list-item-date-box {
    width: 20%;
    display: table-cell;
    font-weight: 400;
    color: #999999;
    font-size: .16rem;
    margin-top: 15%;
    text-align: right;
}

.text-line-box{
    border-top: .01rem solid #D6C397;
    margin: 0.2rem 0;
    width: 100%;
}

.custom-pagination {
    font-size: .18rem;
    width: .30rem;
}

.custom-pagination-active {
    font-size: .18rem;
    width: .30rem;
    color:#FF0000;
}

.custom-pagination-select {
    font-size: .18rem;
    width: .30rem;
    height: .18rem;
    border:1px solid #689dce;
}

.custom-pagination-button {
    font-size: .18rem;
    border: none;
    background-color: #689dce;
}

.mid-box {
    padding: 0.1rem 18%;
    background: #fff;
}

@media screen and (max-device-width: 767px) {
    .text-line-box{
        border-top: .01rem dashed #D6C397;
        margin: 0.2rem 0;
        width: 100%;
    }
}