/*.banner{
	height: 720px;
        min-width:1200px;
	background:url(/jdy/2025muban/img/2023030302.jpg) no-repeat top center ;
}
.nav{
	height: 50px;
	position: relative;
        width:1200px;
	top:-200px;
margin:0 auto;

}
.nav .home li{
	float:left;
	position: relative;
	left: 180px;
	top:-14px;
}
.nav .home li a{
	color:#333333;
	font-size: 26px;
}
.nav .other-nav{
	float: right;
}
.nav .other-nav li{
	float: left;
}
.nav ul li a{
	padding: 10px 26px;
	line-height: 50px;
	color:#fff;
	font-weight: bold;
	font-size: 20px;
}*/

header{
	width: 100%;
        min-width: 1200px;
	/* height: 140px; */
	/*position: fixed;*/
position: absolute;
	/*top:50px;*/
	z-index: 2000;
	padding: 0px 0px;
	transtion:0.3s ease;
	/* background:linear-gradient(to bottom,rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); */
}


header .header-box{
	height:80px;
	display: flex;
	justify-content: center;
        align-items:center;
        position: relative;
   /*     top: -25px;*/
}

header  .logo img{
	width:400px;
}
.logo a {
        margin-left: -800px; /* 默认值 */
}
  .logo2  img{height:70px;margin-top:90px;margin-left:60px;}
@media (max-width: 1199px) {
        .logo a {
            margin-left: -500px; /* 当屏幕宽度小于1600px时的值 */
        }
}
@media (max-width: 768px) {
    .top-title{ 
        white-space: nowrap;	
	padding:0 5px;
 }
}
.logo {
    width: 100%;
    min-width: 1200px;
 /*   position: fixed; 固定llogo*/
position: absolute;
    z-index: 10000;
    top: 15px;
    display: flex;    justify-content: center;
    align-items: center;
}
header .part1 {
    flex: 0 0 20%; 
}

header .nav {
    flex: 1;
width:1200px;
margin:0 auto;
}
header .navbar_nav{
z-index:3000;
    display: flex;
width:1300px;
margin:0 auto;
list-style:none;
padding:0;
position: absolute;
    top: 84px;
}
header .part2 {
    flex: 0 0 10%; 
}
header .navbar_nav li.shouye{
	float:left;
	position: relative;
	display: block;
	text-align: center;
top: 0px;
}
header .navbar_nav .dropdown{
	float:left;
	position: relative;
	display: block;
	
}
header .navbar_nav li .top-title{
 	text-decoration: none;
	display: block;
	padding: 21px 18px;
        white-space: nowrap;
	/* line-height: 50px; */
	font-size:18px;
	/* font-weight: bold; */
	color: white;
 }
header .navbar_nav li .top-title:after{
    content: "";
    width: 0;
    height: 3px;
   	background:#f83600;
    position: absolute;
    bottom: 0;
    left: 50%;
	transition: all 0.8s ease 0s;
}
/*header .navbar_nav li .top-title:hover:after{
    width: 50%;
    background: #f9d423;
    color: #FFFFFF;
    position: absolute;
}*/
header .navbar_nav li .top-title:before{
    content: "";
    width: 0;
    height: 3px;
   	background:#f83600;
    position: absolute;
    bottom: 0;
    left: 50%;
	transition: all 0.8s ease 0s;
}
/*header .navbar_nav li .top-title:hover:before{
	content: "";
    width: 50%;
    height: 3px;
   	background:#f9d423;
    position: absolute;
    bottom: 0;
    left: 0%;
    transition: all 0.8s ease 0s;
}/*

/*header .navbar_nav li .top-title:hover{
	background: #0a237e;
	color: #FFFFFF;
}*/

header .navbar_nav li.dropdown{
	position: relative;
}

header .navbar_nav li.dropdown .dropdown_menu
 {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: rgba(35, 85, 161, 0.8);
    top: 56px;
    width: 100%;
    text-align: center;
    transition: 0.5s;
    -moz-transition: 0.5s;
}

