@charset "utf-8";
/* CSS Document */


.ej_d3_l{
	float: left;
	width: 220px;
	margin-right: 20px
}
.ej_d3_m{
	float: left;
	width: 710px;
	padding: 15px 20px;
}
.ej_d3_r{
	float: right;
	width: 220px;
}
.ej_d3_l,
.ej_d3_m {
	min-height: 1010px;
	border: 1px solid #ddd;
}
.ej_rbox{
	width: 960px;
	padding: 15px 20px;
	float: right;
	min-height: 1010px;
	border: 1px solid #ddd;
}
.ej_r_tit{
	position: relative;
	background: url(ccrc_2025_line.jpg) center repeat-x;
	text-align: center;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 10px;
}
.ej_r_tit span{
	background: #fff;
	padding: 0 10px;
}
.ej_r_link li{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 56px;
	margin-bottom: 10px;
	border-radius: 6px;
}

.ej_r_link.bg1 li{
	background: #0065AB;
}
.ej_r_link.bg1 li:hover{
	background: #2a8fd4;
}
.ej_r_link.bg2 li{
	background: #158FA7;
}
.ej_r_link.bg2 li:hover{
	background: #44c3a2;
}

.ej_r_link a,
.ej_r_link a:hover{
	color: #fff;
	display: block;
}


/*栏目详情*/
.lm_con_tit{
	line-height: 40px;
	padding-bottom: 10px;
	padding-left: 18px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.lm_con_tit::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid rgba(190, 190, 190, 1);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: 16px;
	left: 0;
}

.lm_con{
	line-height: 2;
	font-size: 16px;
}
.lm_con p{
	/*text-indent: 2em;*/
	margin: 1em;
}
.lm_con img {
	max-width: 100%;
}
.lm_con table td {
    padding: 0 8px;
	word-wrap: break-word;
	word-break: break-all;
}
.lm_con table td p {
    font-size: 14px;
    margin: 0;
}
/*列表*/
.listBox{}
.listBox li{
	position: relative;
	line-height: 2;
	font-size: 16px;
	padding-left: 30px;
	margin: 5px 0;
}
.listBox li:nth-child(5n){
	margin-bottom: 1.5em;
}
.listBox li:last-child{
	margin-bottom: 0;
}
.listBox li::after{
	content: '•';
	position: absolute;
	left: 5px;
	top: 0;
	color: #aaa;
}
.listBox li a{
	display: block;
}
.listBox li time{
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}


