@charset "utf-8";
/* CSS Document */
@import url(animate.min.css);
@import url(2020gzlh_reset.css);

@keyframes bounceIn{
    0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3);-ms-transform:scale(.3);}
    50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05);-ms-transform:scale(1.05);}
    70%{-webkit-transform:scale(.9);transform:scale(.9);-ms-transform:scale(.9);}
    100%{opacity:1;-webkit-transform:scale(1);transform:scale(1);-ms-transform:scale(1);}
}

.warp{ width:100%; min-width:1220px; max-width:1920px; position:relative; overflow:hidden; margin:0 auto; background:url(2024nsbh_ico_3.png) no-repeat center top #002ebd;}
.warp.ContentPage{background-position-y: -420px !important;}

.Top{width:100%;height:auto;background: url(2024nsbh_ico_1.jpg) no-repeat center top #030f33;}
.ContentPage .Top{background-position: center -150px;}
.topMain{height:820px;height: calc(100vh - 140px);max-height: 820px;min-height: 620px;}
.ContentPage .topMain{min-height: auto;height: 440px;}
.szfBtn{ position:absolute; left:0px; top:30px; }
.szfBtn img{ width: 335px; }


.LOGO{ position: relative; margin:0 auto; top: 394px; text-align: center; }
.ContentPage .LOGO{top: 240px;}
.LOGO a{ display: block; height: 100%; }
.LOGO img{ user-select: none; pointer-events: none;}
.ContentPage .LOGO>img{margin-top: 15px !important;}

.NavPart{ height: 100px; position: relative; }
.NavPart .w1200{ height: 100%; display: flex; justify-content: space-between; }
.NavPart .NavLogo{ position: relative; width: 208px; height: 100px; display: flex; align-items: center; animation-name: NavLogoIn; animation-duration:1s; animation-fill-mode: forwards; animation-delay:0.3s; }
.NavPart .NavLogo::before{ content: ''; display: block; height: 100%; width: 100%; position: absolute; right: 0; top: 0; z-index: 0; background: url(2024nsbh_ico_6.png) no-repeat center right; pointer-events: none; }
.NavPart .NavLogo::after{ content: ''; display: block; width: 12px; height: 100%; left: calc(100% - 40px); bottom: 0; position: absolute; pointer-events: none; background: linear-gradient(135deg, #2555d5, #280ca0); z-index: 2; transform: skew(21deg, 0deg); transform-origin: left top; animation-name: NavxpIn; animation-duration:1s; animation-fill-mode: forwards; animation-delay:0.3s;}
.NavPart .NavLogo a{ position: relative; z-index: 1; }

@keyframes NavLogoIn{
    0%{ transform: translateY(0px);}
    100%{ transform: translateY(-12px);}
}
@keyframes NavxpIn{
    0%{ transform: skew(21deg, 0deg); }
    100%{ transform: skew(21deg, 45deg); }
}

.NavPart .NavUl{ position: relative; width: calc(100% - 220px); height: 100px; }
.NavPart .NavUl::before{ content: ''; display: block; height: 100%; width: calc(100% + 40px); position: absolute; left: -40px; top: 0; z-index: 0; pointer-events: none; background: url(2024nsbh_ico_4.png) repeat-x; background-position-y: bottom; clip-path: polygon(0% 0,100% 0%,100% 100%, 38.3px 100%);}

@media screen and (min-width:1220px ) {
    .NavPart .NavLogo::before{ width:calc((100vw - 1200px) / 2 + 100%);}
    .NavPart .NavUl::before{ width: calc((100vw - 1200px) / 2 + 100% + 40px);}
}

.NavPart .NavUl ul{ position: relative; margin-top: 10px; height: 80px; display: flex; padding-left: 50px; justify-content: space-between; }
.NavPart .NavUl li{ position: relative; font-size: 22px; font-weight: bold; }
.NavPart .NavUl li a{ color: #FFF; display: block; line-height: 80px; transition: all 0.3s;}
.NavPart .NavUl li a:hover{ opacity: 0.8; }





.Ml15{ margin-left:15px;}
.MT10{ margin-top:10px;}
.MT15{ margin-top:15px;}
.MT25{ margin-top:25px;}
.MT30{ margin-top:30px;}
.MT40{ margin-top:40px;}
.MT45{ margin-top:45px;}
.MT50{ margin-top:50px;}


.Main{ padding-bottom: 30px; }
.Main a{ color: inherit; }
.Main a:hover{ color: #c80000; }

.PageTitle{ position: relative; padding: 27px 0 18px; user-select: none; }
.PageTitle::before{ content: ''; display: block; position: absolute; width: 100%; height: 100%; z-index: 0; pointer-events: none; background: url(2024nsbh_ico_7.png) no-repeat center bottom; left: 0; bottom: 0; opacity: 0.7;}
.PageTitle h1{ position: relative; z-index: 1; display: block; width: 220px; margin: 0 auto; font-size: 30px; font-weight: bold; color: #FFF; }
.PageTitle h1 a{ display: block; text-align: center; line-height: 1.5; }

.Part1{ min-height: 942px; box-sizing: border-box; margin-top: 20px; }
.Part1 .PageTitle h1{ color: #0019b1; }

.JjsbPart{ display: flex; margin-top: 22px; min-height: 560px;}

.Focus{ width: 720px; height: 520px; margin-top: 20px; }
.Focus .bd{ position: relative; height: 520px; }
.Focus .bd li{ position: relative; overflow: hidden; height: 520px; }
.Focus .bd li img{ display: block; width: 100%; height: 100%; object-fit: cover; user-select: none; pointer-events: none; }
.Focus .TextBar{ position: absolute; width: 100%; height: 54px; left: 0; bottom: 0; display: flex; justify-content: space-between; align-items: center; background-color: rgba(0,0,0,0.6); }
.Focus .txt{ position: relative; margin-left: 20px; max-width: calc(100% - 180px); }
.Focus .txt li{ position: relative; overflow: hidden; font-size: 18px; color: #dfdfdf; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; }
.Focus .hd{ display: flex; margin-right: 10px;}
.Focus .hd li{ position: relative; overflow: hidden; border-radius: 50%; font-size: 0; width: 10px; height: 10px; background-color: #FFF; margin-right: 10px; cursor: pointer; transition: all 0.3s;}
.Focus .hd li.on{ background-color: #27e2f3; }
.Focus>a{display:block;width:60px;height:150px;position:absolute;top: 185px;top: calc((520px - 150px) / 2); background:url(pin_view_arrows.png) no-repeat;cursor:pointer;opacity:0;filter: alpha(opacity=0);transition:all 0.5s;background-position-y:-170px;}
.Focus>a.prev{ left:10px;}
.Focus>a.next{ right:10px; background-position-x:-80px;}
.Focus:hover>a{ opacity:1;filter: alpha(opacity=100);}
.Focus:hover>a.prev{ left:0px;}
.Focus:hover>a.next{ right:0px;}

.JjsbListRig{ width: 480px; height: 560px; background-color: #FFF; }
.JjsbListRig::before,
.JjsbListRig::after{ content: ''; display: block; position: absolute; box-sizing: border-box; width: 20px; height: 20px; border: 10px solid transparent; border-right-color: #666666; right: 100%;}
.JjsbListRig::before{ top: 0px; border-bottom-color: #666;}
.JjsbListRig::after{ bottom: 0px; border-top-color: #666;}
.JjsbListRig ul{ position: relative; padding: 0 20px; }
.JjsbListRig li{ position: relative; padding: 35px 12px; border-bottom: 1px dashed #bfbfbf; }
.JjsbListRig li h1{ font-size: 18px; display: block; position: relative; }
.JjsbListRig li h1 a{ display: block; position: relative; overflow: hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; line-height: 1.5;}
.JjsbListRig li .desc{ font-size: 16px; color: #b2b2b2; line-height: 1.5; text-indent: 2em;}
.JjsbListRig li .desc a{ color: #0019b1; }

.JjsbListBot{ position: relative; }
.JjsbListBot ul{ position: relative; display: flex; flex-wrap: wrap; justify-content: space-between;}
.JjsbListBot li{ position: relative; overflow: hidden; width: 585px; height: 70px; background-color: #FFF; margin-top: 20px; padding: 0 10px 0 32px; display: flex; align-items: center; box-sizing: border-box;}
.JjsbListBot li::before{ content:''; display: block; position: absolute; width: 8px; height: 8px; border-radius: 50%; background-color: #CCC; left: 15px; top: calc(50% - 4px);}
.JjsbListBot li a{ display: block; position: relative; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; font-size: 18px; line-height: 2; }



.Part2{ margin-top: 50px; min-height: 845px; }

.JcsbPart{ padding-top: 20px; }
.JcsbPart ul{ position: relative; width: calc(100% + 5px); }
.JcsbPart li{ position: relative; overflow: hidden; margin-top: 5px; float: left; margin-right: 5px; }

.JcsbPart li.pic{ width: 590px; height: 240px; }
.JcsbPart li.pic img{ position: relative; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.JcsbPart li.pic h1{ display: block; position: absolute; width: 100%; box-sizing: border-box; left: 0; bottom: -50px; height: 50px; padding: 0 20px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; font-size: 18px; line-height: 50px; color: #FFF; z-index: 1; background-color: rgba(0,0,0,0.5); transition: bottom 0.5s;}
.JcsbPart li.pic:hover h1{ bottom: 0;}

.JcsbPart li.pic ~ li.pic{ height: 485px; }
.JcsbPart li.pic ~ li.pic + li.pic{ width: 300px; height: 360px; }


.JcsbPart li.txt{ width: 300px; height: 240px; }
.JcsbPart li.txt::before{ content: ''; display: block; position: absolute; z-index: 0; left: 0; top: 0; width: 100%; height: 100%; background: url(2024nsbh_ico_9.png) no-repeat; background-size: 100% 100%; }
.JcsbPart li.txt ~ li.txt:before{ background: url(2024nsbh_ico_8.png) no-repeat; }
.JcsbPart li.txt ~ li.txt:last-child::before{ background: url(2024nsbh_ico_9.png) no-repeat; }

.JcsbPart li.txt a{ display: flex; position: relative; z-index: 1; height: 100%; align-items: center; padding: 0 30px;}
.JcsbPart li.txt h1{ position: relative; overflow: hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; font-size: 22px; line-height: 1.5; color: #FFF; text-align: justify; transition: all 0.3s;}
.JcsbPart li.txt a:hover h1{ text-decoration: underline; }
.JcsbPart li.txt ~ li.txt h1{ color: #0032e5; }
.JcsbPart li.pic + li.pic + li.more + li.txt{ margin-top: -240px;}
.JcsbPart li.more + li.txt h1{ color: #FFF; }

.JcsbPart li.more{ width: 120px; height: 120px; background-color: #FFF; transition: background-color 0.5s;}
.JcsbPart li.more a{ display: flex; height: 100%; align-items: center; justify-content: center;}
.JcsbPart li.more img{ pointer-events: none; }
.JcsbPart li.more:hover{ background-color: #0060f5;}
.JcsbPart li.more:hover img{ filter: brightness(100);}



.TssbSwiper .swiper-slide{ width: 500px; height: 560px; transition: all 0.5s; }
.TssbSwiper .swiper-slide img{ width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 0;}
.TssbSwiper .swiper-slide h1{ display: block; position: absolute; overflow: hidden; width: 100%; box-sizing: border-box; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; font-size: 18px; color: #FFF; padding: 0 15px; padding-top: 10px; height: 70px; line-height: 60px; text-align: center; background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.9)); left: 0; bottom: 0;}

.TssbPart .swiper-button-prev,
.TssbPart .swiper-button-next{ width: 65px; height: 70px; margin-top: -35px; }
.TssbPart .swiper-button-prev{ left: -65px; background: url(2024nsbh_ico_11.png) no-repeat center;}
.TssbPart .swiper-button-next{ right: -65px; background: url(2024nsbh_ico_12.png) no-repeat center;}
.TssbPart .swiper-button-prev:hover,
.TssbPart .swiper-button-next:hover{ opacity: 0.8; }



.SbsnTopPart{ height: 607px; background: url(2024nsbh_ico_13.png) no-repeat center top; padding-top: 1px; }
.SbsnTopSwiper{ width: 980px; height: 520px; margin: 49px auto 0;}
.SbsnTopPart .swiper-pagination{ display: none;}
.SbsnTopSwiper .swiper-slide{ height: 520px;}
.SbsnTopSwiper .swiper-slide a{ display: block; position: relative; width: 100%; height: 100%; box-sizing: border-box; border: 3px solid #43e3ff;}
.SbsnTopSwiper .swiper-slide img{ width: 100%; height: 100%; object-fit: cover; }

.SbsnBotPart{ height: 230px; background-color: #43e3ff; box-sizing: border-box; padding-top: 1px;}
.SbsnBotPart::before{ content: ''; display: block; position: absolute; z-index: 0; width: calc(100% - 6px); height: calc(100% - 6px); left: 3px; top: 3px; background-color: #0f4ec1; clip-path: polygon(0 0,100% 0%,100% calc(100% - 34px), calc(100% - 42px) 100%,42px 100%, 0% calc(100% - 34px));}

.SbsnBotSwiper{ margin: 25px 73px 0; }
.SbsnBotSwiper .swiper-wrapper{ height: 180px; align-items: center; }
.SbsnBotSwiper .swiper-slide{ width: 240px; height: 150px; box-sizing: border-box; border: 1px solid #43e3ff; border-radius: 10px; overflow: hidden; transition: all 0.3s; }
.SbsnBotSwiper .swiper-slide img{ position: relative; z-index: 0; width: 100%; height: 100%; object-fit: cover;}
.SbsnBotSwiper .swiper-slide h1{ display: block; position: absolute; overflow: hidden; z-index: 1; width: 100%; box-sizing: border-box; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; font-size: 16px; color: #FFF; padding: 0 15px; padding-top: 34px; height: 66px; line-height: 32px; text-align: center; background: linear-gradient(to bottom, transparent, #002ebd); left: 0; bottom: 0; }

.SbsnBotSwiper .swiper-slide.swiper-slide-active{ width: 280px; height: 180px; }

.SbsnBotPart .swiper-button-prev,
.SbsnBotPart .swiper-button-next{ width: 35px; height: 42px; margin-top: -21px; }
.SbsnBotPart .swiper-button-prev{ left: 20px; background: url(2024nsbh_ico_14.png) no-repeat center;}
.SbsnBotPart .swiper-button-next{ right: 20px; background: url(2024nsbh_ico_15.png) no-repeat center;}
.SbsnBotPart .swiper-button-prev:hover,
.SbsnBotPart .swiper-button-next:hover{ opacity: 0.8; }


.Part5{ margin-top: 70px; }
.SnzyPart{ min-height: 570px; }
.SnzyPart ul{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.SnzyPart li{ position: relative; overflow: hidden; width: 580px; height: 160px; margin: 25px 0 5px; display: flex; }
.SnzyPart li .pic{ position: relative; overflow: hidden; width: 220px; height: 160px; }
.SnzyPart li .pic img{ width: 100%; height: 100%; object-fit: cover; }
.SnzyPart li .txt{ position: relative; width: calc(100% - 220px); box-sizing: border-box; border: 1px solid #27e2f3; background-color: #fff; padding: 5px 5px 0 15px; }
.SnzyPart li .txt h1{ display: block; position: relative; overflow: hidden; font-size: 18px; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; line-height: 1.5; padding: 12px 0; border-bottom: 1px dashed #bfbfbf; }
.SnzyPart li .txt .desc{ display: block; position: relative; font-size: 14px; line-height: 1.8; color: #b2b2b2; margin-top: 5px;}
.SnzyPart li .txt .desc a{ color: #0119ad; }
















.ConMain.ZldwBox{margin-top: 10px;border-radius: 8px;width: 1200px;background: #FFF;box-sizing: border-box;padding: 0 20px;}

.Address{font-size: 16px;color: #333;line-height: 1.7;padding: 15px 0 0;/* background-color: #f4faff; */}
.Address i{ padding: 9px 12px; background: url(PublicList_ico_1.png) no-repeat center;}
.Address font{ padding-left: 10px;}

/*列表页*/
.RightMainBox{ width: 860px; margin-top: 20px;}
.RightMainBox>.Title{height: 51px;border-bottom: 1px solid #409cff;}
.RightMainBox>.Title>h1{display: inline-block;float: left;height: 51px;line-height: 45px;font-size: 24px;color: #4186ff;user-select: none;}
.PageMainBox{min-height: calc(100vh - 744px);}

/*文章列表*/
.NewsList{ padding: 10px 0;}
.NewsList li{ position: relative; overflow: hidden; font-size: 18px; line-height: 1.3; padding: 8px 0; padding-left: 15px; background: url(PublicList_ico_5.png) no-repeat left center;}
.NewsList li a{ display: inline-block; float:left; max-width: 80%; max-width: calc(100% - 180px); position: relative; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; color: #333; transition: all 0.3s;}
.NewsList li span{ display: inline-block; float: right; text-align: right; width: 150px; color: #999;}
.NewsList li:hover a{ color: #1865cd; padding-left:8px;}
.NewsList li.b{padding:0;border-bottom: 1px dashed #CCC;line-height: 0; background: none; margin: 10px 0;}
/*失效数据*/
.NewsList li.overdue a{max-width: 70%;max-width: calc(100% - 240px);}
.NewsList li.overdue em{ color:#F00; }

/*文章细览*/
/**/
.Xxgk_Info{border:1px solid #deeeff;border-bottom: none;border-right: none;}
.Xxgk_Info li{position: relative;overflow: hidden;font-size: 16px;color: #333;height: 42px;line-height: 42px;border-bottom: 1px solid #deeeff;border-right: 1px solid #deeeff;float: left;}
.Xxgk_Info li.T{width: 170px;text-align: center;background-color: #3d7ed8;color: #FFF;user-select: none;}
.Xxgk_Info li.C{width: 427px;width: calc(50% - 173px);text-indent: 1em;position: relative;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;}
.Xxgk_Info li.C.W{ width: 1027px; width: calc(100% - 172px);}


/*正文卡片*/
.DocTextBox{padding: 25px 45px 45px;border-radius: 5px;/* box-shadow:0px 0px 6px 0px #ebebeb; *//* background-color: #FFF; */}
.DocTextBox .DocTitle{position: relative;overflow: hidden;font-size: 30px;font-weight: bold;color: #0653ab;line-height: 1.6;text-align: center;/* font-family: FZXBSJW; */}
.DocTextBox .Article{}
.DocTextBox .Article .ArticleInfo{ margin: 10px auto; margin-right: 150px; font-size: 14px; color: #999; line-height: 1.5; padding: 10px 0;}
.DocTextBox .Article .ArticleInfo p{display: inline-block;margin: 0 5px;}
.DocTextBox .Article .ArticleInfo span{ padding: 0 10px;}
.DocTextBox .Article .ArticleInfo span.fontsize .curFont{ color:#0653ab; }
.DocTextBox .Article .ArticleInfo span.fontsize a{ user-select: none; }
.DocTextBox .Article .ArticleInfo a{ color: #999; cursor: pointer;}
.DocTextBox .Article .ArticleInfo a:hover{ color: #0653ab; }
.DocTextBox .Article .share{position: absolute !important;margin: 0;top: 23px;right: 0;width: 90px;}
.DocTextBox .Article>.clear{ height: 8px; background: url(PublicList_ico_6.png) repeat-x left bottom;}

.DocHtmlCon{ padding: 20px 0;}
.DocHtmlCon iframe{ max-width:100%; }
/*正文默认样式*/
.trs_paper_default{color:#333;/* font-size:16px; */zoom:1;}
.trs_paper_default p{margin:5px 0;margin-bottom:15px;color:#333;/* text-indent:2em; *//* font-size:16px; */line-height:30px;}
.trs_paper_default img{margin-bottom:-3px;max-width: 100% !important;text-align:center;height: auto;}
.trs_key4format{color:#333;font-size:16px;zoom:1;}
.trs_key4format>p{margin:5px 0;margin-bottom:15px;color:#333;text-indent:2em;font-size:16px;line-height:30px;}
.trs_key4format img{margin-bottom:-3px;max-width:100%;text-align:center;}


/*二维码*/
.QRcode{ text-align: center; }
.QRcode>p{ line-height: 30px; font-size: 14px;}
.QRcode #qrcodeEWM{ width: 180px;}

/*上一篇下一篇*/
.Previous{ clear:both; font-size:14px; }
.Previous span{ float:left; display:block; text-align: center; width:100px; height:40px; background:#1865cd; color:#fff; line-height:40px;}
.Previous a{display:inline-block;overflow:hidden;padding-left:10px;max-width: 85%;/* max-width:calc(100% - 100px); */text-overflow:ellipsis;white-space:nowrap;transition:all .3s ease-in 0s;}
.Previous .prevpage{ position:relative; overflow:hidden; margin:5px 0; height:40px; background:#f3f3f3; line-height:40px;}
.Previous .nextpage{ position:relative; overflow:hidden; margin:5px 0; height:40px; background:#f3f3f3; line-height:40px;}


/*相关文件*/
.DocTextBox.f_l{ width: 756px;}
.DocTextBox.f_l .Article .ArticleInfo{ margin: 0 20px;}
.DocTextBox.f_l .Article .ArticleInfo p{ display: block; margin: 8px 0; text-align: center;}
.DocTextBox.f_l .Article .share{ top: 35px;}

.RelatedDoc{ width: 285px; padding: 0 25px; border-radius: 5px; box-shadow:0px 0px 6px 0px #ebebeb; }
.RelatedDoc .RelCard + .RelCard{margin-top: 25px;border-top:1px solid #deeeff;}
.RelatedDoc .Tit{ height: 34px; line-height: 34px; padding-left: 23px; font-size: 20px; font-weight: bold; background: url(PublicList_ico_7.png) no-repeat left center; margin-top: 20px;}
.RelatedDoc .DocRelLi{ }
.RelatedDoc .DocRelLi li{ position: relative; overflow: hidden; margin-top: 10px; font-size: 15px; color: #333; padding-left: 15px; background: url(PublicList_ico_5.png) no-repeat left 9px; line-height: 1.6;}
.RelatedDoc hr{ border-color: #deeeff !important; margin: 15px 0 5px;}
.RelatedDoc .DocRelPhotos{ position: relative; overflow: hidden; margin-top: 20px;}
.RelatedDoc .DocRelPhotos img{ width: 100%;}