﻿.PNewsDetails
{
    width:1200px;
    margin:10px auto;
}
    .PNewsDetails .nrmain {
        margin-top: 20px;
    }
    .PNewsDetails .nrmleft {
        width: 880px;
        float: left;
        background-color: #FFF;
        box-sizing: border-box;
        padding: 30px;
        min-height:726px;
    }
    .PNewsDetails .nrmright {
        width: 300px;
        float: right;
    }
    .PNewsDetails .nrbt {
        text-align: center;
        line-height: 40px;
        font-size: 20px;
    }
    .PNewsDetails .nrdate {
        text-align: center;
        color: #6E6E6E;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .PNewsDetails .nrdetail {
        line-height: 25px;
    }
        .PNewsDetails .nrdetail img{
            max-width:820px
        }
        .PNewsDetails .nrfoot {
            margin-top: 30px;
            line-height: 30px;
        }
    .PNewsDetails .nrnp {
        background-color: #e6e8ea;
        float: left;
        padding: 20px;
        color: #2b2b2b
    }
        .PNewsDetails .nrnp a {
            color: #2b2b2b
        }
    .PNewsDetails .nrback {
        float: right;
        padding: 25px;
    }
        .PNewsDetails .nrback a {
            display: block;
            background-color: #ff9934;
            color: #FFF;
            padding: 10px 20px;
            border-radius: 3px;
        }
/***右侧新闻列表**/
    .PNewsDetails .rnitem {
        width: 300px;
        background-color: #FFF;
        margin-bottom: 20px;
        padding: 10px;
        box-sizing: border-box;
    }

        .PNewsDetails .rnitem .rnname {
            font-size: 14px;
            font-weight: 700;
            color: #555;
            padding: 10px 0px;
        }

        .PNewsDetails .rnitem ul {
            display: block;
        }

        .PNewsDetails .rnitem li {
            display: block;
            line-height: 36px;
        }

        .PNewsDetails .rnitem a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            border-bottom: 1px dashed #F2F2F2;
            background-image: url(../images/liico.png);
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 12px;
            background-size: 4px 4px;
        }

        .PNewsDetails .rnitem li:last-child a {
            border-bottom: 0px;
        }
        /**底部项目**/

.xmlist {
    background-color: #FFF;
    width: 100%;
    padding-top: 10px;
}

    .xmlist ul {
        display: block;
        width: 1178px;
        margin: 0px auto;
    }

    .xmlist li {
        display: block;
        float: left;
        width: 287px;
        margin-right: 10px;
        margin-bottom: 10px;
        position: relative;
        color: #FFF;
        box-sizing: border-box;
        border-radius: 2px;
        overflow: hidden;
    }

        .xmlist li:nth-child(4n+4) {
            margin-right: 0px;
        }

    .xmlist a {
        display: block;
        color: #FFF;
    }

    .xmlist li img {
        display: block;
        width: 285px;
        height: 200px;
        border-radius: 2px;
    }

    .xmlist .btnr {
        width: 285px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 3;
    }

    .xmlist .btbg {
        width: 285px;
        height: 40px;
        background-color: #000;
        opacity: 0.6;
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 2;
        border-radius: 0 0 2px 2px;
    }

    .xmlist .xzprice {
        display: none;
        color: #F50;
    }

    .xmlist li.rzon .btnr {
        height: 60px;
        line-height: 30px;
    }

    .xmlist li.rzon .btbg {
        height: 60px;
    }

    .xmlist li.rzon .xzprice {
        display: block;
    }