/*二级栏目页*/
.ej_lmbox{
	width: 940px;
	padding-top: 15px;
	float: left;
}
.ej_lmtxt{
	text-align: justify;
	background: #F8F8F8;
	border-radius: 16px;
	padding: 15px 20px;
	line-height: 1.8;
	font-size: 15px;
	color: #004EA2;
}
.ej_lmtxt h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ej_lmtxt p{
	/*text-indent: 2em;*/
}
.ej_lmlist{
	margin-top: 30px;
}
.ej_lmlist li{
	width: 48%;
	height: 80px;
	border-radius: 12px;
	float: left;
	position: relative;
	background: url(ccrc_2025_libg.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 18px;
	color: #fff;
	margin-bottom: 25px;
    transition: all 0.3s;
}
.ej_lmlist li:nth-child(2n){
	float: right;
}
.ej_lmlist li img{
	width: 50px;
}
.ej_lmlist li .text{
	line-height: 1.4;
	position: absolute;
	left: 75px;
	right: 20px;
	top: 50%;
    transform: translateY(-50%); 
	margin-top: -1px;
}
.ej_lmlist li a{
	padding: 15px 15px 0 15px;
	display: block;
	color: #fff;
}

.ej_lmlist li:hover{
	background-image: url(ccrc_2025_libg_h.jpg);
}


/*中心简介*/

.jianjie{
	border: 1px solid #ddd;
}

.jianjie_nr{
	line-height: 2;
	font-size: 16px;
	padding:15px 50px;
}
.jianjie_nr p{
	text-align: justify;
	/*text-indent: 2em;*/
	margin: 1em 0;
}

/*机构组织-树结构*/
.jg_tree{
	padding: 40px 0;
}
.tree_t1{
	position: relative;
	text-align: center;
	font-size: 18px;
/*	font-weight: bold;*/
	color: #fff;
}
.jg_tree .t1{
	display: inline-block;
}
.tree_t1 .tree_y_line,
.tree_t1 .tree_x_line{
	display: inline-block;
}
.tree_y_line{
	background: url(ccrc_2025_yline.png) center repeat-y;
}
.tree_x_line{
	background: url(ccrc_2025_xline.png) left center repeat-x;
}
.tree_t1 .t1{
	position: relative;
}
.tree_t1 .t1 .t1_text{
	margin-bottom: 50px;
}
.tree_t1 .t1 span{
	display: block;
	padding: 0 30px 3px;
	background: #2056ad;
	border-radius: 8px;
	letter-spacing: 0.05em;
	line-height: 42px;
	min-width: 200px; 
}
.tree_t1 .t2 .t2_text{
	margin-left: 100px;
}
.tree_t1 .t2{
	position: absolute;
	right: -300px;
	top: 0;
}
.tree_t2{
	text-align: center;
}
.tree_t2 ul{
/*	background: url(ccrc_2025_line2.jpg) top repeat-x;*/
	display: inline-block;
	margin: 0 auto;
	padding-top: 1px;
	position: relative;
}

.tree_t2 li{
	border-top: 1px solid #2056ad;
	float: left;
	font-size: 16px;
	vertical-align: top;
	padding: 40px 4px 0;
	position: relative;
/*	background: url(ccrc_2025_jgjt.png) center top no-repeat;*/
	background: url(ccrc_2025_yline.png) center repeat-y;
}
.tree_t2 li span{
	display: block;
	width: 30px;
	min-height: 220px;
	vertical-align: top;
	padding: 12px 0;
	border-radius: 5px;
	background: #2056ad;
	color: #fff;
}
/*虚线遮挡*/
.tree_t2 ul::after,
.tree_t2 ul::before {
	content: '';
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	z-index: 2
}
.tree_t2 ul::after{
	width: 18px;
	left: 0;
}
.tree_t2 ul::before{
	width: 18px;
	right: 0;
}

/*二级页轮播图*/
.new_lb{
	width: 526px;
	height: 296px;
    position: relative;
    float: left;
}

.new_lb_li{
    width: 526px;
	height: 296px;
    position: relative;
}


.new_lb_li a{
    display: block;
}
.new_lb_li .imgs{
    width: 526px;
	height: 296px;
	object-fit: cover;
}
/*.new_lb_li .imgs img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/
.new_lb_li .texts{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color:  rgba(0, 0, 0, .8) !important;
    color: #fff;
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 40px;
    height: 40px;
    padding: 0 140px 0 24px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_lb_pagination{
    position: absolute;
    right: 24px;
    bottom: 14px;
    z-index: 2;
}
.new_lb_pagination .swiper-pagination-switch{
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 10px;
    float: left;
    margin: 0 5px;
    transition: all 0.3s;
    cursor: pointer;
}
.new_lb_pagination .swiper-active-switch{
    background-color: rgba(255, 255, 255, 1);
    width: 30px;
}

.ejr_new{
	width: 390px;
	float: right;
}
.ejr_new li{
	font-size: 16px;
	line-height: 1.6;
	padding-left: 20px;
	margin: 9px 0;
	position: relative;
}

/*2025-11-17*/
.ejr_new li time{
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}
/*2025-11-17*/

.ejr_new li::after {
	content: '•';
	position: absolute;
	left: 0;
	top: 0;
	color: #999;
}
.ejr_new li:first-child{
	margin-top: 0;
}
.ejr_new li:last-child{
	margin-bottom: 0;
}

.ejr_new li a{
	display: block;
}


/*文章详情页*/
.cont_box {
     border: solid 1px #d4e2ef; 
     padding: 48px 60px 60px; 
}
.cont_tit {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 58px;
    color: #0365c2;
}

.cont_info {
    font-size: 16px;
    margin-top: 30px;
    line-height: 18px;
    text-align: center;
	color: #777;
}
.cont_info a{
	color: #777;
}
.cont_info span {
    margin-right: 30px;
}
.cont_info span:last-child{
	margin-right: 0;
}
.cont_nr {
    margin-top: 36px;
    border-top: 1px solid #e0e6ec;
    font-size: 18px!important;
    line-height: 2.2;
    text-align: justify;
    color: #1a1a1a;
    padding-top: 15px;
}
.cont_nr p a {
    color: #0066cc;
}
.cont_nr p {
    margin-top: 10px;
   /* text-indent: 2em;
    text-align: justify;*/
}

.cont_nr img {
    display: block;
    margin: 15px auto;
    max-width: 80%;
}


@media screen and (max-width: 1440px) {
	.ej_d3_l{
		width: 200px;
		margin-right: 15px
	}
	.ej_d3_m{
		width: 580px;
		padding: 10px 15px;
	}
	.ej_d3_r{
		width: 190px;
	}
	.ej_d3_l,
	.ej_d3_m {
		min-height: 860px;
	}
	.ej_rbox{
		width: 780px;
		padding: 10px 20px;
		min-height: 860px;
	}
	.ej_r_tit{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.ej_r_tit span{
		background: #fff;
		padding: 0 10px;
	}
	.ej_r_link li{
		font-size: 14px;
		line-height: 46px;
		margin-bottom: 10px;
	}


	/*栏目详情*/
	.lm_con_tit{
		line-height: 36px;
		padding-bottom: 6px;
		padding-left: 16px;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.lm_con_tit::after{
		top: 15px;
	}

	.lm_con{
		font-size: 14px;
	}

	/*列表*/
	.listBox{}
	.listBox li{
		font-size: 14px;
		padding-left: 25px;
		margin: 5px 0;
	}

	/*二级栏目页*/
	.ej_lmbox{
		width: 780px;
		padding-top: 6px;
	}
	.ej_lmtxt{
		font-size: 14px;
	}
	.ej_lmtxt h3{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.ej_lmlist{
		margin-top: 30px;
	}
	.ej_lmlist li{
		height: 66px;
		padding: 14px 0 0 15px;
		font-size: 15px;
		margin-bottom: 20px;
	}
	.ej_lmlist li img{
		width: 38px;
	}
	.ej_lmlist li .text{
		left: 68px;
		right: 20px;
	}
    .ej_lmlist li a {
        padding: 0;
        display: block;
        color: #fff;
    }

	/*中心简介*/

	.jianjie{
	}

	.jianjie_nr{
		font-size: 14px;
		padding: 10px 40px;
	}

	/*机构组织-树结构*/
	.jg_tree{
		padding: 30px 0;
	}
	.tree_t1{
		font-size: 14px;
	}
	.tree_t1 .t1 .t1_text{
		margin-bottom: 30px;
	}
	.tree_t1 .t1 span{
		padding: 0 20px 3px;
		line-height: 36px;
		min-width: 180px; 
	}
	.tree_t1 .t2 .t2_text{
		margin-left: 80px;
	}
	.tree_t1 .t2{
		right: -260px;
	}

	.tree_t2 li{
		font-size: 14px;
		padding: 30px 4px 0;
		position: relative;
	}
	.tree_t2 li span{
		width: 24px;
		min-height: 200px;
	}
	/*虚线遮挡*/
	.tree_t2 ul::after{
		width: 15px;
	}
	.tree_t2 ul::before{
		width: 15px;
	}


	/*二级页轮播图*/
	.new_lb{
		width: 416px;
		height: 248px;
	}

	.new_lb_li{
        width: 416px;
        height: 248px;
	}
	.new_lb_li .imgs{
        width: 416px;
        height: 248px;
	}
	.new_lb_li .texts{
		font-size: 15px;
		line-height: 48px;
		height: 48px;
		padding: 0 100px 0 24px;
	}
	.new_lb_pagination{
		right: 15px;
		bottom: 20px;
	}
	.new_lb_pagination .swiper-pagination-switch{
		width: 8px;
		height: 8px;
		margin: 0 3px;
	}
	.new_lb_pagination .swiper-active-switch{
		width: 20px;
	}

	.ejr_new{
		width: 340px;
	}
	.ejr_new li{
		font-size: 14px;
		padding-left: 15px;
        margin: 6px 0;
	}
	
	/*文章详情页*/
	.cont_box {
		 padding: 36px 50px 50px; 
	}
	.cont_tit {
		font-size: 26px;
		line-height: 40px;
	}

	.cont_info {
		font-size: 14px;
		margin-top: 25px;
		line-height: 18px;
	}
	.cont_info .time {
		margin-right: 20px;
	}

	.cont_nr {
		margin-top: 30px;
		font-size: 15px!important;
		padding-top: 15px;
	}

	.cont_nr p {
		margin-top: 10px;
	}

	
}
/* 20250930检索 开始 */
.searchs_head{
	background-color: #004ea2;
	padding-top: 32px;
}
.searchs_boxsa{
	position: relative;
	float: left;
}
.searchs_boxs .inp_text{
	width: 936px;
	padding: 0 56px 0 14px;
	background-color: #ffffff;
	height: 44px;
	display: block;
	float: left;
	border: 0;
}
.searchs_boxs .inp_button{
	position: absolute;
	right: 2px;
	top: 2px;
	font-size: 0;
	width: 40px;
	height: 40px;
	background: url("wszx20250930_search1.png") no-repeat center center;
	background-color: #ce3327;
	border: none;
	border-radius: 6px;
}

.searchs_hott{
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	margin-top: 12px;
	padding-left: 14px;
}
.searchs_hott .sp{
	float: left;
	margin-right: 16px;
}
.searchs_hott .as{
	color: #ffffff;
	margin-right: 34px;
	float: left;
}
.searchs_hott .as:last-child{
	margin-right: 0;
}
.searchs_navs{
	font-size: 18px;
	line-height: 44px;
	margin-top: 22px;
}
.searchs_navs li{
	float: left;
	margin-right: 110px;
}
.searchs_navs li:last-child{
	margin-right: 0;
}
.searchs_navs li a{
	color: #ffffff;
}

.searchs_fwfs .kjs{
	border-bottom: 1px solid #c8c8c8;
	padding: 20px 0;
	line-height: 20px;
}
.searchs_fwfs .sp{
	float: left;
	margin-right: 10px;
}
.inp_radio_w{
	float: left;
}
.inp_radio_kj{
	float: left;
	margin-right: 55px;
}
.inp_radio_kj .icos{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: relative;
	display: none;
}
.inp_radio_kj .icos::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	/* border: 1px solid #004ea2; */
	background-color: #004ea2;
	z-index: 2;
}
.inp_radio_kj .icos::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	z-index: 1;
	border: 1px solid #9c9c9c;
	background-color: #ffffff;
}
.inp_xiala_kj{
	float: left;
}
.search_txt{
	font-size: 16px;
	color: #878787;
	line-height: 21px;
	margin-top: 12px;
}
.search_txt .sp{
	color: #CE3327;
}
.search_list{
	margin-top: 14px;
}
.search_list li{
	padding: 13px 0 29px;
	border-bottom: 1px solid #eaeaea;
	font-size: 16px;
}
.search_list li .titles .sp{
	border: 1px solid #ce3327;
	background-color: #fff6f6;
	border-radius: 4px;
	line-height: 30px;
	padding:0 17px;
	/* display: block; */
	float: left;
	margin-right: 10px;
}
.search_list li .titles .as{
	line-height: 32px;
	float: left;
}
.search_list li .titles .as .sp{
	color: #CE3327;
}
.search_list li .desc{
	font-size: 14px;
	line-height: 24px;
	margin-top: 18px;
	color: #5F5F5F;
}
.search_list li .desc .sp{
	color: #CE3327;
}
.search_list li .times{
	color: #5F5F5F;
	margin-top: 15px;
}

/* 20250930检索 结束 */
