﻿.newsbody {
}
    .newsbody .nslist {
        width: 1280px;
        margin: 20px auto;
    }
        .newsbody .nslist .nsitem {
            width: 100%;
            padding: 20px;
            background-color: #f7f7f7;
            border: 1px solid #f7f7f7;
            display: flex;
            margin-bottom: 20px;
            box-sizing: border-box;
            color: #333;
            border-radius: 3px;
        }
        .newsbody .nslist .nsimg {
            position: relative;
            width: 200px;
            height: 150px;
            overflow: hidden;
        }
            .newsbody .nslist .nsimg img {
                display: block;
                width: 100%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
        .newsbody .nslist .nsattr {
            flex: 1;
            margin-left: 20px;
            position: relative;
        }
        .newsbody .nslist .nsbt {
            font-size: 20px;
            color: #cc0001;
            line-height: 30px;
            margin-top: 10px;
        }
        .newsbody .nslist .nsdesc {
            color: #656565;
            line-height: 24px;
            font-size: 14px;
            margin-top: 20px;
        }
        .newsbody .nslist .nsdate {
            position: absolute;
            bottom: 10px;
            color: #CCC;
            font-size: 14px;
        }
        .newsbody .nslist .nsico {
            width: 60px;
            margin-left: 50px;
            margin-right: 20px;
            background-image: url(/img/pimg/icons1.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 26px 27px;
        }
        .newsbody .nslist .nsitem:hover {
            background-color: #FFF;
            border: 1px solid #CCC;
            border-radius: 3px;
            box-shadow: 0px 1px 2px rgb(204,204,204,0.8)
        }
            .newsbody .nslist .nsitem:hover .nsico {
                background-image: url(/img/pimg/icons2.png);
            }
/****/
.nscontent{
    width:1280px;
    margin:0 auto;

}
    .nscontent .xwbt {
        width: 800px;
        margin: 0 auto;
        text-align: center;
        padding-top: 80px;
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 10px;
    }
    .nscontent .xwsj {
        text-align: center;
        color: #898989;
        padding-bottom:20px;
        border-bottom:1px dashed #CCC;
    }
    .nscontent .xwnr {
        width:800px;
        margin:0 auto;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .nscontent .xwnr p{
        display:block;
        margin:5px auto;
        font-size:16px;
        line-height:30px;
    }
        .nscontent .xwnr img {
            display: block;
            margin: 5px auto;
            margin:0 auto;
            width:100%;
        }
    .nscontent .prnx {
        width:800px;
        margin:20px auto;
        padding-bottom:80px;
        display:flex;
        justify-content:space-between;
        user-select:none;
        font-size:16px;
        line-height:30px;
    }
.nscontent .pageprev {
    width:48%;
}
    .nscontent .pagenext {
        width: 48%;
        text-align:right;
    }
.newsbody .pageback {
    display: block;
    position: fixed;
    right: 0px;
    top: 60%;
    padding: 10px;
    background-color: #ad182b;
    color:#FFF;
    border-radius:6px 0 0 6px;
}