@charset "UTF-8";
/*初始化css*/
body{font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#1c5bb8;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#1c5bb8;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/

.background{
	background: url(jns2023nzfxxgknb_bg.jpg) no-repeat top center;
	overflow: hidden;
	width: 100%;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.jianjie{
	max-width: 1275px;
	height: 315px;
	background: url(jns2023nzfxxgknb_jjbg.png) no-repeat;
	margin: 520px auto 0;
	font-size: 21.5px;
	line-height: 45px;
	text-indent: 2em;
	color: #333333;
	padding: 80px 60px 0 250px;
	text-align: justify;
}
.content{
	max-width: 1200px;
	height: 600px;
	margin: 45px auto 0;
	background: url(jns2023nzfxxgknb_contentbg.png) no-repeat;
	overflow: hidden;
}
.content_left{
	margin-left: 40px;
	margin-top: 70px;
}
.content_right{
	margin-right: 40px;
	margin-top: 70px;
}
.content ul li{
	width: 299px;
	height: 97px;
	margin-bottom: 24px;
}
.hengfu{
	max-width: 1200px;
	overflow: hidden;
	margin: 130px auto 40px;
}	

.jnpageold .background{
	background: url(oldjns2023nzfxxgknb_bg.jpg) no-repeat top center;
}
.jnpageold .jianjie {
    height: 850px;
    line-height: 90px;
    font-size: 43px;
	background: url(oldjns2023nzfxxgknb_jjbg.png) no-repeat;
	padding: 80px 150px 0 150px;
}