﻿.newspub
{

}
    .newspub .nslist {
        width: 1200px;
        margin: 0px auto;
        padding: 20px 0px;
    }
    .newspub .nsli {
        display: block;
        display: flex;
        padding-bottom: 20px;
        margin-top: 20px;
        border-bottom: 1px solid #CCC;
    }
    .newspub .nsimg {
        width: 290px;
        height: 175px;
        border: #CCC 1px solid;
        border-radius: 3px;
    }
        .newspub .nsimg img {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 3px;
        }
    .newspub .nsstr {
        margin-left: 30px;
        flex: 1;
    }
    .newspub .nsbt {
        padding-bottom: 15px;
        font-size: 24px;
    }
    .newspub .nsrq {
        color: #919191;
        font-size: 12px;
    }
    .newspub .nsms {
        margin-top: 10px;
        margin-bottom: 10px !important;
        font-size: 15px;
        line-height: 25px;
        color: #5e5e5e;
    }
    .newspub .nsa {
        margin-top: 10px;
        display: block;
        width: 110px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: #178cd9;
        color: #FFF !important;
        float: right;
        border-radius: 3px;
    }
/**详情**/
    .newspub .nsxqpg {
        width: 700px;
    }
    .newspub .pgmbx {
        display: flex;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #777;
    }
        .newspub .pgmbx .ico1 {
            background-image: url(/img/pimg/nsmbx1.png);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 16px 16px;
            padding-left: 19px;
            margin-right: 20px;
        }
        .newspub .pgmbx .ico2 {
            background-image: url(/img/pimg/nsmbx2.png);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 18px 18px;
            padding-left: 20px;
            margin-right: 20px;
        }
        .newspub .pgmbx .ico3 {
            background-image: url(/img/pimg/nsmbx3.png);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 18px 18px;
            padding-left: 20px;
        }
    .newspub .nsxmain {
        line-height: 28px;
        width: 1200px;
        margin: 20px auto;
    }
        .newspub .nsxmain img {
            display: block;
            margin: 5px auto;
        }
        .newspub .nsxmain p {
            text-indent: 48px;
        }
        .newspub .nsxmain table {
            border-collapse: collapse;
            width: 100%;
        }
        .newspub .nsxmain td {
            border: 1px solid #CCC;
            padding: 5px;
            line-height: 28px;
        }
    .newspub .pnmain {
        line-height: 28px;
        width: 1200px;
        margin: 20px auto;
    }
.newspub iframe{
    display:block;
    width:800px;
    height:600px;
    margin:20px auto;
}