header .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 16px;
    display: block;
    padding: 0 2px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
}


header .navbar_nav li.dropdown .dropdown_menu a:first-child{
	/*border-top:#CDA274 2px solid*/
}
header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	/*animation: rotate 300ms ease;
    -webkit-animation: rotate 300ms ease;
    -moz-animation: rotate 300ms ease;*/
}


header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	background-color: #153f8a;
	color: #FFFFFF;
}

header .search {
	border:#fff 1px solid;
	border-radius: 50%;
	height: 40px;
	width:40px;
	
}
header .search .fdj{
	padding-left: 10px;
	padding-top: 10px;
	cursor: pointer;
	
}
header .search .search-mask{
	width:100%;
	height: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,0.8);
	position: fixed;
	left: 0;
	top:0;
	transition:height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s
}
header .search .on{
	opacity: 1;
	visibility: visible;
	height:100vh;
}
header .search .search-mask .xx{
	width:50px;
	height: 50px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	right:50px;
	top: 50px;
	border-radius: 50%;
	transition:0.3s ease;
	-moz-transition:0.3s ease;
	-webkit-transition:0.3s ease;
	
}
header .search .search-mask .xx i{
	display: inline-block;
	position: relative;
	left: 5px;
	top:5px;
	width: 40px;
	height: 40px;
	background: url(/jdy/2025muban/img/xx.png) no-repeat center center;
	transition:0.3s ease;
	-moz-transition:0.3s ease;
	-webkit-transition:0.3s ease;
	
}
header .search .search-mask .xx i:hover{
	transform: rotate(180deg);
}
header .search .search-mask .xx:hover img{
	transform: rotate(180deg);
	transform-orgion: center center;
}
header .search .search-mask .search-box{
	width:625px;
	height:68px;
	background: #fff;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}
header .search .search-box input[type="submit"]{
	width:88px;
	height: 100%;
	border: none;
	background: #2658BD;
	float:right;
	color:#fff;
	font-size:18px;
	cursor: pointer;
}
header .search .search-box input[type="text"]{
	height: 100%;
	width:calc(100% - 88px);
	background: #fff;
	padding:0px 10px;
	border:none;
	float: left;
}
header .search .search-box input[type="text"]:focus{
	outline: none;
}
header .nav_p{
	display: none;
	height: calc(100vh - 105px);
	width: 100%;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top:105px;
	left: 0px;
	z-index: 99;
	
}
header .navbar_nav_t{
	padding: 0px 2rem;
}
header .navbar_nav_t li{
	
	width: 100%;
	position: relative;
	border-bottom: #d9d9d9 1px solid;
}
header .navbar_nav_t .dropdown_t:after{
	content: "";
	display: inline-block;
	background: url(/jdy/2025muban/img/arrow.png) no-repeat;
	position: absolute;
	right: 10px;
	top:15px;
	width: 2rem;
	height: 2rem;
}
header .navbar_nav_t li a{
	line-height: 3.6rem;
}
header .navbar_nav_t .dropdown_menu{
	display: none;
}
header .navbar_nav_t .dropdown_menu a{
	display: block;
	line-height: 2.6rem;
	font-size:14px;
}

.fix-nev{

	z-index: 999;
        bottom: 60px;
	transition: 0.5s all linear;
	transform: translateY(100%);

}
.swiper {
    width: 100%;
height：676px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
 position: relative;
  overflow: hidden;
}
.mySwiper .swiper-slide img{
	
	display: block;
  
   /*  height: auto; */
    box-sizing: border-box;  /* 确保盒模型计算统一 */
    /* 针对IE9的备用方案 */
    -ms-interpolation-mode: bicubic;
	transition:1s linear 2s;
	transform:scale(1.1,1.1);
}
.mySwiper .swiper-slide-active img,.swiper-slide-duplicate-active img{
	transition:6s linear;
	transform:scale(1,1);
    display: block;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;  /* 确保盒模型计算统一 */
    /* 针对IE9的备用方案 */
    -ms-interpolation-mode: bicubic;
}
@media \0screen\,screen\9 {
    .slider-image {
        width: auto !important;  
        max-width: 100%;  
        margin: 0 auto;  
        /* 强制图片两侧留白对齐方式 */
        left: 0 !important;
        right: 0 !important;
    }
}
.top-news{
	position: absolute;
	top:-90px;
	height: 90px;
	background: #f2f2f2;
	width:100%;
	height:90px;
}
.top-news .left{
	position: relative;
	left:30px;
	top:12px;
	width: 177px;
}
.top-news .left .left-col{
	width: 77px;
	height: 70px;
	background: url(/jdy/2025muban/img/2.png) no-repeat top center;
}
.top-news .left .left-col p{
	font-size:24px;
	font-weight: bold;
	color:#CD010D;
	padding: 0px 10px;
	text-align: center;
}

.top-news  .right-tit a{
	font-size:24px;
	color:#CD010D;
	font-weight: bold;
	line-height: 90px;
}
.news{
 min-width:1200px;
	margin-top: 20px;
	overflow: hidden;
}
.news .news-tit{
margin-top: 20px;
	height:70px;
	background: url(/jdy/2025muban/img/tbg1.png) no-repeat  center;
        background-size: contain;
        position: relative;
}
.news .news-text {
	margin-top: 20px;
}
.news .news-text .news-text-left{
	width:597px;
	height: 415px;
	
}
.slideBox {
	width:597px;
	height: 415px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.slideBox .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    left: 15px;
    bottom: 85px;
    z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float:left;
}

.slideBox .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #910006;
    opacity: 0.5;
    transition: all 0.3 ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.slideBox .hd ul li.on {
	opacity: 1;
}

.slideBox .moreBox{
	height:60px;
	width:210px;
	line-height:60px;
	background: #B70E17;
	
}
.slideBox .moreBox a{
	color:#FFFFFF
}
.slideBox .bd {
	width:597px;
	height: 415px;
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	
}

.slideBox .bd img {
    width: 100%;
   /*  height: 340px;*/
    display: block;
}

/* .slideBox .bd li a{
	position: relative;
	display: block;
	z-index: 999;
	color:#fff;
	font-size: 18px;
	background: rgba(205,1,13,0.8);
	top:-60px;
} */

.slideBox .bd .news-date span{
	display: block;
	line-height: 24px;
	text-align: center;
	color:#FFFFFF;
	font-size:14px
	
}
.slideBox .bd li p{
	padding:10px 0px 40px 10px;
	
}
.news-text-right .dot li{
	width:560px;
	height: 71px;
	margin-bottom: 15px;
	background: #F2F2F2;

	position: relative;
}

.news-text-right ul li a{
	padding-left: 15px;
	line-height: 70px;
	position: relative;
	z-index:2;
        border-left: #CD010D 3px solid;
}
.news-text-right ul li span{

	padding-right: 10px;
	font-size:16px;
        height: 35px;
}
.tongz .right .gongao .updown-date{
        border-right: #c6c6c6 1px solid;
        margin-right: 15px;
        padding-left: 20px;
        width: 70px;
}
.news-text-right .dot li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #B70E17;
    -webkit-transform: scaleX(0);          /* Safari ≤8 支持 */
    -ms-transform: scaleX(0);              /* IE9 支持 */
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;           /* IE9 支持 */
    transform-origin: 0 50%;
    
    /* 移除默认状态的所有过渡效果 */
    -webkit-transition: none;     /* 禁止默认动画 */
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.news-text-right .dot li:hover::before{
    -webkit-transform: scaleX(1);          /* 覆盖旧版Safari */
    -ms-transform: scaleX(1);              /* 覆盖IE9 */
    transform: scaleX(1);
    opacity: 0.2;
    
    /* 仅在悬停时启用过渡效果 */
    -webkit-transition: all 1s linear;     /* 覆盖 Android ≤4.3 和 iOS ≤9 */
    -moz-transition: all 1s linear;        /* Firefox 4-15 */
    -o-transition: all 1s linear;          /* Opera 10.5-12.1 */
    transition: all 1s linear;
    
    /* 旧浏览器需要单独声明 timing-funtion */
    -webkit-transition-timing-function: linear; /* iOS Safari 4.0-6.1 */
    -moz-transition-timing-function: linear;    /* Firefox 4-15 */
    -o-transition-timing-function: linear;      /* Opera 10.5-12 */
    transition-timing-function: linear;
}
.part-two {
 min-width:1200px;
	margin-top: 20px;
}
.part-two  .part-two-left{
	width:1200px;
	
}

.part-two .incenter{
    display: flex;
    align-items: center;
    height: 100%;
    /* justify-content: center; */
    padding: 0px 10px;
    position: relative;
}

.part-two-head{
	border-bottom: #CD010D 2px solid;
	position: relative;
}
.part-two-head p{
	font-size:24px;
	font-weight: bold;
	line-height: 50px;
}
.get-more{
	position: absolute;
	right:0px;
	top:27px;
	font-size:14px;
	color:#666;
      /*  margin-right: 180px;  */
}
i.arrow::before{
	content: "";
	display: inline-block;
	width:20px;
	height: 20px;
	background: url(/jdy/2025muban/img/banner-list.png) no-repeat;
	position: relative;
	top:10px;
	left:5px;
}

.part-two .part-two-list{
}

.part-two .part-two-list ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
}
.part-two .part-two-list ul li{
	line-height: 50px;
        display: block;
        position: relative;
        width: 47%; /* 每个列表项占据一半宽度 */
        box-sizing: border-box; /* 确保内边距和边框包含在元素的宽度之内 */
}

