/*文章详情：*/
.banner {
    background: url("../img/help_banner.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 500px;
}

.banner>div {
    height: 100%;
}

.banner>div>img {
    width: 485px;
    height: 220px;
    margin: 0 auto;
    margin-top: 191px;
    display: block;
}

.news-container, .news-nav {
    margin-top: 20px;
    text-align: left;
    color: #333;
    font-size: 20px;
}
.news-date{
    font-size: 20px;
    color: #333;
}
.news-d-title{
    width: 100%;
    position: relative;
    font-size: 40px;
    text-align: center;
    margin-top: 100px;
}
.news-d-title:before{
    content: "";
    position: absolute;
    background: url("../img/title1.png") top center no-repeat;
    height: 95px;
    width: 95px;
    top: -80px;
    left: 0;
}
.news-d-title:after{
    content: "";
    position: absolute;
    background: url("../img/title2.png") top center no-repeat;
    height: 95px;
    width: 95px;
    top: -80px;
    right: 0;
}
.news-d-con{
    margin-top: 40px;
    font-size:20px;
    font-family:Microsoft YaHei;
    color:rgba(51,51,51,1);
    line-height:37px;
    min-height: 400px;
    margin-bottom: 60px;
}
.nextPage{
    font-size:16px;
    color:rgba(153,153,153,1);
    display: block;
    cursor: pointer;
    margin-bottom: 30px;
}
.nextPage:hover{
    color: #429DF8;
}
.lastPs{
    width:90px;
    height:32px;
    line-height: 32px;
    text-align: center;
    border:1px solid rgba(204,204,204,1);
    border-radius:4px;
    display: inline-block;
    margin-right: 11px;
}
.nextPage:hover .lastPs{
    color: #429DF8;
    border:1px solid #429DF8;
}
.news-container{
    margin-bottom: 150px;
}
