

.newsD-container{
    width: 1400px;
    margin: 0 auto;
    margin-top: 70px;
}
    .newsD-left{
        display: inline-block;
        width: 960px;
    }
        .newsD-title{
            font-size: 26px;
            color: #df8f4f;
            text-align: center;
            margin-bottom: 30px;
        }
        .newsD-time{
            font-size: 12px;
            color: #666666;
            text-align: center;
            padding-bottom: 15px;
            border-bottom: 1px dashed #d2d2d2;
            margin-bottom: 60px;
        }
        .newsD-text{
            font-size: 15px;
            line-height: 24px;
            color: #333333;
            margin-bottom: 30px;
        }
        .newsD-img{
            text-align: center;
        }
        .newsD-black{
            text-align: center;
            border-bottom: 1px dashed #d2d2d2;
            padding-bottom: 30px;
            margin-bottom: 25px;
        }
        .newsD-black a{
            display: inline-block;
            width: 105px;
            height: 40px;
            margin: 0 auto;
            border: 1px solid #bfbfbf;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
            margin-top: 100px;
            transition: 0.5s;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            -o-transition: 0.5s;
}

        .newsD-black a:hover{
            background: #df8f4f;
            color: white;
        }

        /* 上下篇 */
        .last-news,.next-news{
            display: inline-block;
            width: 150px;
            height: 40px;
            padding-right: 15px;
            padding-left: 15px;
            line-height: 40px;
            font-size: 16px;
            color: #666;
            overflow: hidden;
            text-overflow:ellipsis;
            white-space: nowrap;
            background: #ffefd4;
        }


    .newsD-right{
        display: inline-block;
        width: 380px;
        background: white;
        vertical-align: top;
        float: right;
        padding-bottom: 48px;
    }

    .right-box{
        width: 80%;
        margin: 0 auto;
        color: #666;
    }
    .right-box>div:nth-child(2){
        padding-left: 10px;
        font-size: 14px;
        margin-top: 8px;
        line-height: 14px;
    }
    .right-box>hr{
        margin: 15px 0 0 0;
        border: 0.5px solid #d2d2d2;
    }
    .right-title{
        margin-top: 30px;
        padding-left: 10px;
        font-size: 20px;
        line-height: 20px;
        color: #333;
    }
    .right-text{
        width: 95%;
        height: 50px;
        border-bottom: 1px dashed #d2d2d2;
        padding-left: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 50px;
    }
    .right-text a{
        text-decoration: none;
        color: #666;
        font-size: 13px;
    }
    .right-text:hover a{
        color: #df8f4f;
    }
