.header_wrap{
    position: initial !important;
}
.n_newss{
    padding: 0.52rem 0 1.23rem;
}
.n_newss_cont{
    margin: 0 -0.1rem;
    flex-wrap: wrap !important;
}
.n_newss_list{
    padding: 0.32rem 0 0.4rem;
    border-top: 1px solid #DFDFDF;
    margin: 0 0.1rem;
    transition: all 0.3s;
    flex: 0 0 32%;
}
.n_newss_date a{
    width: auto;
}
.n_newss_date img{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;
}
.n_newss_date p{
    font-family: Catamaran, Catamaran;
    font-weight: 500;
    font-size: 0.14rem;
    color: #888888;
}
.n_newss_tit{
    font-family: Catamaran, Catamaran;
    font-weight: 500;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.3rem;
    margin: 0.3rem 0 0.33rem;
    overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.n_newss_img{
    overflow: hidden;
}
.n_newss_img img{
    height: 4.8rem;
    transition: all 0.3s;
}
.n_newss_list:hover .n_newss_img img{
    transform: scale(1.1);
    transition: all 0.3s;
}


.newss_dCont{
    padding-bottom: 1.05rem;
}
.newss_d{
    font-family: Helvetica, Helvetica;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    border-bottom: 1px solid #DDDDDD;
    padding: 0.28rem 0 0.25rem;
}
.newss_dRtit{
    font-family: Helvetica, Helvetica;
    font-weight: 400;
    font-size: 0.6rem;
    color: #202020;
    line-height: 1rem;
    margin: 0.55rem 0 0.62rem;
    width: 80%;
}
.newss_dRdec{
    font-family: Helvetica, Helvetica;
    font-weight: 400;
    font-size: 0.3rem;
    color: #B9B9B9;
}
.newss_dRdec2{
    font-family: Helvetica, Helvetica;
    font-weight: 400;
    font-size: 0.18rem;
    color: #202020;
    line-height: 0.4rem;
    margin-top: 0.73rem;
}
.newss_dR img{
    width: revert-layer;
    margin:0 auto;
    max-width: 100%;
    height: auto;
    /*margin-top: 0.78rem;*/
}

@media only screen and (max-width:1024px){
    .n_newss_cont{
        margin: 0;
    }
    .n_newss_list{
        flex: 0 0 100%;
        margin: 0;
    }
    .n_newss_tit{
        font-size: 18px;
        line-height: 20px;
    }
    .n_newss_date p{
        font-size: 14px;
    }
    .n_newss_date img{
        width: .3rem;
        height: .3rem;
    }
    
    .newss_d{
        font-size: 14px;
    }
    .newss_dRtit{
        width: 100%;
        font-size: 28px;
        line-height: 30px;
    }
    .newss_dRdec{
        font-size: 18px;
    }
    .newss_dRdec2,.newss_dRdec2>*{
        font-size: 14px;
    }
}