#news{
    background: #F8F9FA;
}
#news .content{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#news .nav_title {
    text-align: center;
}
#news .nav_title .title{
    font-size: 36px;
    color: #333333;
}
#news .nav_title .title1{
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

#news .header{
    background: url(../images/news/gsjj_img_banner.png) no-repeat;
    background-size: cover;
    background-position: center;
}

#news .header{
    padding: 173px 0;
}
#news .header .title div:nth-child(1){
    font-size: 48px;
    font-weight: bold;
    color: #222222;
}
#news .header .title div:nth-child(2){
    font-size: 26px;
    color: #333333;
    opacity: 0.4;
}
#news .nav {
    border-bottom: 1px solid #EAF1EB;
}
#news .nav .newsNav{
    text-align: center;
}
#news .nav .newsNav a{
    padding: 18px 0;
    margin: 0 125px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    width: 130px;
}
#news .nav .newsNav .click{
    color: #18A82D;
    border-bottom: 1px solid #18A82D;
}
#news .newsList{
    margin-top: 64px;
}
#news .newsList a{
    display: block;
}
#news .newsList .list{
    display: flex;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
}
#news .newsList .list .img{
    width: 30%;
}
#news .newsList .list .img img{
    display: block;
    width: 100%;
    height: 100%;
}
#news .newsList .list .new{
    width: 70%;
    padding: 40px 48px 0;
}
#news .newsList .list .new .title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
#news .newsList .list .new .text{
    font-size: 14px;
    color: #999999;
    margin: 19px 0 72px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#news .newsList .list .new .shijian{
    font-size: 16px;
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#news .newsList .list .new .shijian div:nth-child(1){
    margin-bottom: 10px;
}
#news .newsList .list .new .shijian .icon{
    opacity: 0;
}
 
#news nav .pagination{
    display: flex;
    justify-content: center;
}
#news nav .pagination li{
    display: inline-block;
    margin: 0 10px;
}
#news nav .pagination li a{
    color: #999;
    font-family: numfont,Arial;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 6px 10px;
    display: inline-block;
}
#news nav .pagination li span{
    color: #999;
    font-family: numfont,Arial;
    border-radius: 5px;
    border: 1px solid transparent;
    display: inline-block;
    padding: 6px 9px 0;
}
#news nav .pagination .active{
    border-radius: 5px;
    border: 1px solid #18A82D;
    color: #18A82D;
}
#news nav .pagination li a:hover{
    border: 1px solid #18A82D;
    color: #18A82D;
}
#news .gsxw{
    display: none;
}



#news .footer img{display: block;}




@media screen and (max-width: 1250px){
    #news .header{
        text-align: center;
        padding: 100px 0 60px;
    }
    #news .nav .newsNav{
        display: flex;
        justify-content: space-between;
    }
    #news .nav .newsNav a{
        margin: 0 60px;
    }
    #news .newsList .list{
        flex-wrap: wrap;
        padding: 2%;
    }
    #news .newsList .list .img{
        width: 100%;
    }
    #news .newsList .list .img img{
        border-radius: 8px;
    }
    #news .newsList .list .new{
        padding: 20px 20px 0;
    }
    #news nav .pagination li span{
        padding: 6px 10px;
    }
}