@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    border: 0;
	box-sizing: border-box;
	text-align: justify;
/*	word-break: break-all;*/
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    -webkit-text-size-adjust: none; /*	字体固定*/
	color: #31404d;
	background-color: #f9f9f9;
	font-size: .3rem;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

ul, li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}
*:focus {
	outline: none;
}
i, em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
	zoom: 1;
	clear: both;
	*zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.mobileNone {
    display: none !important;
}

.wrapper{
	width:100%; padding: 0 0.2rem; box-sizing: border-box;
}
.font_b{
	font-weight: bold;
}
.red{
	color: #c00;
}

.jdz_body{
	background-image: none;
}

/*头部*/
.jdz_header{
	height: 3rem;
	background: url(syj0717_headerBgM_v2025.jpg) center bottom no-repeat;
	background-size: 100% auto;
}
.jdz_header .jdz_logo{
	padding-top: .8rem;
	text-align: center;
}
.jdz_header .jdz_logo img{
	width: 6.9rem;
}
.lm_more{
	color: #4db3a4;
	font-size: .3rem;
	text-align: center;
	height: .9rem;
	border-top: .02rem solid #dfeefa;
	line-height: .9rem;
}
.lm_more .ico{
	display: inline-block;
	width: .36rem;
	height: .36rem;
	margin-left: .1rem;
	background: url(jdz_202512_more.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	margin-top: -.1rem;
}

/*首页- 滚动新闻*/
.jdz_scrNew{
	background-color: #ebf6fe;
	padding: .1rem 0;
	margin-bottom: 20px;
	position: relative;
	margin-top: -.45rem;
}
.jdz_scrNew .lm_more{
	position: absolute;
	right: .2rem;
	top: 0;
	border-top: none;
	
}
.scroll_news_list {
	float: left;
	width: 5.4rem;
	margin-left: .2rem;
	height: .7rem;
	line-height: .7rem;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.new_list_com {
	overflow: hidden;
	position: absolute;
	left: 0;
}

.new_list_mess {
	float: left;
	font-size: .3rem;
	position: relative;
	padding-left: .5rem;
	box-sizing: border-box;
	margin-right: .5rem;
}

.new_list_mess::before {
	width: .36rem;
	height: .36rem;
	background: url(jdz_202512_icon01.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	position: absolute;
	left: .02rem;
	top: 50%;
	margin-top: -.18rem;
}
.new_list_mess span.time {
	color: #999999;
	margin-left: .2rem;
}


/*新闻轮播*/
.jdz_lbnew {
	margin-top: .3rem;
	width: 100%;
	height: 4.18rem;
}
.xj-right{
	width: 100%;
}
.xj-right .swiper-container{
	width: 7.1rem;
	height: 4.18rem;
}
.xj-right .swiper-slide{
	position: relative;
}
.xj-right .text-cont{
	height: 1.2rem;
	padding-top: .4rem;
	line-height: .7rem;
	box-sizing: border-box;
	background: url(jdz_202512_lb_tbg.png) bottom repeat-x;
	background-size: auto 100%;
	color: #fff;
	text-indent: .3rem;
	font-size: .3rem;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.xj-right .coverImg{
	height: 4.18rem;
}
.xj-right .img-cont img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xj-right .img-cont a{
/*	display: block;*/
}

.xj-right .img-cont:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: .3rem;
	text-align: right;
	box-sizing: border-box;
	right: .2rem;
}
.swiper-pagination-switch {
	display: inline-block;
	width: .12rem;
	height: .12rem;
	border-radius: 100px;
	background: #fff;
	margin: 0 .05rem;
	cursor: pointer;
	transition: all 0.4s;
}
.swiper-active-switch {
	width: .4rem;
	background-color: #5b9bd1;
}

/*快速入口*/
.jdz_linkImg{
	padding-top: .4rem;
}
.jdz_linkImg li{
	margin-bottom: .2rem;
	position: relative;
}
.jdz_linkImg li img{
	width: 100%;
	border-radius: 10px;
}
.jdz_linkImg .but_go{
	min-width: 1.2rem;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
	right: .3rem;
	background: #fff;
	line-height: .5rem;
	border-radius: 100px;
	font-size: .3rem;
	color: #48a1ed;
}

.jdz_linkImg .but_go .jt{
	display: inline-block;
	width: .16rem;
	height: .24rem;
	background: url(jdz_202512_jt2.png) no-repeat;
	background-size: 100% 100%;
	margin-left: .1rem;
}
.jdz_linkImg li:nth-child(1) .but_go {
	color: #4db3a4;
}
.jdz_linkImg li:nth-child(1) .but_go .jt {
	background-image: url(jdz_202512_jt1.png);
}
.jdz_linkImg li:last-child{margin-bottom: 0;}

.jdz_page3{
	padding-top: .4rem;
}
/*通用标题*/
.jdz_title{
	height: .92rem;
	background: url(jdz_202512_bg02.png) left repeat-x;
	background-size: 100% 100%;
	border-top: .02rem solid #fff;
}
.jdz_title .bt{
	display: block;
	background: url(jdz_202512_bg03.png) no-repeat;
	background-size: auto 100%;
	height: .9rem;
	line-height: .82rem;
	font-size: .34rem;
	font-weight: bold;
	padding-left: 1rem;
	color: #fff;
}
.jdz_inbox{
	position: relative;
	box-shadow: 0 0 .2rem 0 #dbe8f4;
	width: 100%;
	margin-bottom: .4rem;
}

.jdz_list{
	padding: .2rem .3rem;
}
.jdz_list li{
	position: relative;
	font-size: .3rem;
	padding: .15rem 0;
	line-height: 1.6;
}
.jdz_list li:nth-child(n+6) {
	display: none;
}
.jdz_list a{
	display: block;
	padding-left: .3rem;
}
.jdz_list a::before{
	content: '•';
	color: #3587c0;
	position: absolute;
	left: 0;
	top: .15rem;
}
.jdz_list .time{
	display: block;
	font-size: .28rem;
	color: #777777;
	padding-left: .26rem;
	text-align: right;
}

.jdz_page4{
	padding-bottom: 60px;
}

/*二级列表页*/
/*面包屑*/
.weizhi{
	line-height: 1.6;
	color: #779fc0;
	font-size: .28rem;
	padding: .2rem 0;
}
.weizhi .t1{
	
}
.weizhi .t2{
	margin: 0 .05rem;
}
/* 分页 */
.page {
	text-align: center;
	padding: .5rem 0 .7rem;
}
.page_s {
	display: inline-block;
	font-size: .26rem;
}
.page a {
	margin: 0 .02rem;
}

.page a,
.page span,
.page .txt {
	padding: 0 .16rem;
	height: .55rem;
	line-height: .55rem;
	border: .01rem solid #cbe0f1;
/*	margin: 0 .03rem 0 0;*/
	color: #333333;
	font-size: .26rem;
	border-radius: .03rem;
	min-width: .3rem;
	display: inline-block;
}
.page .txt {
	width: .4rem;
}
.page .cur {
	color: #fff;
	border: .01rem solid #4589c2;
	background: #4589c2;
}
.page span {
	border: none;
}

.page #num {
	height: .55rem;
	line-height: .55rem;
	text-align: center;
	border: .01rem solid #cbe0f1;
	border-radius: .03rem;
	width: .7rem;
	vertical-align: top;
	font-size: .28rem
}
.page font {
	display: block;
	text-align: center;
	margin-top: .3rem;
}
.page font i {
	padding-bottom: 2px;
	display: inline-block;
}
.page #go {
	height: .55rem;
	line-height: .55rem;
	padding: 0 .2rem;
	cursor: pointer;
	
	margin: 0;
	vertical-align: top;
	border: none;
	background-color: #4589c2;
	font-size: .32rem;
	color: #fff;
	border-radius: .03rem;
}
.page #go:hover{
	background-color: #4589c2;
}
/*分页 结束*/

