.maxwidth90 {
    width: 90%;
    margin: 0 auto;
}

.maxwidth90 .tabbar {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    box-sizing: border-box;
    margin: .53rem auto;
}

.maxwidth90 .tabbar .tab_cet {
    display: inline-block;
    padding: .11rem .52rem;
    font-size: .37rem;
    font-weight: 400;
    color: #4E8EFF;
    margin-right: .43rem;
    background: #CEE6FF;
}

.zxlist {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E2E3E7;
    width: 100%;
    padding-bottom: .37rem;
    margin-bottom: .4rem;
}

.zxlist .list_fl .title {
    /*font-size: .48rem;*/
    /*font-weight: bold;*/
    /*color: #2A2A2A;*/
    /*line-height: .67rem;*/
    /*margin: 0 0 22px 0;*/

    font-size: .48rem;
    font-weight: bold;
    color: #2A2A2A;
    line-height: .67rem;
    margin: 0 0.69rem .59rem 0;
    height: 1.33rem;
    width: 5.4rem;
    -webkit-line-clamp: 2;
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    
}

.zxlist .list_fl .time {
    font-size: .32rem;
    font-weight: 400;
    color: #999999
}
.list_fr img{
    width: 3.07rem;
    height: 2.37rem;
    border-radius: 10px;
}