.part-two .part-two-right{
	width:598px;
}

.slideBox-2 {
	width:559px;
	overflow: hidden;
	position: relative;
	right:14px;
	top:15px
}

.slideBox-2 .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	right:5px;
	bottom:80px;
	z-index: 1000;
	
}

.slideBox-2 .hd ul {
	overflow: hidden;
	zoom: 1;
	float:left;
}

.slideBox-2 .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 3px;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}

.slideBox-2 .hd ul li.on {
	font-size:16px;
	background:#CD010D;
	color: #fff;
}
.slideBox-2 .bd {
	width:559px;
	position: relative;
	z-index: 0;
	
}

.slideBox-2 .bd li {
	zoom: 1;
	vertical-align: middle;
	text-align: left;
}
.slideBox-2 .bd img {
	width: 557px;
	/*height: 374px;*/
	display: block;
}

.slideBox-2 .bd li a{
	color:#fff;
	font-size: 18px;
	text-align: left;
	position: relative;
	z-index: 999;
	display: block;
	padding-top: 20px;
	line-height: 24px;
}
.xfby{
 min-width:1200px;
	clear: both;
	margin-top: 70px;
}
.by{
	margin-left: -12px;
	padding-top: 10px;
	padding-left: 5px;
}
.by li{
	float: left;
	width:289px;
	margin-left: 12px;
	position: relative;
	margin-bottom: 5px;
}
.by img{
	width:100%;
	height: 217px;
}
.by li a{
	display: block;
	width:100%;
	background:rgba(205,1,13,0.8);
	position: absolute;
	bottom:4px;
	color:#FFFFFF;
	font-size:16px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.shiting{
 min-width:1200px;
	clear: both;
	min-height: 500px;
	padding-top: 20px;
}
.shiting .shiting-tit{
	height: 170px;
	background: url(/jdy/2025muban/img/stsh.png) no-repeat center 20px;
}
.shiting .shiting-main ul{
	margin-left: -5px;
}
.shiting .shiting-main ul li{
	float:left;
	width: 295px;
	position: relative;
	margin-left: 5px;
	margin-bottom: 5px;
}
.shiting .shiting-main ul li img{
	width: 100%;
	height: 234px;
}
.shiting .shiting-main ul li a{
	display: block;
	height: 40px;
	width: 100%;
       font-size:16px;
	box-sizing: border-box;
	background: rgba(205,1,13,0.8);
	position: absolute;
	bottom:0px;
	color:#FFFFFF;
	padding:0px 10px;
text-align: center;
    line-height: 40px;
}
footer{
 min-width:1200px;
	height: 288px;
	background: #1a4379;
       
}
footer .box{
	width: 700px;
	margin: 0 auto;
	text-align: center;
	padding-top: 26px;
}
footer .box p{
	font-size: 16px;
	color:#FFFFFF;
	line-height: 30px;
}
.list{
 min-width:1200px;
	position: relative;
	top:-120px;
}
.list .list-tit{
	position:relative;
	overflow: hidden;
	font-size:0px;
	width: 100%;
	white-space: nowrap;
    line-height: 36px;
    margin: -5px 0 38px;
}
.list .list-tit::after{
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background: #e99430;
    position: relative;
    top:-7px
}
.list .list-tit .title{
	font-size:28px;
	color:#910009;
	line-height: 50px;
	position: relative;
	display: inline-block;
	padding:0 26px 0 0;
}
.list .list-tit .title:after{
	content: "";
	display: block;
	height: 28px;
	width:2px;
	background: #e99430;
	position: absolute;
    top: 14px;
    right: 0;
}
/*
.list .list-tit .local{
	position:absolute;
	right:0px;
	top:0px;
	color:#696969;
	font-size:14px
}*/
.list-text ul li{
	border-bottom: #dedede solid 1px;
}
.list-text ul li a{
	display: inline-block;
	padding:30px 0px
}
.list-text .info-date{
	width:140px;
	text-align: right;
	float: left;
}
.list-text .info-date p{
	font-size:14px;
	color:#910009;
	line-height: 32px;
}
.list-text .info-date p:first-child{
	font-size:24px;
	
}
.list-text .info-date:after{
	content: '';
    display: block;
    height: 2px;
    width: 53px;
    background: #e99430;
    float: right;
}
.list-text img{
	width:280px;
	height: 180px;
	float: left;
}
.list-text .info-main{
	position: relative;
	margin: -4px 0 0 207px;
}
.list-text .info-news{
	position: relative;
	margin: -4px 0 0 317px;
}
.list-text .info-news-title{
	line-height: 40px;
}
.list-text .info-main .info-title{
	line-height: 40px;
}
.list-text .info-abs{
	font-size:14px;
	color:#888;
	line-height: 26px;
}
.list-text .info-news-date p{
	font-size:14px;
	color:#828282;
	position: relative;
	padding-left: 36px;
	line-height: 90px;
}
.list-text .info-news-date p:before{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(/jdy/2025muban/img/icon-time.png) no-repeat;
	position: absolute;
	top:36px;
	left: 0;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
height: 676px;
}
.mySwiper .swiper-slide img{
	width:100%;
	height:100%;
	 object-fit: cover;
	transition:1s linear 2s;
	transform:scale(1.1,1.1);
}
.mySwiper .swiper-slide-active img,.swiper-slide-duplicate-active img{
	transition:6s linear;
	transform:scale(1,1);
}
.newsSwiper {
	width: 100%;
}
.newsSwiper .swiper-slide{
      background:#f2f2f2
}
.newsSwiper .swiper-slide .cut-img{
	width:100%;
	height:402px;
	min-height:100%;
	transition:1s linear 2s;
	
}
.mySwiper .swiper-slide img, 
.slideBox .bd img, 
.slideBox-2 .bd img,
.newsSwiper .swiper-slide .cut-img img{
     width:100%;
     height:100%;
     object-fit: cover; /* 或使用 contain 如果你不希望图片被裁剪 */
     object-position: center;
     display: block;
}
/*.newsSwiper .swiper-pagination2{
  
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.newsSwiper .swiper-pagination-bullet2{
	width: 10px;
	height: 10px;
	color:#FFFFFF;
	text-align: center;
	font-size:16px;
}*/
/* 确保轮播图容器相对定位 */
.swiper-container {
    position: relative;
height:100%;
    width: 100%; /* 确保容器宽度占满整个视口 */
}

/* 固定图片的样式 */
.fixed-image {
    position: absolute; /* 绝对定位 */
    top: 20px;             /* 顶部对齐 */
    left: 0;            /* 左侧对齐 */
    width: 100%;        /* 占满整个轮播图的宽度 */
    height: 100%;       /* 占满整个轮播图的高度 */
    z-index: 10;        /* 确保固定图片在最上层 */
    display: flex;      /* 使用 Flexbox 布局 */
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
}

/* 固定图片中的 img 样式 */
.fixed-image img {
    width: 100%;    /* 图片最大宽度为容器宽度 */
    height: 100%;   /* 图片最大高度为容器高度 */
    /*object-fit: contain; /* 图片按比例缩放并保持完整显示 */*/
    object-fit: cover;  /* 图片拉伸以填满容器，可能裁剪部分图片 */
}

.sptime {
    font-family: 'barlow';
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.clearfix {
    display: block;
}
.slideBox .bd .news_imgs {
    padding-top: 56.2%;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}

.slideBox .bd .news_imgs img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    transition: all 0.4s ease-in-out;
}

.news_wz {
    border-left: 5px solid #910006;
    position: relative;
}


.news_wz .news_con {
    padding: 0.14rem 0.2rem;
    min-height: 115px;
}

.news_wz .news_date {
    width: 55px;
    background: #910006;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: -30px;
}

.news_wz .news_mm {
    font-size: 10px;
    line-height: 0.5rem;
}

.news_wz .news_year {
    /* font-size: 0.23rem; */
    /* line-height: 0.25rem; */
}

.news_wz .news_days {
    font-size: 10px;
    line-height: 0.5rem;
}

.news_wz .news_title {
    font-size: 0.16rem;
    /* line-height: 0.21rem; */
    width: 87%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
    /* padding-bottom: 5px; */
}

.news_wz .news_text {
    color: #707070;
    font-size: 14px;
    /* margin: 0.1rem 0rem 0.15rem 0; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}
.tophead{
    min-width:1200px;
    position: relative;
}

/* 自定义CSS */
.is-360ie-compat-mode .swiper-slide:nth-child(2) {
    display: none !important; /* 强制隐藏第二个.swiper-slide */
}



.tongz {
    height: 618px;
}

.tongz .xw-gg {
    height: 568px;
    position: relative;
    top: 20px;
}

.tongz .left
 {
    width: 840px;
    position: relative;
}

.tongz h3
 {
    width: 100px;
}


.tongz .news-wrap .news-left {
    width: 386px;
    height: 462px;
    background-color: #fff;
    margin-top: 30px;
    margin-left: 30px;
}

.tongz .news-wrap .news-right {
    margin-top: 30px;
    margin-left: 10px;
}

.tongz .news-wrap .news-right ul li {
    height: 72px;
    width: 410px;
    margin-bottom: 6px;
    background: radial-gradient(#e3e2e3, #e3e2e3);
    transition: all .3s linear;
    display: flex;
    align-items: center;
}

.tongz .right {
    position: relative;
    width: 492px;
    margin-right: 30px;
}

.tongz .news-wrap .news-left .abs a.tlt {
    display: block;
    font-size: 18px;
    color: #04375a;
    font-weight: bold;
    line-height: 24px;
    padding: 20px 15px 10px;
    margin-top: -30px;
}

.tongz .news-wrap .news-left .abs a.zhaiyao {
    display: block;
    font-size: 14px;
    color: #636363;
    line-height: 24px;
    padding: 0 15px 5px;
}

.abs .news_date {
    width: 55px;
    background: linear-gradient(to bottom, #ffffff 50%, #04375A 50%);
    text-align: center;
    color: #fff;
    padding: 2px 0;
    position: relative;
    right: 10px;
    top: -30px;
    border: 1px solid #B2C1D4;
    box-sizing: border-box;
    border-radius: 8px;
    margin-left: 40px;
}

.abs .news_mm {
    font-size: 16px;
    color: #043759;
    padding-bottom: 5px;
    font-weight: bold;
}

.abs .news_year {
    font-size: 16px;
    font-weight: bold;
}


.tongz .right .gongao {
    margin-top: 10px;
    background-color: #fff;
}

.tongz .right .gongao ul li {
    height: 70px;
    padding-bottom: 6px;
    border-bottom: #c6c6c6 1px solid;
    display: flex;
    align-items: center;
}

.tongz .news-wrap .news-left img {
    width: 386px;
    height: 300px;
}

.main h3 {
    padding-top: 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
}

.main .more {
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 40px;
    line-height: 22px;
    width: 58px;
    height: 22px;
    font-size: 12px;
    background: #fff;
    border: #02298a solid 1px;
    border-radius: 5px;
}

.xsbg {
    height: 528px;
}


.xsbg .xs-bg {
    height: 20px;
    position: relative;
    top: 20px;
}

.xsbg .xsbg-box
 {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.xsbg .xsbg-box a {
    display: block;
    width: 28%;
    background: #FFFFFF;
    padding: 10px 20px 20px 20px;
    background: url(/jdy/2025muban/img/xsbglistbg.png) no-repeat center;
    background-size: 100%;
}

.xsbg .xsbg-box .jztz {
    width: 78px;
    height: 20px;
    position: relative;
}

.xsbg .xsbg-box .xueshu-text .xueshu-tit {
    line-height: 1.5rem;
    font-weight: bold;
    height: 65px;
}

.xsbg .xsbg-box .xueshu-text .detail {
       margin-top: -15px;
 margin-bottom: 15px;
}

.gongz {
    height: 588px;
}

.gongz .ky-xs {
    height: 568px;
    position: relative;
    top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gongz .left
 {
    width: 660px;
    position: relative;
}

.gongz .right {
    position: relative;
    width: 660px;
    margin-right: 30px;
}

.gongz .h2-b
 {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    margin-top: 10px;
}

.gongz .h2-b a{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 15px 5px;
}

.gongz .h2-b .date {
    width: 65px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #117DBE;
}

.gongz .h2-b span {
    color: #07609B;
    font-weight: bold;
    font-family: sy;
    display: block;
    font-size: 22px;
}

.gongz .h2-b p {
    color: #fff;
    background: linear-gradient(270deg, #1079BE 2%, #1BA4BD 100%);
}

.gongz .h2-b .con {
    width: 540px;
    padding-left: 20px;
    margin-top: 10px;
}


.gongz .h2-b h3 {
    font-size: 16px;
    color: #0E4F8F;
    font-weight: bold;
    padding-top: 10px;
    line-height: 30px;
}

.gongz .h2-b h4
 {
    font-size: 16px;
    color: #0E4F8F;
    font-weight: normal;
}

.gongz li a {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
;
}

.gongz li:not(:first-child) a::after { 
    content: "";
    width: 100%;
    height: 100%;
    background: url(/jdy/2025muban/img/h2-li.png) no-repeat;
    bottom: auto;
    top: 100%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
}


.gongz li h3 {
    font-size: 16px;
    color: #333;
    padding-top: 10px;
    line-height: 25px;
    font-weight: normal;
    flex: 1;
    margin-left: 30px;
}

.gongz li p {
    font-size: 16px;
    color: #999;
    text-align: right;
    white-space: nowrap;
    padding-top: 10px;
}

.gongz .h2-t
 {
}

.gongz .h2-t a{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 0 5px;
}

.gongz .h2-t .scale
 {
    width: 300px;
}

.imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center center !important;
    z-index: 1;
    transition: 0.5s;
    margin-top: 20px;
}

.imged img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
    display: none;
}

.gongz .h2-t .con {
    width: 340px;
    padding-left: 15px;
}

.gongz .h2-t h3 {
    font-size: 16px;
    color: #0E4F8F;
    font-weight: bold;
    padding-top: 10px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gongz .h2-t h4
 {
    color: #999;
    font-size: 14px;
    line-height: 30px;
    max-height: 60px;
    margin: 10px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gongz .h2-t .p {
    justify-content: space-between;
    align-items: center;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.gongz .h2-t p {
    font-size: 14px;
    color: #999;
    align-items: flex-end;
    font-family: Source Han Serif CN;
}

.gongz .h2-t p span {
    display: inline-block;
    font-size: 26px;
    color: #026CB0;
    font-family: sy;
    padding-right: 1px;
}

.subPage
 {
    /* background: url(/jdy/2025muban/img/btbd.png) repeat-x center bottom; */
    width: 100%;
    position: relative;
}

.subPage .sub-left
 {
    width: 18%;
    z-index: 999;
    float: left;
    margin-top: 10px;
    top: 10px;
}

.subPage .sub-left .sub-left-title {
    height: 80px;
    background: linear-gradient(to bottom, #114172, #103F82);
    text-align: center;
    line-height: 80px;
    border-top-left-radius: 10px;
    border-top-right-radius: 15px;
}

.subPage .sub-left .sub-left-title h3 {
    color: #FFFFFF;
    font-size: 24px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #ffffff;
    text-underline-offset: 10px;
}

.subPage .sub-left .sub-left-con
 {
    /* background: #f2f7fb url(../img/list-bg.png) no-repeat center bottom; */
}

.subPage .sub-left .sub-left-con .first-nav {
    overflow: hidden;
    padding-bottom: 30px;
}

.subPage .sub-left .sub-left-con .first-nav li {
    word-wrap: break-all;
    text-align: center;
}

.subPage .sub-left .sub-left-con .first-nav li .first_alink
 {
    padding: 14px 80px;
    line-height: 50px;
    font-weight: bold;
    background: url(/jdy/2025muban/img/list_erji_l.png) no-repeat center bottom;
}

.subPage .sub-right
 {
    width: 74%;
    float: right;
    margin-top: 10px;
    padding-bottom: 80px;
}

.subPage .sub-right .sub-right-title {
    position: relative;
    /* top: -50px; */
}
/*
.subPage .sub-right .sub-right-title .local {
    position: absolute;
    top: 20px;
    right: 0px;
}
*/
.local
 {
    background-image: url(/jdy/2025muban/img/lanmubeijing.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 343px;
    height: 70px;
    color: white;
    position: relative;
    text-align: right;
    top: 0px;
float:right;
    right: 0;
    z-index: 10;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.subPage .sub-right .sub-right-con {
    position: relative;
    top: 50px;
}

.subPage .sub-right .sub-right-con .sublist
 {
    margin-top: 10px;
}

.subPage .sub-right .sub-right-con .sublist li
 {
    border-bottom: #d9d9d9 1px dashed;
    position: relative;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    display: flex;
    justify-content: space-between;
    -moz-transition: 0.3s all ease;
    align-items: center;
}

.subPage .sub-right .sub-right-con .sublist .dot {
    font-size: 14px;
    flex: 0 0 2%;
}

.subPage .sub-right .sub-right-con .sublist li a
 {
    line-height: 50px;
    font-size: 15px;
    flex: 0 0 90%;
}

.subPage .sub-right .sub-right-con .sublist .time {
    font-size: 14px;
    padding: 0px 0px 0px 30px;
    flex: 0 0 8%;
}
.more-btn:hover{
    background-image:url('/jdy/2025muban/img/more2.png');
}

.subPage .sub-right .sub-right-title h3 {
    font-size: 30px;
    line-height: 54px;
    color: #1a4379;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-decoration-color: #737373;
    text-underline-offset: 10px;
}
.pic{
   padding-top:140px;
}
.title007 {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 8px;
    margin-left: 25px;
    margin-top: 15px;
}
.n_title002 big {
    font-size: 24px;
    color: #403e3e;
    font-weight: bold;
}
.title007 .ll {
    position: relative;
    z-index: 1;
    padding: 14px 4px 6px;
}
.szml-li {
    font-size: 16px;
    float: left;
    display: inline;
    list-style: none;
    margin-bottom: 15px;
    margin-left: 3px;
    border: 1px solid #ccc;
    background: #fff;
    max-width:10%;
min-width:10%;
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #111;
}