﻿.NewsList
{
    width:94%;
    margin:10px auto;

}
    .NewsList .nslbt {
        text-align:center;
        font-size:0.2rem;
        margin: 10px auto;
        color:#FFF;
    }
.NewsList .nsitem {
    border-bottom: 1px solid #333;
    padding: 0.1rem 0;
    display: flex;
    background-color: #000;
    margin-bottom: 0.1rem;
    color:#FFF
}
    .NewsList .nsimg {
        width: 33%;
    }


        .NewsList .nsimg img {
            display: block;
            width: 100%;
            border-radius: 3px;
        }

    .NewsList .nsms {
        flex: 1;
        box-sizing: border-box;
        padding-left: 0.2rem;
    }

    .NewsList .nsbt {
        height: 0.3rem;
        line-height: 0.3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;
        white-space: normal;
        font-size: 0.18rem;
    }

    .NewsList .nsdes {
        height: 0.4rem;
        line-height: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        white-space: normal;
        color: #CCC;
        font-size: 0.12rem;
    }
/****/
.NewsItem{
    width:96%;
    margin:10px auto;
    color:#FFF;
}
    .NewsItem .xwbt {
        text-align: center;
        line-height: 0.3rem;
        font-size: 0.23rem;
        padding-bottom: 0.2rem;
        border-bottom: 1px solid #F1F1F1;
        margin-bottom: 0.1rem;
    }
    .NewsItem .xwnr {
        padding: 0.1rem 0;
        font-size: 0.2rem;
    }

        .NewsItem .xwnr p {
            text-indent: 0.4rem;
            line-height: 0.3rem;
            margin-bottom: 0.1rem;
        }

        .NewsItem .xwnr img {
            display: block;
            width:100%;
            margin: 0 auto;
        }