@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(crcba_ico_4.png) no-repeat center top #FFF;}

.Top{ width:100%; height:1075px; }

.topMain{ height:auto; }
.szfBtn{position:absolute;left:0px;top: 10px;}
.szfBtn img{ width: auto; }


.LOGO{position: relative;margin:0 auto;top: 185px;text-align: center;width: 960px;padding-left: 50px;}
.LOGO a{ display: block; padding-top: 250px; }


.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{ }

.Part1{ padding: 20px 0; background-color: #f5f5f5;}
.Part1 .Tit{ height: 48px; border-bottom: 1px solid #dbdbdb; text-align: center;}
.Part1 .Tit h1{ position: relative; display: inline-block; font-size: 34px; font-weight: bold; color: #000; height: 48px; line-height: 1; user-select: none; }
.Part1 .Tit h1::after{ content: ''; display: block; position: absolute; left: 50%; transform: translateX(-50%); bottom: -8px; width: 60px; height: 10px; background: url(crcba_ico_3.png) no-repeat center top; }

.Part1 .Con{margin: 35px 30px 0 50px;max-height: 400px;padding-right: 20px;overflow-y: auto;overflow-y: overlay;}
.Part1 .Con .desc{ position: relative; font-size: 16px; color: #ed2b25; line-height: 1.5;}
.Part1 .Con .desc p{ color: #ed2b25; }
.Part1 .Con .desc p + p{/* margin-top: 20px; *//* text-indent: 2em; */}


.Part2{ height: 428px; background: url(crcba_ico_5.png) no-repeat left top #fff0f0; border-radius: 20px; }
.Part2 .Tit{ width: 90px; height: 210px; position: relative; float: left; margin: 40px 0 0 50px; }
.Part2 .Tit a{ display: flex; height: 100%; font-size: 36px; font-weight: bold; color: #FFF; justify-content: center; padding: 0 20px; flex-direction: column; text-align: center; }

.MtgzSlide{ width: 950px; margin-top: 60px; margin-right: 45px; }
.MtgzSlide .Con{ border-radius: 10px 0 0 10px; background-color: #fff0f0; height: 250px; padding: 30px 5px; }
.MtgzSlide .Con::before{ content: ''; display: block; position: absolute; width: 30px; height: 250px; left: -30px; top: 30px; background-color: #fff0f0; border-radius: 10px 0 0 10px; }
.MtgzSlide .Con .More{ position: absolute; top: 0; right: 0; font-size: 16px; color: #ed2b25; }
.MtgzSlide .bd{}
.MtgzSlide .bd  li{ position: relative; overflow: hidden; }
.MtgzSlide .bd .pic{ position: relative; overflow: hidden; width: 450px; height: 250px; border-radius: 10px; float: left; }
.MtgzSlide .bd .pic img{ width: 100%; height: 100%; object-fit: cover; }
.MtgzSlide .bd .text{ width: 460px; position: relative; float: right; margin-top: 35px; }
.MtgzSlide .bd .text h1{ position: relative; display: block; overflow: hidden; font-size: 22px; line-height: 1.5; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; }
.MtgzSlide .bd .text .desc{ position: relative; overflow: hidden; font-size: 16px; line-height: 2.2; color: #999; text-indent: 2em; margin-top: 20px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; }
.MtgzSlide .hd{ position: relative; margin-top: 18px; margin-right: 170px;}
.MtgzSlide .hd ul{ display: flex; justify-content: center; }
.MtgzSlide .hd li{ position: relative; overflow: hidden; border-radius: 5px; width: 10px; height: 10px; margin: 0 5px; transition: width 0.3s; background-color: #ed2b25; cursor: pointer; font-size: 0; }
.MtgzSlide .hd li.on{ width: 30px; }


.Part3{ height: 600px; background: url(crcba_ico_6.png) no-repeat center top; padding-top: 1px; box-sizing: border-box;}
.Part3 .Tit{ position: relative; text-align: center; margin-top: 40px; }
.Part3 .Tit h1{ font-size: 36px; font-weight: bold; }
.Part3 .Tit h1::after{ content: ''; display: block; position: absolute; width: 60px; height: 4px; left: 50%; margin-left: -30px; bottom: -10px; background-color: #ff0000; border-radius: 2px; }

.Part3 .Con{ background: url(crcba_ico_7.png) no-repeat center top; height: 402px; box-sizing: border-box; padding: 51px 83px; margin-top: 45px; }
.Part3 .Con .pic{ position: relative; overflow: hidden; width: 500px; height: 300px; border-radius: 20px; float: left; }
.Part3 .Con .pic img{ width: 100%; height: 100%; object-fit: cover; }
.Part3 .Con .text{ width: 500px; position: relative; float: right; margin-top: 10px; }
.Part3 .Con .text .desc{ position: relative; overflow: hidden; font-size: 16px; line-height: 2.2; text-indent: 2em; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:7; }
.Part3 .Con .text h1{ position: relative; display: block; overflow: hidden; font-size: 14px; line-height: 1.5; color: #ed2b25; margin-top: 10px; }



.Part4{ height: 590px; }
.Part4::before,
.Part4::after{ content: ''; display: block; position: absolute; z-index: 0; left: 0; bottom: 0; border-radius: 20px; background-color: #ffebeb; }
.Part4::before{ width: 600px; height: 530px; background: url(crcba_ico_8.png) no-repeat 66px 143px #ffebeb; z-index: 1;}
.Part4::after{ width: 100%; height: 430px; }

.Part4 .Tit{ width: 190px; height: 100px; position: absolute; left: 50px; top: 130px; z-index: 4; }
.Part4 .Tit a{ display: block; position: relative; height: 100%; text-align: center; line-height: 80px; }
.Part4 .Tit h1{ display: inline-block; font-size: 36px; font-weight: bold; user-select: none; position: relative; }
.Part4 .Tit h1::after{ content: ''; display: block; position: absolute; width: 50px; height: 4px; left: 0px; bottom: -5px; background-color: #ff0000; border-radius: 2px; }


.HxsjSlide{ z-index: 3;}
.HxsjSlide .bd{}
.HxsjSlide .bd ul{ padding: 0 40px; }
.HxsjSlide .bd ul li:nth-of-type(1){ position: relative; width: 560px; height: 320px; margin: 0 auto;}
.HxsjSlide .bd ul li .pic{ position: relative; overflow: hidden; height: 100%; border-radius: 20px; transition: all 0.3s; }
.HxsjSlide .bd ul li .desc{ display: block; width: 275px; position: absolute; line-height: 1.5; bottom: 0; right: -300px; font-size: 18px; height: 54px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.HxsjSlide .bd ul li + li{ position: relative; overflow: hidden; width: 345px; height: 200px; float: left; margin-top: 35px; border-radius: 10px; transition: all 0.3s; }
.HxsjSlide .bd ul li + li + li{ margin-left: 42px; margin-left: calc((100% - 345 * 3) / 2); }
.HxsjSlide .bd ul li img{ width: 100%; height: 100%; object-fit: cover; }
.HxsjSlide .bd ul li .pic:hover,
.HxsjSlide .bd ul li + li:hover{ transform: translateY(-5px); box-shadow:0px 10px 10px -5px #766f6f; }

.HxsjSlide .hd{ display: none; }
.HxsjSlide .prBtn{ position: absolute; height: 60px; top: 190px; right: 40px; display: flex; }
.HxsjSlide .prBtn>a{ display: block; width: 60px; height: 60px; border-radius: 10px; cursor: pointer; transition: all 0.3s; }
.HxsjSlide .prBtn>a.prev{ background: url(crcba_ico_9.png) no-repeat center #ffdbdb; }
.HxsjSlide .prBtn>a.next{ background: url(crcba_ico_10.png) no-repeat center #ffdbdb; margin-left: 20px; }
.HxsjSlide .prBtn>a:hover{ background-color: #efcece; }



.Part5{ margin-top: 60px; min-height: 660px; background: linear-gradient(to bottom, #e5ecfe, #e4ebfd); box-sizing: border-box; padding-top: 1px;}
.Part5 .Tit{ position: relative; text-align: center; margin-top: 50px; }
.Part5 .Tit h1{ font-size: 36px; font-weight: bold; }
.Part5 .Tit h1::after{ content: ''; display: block; position: absolute; width: 60px; height: 4px; left: 50%; margin-left: -30px; bottom: -10px; background-color: #ff0000; border-radius: 2px; }

.JcspPart{ margin-top: 120px; height: 360px; border-radius: 20px; background-color: #da0101; box-sizing: border-box; padding: 35px 50px;}
.JcspPart .hd{ position: relative; width: 390px; float:left; background-color: #e04b4e; }
.JcspPart .hd ul{ position: relative; z-index: 1; }
.JcspPart .hd li{ position: relative; height: 86px; padding: 0 30px; }
.JcspPart .hd li h1{ display: flex; position: relative; font-size: 16px; line-height: 1.5; align-items: center; height: 100%; box-sizing: border-box; }
.JcspPart .hd li + li h1{ border-top: 1px dashed #ec9395; }
.JcspPart .hd li h1 a{ color: #FFF; transition: color 0.3s; display: block; position: relative; overflow: hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.JcspPart .hd .onBar{ display: block; position: absolute; left: 0; top: 0; height: 86px; background: #FFF; width: calc(100% + 15px); z-index: 0;}
.JcspPart .hd .onBar::after{ content: ''; display: block; position: absolute; top: 50%; margin-top: -12px; right: -12px; width: 0; height: 0; border-left: 12px solid #FFF; border-top: 12px solid transparent; border-bottom: 12px solid transparent;}
.JcspPart .hd li.on a{ color: #333; }

.JcspPart .bd{ position: relative; overflow: hidden; float: right; width: 640px; height: 360px; border-radius: 10px; background: #000; margin-top: -100px;}
.JcspPart .bd video{ display: block; width: 100%; height: 100%; }


.JcspPart .More{ width: 260px; height: 50px; position: relative; border-radius: 25px; margin: 40px auto 0; background-color: #FFF; transition: all 0.3s;}
.JcspPart .More a{ display: block; text-align: center; line-height: 50px; font-size: 16.5px; font-weight: bold; color: #ed2b25; }
.JcspPart .More:hover{ transform: translateY(-5px); box-shadow:0px 10px 10px -5px #766f6f; }
















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

.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 #cb2026;}
.RightMainBox>.Title>h1{display: inline-block;float: left;height: 51px;line-height: 45px;font-size: 24px;color: #cb2026;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(zsj_list_icon_dot.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: #cb2026; 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: #cb2026;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: #cb2026;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:#cb2026; }
.DocTextBox .Article .ArticleInfo span.fontsize a{ user-select: none; }
.DocTextBox .Article .ArticleInfo a{ color: #999; cursor: pointer;}
.DocTextBox .Article .ArticleInfo a:hover{ color: #cb2026; }
.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:#cb2026; 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%;}







