@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

:focus {
	outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
/*strong,*/
th,
var,
optgroup {
	font-style: normal;
	font-weight: 400;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0!important;
}
table td {
	background: #fff;
}
caption,
th {
	text-align: left;
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

.clear {
	clear: both;
}

img {
	border: 0;
	outline: 0;
}

body {
	font-family: "Microsoft YaHei";
	color: #1a1a1a;
	min-width: 1400px;
	overflow-x: hidden;
}
* {
	box-sizing: border-box;
}
.clear {
	zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	clear: both;
	*zoom: 1;
}
.clear:after {
	display: table;
	content: '';
	clear: both;
}

a {
	text-decoration: none;
	color: #1a1a1a;
}

a:hover {
	color: #214c99;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.pcNone {
  display: none !important;
}

.wrapper{
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
}

.bodybg{
	background: url(nyncb_dwjjhzzx_bodybg.jpg);
}
/*头部*/

.head{
	height: 160px;
	background: #fff;
}
.head_w{
	width: 1400px;
	margin: auto;
	min-width: 1400px;
}
.logo{
	float: left;
	padding-top: 44px;
}
.head_r{
	float: right;
}
.topBar{
	margin-bottom: 15px;
}
.topBar li{
	display: inline-block;
	margin-left: 30px;
	font-size: 16px;
	line-height: 56px;
	color: #214c99;
}
.topBar li a{
	color: #214c99;
}
.topBar li a:hover{
	color: #17914a;
}
.topBar li img{
	vertical-align: middle;
	margin-right: 5px;
}

/*微信二维码弹窗*/
.head_wx{
	position: relative;
}
.head_wx .ewm_box{
	position: absolute;
	width: 98px;
	height: 98px;
	border-radius: 6px;
	background: #fff;
	top: 52px;
	left: -35px;
	z-index: 900;
	box-shadow: 0px 0px 10px rgba(23, 85, 193, 0.3);
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	opacity: 0;
}
.head_wx .ewm_box img{
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.head_wx .ewm_box::after{
	content: '';
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	
	position: absolute;
	top: -7px;
	left: 43%;
}
.head_wx:hover .ewm_box{
	opacity: 1;
	visibility: visible;
}
/*微信二维码弹窗 end*/



.search{
	width: 360px;
	height: 43px;
	background: #e4e9f3;
	border-radius: 4px;
	
	position: relative;
}
.search input{
	height: 42px;
	width: 290px;
	padding-left: 10px;
	border: 0;
	background: none;
	font-size: 18px;
	color: #9da9c1;
}
.search .btn{
	background: #214c99;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 72px;
	border-radius: 0 4px 4px 0;
}
.search .btn input{
	width: 100%;
	height: 100%;
	background: url(nyncb_dwjjhzzx_search.png) no-repeat center center;
	background-size: 24px 24px;
	cursor: pointer;
}
/*头部 End*/
/*导航*/
.menu{
	background: #214c99;
	height: 60px;
}
.menu ul{
	width: 1400px;
	margin: 0 auto;
}
.menu li{
	float: left;
	width: 200px;
	text-align: center;
	line-height: 40px;
	padding: 10px 0;
	position: relative;
	font-size: 22px;
	font-weight: bold;
}
.menu li a{
	color: #fff;
	display: block;
}
.menu li:hover{
	background-color: #17914a;
}
.menu li a:hover{
	color: #fff;
}
.menu li:hover .menu_nav::after{
	content: '';
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	
	position: absolute;
	top: 0;
	left: 47%;
	
}
.menu li:nth-child(5) .menu_nav li{
	padding-left: 20px;
}
.menu li:nth-child(5):hover .menu_nav {
	height: 450px;
}
.menu li .menu_nav{
	padding-top: 8px;
	width: 200px;
	height: 1px;
	position: absolute;
	top: 53px;
	left: 0;
	z-index: 999;
	border-radius: 0 0 5px 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
}
.menu li:hover .menu_nav ul{
	clear: both;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 10px rgba(23, 85, 193, 0.15);
	
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}
.menu li .menu_nav li:last-child{
	border-radius: 0 0 5px 5px;
}
.menu li:hover .menu_nav{
	opacity: 1;
	visibility: visible;
	height: 248px;
}
.menu li:hover .menu_nav li:hover{
	background-color: #214c99;
}
.menu li .menu_nav li{
	font-size: 20px;
	background: #fff;
	font-weight: normal;
	clear: left;
	text-align: left;
	padding-left: 44px;
}
.menu li .menu_nav li a{
	color: #1a1a1a;
	background: url(nyncb_dwjjhzzx_dot01.png) left center no-repeat;
	padding-left: 30px;
}
.menu li .menu_nav li a:hover{
	background: url(nyncb_dwjjhzzx_dot01_on.png) left center no-repeat;
	color: #fff;
}
/*导航 End*/
.t_p20{
	padding-top: 20px;
}
/*重要新闻 滚动*/
.HotNew{
	background: #e2eaf1;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 0 20px;
}
.HotNew *{
	white-space: nowrap;
}
.HotNew li{
	display: inline-block;
	margin: 0 25px;
}
.HotNew li a{
	background: url(nyncb_dwjjhzzx_dot02.png) left center no-repeat;
	padding-left: 25px;
}

/*新*/
.scroll_news {
}

.scroll_news_list {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.new_list_com {
	overflow: hidden;
	position: absolute;
	left: 0;
}

.new_list_mess {
	position: relative;
	box-sizing: border-box;
}

.new_list_mess a {
	color: #4c4c4c;
	margin-right: 15px;
}
.new_list_mess a:hover {
	color: #214c99;
}
.new_list_mess span.date {
	color: #999999;
}

/*重要新闻 滚动 End*/

/*banner 滚动*/
.xj-right{
    width: 100%;
}

.xj-right .text-cont {
    width: 1400px;
/*    height: 56px;*/
    box-sizing: border-box;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
	padding-left: 20px;
	cursor:pointer;
    
/*    left: 0;*/
    bottom: 0;
}
.hide {
	display:none;
}
.xj-right .text-cont h3{
	font-size: 22px;
    line-height: 56px;
    font-weight: bold;
}
.xj-right .text-cont .text_nr{
	font-size: 16px;
	line-height: 1.8;
	font-weight: normal;
	padding-bottom: 20px;
	margin-right: 10%;
	color: #d7e2f7;
	text-align: justify;
}
.xj-right .text-cont .icon-add{
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #aec4ed;
	vertical-align: middle;
	position: absolute;
	top: 24px;
	margin-left: 30px;
	cursor: pointer;
}
.xj-right .text-cont .icon-jian{
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #aec4ed;
	vertical-align: middle;
	position: absolute;
	top: 24px;
	margin-left: 30px;
	cursor: pointer;
}
.xj-right .coverImg{
    height: 600px;
}
.xj-right .coverImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.5s;
  	transition: all 0.5s;
}
.xj-right a{
	color: #fff;
}
.xj-right a:hover .coverImg img{
	transform: scale(1.05);
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 18px;
    text-align: right;
    box-sizing: border-box;
    right: 20px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.4s;
}
.swiper-active-switch {
/*    width: 24px;*/
    background: #214c99;
}



/*banner 滚动 End*/

.lmtop{
	margin-top: 30px;
}
/*首页新闻动态/通知公告*/
.in_new{
}
.in_new ul li{
	font-size: 20px;
	line-height: 42px;
	position: relative;
}
.in_new ul li a{
	display: block;
	padding-left: 20px
}
.in_new ul li::after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #214c99;
	position: absolute;
	left: 0;
	top: 20px;
}
.in_new ul li .time{
	color: #8592a8;
	position: absolute;
	right: 0;
}
.lm_title{
	font-size: 34px;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 10px;
}
.in_xwdt,
.in_tzgg{
	width: 48%;
}
.in_xwdt{
	float: left;
	position: relative;
}
.in_xwdt .lm_title{
	padding-left: 42px;
	background: url(nyncb_dwjjhzzx_lmIco01.png) left center no-repeat;
	background-size: 32px 32px;
}
.in_tzgg .lm_title{
	padding-left: 42px;
	background: url(nyncb_dwjjhzzx_lmIco02.png) left center no-repeat;
	background-size: 32px 32px;
}
.in_tzgg{
	float: right;
	position: relative;
}
.lm_more{
	position: absolute;
	right: 0;
	top: 20px;
}
.lm_more a{
/*	background: url(nyncb_dwjjhzzx_more.png) right center no-repeat;*/
/*	background-size: auto 14px;*/
	padding-right: 28px;
	color: #0a5bc5;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.lm_more .lm_more_ico,
.lm_more .lm_more_ico::after,
.lm_more .lm_more_ico::before{
	content: '';
/*	background: #0a5bc5;*/
/*	border-radius: 5px;*/
	position: absolute;
/*	height: 3px;*/
	border-bottom: 2px solid #0a5bc5;
	line-height: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.lm_more .lm_more_ico{
	width: 17px;
	top: 6px;
	right: 0;
}
.lm_more .lm_more_ico::after{
	width: 13px;
	top: 5px;
}
.lm_more .lm_more_ico::before{
	width: 10px;
	top: 10px;
}
.lm_more a:hover{
	padding-right: 38px;
}
.lm_more a:hover .lm_more_ico{
	width: 27px;
}
.lm_more a:hover .lm_more_ico::after{
	width: 23px;
}
.lm_more a:hover .lm_more_ico::before{
	width: 20px;
}



/*首页新闻动态/通知公告 end*/

/*首页小图片滚动*/
.tab_js{
	width: 1420px;
	height: 140px;
}

.linkImg{
	position: relative;
	
}
.linkImg_w{
	width: 1400px;
	overflow: hidden;
}
.linkImg .prev,
.linkImg .next{
	position: absolute;
	background-color: rgba(33, 76, 153, 0.2);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	bottom: 55px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 2;
}
.linkImg .prev:hover,
.linkImg .next:hover{
	background-color: rgba(33, 76, 153, 1);
}
.linkImg .prev{
	background-image: url(nyncb_dwjjhzzx_jtL.png);
	background-size: auto 16px;
	left: -3vw;
}
.linkImg .next{
	background-image: url(nyncb_dwjjhzzx_jtR.png);
	background-size: auto 16px;
	right: -3vw;
}

.hd_img{
	width: 330px;
	box-sizing: border-box;
	height: 128px;
	border-radius: 6px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 10px rgba(23, 85, 193, 0.15);
	overflow: hidden;
/*	margin-left: 10px;*/
/*	float: left;*/
}
.hd_img img{
	width: 100%;
	height: 100%;
	border-radius: 3px;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.hd_img:hover img{
	transform: scale(1.05);
}
/*首页小图片滚动 End*/

/*首页重点活动成果*/

.in_hdcg .lm_title{
	padding-left: 42px;
	background: url(nyncb_dwjjhzzx_lmIco03.png) left center no-repeat;
	background-size: 32px 32px;
}
.tab_js2{
	width: 1420px;
	height: 300px;
}
.in_hdcg{
	position: relative;
	text-align: justify;
}
.in_hdcg_w{
	width: 1400px;
	overflow: hidden;
}
.in_hdcg .prev,
.in_hdcg .next{
	position: absolute;
	background-color: rgba(33, 76, 153, 0.2);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	bottom: 135px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 2;
}
.in_hdcg .prev:hover,
.in_hdcg .next:hover{
	background-color: rgba(33, 76, 153, 1);
}
.in_hdcg .prev{
	background-image: url(nyncb_dwjjhzzx_jtL.png);
	background-size: auto 16px;
	left: -3vw;
}
.in_hdcg .next{
	background-image: url(nyncb_dwjjhzzx_jtR.png);
	background-size: auto 16px;
	right: -3vw;
}
.hdcg_li{
	width: 330px;
	padding: 15px 15px 20px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 10px rgba(23, 85, 193, 0.15);
}
.hdcg_li span{
	display: block;
	box-sizing: border-box;
	margin: 0 10px;
}
.hdcg_li a{
	display: block;
	font-size: 20px;
	line-height: 1.3;
}
.hdcg_li .img{
	width: 100%;
	height: 188px;
	border-radius: 3px;
	margin-bottom: 12px;
	overflow: hidden;
}
.hdcg_li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.hdcg_li a:hover img{
    transform: scale(1.05);
}

/*首页重点活动成果 End*/

/*foot*/
.foot{
	border-top: 8px solid #214c99;
	background-color: #f5f6f7;
	padding-bottom: 20px;
	margin-top: 50px;
}
.foot_w{
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
}
.foot .linker{
	width: 100%;
	float: left;
	line-height: 60px;
	font-size: 18px;
	border-bottom: 1px solid #cadcea;
}
.foot .linker_t{
	padding-left: 96px;
	font-weight: bold;
	float: left;
}
.foot .linker_li{
	width: 1200px;
	float: left;
}
.foot .linker_li li{
	display: inline-block;
	padding: 0 90px 0 88px;
	position: relative;
}
.foot .linker_li li::after{
	content: '';
	width: 1px;
	height: 18px;
	background: #b1becc;
	position: absolute;
	right: 0;
	top: 22px;
}
.foot .linker_li li:last-child::after{
	display: none;
}

.foot_nr{
	float: left;
	width: 100%;
}
.foot_l{
	float: left;
	width: 96px;
	padding-top: 20px;
}
.foot_m{
	width: 920px;
	float: left;
	font-size: 16px;
	line-height: 2.2;
	padding-top: 15px;
}
.foot_m img{
	vertical-align: middle;
}
.foot_m .linker_2{
	font-size: 18px;
	
}
.foot_m .linker_2 a{
	color: #214c99;
}
.foot_m .linker_2 li{
	display: inline-block;
	font-weight: bold;
	padding: 0 26px;
}
.foot_m .linker_2 li:first-child{
	padding-left: 0;
}
.foot_m p span{
	padding: 0 22px 0 20px;
	position: relative;
}
.foot_m p span:first-child{
	padding-left: 0;
}
.foot_m p span::after{
	content: '';
	width: 1px;
	height: 18px;
	background: #b1becc;
	position: absolute;
	right: 0;
	top: 3px;
}
.foot_m p span:last-child::after{
	display: none;
}
.foot_m .bs img{
	width: 18px;
}
.foot_ewm{
	float: right;
	padding-top: 20px;
}
.foot_ewm li{
	width: 90px;
	margin-left: 30px;
	float: left;
	font-size: 14px;
	text-align: center;
}
.foot_ewm li img{
	width: 90px;
	height: 90px;
	border: 1px solid #bfc9db;
	margin-bottom: 6px;
}

/*foot End*/


/*二级页面*/
.weizhi{
/*	background: #f00;*/
    color: #8592a8;
    font-size: 16px;
	line-height: 1.2;
	padding: 20px 0;
}
.weizhi a {
    color: #8592a8;
    font-size: 16px;
}
.weizhi a:hover {
    color: #0a5bc5;
}

.mt50{
	margin-top: 50px;
}
.mt20{
	margin-top: 20px;
}
.pt20{
	padding-top: 20px;
}
.ej_lmbox{
	position: relative;
}
.ej_title{
	margin-bottom: 20px;
	height: 60px;
	line-height: 58px;
	background: url(nyncb_dwjjhzzx_ejbg01.png) left repeat-y;
	border-radius: 100px 0 0 100px;
	font-size: 32px;
	font-weight: bold;
	color: #0a5bc5;
	padding-left: 20px;
}
.ej_title .ej_lmbt{
	background: url(nyncb_dwjjhzzx_ej_icon01.png) left 3px no-repeat;
	background-size: 38px 38px;
	padding-left: 50px;
}

.ej_jianjie{
	background: url(nyncb_dwjjhzzx_ejbg02.png) right 0 no-repeat #fff;
	background-size: auto 100%;
	height: 335px;
	padding: 20px 65px 0 20px;
	position: relative;
}
.ej_jianjie .text{
	font-size: 20px;
	width: 920px;
	line-height: 1.8;
	text-align: justify;
}
.ej_jianjie .text p{
	/*text-indent: 2em;*/
}
.ej_jianjie .img{
	width: 280px;
	height: 280px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	right: 118px;
	top: 27px;
}
.ej_jianjie .img img{
	width: 100%;
	height: 100%;
}

.ej_gzdt{
	background: #fff;
	padding: 30px;
}
.ej_gzdt .hot_img{
	width: 100%;
	float: left;
}

.ej_gzdt .imgbox{
	width: 645px;
	height: 191px;
	background: url(nyncb_dwjjhzzx_ejbg03.png) top right no-repeat;
	background-size: auto 100%;
}

.ej_gzdt .imgbox .img{
	width: 298px;
	height: 182px;
	overflow: hidden;
	float: left;
}
.ej_gzdt .imgbox .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ej_gzdt .imgbox .img a:hover img{
	transform: scale(1.05);
}
.ej_gzdt .imgbox .text{
	padding-top: 20px;
	width: 286px;
	float: right;
	margin-right: 30px;
	line-height: 1.5;
}
.imgbox .text h3{
	margin-bottom: 10px;
	text-align: justify;
	height: 60px;
	overflow: hidden;
	
}

.imgbox .text p{
	color: #4c4c4c
}
	
.f_blue{
	color: #0a5bc5;
}

.ej_gzdt_li{
	width: 100%;
	float: left;
}
.ej_gzdt_li li{
	width: 645px;
	float: left;
	line-height: 68px;
	border-bottom: 1px dashed #b0caec;
	position: relative;
	padding-left: 15px;
	font-size: 20px;
}
.ej_gzdt_li li:nth-child(2n){
	float: right;
}
.ej_gzdt_li li::after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #214c99;
	
	position: absolute;
	left: 0;
	top: 32px;
}
.ej_gzdt_li li .time{
	position: absolute;
	color: #8592a8;
	font-size: 18px;
	right: 0;
}

.ej_ywcg{}
.ej_ywcg li{
	width: 685px;
	height: 185px;
	padding: 20px 30px 0;
	background: #fff;
	margin-bottom: 30px;
	float: left;
}
.ej_ywcg li:nth-child(2n){
	float: right;
}
.ej_ywcg li *{
	line-height: 1.6;
}
.ej_ywcg li .time{
	float: left;
	width: 80px;
	height: 110px;
	border-bottom: 2px solid #b0caec;
}
.ej_ywcg li .time .date{
	font-size: 28px;
	color: #0a5bc5;
}
.ej_ywcg li .time .year{
	color: #8592a8;
	font-size: 20px;
}
.ej_ywcg li .r_text{
	width: 500px;
	float: right;
}
.ej_ywcg li .r_text h3{
	font-size: 20px;
	margin-bottom: 13px;
}
.ej_ywcg li .r_text p{
	color: #707070;
	font-size: 18px;
}


/*0506第二批*/
.bg_bai{
	background-color: #fff;
	padding: 30px;
}
/*领导列表*/
.ej_ld{
	padding: 20px;
}
.ej_ld ul li{
	position: relative;
	height: 230px;
	padding-left: 20px;
	margin-top: 40px;
}
.ej_ld ul li:first-child{
	margin-top: 0;
}
.ej_ld .ld_img{
	width: 180px;
	height: 230px;
	position: absolute;
	z-index: 2;
}
.ej_ld .ld_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ej_ld .ld_name{
	height: 130px;
	padding-left: 270px;
	background: #f2f6fc;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	line-height: 130px;
}

.ej_ld .ld_name .t1{
	font-size: 28px;
	font-weight: bold;
}
.ej_ld .ld_name .t2{
	font-size: 18px;
	color: #717c8f;
	margin-left: 20px;
}
/* 二级-机构职能*/
.ej_jgzn{
}
.ej_jgzn li{
	float: left;
	width: 306px;
	height: 98px;
	line-height: 92px;
	border: 3px solid #fff;
	border-radius: 6px;
	background: url(nyncb_dwjjhzzx_ejbg04.png) repeat-x;
	background-size: auto 100%;
	box-shadow: 0px 0px 10px rgba(23, 85, 193, 0.15);
	font-size: 22px;
	font-weight: bold;
	padding-left: 60px;
	margin: 15px 14px ;
}
.ej_jgzn li:hover{
	box-shadow: 0px 0px 10px rgba(23, 85, 193, 0.55);
}
.ej_jgzn li:nth-child(4n){
	margin-right: 0;
}
.ej_jgzn li:nth-child(4n + 1) {
	padding-left: 25px;
}
.ej_jgzn li i{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(nyncb_dwjjhzzx_ej_icon02.png) no-repeat;
	vertical-align: middle;
	margin-right: 15px;
	margin-top: -3px;
	background-size: 100% 100%;
}
.ej_jgzn li a{
	display: block;
	color: #214c99;
}
.ej_jgzn li a:hover{
	color: #1a1a1a;
}

/*主要职责*/
.ej_zhize{
	border: 1px solid #b0caec;
	padding: 4px;
	margin-top: 30px;
}
.ej_zhize *{
	line-height: 2.2;
}
.ej_zhize_bk{
	border: 1px solid #b0caec;
	padding: 30px 60px;
}
.ej_zhize .zhize_tit{
	text-align: center;
	font-size: 34px;
	color: #214c99;
	padding-bottom: 20px;
	border-bottom: 1px solid #d0dcef;
}
.ej_zhize .zhize_txt{
	padding: 30px 0;
	font-size: 20px;
}
.ej_zhize .zhize_txt p{
	/*text-indent: 2em;*/
	margin-bottom: 1em;
}
/*二级新闻列表*/
.ej_new{
	padding-top: 10px;
}
.ej_new li{
	position: relative;
	background: #fff;
	padding: 26px 30px 26px 158px;
	margin-bottom: 22px;
	min-height: 150px;
}

.ej_new li *{
	line-height: 1.5;
}
.ej_new li h3{
	font-size: 22px;
	margin-bottom: 10px;
}
.ej_new li p{
	color: #707070;
	font-size: 18px;
}
.ej_new li .time{
	height: 94px;
	width: 80px;
	border-bottom: 2px solid #b0caec;
	
	position: absolute;
	left: 30px;
	top: 24px;
}
.ej_new li .time .date{
	color: #0a5bc5;
	font-size: 28px;
}
.ej_new li .time .year{
	font-size: 20px;
	color: #8592a8;
}
/*二级通知公告列表*/
.ej_new2{
	padding-top: 20px;
}
.ej_new2 li{
	position: relative;
	border-bottom: 1px dashed #bdccdf;
	padding-left: 30px;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 200px;
}
.ej_new2 li:nth-child(5n){
	margin-bottom: 30px;
}
.ej_new2 li:last-child{
	margin-bottom: 20px;
}
.ej_new2 li::after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #214c99;
	
	position: absolute;
	left: 10px;
	top: 27px;
}
.ej_new2 li a{
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.ej_new2 li *{
	line-height: 1.5;
}

.ej_new2 li .time{
	font-size: 18px;
	color: #8592a8;
	
	position: absolute;
	right: 30px;
	top: 17px;
}
.ej_new li .time .date{
	color: #0a5bc5;
	font-size: 28px;
}
.ej_new li .time .year{
	font-size: 20px;
	color: #8592a8;
}

/*二级图片列表*/
.ej_imgBox{
	
}
.ej_imgBox *{
	line-height: 1.5;
}
.ej_imgBox li{
	width: 440px;
	height: 386px;
	padding: 20px 20px 0;
	background-color: #fff;
	font-size: 20px;
	margin-right: 38px;
	margin-bottom: 40px;
	float: left;
}
.ej_imgBox li:nth-child(3n) {
	margin-right: 0;
}
.ej_imgBox .img{
	width: 400px;
	height: 254px;
	margin-bottom: 20px;
	overflow: hidden;
}
.ej_imgBox .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ej_imgBox a:hover .img img{
	transform: scale(1.05);
}
/* 分页 */
.page {
	text-align: center;
	padding: 30px 0 50px 0 ;
}
.page_s {
	display: inline-block;
	font-size: 14px;
}

.page a {
	cursor: pointer;
}

.page a,
.page span,
.page .txt {
	padding: 0 11px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #ccdcec;
	margin: 0 3px 0 0;
	color: #333333;
	font-size: 16px;
	border-radius: 2px;
	display: inline-block;
	min-width: 16px;
}

.page a:hover {
	color: #fff;
	border: 1px solid #214c99;
	background: #214c99;
}

.page .cur {
	color: #fff;
	border: 1px solid #214c99;
	background: #214c99;
}

.page span {
	border: none;
}

.page #num {
	height: 34px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ccdcec;
	border-radius: 2px;
	width: 32px;
	vertical-align: top;
	font-size: 16px;
}

.page font {
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	/*	vertical-align: top;*/
}

.page font i {
	padding-bottom: 2px;
	display: inline-block;
}

.page #go {
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	cursor: pointer;
	margin: 0;
	vertical-align: top;
	border: none;
	background-color: #214c99;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
}

/*网站地图*/
.webMap{
	background: #fff;
	padding: 10px 110px 80px;
}
.webMap .map_tr{
	border-bottom: 1px solid #d0dcef;
	width: 100%;
	float: left;
	padding-top: 10px;
}
.webMap .map_tr *{
	line-height: 100px;
}
.webMap a{
	display: block;
	position: relative;
}
.webMap .map_tr .map_t1{
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 85px;
}
.webMap .map_tr .map_t1 a{
/*	border-bottom: 1px solid #214c99;*/
}
.webMap .map_tr .map_t1 a::before {
	content: '';
	height: 2px;
	background: #214c99;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
}
.webMap .map_tr .map_t1 a:hover::before {
	background: #17914a;
}
.webMap a:hover::before {
	content: '';
	height: 2px;
	background: #17914a;
/*
	height: 0;
	border-bottom: 2px solid #17914a;
*/
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 9;
}
.webMap .map_tr .map_t1 a:link{
	color: #214c99;
}
.webMap .map_tr .map_t1 a:hover,
.webMap .map_tr .map_t2 a:hover,
.webMap .map_t3 a:hover {
	color: #17914a;
}
.webMap .map_tr .map_t2{
	float: left;
	font-size: 20px;
}
.webMap .map_tr .map_t2 li{
	margin-right: 85px;
	display: inline-block;
	white-space: nowrap;
}
.webMap .map_t3{
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 100px;
	border-bottom: 1px solid #d0dcef;
	position: relative;
}
.webMap .map_t3::after{
	content: '';
	height: 1px;
	background: #d0dcef;
	position: absolute;
	left:0;
	right: 0;
	top: 110px;
}
.webMap .map_t3 li{
	float: left;
	white-space: nowrap;
	padding-right: 85px;
	padding-top: 10px;
}
.webMap .map_t3 a{
	color: #214c99;
	display: block;
	font-weight: bold;
}

/*详情细览页*/
.Conbox_bk1{
	border: 1px solid #b0caec;
	padding: 4px;
}

.Conbox_bk2{
	border: 1px solid #b0caec;
	padding: 30px 60px;
}

.Con_title{
	border-bottom: 1px solid #d0dcef;
	margin-bottom: 40px;
}

.Con_bt{
	text-align: center;
	font-size: 34px;
	line-height: 1.8;
	font-weight: normal;
	color: #214c99;
	padding-top: 20px;
	width: 70%;
	margin: 0 auto 30px;
}

.mTop_30{
	margin-top: 30px;
}
.con_nr{
	color: #1a1a1a;
	font-size: 20px;
}
.con_nr * {
	line-height: 2.2 !important;
}
.con_nr p{
	/*text-indent: 2em;*/
	margin: 0 0 1em !important;
	background: #FFFFFF!important;
	border: 0!important;
}
.con_nr table p {
	text-indent: 0;
}
.con_nr div{
	margin-bottom: 1em;
	/*text-indent: 2em;*/
}
.con_nr img {
	width: 60%;
	margin: 0 auto;
	display: block;
}
.con_nr .img_t{
	font-size: 18px;
	color: #707070;
}
.con_info{
	color: #63717f;
	font-size: 16px;
	line-height: 50px;
	padding-bottom: 10px;
}
.con_info_l{
	float: left;
}
.con_info_l li{
	float: left;
	margin-right: 40px;
}
.con_info_l li img{
	vertical-align: middle;
	width: 22px;
	margin-right: 8px;
	margin-top: -1px;
}
.con_info_l:last-child{
	margin-right: 0;
}
.con_info_r{
	float: right;
}
.con_info_r li{
	float: left;
	margin-left: 30px;
}
.con_info_r:last-child{
	margin-left: 0;
}
.con_info_r li img{
	vertical-align: middle;
	margin-right: 8px;
	width: 22px;
	margin-top: -1px;
}
.print{
	cursor: pointer;
}
.font_size{

}
.font_size span{
	margin-right: 8px;
	cursor: pointer;
}
.font_size span.active{
	font-weight: bold;
	color: #214c99;
}


/*分享图标*/
.con_fx_icon{
	display: inline-block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	padding: 0;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 5px;
	background: center center no-repeat rgba(33, 76, 153, 0.15);
	background-size: 100% 100%;
}
.con_fx_icon:hover{
	background-color: rgba(33, 76, 153, 1);
}
.con_fx_icon_1{
	background-image: url(nyncb_dwjjhzzx_ico_qz.png);
}
.con_fx_icon_2{
	background-image: url(nyncb_dwjjhzzx_ico_wx.png);
}
.con_fx_icon_3{
	background-image: url(nyncb_dwjjhzzx_ico_wb.png);
}

/*检索页*/
.page_search_box{
	background: #ecf0f8;
	padding: 38px;
	margin-bottom: 30px;
}
.page_search{
	height: 54px;
	background: #fff;
	width: 1007px;
	margin: 0 auto;
	border-radius: 8px;
	position: relative;
}
.page_search_btn{
	width: 150px;
	height: 46px;
	font-size: 20px;
	background: url(nyncb_dwjjhzzx_search.png) 38px center no-repeat #214c99;
	background-size: 22px 22px;
	padding-left: 30px;
	text-align: center;
	color: #fff;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	
	position: absolute;
	top: 4px;
	right: 4px;
}
.page_search_btn:hover{background-color: #17914a;}
.page_search_input{
	width: 850px;
	padding-left: 15px;
	height: 54px;
	color: #214c99;
	border: 0;
	background: none;
	font-size: 20px;
}
.red{
	color: #c00;
}
.so_msg{
	line-height: 160%;
	position: relative;
	font-size: 18px;
	margin-bottom: 20px;
}
.so_msg font{
	margin-left: 50px;
}
.so_msg font:first-child{
	margin-left: 0;
}
.so_msg .paixu{
	position: absolute;
	right: 0;
	top: -3px;
}
.so_msg .paixu a{
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #5792cd;
	font-size: 16px;
	border-radius: 6px;
	margin-left: 10px;
	color: #214c99;
}
.so_msg .paixu a.on{
	border: 1px solid #3c62a5;
	background-color: #3c62a5;
	color: #fff;
}
.ejso_list li{
	border-bottom: 1px solid #e0ebf5;
	padding: 20px 0;
}
.ejso_list li *{
	line-height: 1.8;
}
.ejso_list li h3{
	margin-bottom: 10px;
	font-size: 22px;
}
.ejso_list li .txt{
	font-size: 16px;
	color: #707070;
	margin-bottom: 10px;
}
.ejso_list li .time{
	color: #8592a8;
	font-size: 16px;
}
/*20250617*/
.lxwm_map{height:520px; border:#F2F1F1 solid 1px;}
.lxwm_map img {width: 100%;height: 100%; object-fit: cover}
.lxwm_company{ font-size:24px; color:#0d619f; margin-top:30px;}
.lxwm_txt{ color:#747474; line-height:26px; margin:10px 0 40px; font-size: 18px;}

/*20250625*/
.imgbox .text h3{
	text-align: left;
}
.xj-right .swiper-container{
    height: 600px;
	width: 100%;
}
.xj-right .swiper-container .swiper-slide{
    height: 600px;
	width: 100%;
}
.head_sj .ewm_box{
	left: -20px;
}
/* 20250721 */
.xj-right .swiper-container .swiper-slide{
	overflow: hidden;
}
.so_msg{
	padding-right: 280px;
}
/* 20250722 */
.con_nr table p{
	margin-bottom: 0 !important;
}
.con_nr table{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
.con_nr table td{
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 0 4px;
}

@media screen and (max-width: 1440px){
	body {
		min-width: 1000px;
	}
	.wrapper{
		width: 1000px;
		min-width: 1000px;
	}
	/*头部*/

	.head{
		height: 110px;
	}
	.head_w{
		width: 1000px;
		min-width: 1000px;
	}
	.logo{
		padding-top: 25px;
	}
	.logo img{
    width: 710px;
    height: auto;
	}
	.topBar{
		margin-bottom: 10px;
	}
	.topBar li{
		margin-left: 20px;
		font-size: 12px;
		line-height: 40px;
	}
	.topBar li img{
		height: 16px;
	}

	.search{
		width: 260px;
		height: 32px;
	}
	.search input{
		height: 30px;
		width: 205px;
		font-size: 14px;
	}
	.search .btn{
		width: 52px;
	}
	.search .btn input{
		background-size: 18px 18px;
	}
	/*头部 End*/
	/*导航*/
	.menu{
		height: 46px;
	}
	.menu ul{
		width: 1000px;
	}
	.menu li{
		width: 140px;
		line-height: 26px;
		font-size: 16px;
		padding: 10px 0;
	}
	.menu li .menu_nav{
		width: 140px;
		top: 39px;
	}

	.menu li:nth-child(5):hover .menu_nav {
		height: 356px;
	}
	.menu li:nth-child(5) .menu_nav li{
		padding-left: 10px;
	}
	.menu li:hover .menu_nav{
		height: 193px;
	}
	.menu li .menu_nav li{
		font-size: 14px;
		padding-left: 30px;
	}
	.menu li .menu_nav li a{
		background-size: 16px 14px;
		padding-left: 22px;
	}
	.menu li .menu_nav li a:hover{
		background-size: 16px 14px;
	}
	.menu li:hover .menu_nav::after{
		left: 47%;

	}
	/*导航 End*/
	.t_p20{
		padding-top: 15px;
	}
	/*重要新闻 滚动*/
	.HotNew{
		font-size: 14px;
		margin-bottom: 15px;
		padding: 0 15px;
	}
	.HotNew li{
		margin: 0 15px;
	}
	.HotNew li a{
		background: url(nyncb_dwjjhzzx_dot02.png) left center no-repeat;
		background-size: 14px;
		padding-left: 20px;
	}

	/*新*/
	.scroll_news_list {
		height: 40px;
		line-height: 40px;
	}

	/*重要新闻 滚动 End*/

	/*banner 滚动*/
	.xj-right{
		width: 100%;
	}

	.xj-right .text-cont {
		width: 1000px;
	}
	.xj-right .text-cont h3{
		font-size: 16px;
		line-height: 42px;
	}
	.xj-right .text-cont .text_nr{
		font-size: 14px;
		padding-bottom: 10px;
		margin-right: 10%;
	}
	.xj-right .text-cont .icon-add{
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 8px solid #aec4ed;
		top: 18px;
		margin-left: 20px;
	}
	.xj-right .text-cont .icon-jian{
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 8px solid #aec4ed;
		top: 18px;
		margin-left: 20px;
	}
	
	.xj-right .coverImg{
		height: 428px;
	}

	.pagination {
		bottom: 12px;
		right: 15px;
	}
	.swiper-pagination-switch {
		width: 8px;
		height: 8px;
		margin: 0 4px;
	}
	.swiper-active-switch {
/*		width: 18px;*/
	}
	/*banner 滚动 End*/

	.lmtop{
		margin-top: 20px;
	}
	/*首页新闻动态/通知公告*/
	.in_new{
	}
	.in_new ul li{
		font-size: 14px;
		line-height: 36px;
	}
	.in_new ul li a{
		padding-left: 16px
	}
	.in_new ul li::after{
		width: 4px;
		height: 4px;
		top: 17px;
	}
	.lm_title{
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.in_xwdt .lm_title{
		padding-left: 34px;
		background-size: 24px auto;
	}
	.in_tzgg .lm_title{
		padding-left: 34px;
		background-size: 24px auto;
	}
	.lm_more{
		top: 9px;
	}
	.lm_more a{
		padding-right: 25px;
		font-size: 14px;
	}
	.lm_more .lm_more_ico{
		top: 4px;
	}
	/*首页新闻动态/通知公告 end*/

	/*首页小图片滚动*/
	.tab_js{
		width: 1020px;
		height: 100px;
	}
	.linkImg_w{
		width: 1000px;
		overflow: hidden;
	}
	.linkImg .prev,
	.linkImg .next{
		width: 30px;
		height: 30px;
		bottom: 38px;
	}
	.linkImg .prev{
		background-size: auto 14px;
	}
	.linkImg .next{
		background-size: auto 14px;
	}
	.hd_img{
		width: 232px;
		height: 90px;
		padding: 2px;
	}

	/*首页小图片滚动 End*/

	/*首页重点活动成果*/
	.in_hdcg .lm_title{
		padding-left: 34px;
		background-size: 24px auto;
	}
	.tab_js2{
		width: 1020px;
		height: 220px;
	}
	.in_hdcg_w{
		width: 1000px;
		overflow: hidden;
	}
	.in_hdcg .prev,
	.in_hdcg .next{
		width: 30px;
		height: 30px;
		bottom: 105px;
	}
	.in_hdcg .prev{
		background-size: auto 14px;
	}
	.in_hdcg .next{
		background-size: auto 14px;
	}
	.hdcg_li{
		width: 232px;
		padding: 8px 8px 12px;
	}
	.hdcg_li span{
		margin: 0 5px;
	}
	.hdcg_li a{
		font-size: 14px;
	}
	.hdcg_li .img{
		height: 132px;
		margin-bottom: 10px;
	}

	/*首页重点活动成果 End*/

	/*foot*/
	.foot{
		border-top-width: 6px;
		margin-top: 36px;
	}
	.foot_w{
		width: 1000px;
		min-width: 1000px;
	}
	.foot .linker{
		line-height: 48px;
		font-size: 14px;
	}
	.foot .linker_t{
		padding-left: 76px;
	}
	.foot .linker_li{
		width: 800px;
	}
	.foot .linker_li li{
		padding: 0 50px 0 48px;
	}
	.foot .linker_li li::after{
		height: 14px;
		top: 18px;
	}

	.foot_l{
		float: left;
		width: 76px;
		padding-top: 15px;
	}
	.foot_l img{
		width: 45px;
	}
	.foot_m{
		width: 750px;
		font-size: 12px;
		padding-top: 10px;
	}
	.foot_m .linker_2{
		font-size: 14px;
	}
	.foot_m p span{
		padding: 0 16px 0 13px;
	}
	.foot_m p span::after{
		height: 14px;
		top: 3px;
	}
	.foot_m .bs img{
		width: 14px;
	}
	.foot_ewm{
		padding-top: 10px;
	}
	.foot_ewm li{
		width: 66px;
		margin-left: 20px;
		font-size: 12px;
	}
	.foot_ewm li img{
		width: 66px;
		height: 66px;
		margin-bottom: 0px;
	}

	/*foot End*/
	
	/*二级页面*/
	.weizhi{
		font-size: 14px;
		padding: 20px 0;
	}
	.weizhi a {
		font-size: 14px;
	}

	.mt50{
		margin-top: 30px;
	}
	.mt20{
		margin-top: 10px;
	}
	.ej_title{
		margin-bottom: 15px;
		height: 42px;
		line-height: 40px;
		font-size: 22px;
		padding-left: 15px;
		background-size: 145px auto;
		
		
	}
	.ej_title .ej_lmbt{
		background-size: 24px 24px;
		padding-left: 35px;
	}

	.ej_jianjie{
		height: 240px;
		padding: 20px 65px 0 20px;
	}
	.ej_jianjie .text{
		font-size: 14px;
		width: 650px;
	}
	.ej_jianjie .img{
		width: 200px;
		height: 200px;
		right: 85px;
		top: 20px;
	}
	.ej_gzdt{
		padding: 20px;
	}
	.ej_gzdt .imgbox{
		width: 460px;
		height: 137px;
		background: url(nyncb_dwjjhzzx_ejbg03.png) top right no-repeat;
		background-size: auto 100%;
	}

	.ej_gzdt .imgbox .img{
		width: 214px;
		height: 131px;
	}
	.ej_gzdt .imgbox .text{
		padding-top: 10px;
		width: 206px;
		margin-right: 20px;
		font-size: 12px;
	}
	.imgbox .text h3{
		margin-bottom: 6px;
		font-size: 14px;
		height: 45px;
	}

	.ej_gzdt_li li{
		width: 460px;
		line-height: 48px;
		padding-left: 13px;
		font-size: 14px;
	}
	.ej_gzdt_li li::after{
		width: 4px;
		height: 4px;
		top: 23px;
	}
	.ej_gzdt_li li .time{
		font-size: 12px;
	}

	.ej_ywcg{}
	.ej_ywcg li{
		width: 490px;
		height: 130px;
		padding: 12px 20px 0;
		margin-bottom: 20px;
	}
	.ej_ywcg li .time{
		width: 58px;
		height: 80px;
	}
	.ej_ywcg li .time .date{
		font-size: 20px;
	}
	.ej_ywcg li .time .year{
		font-size: 15px;
	}
	.ej_ywcg li .r_text{
		width: 375px;
	}
	.ej_ywcg li .r_text h3{
		font-size: 15px;
		margin-bottom: 6px;
	}
	.ej_ywcg li .r_text p{
		font-size: 14px;
	}

	

	/*0506第二批*/
	.bg_bai{
		padding: 22px;
	}
	/*领导列表*/
	.ej_ld{
		padding: 14px;
	}
	.ej_ld ul li{
		height: 165px;
		padding-left: 14px;
		margin-top: 30px;
	}
	.ej_ld .ld_img{
		width: 130px;
		height: 165px;
	}
	.ej_ld .ld_name{
		width: 40%;
   		margin: 0 auto;
		height: 95px;
		padding-left: 100px;
		line-height: 92px;
	}

	.ej_ld .ld_name .t1{
		font-size: 20px;
		font-weight: bold;
	}
	.ej_ld .ld_name .t2{
		font-size: 14px;
		color: #717c8f;
		margin-left: 20px;
	}
	/* 二级-机构职能*/
	.ej_jgzn{
	}
	.ej_jgzn li{
		width: 220px;
		height: 70px;
		line-height: 66px;
		border: 2px solid #fff;
		border-radius: 5px;
		font-size: 16px;
		padding-left: 40px;
		margin: 15px 10px ;
	}
	.ej_jgzn li i{
		width: 22px;
		height: 22px;
		margin-right: 10px;
		margin-top: -3px;
	}
	.ej_jgzn li:nth-child(4n + 1){
		padding-left: 20px;
	}

	/*主要职责*/
	.ej_zhize{
		margin-top: 20px;
	}
	.ej_zhize_bk{
		padding: 20px 40px;
	}
	.ej_zhize .zhize_tit{
		font-size: 25px;
		padding-bottom: 15px;
	}
	.ej_zhize .zhize_txt{
		padding: 30px 0;
		font-size: 15px;
	}
	/*二级新闻列表*/
	.ej_new{
		padding-top: 10px;
	}
	.ej_new li{
		padding: 18px 22px 18px 110px;
		margin-bottom: 15px;
		min-height: 118px;
	}

	.ej_new li *{
		line-height: 1.5;
	}
	.ej_new li h3{
		font-size: 16px;
		margin-bottom: 6px;
	}
	.ej_new li p{
		font-size: 14px;
	}
	.ej_new li .time{
		height: 75px;
		width: 60px;

		left: 22px;
		top: 16px;
	}
	.ej_new li .time .date{
		font-size: 20px;
	}
	.ej_new li .time .year{
		font-size: 15px;
	}
	
	/*二级通知公告列表*/
	.ej_new2{
		padding-top: 10px;
	}
	.ej_new2 li{
		padding-left: 30px;
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 140px;
	}
	.ej_new2 li:nth-child(5n){
		margin-bottom: 15px;
	}
	.ej_new2 li:last-child{
		margin-bottom: 20px;
	}
	.ej_new2 li::after{
		width: 4px;
		height: 4px;
		left: 10px;
		top: 25px;
	}

	.ej_new2 li .time{
		font-size: 14px;
		right: 15px;
		top: 17px;
	}

	/*二级图片列表*/
	.ej_imgBox{

	}
	.ej_imgBox li{
		width: 315px;
		height: 266px;
		padding: 13px 13px 0;
		font-size: 14px;
		margin-right: 27px;
		margin-bottom: 40px;
	}
	.ej_imgBox .img{
		width: 100%;
		height: 182px;
		margin-bottom: 10px;
	}
	
	/* 分页 */
	.page {
		padding: 20px 0 40px 0;
	}
	.page_s {
		font-size: 14px;
	}

	.page a,
	.page span,
	.page .txt {
		padding: 0 11px;
		height: 28px;
		line-height: 26px;
		font-size: 12px;
		border-radius: 2px;
		min-width: 12px;
	}
	.page #num {
		height: 28px;
		line-height: 26px;
		width: 28px;
		vertical-align: middle;
		font-size: 12px;
	}

	.page font {
		font-size: 12px;
		height: 32px;
		line-height: 32px;
	}

	.page #go {
		width: 30px;
		height: 28px;
		line-height: 26px;
		padding: 0 3px;
		margin: 0;
		vertical-align: middle;
		font-size: 12px;
	}

	/*网站地图*/
	.webMap{
		padding: 10px 60px 40px;
	}
	.webMap .map_tr{
		padding-top: 10px;
	}
	.webMap .map_tr *{
		line-height: 80px;
	}
	.webMap .map_tr .map_t1{
		font-size: 18px;
		margin-right: 60px;
	}
	.webMap .map_tr .map_t2{
		font-size: 16px;
	}
	.webMap .map_tr .map_t2 li{
		margin-right: 60px;
	}
	.webMap .map_t3{
		font-size: 16px;
		line-height: 80px;
	}
	.webMap .map_t3::after{
		top: 90px;
	}
	.webMap .map_t3 li{
		padding-right: 60px;
		padding-top: 10px;
	}

	/*详情细览页*/
	.Conbox_bk1{
	}

	.Conbox_bk2{
		padding: 20px 40px;
	}

	.Con_title{
		margin-bottom: 30px;
	}

	.Con_bt{
		font-size: 26px;
		padding-top: 20px;
		margin: 0 auto 15px;
	}

	.con_nr{
		font-size: 16px;
	}
	.con_nr .img_t{
		font-size: 12px;
	}
	.con_info{
		font-size: 14px;
		line-height: 40px;
		padding-bottom: 10px;
	}
	.con_info_l li{
		margin-right: 30px;
	}
	.con_info_l li img{
		width: 14px;
		margin-right: 5px;
		margin-top: -1px;
	}
	.con_info_r li{
		margin-left: 30px;
	}
	.con_info_r li img{
		margin-right: 5px;
		width: 14px;
		margin-top: -1px;
	}
	.font_size span{
		margin-right: 8px;
		cursor: pointer;
	}
	.font_size span.active{
		font-weight: bold;
		color: #214c99;
	}


	/*分享图标*/
	.con_fx_icon{
		width: 30px;
		height: 30px;
	}

	/*检索页*/
	.page_search_box{
		padding: 25px;
		margin-bottom: 30px;
	}
	.page_search{
		height: 40px;
		width: 720px;
	}
	.page_search_btn{
		width: 110px;
		height: 34px;
		font-size: 15px;
		background-position: 25px center;
		background-size: 18px 18px;
		padding-left: 26px;

		top: 3px;
		right: 3px;
	}
	.page_search_input{
		width: 605px;
		padding-left: 10px;
		height: 40px;
		font-size: 15px;
	}
	.so_msg{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.so_msg font{
		margin-left: 30px;
	}
	.so_msg .paixu{
		top: -4px;
	}
	.so_msg .paixu a{
		padding: 3px 15px 4px;
		font-size: 14px;
	}
	.ejso_list li{
		padding: 15px 0;
	}
	.ejso_list li h3{
		margin-bottom: 6px;
		font-size: 16px;
	}
	.ejso_list li .txt{
		font-size: 12px;
		margin-bottom: 6px;
	}
	.ejso_list li .time{
		font-size: 14px;
	}

	/*20250617*/
	.lxwm_map{height:420px; border:#F2F1F1 solid 1px;}
	.lxwm_company{ font-size:20px; color:#0d619f; margin-top:30px;}
	.lxwm_txt{ color:#747474; line-height:26px; margin:10px 0 40px; font-size: 14px;}
	
	/*20250625*/
	.xj-right .swiper-container{
		width: 100%;
		height: 428px;
	}
	.xj-right .swiper-container .swiper-slide{
		height: 428px;
		width: 100%;
	}
	.head_sj .ewm_box{
		left: -24px;
	}
	/* 20250721 */
	.xj-right .swiper-container .swiper-slide{
		overflow: hidden;
	}
	.so_msg{
		padding-right: 260px;
	}
}