@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);}
}

:root{
    --main-color: #0170e1;
}

.warp{ width:100%; min-width:1220px; max-width:1920px; position:relative; overflow:hidden; margin:0 auto; background: url(yhyshjjfqyhl_ico_2.png) no-repeat center top #e5f2ff;}

.Top{ width:100%; height:auto; }

.topMain{ height:590px; }
.szfBtn{ position:absolute; left:0px; top:30px; }
.szfBtn img{ width: 335px; }


.LOGO{ position: relative; margin:0 auto; top: 140px; text-align: center; }
.LOGO img{}


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

@font-face {
    font-family:"SourceHanSerifCN-Bold";
    src:  url("/material/font/yhyshjjfqyhl_fontfiles.ttf");
}


.Main{ background: url(yhyshjjfqyhl_ico_22.png) no-repeat center bottom; }
.Main a{ color: inherit; }
.Main a:hover{ color: var(--main-color); }

.Part1{ background-color: #FFF; padding: 18px 0 35px; box-shadow: 0px 5px 15px 0px rgba(103,132,153,0.2); }

.PartTitle{ height: 92px; position: relative; background: url(yhyshjjfqyhl_ico_3.png) no-repeat center; display: flex; align-items: center; justify-content: center; }
.PartTitle h1{ font-size: 40px; color: var(--main-color); font-family: "SourceHanSerifCN-Bold"; user-select: none; }


.ZcwjList{ width: 570px; margin-left: 30px; }
.ZcwjList .Tit{ position: relative; height: 44px; display: flex; justify-content: space-between; padding-left: 15px; }
.ZcwjList .Tit::before{ content: ''; display: block; width: 5px; height: 100%; position: absolute; left: 0; top: 0; background: url(yhyshjjfqyhl_ico_4.png) no-repeat center; }
.ZcwjList .Tit::after{ content: ''; pointer-events: none; display: block; width: calc(100% - 120px); height: 100%; position: absolute; right: 0; bottom: 9px; background: url(yhyshjjfqyhl_ico_5.png) no-repeat right bottom; }
.ZcwjList .Tit h1{ display: block; position: relative; height: 44px; color: var(--main-color); font-size: 28px; font-weight: bold; }
.ZcwjList .Tit h1 a{ display: block; line-height: 44px; }
.ZcwjList .Tit h1::before,
.ZcwjList .Tit h1::after{ content: ''; display: block; position: absolute; right: 0; border: 1px solid var(--main-color); width: 29px; height: 6px; box-sizing: border-box; transition: width 0.5s;}
.ZcwjList .Tit h1::before{ top: 0; border-bottom: none; }
.ZcwjList .Tit h1::after{ bottom: 0; border-top: none; }
.ZcwjList .Tit h1:hover::before,
.ZcwjList .Tit h1:hover::after{ width: 100%; }
.ZcwjList .Tit span{ font-size: 14px; color: #b2b2b2; line-height: 1.5;}

.ZcwjList li{ position: relative; display: flex; margin-top: 24px; justify-content: space-between; }
.ZcwjList li .date{ position: relative; width: 100px; height: 90px; z-index: 1; color: #FFF; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.ZcwjList li .date::before{ content: ''; display: block; position: absolute; left: 0; top: 0; width: calc(100% + 7px); height: 100%; background: url(yhyshjjfqyhl_ico_6.png) no-repeat; pointer-events: none; }
.ZcwjList li .date p{ font-size: 24px; position: relative; font-family: fangsong; font-weight: bold;}
.ZcwjList li .date span{ font-size: 16px; position: relative; margin-top: 5px; font-family: none;}

.ZcwjList li h1{ position: relative; z-index: 0; display: flex; width: calc(100% - 100px); height: 90px; box-sizing: border-box; border: 1px solid #d6ebff; padding: 0 15px; align-items: center; }
.ZcwjList li h1 a{ display: block; position: relative; overflow: hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; font-size: 18px; line-height: 1.6; max-height: 57px; }
.ZcwjList li h1 a:hover{ font-weight: bold; }

.ZchjPart{ width: 530px; position: relative; margin-right: 30px; display: flex; flex-direction: column; }
.ZchjPart li{ position: relative; overflow: hidden; border-radius: 5px; height: 230px; }
.ZchjPart li + li{ margin-top: 30px; }
.ZchjPart li img{ position: relative; z-index: 0; width: 100%; height: 100%; object-fit: cover;}
.ZchjPart li a{ display: flex; position: absolute; width: 100%; left: 0; top: 0; z-index: 1; height: 100%; flex-direction: column; justify-content: center; align-items: center; }
.ZchjPart li h1{ font-size: 28px; color: #FFF; font-weight: bold; height: 54px; line-height: 54px; position: relative; display: block; }
.ZchjPart li h1::before,
.ZchjPart li h1::after{ content: ''; display: block; position: absolute; left: 50%; transform: translateX(-50%); border: 1px solid #FFF; width: 29px; height: 6px; box-sizing: border-box; transition: width 0.5s;}
.ZchjPart li h1::before{ top: 0; border-bottom: none; }
.ZchjPart li h1::after{ bottom: 0; border-top: none; }
.ZchjPart li:hover h1::before,
.ZchjPart li:hover h1::after{ width: 100%; }

.ZchjPart li span{ display: block; width: 82px; height: 24px; box-sizing: border-box; border: 1px solid rgba(255,255,255,0.28); border-radius: 12px; font-size: 12px; color: rgba(255,255,255,0.6); line-height: 22px; text-align: center; margin-top: 18px;}



.Part2{ background-color: #f4f8ff; padding: 40px 0; }
.Part2 .w1200{ background-color: #FFF; box-shadow: 0px 5px 15px 0px rgba(103,132,153,0.2); padding: 1px 0 20px; }

.Part2 .Tit{ position: relative; width: 368px; height: 64px; margin: -16px auto 0; }
.Part2 .Tit h1{ display: block; position: relative; height: 100%; font-size: 40px; font-family: "SourceHanSerifCN-Bold"; user-select: none; }
.Part2 .Tit h1 a{ display: block; text-align: center; line-height: 64px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; background-color: var(--main-color); color: #FFF; z-index: 2;}

.Part2 .Tit::before,
.Part2 .Tit::after,
.Part2 .Tit h1::before,
.Part2 .Tit h1::after{ content: ''; display: block; position: absolute; width: 30px; height: 15px; box-sizing: border-box; pointer-events: none; top: 0; z-index: 0;}
.Part2 .Tit::before{ right: 100%; border-radius: 15px 0 0 0; background-color: var(--main-color); }
.Part2 .Tit::after{ left: calc(100% - 2px); border-radius: 0 15px 0 0; background-color: var(--main-color); }
.Part2 .Tit h1::before{ right: 100%; border-radius: 15px 15px 0 0; background-color: #7ebcfa; z-index: 1;}
.Part2 .Tit h1::after{ left: calc(100% - 2px); border-radius: 15px 15px 0 0; background-color: #7ebcfa; z-index: 1;}

.Part2 ul{ display: flex; justify-content: space-evenly; }
.Part2 li{position: relative;overflow: hidden;width: 346px;}
.Part2 li img{display:block;width: 100%;height: 230px;object-fit: cover;border-radius: 5px;}
.Part2 li p{ font-size: 22px; display: block; text-align: center; line-height: 1.5; color: var(--main-color); margin-top: 10px;}
.Part2 li:hover p{ font-weight: bold; }


.Part3{ background-color: #f4f8ff; padding: 0px 0 40px; }
.Part3 ul{ display: flex; justify-content: space-between; }
.Part3 li{ position: relative; width: 360px; height: 180px; }
.Part3 li img{ width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 0; }
.Part3 li a{ position: absolute; display: flex; width: 100%; height: 100%; flex-direction: column; left: 0; top: 0; box-sizing:border-box; padding: 45px 0 0 40px; align-items: flex-start; }
.Part3 li p{ display: block; position: relative; font-size: 24px; font-weight: bold; color: var(--main-color); line-height: 1.5; text-shadow: -1px 2px 1px #FFF; }
.Part3 li span{ position: relative; display: inline-block; font-size: 12px; line-height: 1.5; margin-top: 15px; color: #FFF; }
.Part3 li span::after{ content: ''; display: block; position: absolute; width: 34px; height: 13px; background: url(yhyshjjfqyhl_ico_12.png) no-repeat; left: calc(100% + 20px); top: calc(50% - 6.5px); }



.Part4{ padding: 50px 0; padding-left: 210px; box-sizing:border-box;}
.Part4 .Tit{ position: absolute; left: 0; top: 50%; transform: translateY(-65%); user-select: none;}
.Part4 .Tit h1{ font-size: 40px; font-family: 'SourceHanSerifCN-Bold'; line-height: 1; color: var(--main-color);}
.Part4 .Tit p{ font-size: 40px; font-family: 'SourceHanSerifCN-Bold'; line-height: 1; color: var(--main-color); opacity: 0.05; margin-top: 10px; }
.Part4 .Tit::after{ content: ''; display: block; position: relative; width: 100px; height: 2px; background-color: var(--main-color); margin-top: 15px;}
.Part4 ul{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.Part4 li{ position: relative; overflow: hidden; background-color: #FFF; border-radius: 5px; box-shadow: 0px 5px 15px 0px rgba(103,132,153,0.2); width: 480px; height: 120px; }
.Part4 li + li + li{ margin-top: 30px; }
.Part4 li a{ display: flex; position: relative; height: 100%; padding: 10px; padding-left: 140px; box-sizing: border-box; flex-direction: column; justify-content: center;     align-items: flex-start; }
.Part4 li::before,
.Part4 li::after{ content: ''; display: block; position: absolute; }
.Part4 li::before{ left: 0; top: 0; width: 125px; height: 100%; background: url(yhyshjjfqyhl_ico_16.png) no-repeat center; }
.Part4 li::after{ top: 10px; left: 125px; width: 1px; height: calc(100% - 20px); background: linear-gradient(to bottom, transparent, var(--main-color), transparent);}
.Part4 li h1{ display: block; position: relative; overflow: hidden; font-size: 18px; color: #000; line-height: 2; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; max-width: 100%;}
.Part4 li span{ display: block; position: relative; font-size: 16px; color: #ccc; line-height: 1.5; margin-top: 5px; text-indent: 8px;}
.Part4 li span::after{ content: ''; display: block; position: absolute; width: 40px; height: 13px; background: url(yhyshjjfqyhl_ico_17.png) no-repeat; left: calc(100% + 20px); top: calc(50% - 6.5px); filter: brightness(100) grayscale(100);}

.Part4 li a:hover h1{ font-weight: bold; color: var(--main-color); }
.Part4 li a:hover span{ color: var(--main-color);}
.Part4 li a:hover span::after{ filter: none; }


.Part5{ background-color: #f4f8ff; padding: 40px 0 0; }
.Part5 .Con{ padding-top: 25px; }
.Part5 .Con ul{ display: flex; align-items: center; }
.Part5 .Con li{ position: relative; overflow: hidden; background-color: #FFF; border-radius: 5px; box-shadow: 0px 5px 15px 0px rgba(103,132,153,0.2); width: 200px; height: 280px; box-sizing: border-box; padding: 20px; margin: 20px 0; transition: background 0.3s;}
.Part5 .Con li + li{ margin-left: 20px !important;}
.Part5 .Con li .date{ display: flex; font-size: 16px; color: #ccc; align-items: flex-end; }
.Part5 .Con li .date span{ font-size: 34px; line-height: 1; margin-right: 15px;}
.Part5 .Con li h1{ position: relative; overflow: hidden; height: 81px; margin-top: 30px; font-size: 18px; color: #000; }
.Part5 .Con li h1 a{ display: block; position: relative; overflow: hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; line-height: 1.5;}
.Part5 .Con li>span{ display: inline-block; position: relative; font-size: 16px; color: #ccc; line-height: 1.5; margin-top: 40px; }
.Part5 .Con li>span::after{ content: ''; display: block; position: absolute; width: 40px; height: 13px; background: url(yhyshjjfqyhl_ico_17.png) no-repeat; left: calc(100% + 20px); top: calc(50% - 6.5px); filter: brightness(100) grayscale(100);}

.Part5 .Con li.on{ background-color: #0170e1; }
.Part5 .Con li.on *{ color: #FFF !important; }
.Part5 .Con li.on h1{ font-weight: bold; }
.Part5 .Con li.on>span::after{ filter: brightness(1000);}


.Part6{background-color: #f4f8ff;padding: 50px 0 45px;}
.Part6 ul{ display: flex; justify-content: space-between; margin-top: 25px; }
.Part6 li{ position: relative; overflow: hidden; border-radius: 5px; box-shadow: 0px 5px 15px 0px rgba(103,132,153,0.2); width: 280px; height: 260px; }
.Part6 li img{ width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 0; }
.Part6 li a{ display: flex; position: absolute; width: 100%; height: 100%; z-index: 1; left: 0; top: 0; align-items: center; justify-content: center;}
.Part6 li h1{ position: relative; width: 200px; height: 92px; display: block; background-color: rgba(255,255,255,0.8); transition: background 0.3s; }
.Part6 li h1 span{ position: relative; width: 100%; height: 100%; font-size: 20px; font-weight: bold; color: var(--main-color); line-height: 1.5; text-align: center; display: flex; align-items: center; justify-content: center;}

.Part6 li h1::before,
.Part6 li h1::after,
.Part6 li span::before,
.Part6 li span::after{ content: ''; display: block; position: absolute; background-color: #FFF; transition: background 0.3s;}
.Part6 li h1::before{ width: 52px; height: 1px; left: -20px; bottom: -10px; }
.Part6 li h1::after{ width: 1px; height: 68px; left: -10px; bottom: -21px; }
.Part6 li span::before{ width: 52px; height: 1px; right: -20px; top: -10px; }
.Part6 li span::after{ width: 1px; height: 68px; right: -10px; top: -21px; }

.Part6 li:hover h1{ background-color: rgba(1,112,225,0.8); }
.Part6 li:hover h1 span{ color: #FFF; }
.Part6 li:hover h1::before,
.Part6 li:hover h1::after,
.Part6 li:hover span::before,
.Part6 li:hover span::after{ background-color: var(--main-color); }

.Part7{ padding: 40px 0;}
.Part7 .w1200{ background-color: #FFF; box-shadow: 0px 5px 15px 0px rgba(103,132,153,0.2); padding: 30px 0 40px; }
.Part7 .Con{ display: flex; justify-content: space-between; }
.Part7 .Con ul{ display: flex; flex-wrap: wrap; align-content: space-between; width: calc(100% - 330px); margin-left: 50px; margin-top: 30px; }
.Part7 .Con li{ position: relative; overflow: hidden; width: 250px; height: 160px; border-radius: 5px; background-color: #e0eeff; transition: all 0.3s;}
.Part7 .Con li + li{ margin-left: 40px; }
.Part7 .Con li:nth-of-type(3n-2){ margin-left: 0;}
.Part7 .Con li a{ display: flex; height: 100%; flex-direction: column; justify-content: center; align-items: center;}
.Part7 .Con li img{ pointer-events: none; }
.Part7 .Con li span{ font-size: 20px; font-weight: bold; color: var(--main-color); margin-top: 10px;}
.Part7 .Con li:hover{ transform: translateY(-3px); box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);}

.Part7 .zxts{ position: relative; overflow: hidden; width: 230px; height: 360px; margin: 30px 50px 0 0; transition: all 0.3s; border-radius: 5px;}
.Part7 .zxts img{ width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 0; }
.Part7 .zxts a{ display: flex; position: absolute; width: 100%; height: 100%; z-index: 1; left: 0; top: 0; align-items: center; flex-direction: column; box-sizing: border-box; padding-top: 105px; }
.Part7 .zxts h1{ font-size: 22px; font-weight: bold; color: #3b85e5; }
.Part7 .zxts span{ width: 88px; height: 22px; display: block; text-align: center; line-height: 22px; font-size: 14px; color: #7fc3ff; background-color: rgba(255,255,255,0.4); border-radius: 11px; margin-top: 30px;}
.Part7 .zxts:hover{ transform: translateY(-3px); box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);}


















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

.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%;}