﻿.NewsList
{
    width:1200px;
    margin:20px auto;

}
    .NewsList .nslbt {
        width: 349px;
        margin: 0px auto;
        margin-bottom: 30px;
    }
    .NewsList .nslname {
        width: 349px;
        height: 98px;
        display: table-cell;
        vertical-align: bottom;
        text-align: center;
        background-image: url(/img/pimg/newsbt.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        font-size: 30px;
    }
.NewsList .nsitem {
    border-bottom: 1px solid #333;
    padding: 20px 0px;
    display: flex;
    background-color: #000;
    margin-bottom: 20px;
}
    .NewsList .nsimg {
        width: 20%;
    }
        .NewsList .nsimg img {
            display: block;
            width: 100%;
            border-radius: 3px;
        }
    .NewsList .nsms {
        flex: 1;
        box-sizing: border-box;
        padding: 0 0 0 20px;
        position: relative;
    }
    .NewsList .nsbt {
        font-size: 23px;
        line-height: 36px;
    }
    .NewsList .nsstr {
        line-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        white-space: normal;
    }
    .NewsList .nsdate {
        display: block;
        position: absolute;
        left: 20px;
        bottom: 0px;
    }
/****/
.NewsItem{
    width:1200px;
    margin:50px auto;
}
    .NewsItem .xwbt {
        text-align: center;
        line-height: 30px;
        font-size: 36px;
        padding-bottom: 20px;
        border-bottom: 1px solid #F1F1F1;
        margin-bottom: 10px;
    }
    .NewsItem .xwnr {
        padding: 20px 0px;
        font-size: 18px;
    }

        .NewsItem .xwnr p {
            text-indent: 40px;
            line-height: 36px;
            margin-bottom: 10px;
        }

        .NewsItem .xwnr img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }