﻿.news {
}

/**列表**/
    .news .listul {
        margin: 20px 0px;
    }

    .news .listli {
        display:block;
        border-bottom: 1px solid #CCC;
        padding: 20px 0px;
        display: flex;
        color:#000;
    }

    .news .liimg {
        width: 20%;
    }

        .news .liimg img {
            display: block;
            width: 100%;
            border-radius: 3px;
        }

    .news .lims {
        flex: 1;
        box-sizing: border-box;
        padding: 0 0 0 20px;
        position: relative;
    }
    .news .msbt {
        font-size:23px;
        line-height:36px;
    }
.news .msstr {
    line-height: 32px;
}

.txt2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}

.news .msdate {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 0px;
    color:#CCC;
}
