.art_colum{float:left;width:100%}

.mlist{float:left;width:100%}

.mlist .mtit{
    width: 100%;
    height: 40px;
    background: linear-gradient(to right, #dfdfdf , #ffffff);
    font-size: 16px;
    text-indent: 10px;
    line-height: 35px;
    color: #000;
    
}

.mlist ul{
    float: left;
    width: 100%;
}

.mlist ul .dlist{
    
width: 100%;
    height: 80px;
    margin-right: 5px;
    float: left;
    margin-bottom: 10px;
    background: #fff;
    cursor: pointer;
}

.mlist ul .dlist img{
        width: 64px;
    height: 64px;
    margin: 8px;
    float: left;
}
.mlist ul .dlist .info{
        width: calc(100% - 88px);
    height: 100%;
    padding: 5px 8px 5px 0px;
    float: right;
}
.mlist ul .dlist .name{
        line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 400px;
    font-size: 18px;
}

.mlist ul .dlist .detail{
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.abc{
    float: left;
    width: 100%;
        margin-bottom: 10px;
}
.abc li{
        width: 23px;
    height: 23px;
    color: #000;
    background: #cacbcd;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    text-transform: uppercase;
    float: left;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
}
.abc a{
        width: 23px;
    height: 23px;
    color: #000;
    background: #cacbcd;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    text-transform: uppercase;
    float: left;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
}
.abc .active{
    background-color:var(--main-color)!important;
    color: #fff!important;
}
.abc .no{
    pointer-events: none;
    background: #ececec;
}