.jdz_ejbody{
	background: #f5f6f7;
	padding-bottom: .8rem;
}
.jdz_ejbox{
	background: #fff;
	
}
/*通栏列表*/
.jdz_ej_list{
	line-height: 1.6;
	padding: .1rem .3rem 0;
}
.jdz_ej_list li{
	position: relative;
	padding-left: .3rem;
	margin-top: .3rem;
	font-size: .3rem;
}
.jdz_ej_list li::before{
	content: '•';
	color: #3587c0;
	font-size: .3rem;
	position: absolute;
	top: 0;
	left: 0;
}
.jdz_ej_list .time{
	color: #777;
	font-size: .28rem;
	display: block;
	text-align: right;
}
.jdz_ej_list li:nth-child(5n){
	border-bottom: 1.5px solid #dbe5ed;
	padding-bottom: .3rem;
}

/*详情页*/
/*细览*/
.ConBox{
	background: #fff;
	padding: .5rem;
}
.Con_title{
	border-bottom: .02rem solid #a2c3d0;
}
.Con_bt{
	font-size: .46rem;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: .3rem;
}

.mTop_30{
	margin-top: .3rem;
}
.con_nr{
	font-size: .32rem;
}
.con_nr * {
	line-height: 2;
	line-height: 2 !important;
}
.con_nr p{
	margin: 0 0 1em !important;
	background: #FFFFFF!important;
	border: 0!important;
}
.con_nr table p {
	text-indent: 0;
}
.con_nr div{
	margin-bottom: 1em;
}
.con_nr img {
/*	max-width: 100%;*/
	width: 100%;
	margin: 0 auto;
	display: block;
}
.con_info{
	color: #8b98ae;
	font-size: .28rem;
	line-height: 2;
	padding-bottom: .2rem;
}
.con_info_l{
}
.con_info_l li{
/*	float: left;*/
	margin-right: .3rem;
/*	white-space: nowrap;*/
}
.con_info_l li img,
.con_info_r li img {
	vertical-align: middle;
	width: .36rem;
	margin-top: -.03rem;
}
.con_info_l:last-child{
	margin-right: 0;
}
.con_info_r{
	display: none;
}