#article{
    background: #F8F9FA;
}
#article .content{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#article .header{
    background: url(../images/news/gsjj_img_banner.png) no-repeat;
    background-size: cover;
    background-position: center;
}

#article .header{
    padding: 173px 0;
}
#article .header .title div:nth-child(1){
    font-size: 48px;
    font-weight: bold;
    color: #222222;
}
#article .header .title div:nth-child(2){
    font-size: 26px;
    color: #333333;
    opacity: 0.4;
}

#article .new_text .text{
    background: #fff;
    margin-top: 50px;
    padding: 72px;
    border-radius: 8px;
}
#article .new_text .text .title{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}
#article .new_text .text .shijian{
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin: 13px 0 72px;
}
#article .new_text .text .xinwen{
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}
#article .nav{
    margin: 40px 0;
}
#article .nav a{
    font-size: 14px;
    color: #999999;
}







#article .footer img{display: block;}



@media screen and (max-width: 1250px){
    #article .header{
        padding: 100px 0 50px;
        text-align: center;
    }
    #article .new_text .text{
      
        padding: 30px 15px;
    } 

}