﻿


.newsD-title h1{
    max-width: 1200px;
    margin: auto;
    font-size: 24px;
    color: #5a5a5a;
    text-align: center;
    padding-bottom: 1%;
    border-bottom: 1px dashed #d5d5d5;
}
.newsD-people{
    max-width: 1200px;
    margin: auto;
    text-align: center;
    font-size: 12px;
    color: #9c9c9c;
    margin-top: 1%;
    margin-bottom: 1%;
}
.newsD-text{
    max-width: 1200px;
    margin: auto;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 26px;
    color: #565656;
}

.newsD-img{
    max-width: 1330px;
    margin: auto;
    margin-top: 2%;
}
.newsD-img>img{
    display: inline-block;
    width: 47%;
    margin: 0 1%;
}

.line{
    height: 1px;
    width: 1200px;
    margin: auto;
    border-bottom: 1px dashed #c3c3c3;
    margin-top: 4%;
}



/* 上下条 */
.newsD-page{
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
    position: relative;
}
.newsD-page a{
    font-size: 12px;
    line-height: 30px;
    color: #4f4f4f;
}
.newsD-page .page-hover:hover>a{
    color: #f3a40d;
}
.btn-back{
    display: inline-block;
    width: 80px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: #017600;
    position: absolute;
    right: 0%;
    top: 50%;
}
.btn-back>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    line-height: 30px;
}

@media(max-width:1200px){
    .newsD-title{
        margin-left: 2%;
        margin-right: 2%;
    }
    .newsD-text{
        padding: 0 2%;
    }
.newsD-text img{
        display: inline-block !important;
        width: 90% !important;
	height: auto !important;
        margin-left: 5% !important;
    }
}
@media(max-width:480px){
    .newsD-title{
        font-size: 20px;
    }
}
@media(max-width:430px){
    .btn-back{
        position: relative;
        margin-left: 3%;
    }
    .newsD-page{
        padding-left:3%;
    }
}