.singePage img {
    display: block;
    width: 100%;
    height: auto;
}
.dpl {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 14px 0 50px;
    /*padding: 50px 0px;*/
}

.dpl .w1400 {
    display: flex;
    justify-content: space-between;
}

.dpl .dpBox {
    max-width: 1050px;
    width: 65%;
}

.dpl .right {
    width: 30%;
    background: #fff;
    position: relative;
    top:30px;
     /*top: -120px;*/
    padding: 20px 30px;
	border-radius: 15px;
}

.dpl .right h2,.dpl .right h3 {
    display: block;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
	border-top: 1px solid rgba(0, 0, 0, .05);
	border-right: 1px solid rgba(0, 0, 0, .05);
    padding-top:4px;
	padding-bottom:6px;
    margin-bottom: 25px;
	border-left: 5px solid #E20000;
    padding-left: 22px;
	
}

.dpl .right h3 a{
    font-size: 14px;
    float: right;
    margin-right:6%;
    color: #bbbbbb;
}
.dpl .right h3 a:hover{
    color: #E20000;
}


.dpl .right h4 {
    display: block;
    line-height: 40px;
    font-size: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-top: 10px;
	padding-bottom: 10px;
    margin-bottom: 15px;
	font-weight: bold;
	
}

.same_news {
    width: 100%;
}

.same_news a {
    display: block;
    position: relative;
    margin-bottom: 15px;
}


.same_news a:hover {



    color: #E20000;


}

.same_news a .pic {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.same_news a .name {
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 10px;
}

.same_news a .time {
    font-size: 14px;
    opacity: .7;
    font-family: 'GraphikLCG';
    margin-top: 5px;
}

.same_news a:last-child {
    border-bottom: none;
}




@media screen and (max-width: 768px) {

  .dpl {
        padding: 25px 0px;
    }
    .dpl .w1400 {
        flex-wrap: wrap;
    }
    .dpl .dpBox,
    .dpl .right {
        width: 100%;
    }
    .dpl .right {
        top:20px;
        padding: 0px 0px;
    }
	 .ndc_npnews .post_next,
    .ndc_npnews .post_prev {
        padding: 10px;
    }
    .ndc_npnews .post_next a,
    .ndc_npnews .post_prev a {
        font-size: 14px;
    }
    .ndc_npnews .post_next .txt,
    .ndc_npnews .post_prev .txt {
        font-size: 12px;
    }
    .dpl .right h2,.dpl .right h3 {
        font-size: 20px;
        line-height: 1.4;
    padding-left:20px;
	font-weight: bold;
    }
	
}