@charset "utf-8";
/* CSS Document */
@import url(https://www.guizhou.gov.cn/images/animate.min.css);
@import url(https://www.guizhou.gov.cn/material/2023/css/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:1200px;max-width:1920px;position:relative;overflow:hidden;margin:0 auto;background: url(essjq_bg.jpg)no-repeat center top #fff2e5;}
.dbText{margin-top:3px;}
.Top{ width:100%; height:auto;  }
.topMain{ height:689px; }
.szfBtn{position:absolute; left:0px; top:24px; }
.szfBtn img{ width: auto; }
.LOGO{ width:1039px; position: absolute; margin:0 auto; top:170px; left:50%;transform: translateX(-50%);}
.LOGO a{ display: block; }
.LOGO a img{width:100%;height:auto;}

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


/*公共图片动画*/
.AnimPic{ transition: all 0.5s; }
.AnimPic img{ display: block; width: 100%; height: auto; min-height: 100%; object-fit: cover; }
.AnimPic:hover{ transform: translateY(-5px); box-shadow:0px 10px 10px -5px #766f6f; }

.title{width:100%;height:80px;overflow:hidden;background: url(essjq_icon05.png)no-repeat center;transition:all ease-in-out 1s;}
.title a{display:block;width:321px;height:80px;margin:0px auto;font-size:34px;color:#ffffff;font-weight:bold;text-align:center;line-height:80px;}
.title:hover{transform: translateY(-5px); }
@-webkit-keyframes roundRule{
    0%, 100%{
        -webkit-transform: rotate(-2deg);
    }
    50%{
        -webkit-transform: rotate(1deg);
    }
}
@-webkit-keyframes roundRule1{
    0%, 100%{
        -webkit-transform: rotate(2deg);
    }
    50%{
        -webkit-transform: rotate(-1deg);
    }
}

/*Part1 春夏秋冬*/
.Part1{height:866px;padding-top:135px;background: url(essjq_icon14.png)no-repeat center top;}
.Part1 .hd{width:988px;height:178px;margin:0 auto 54px;position:relative;}
.Part1 .hd::after{content:"";width:720px;height:1px;border-bottom:1px dashed #cccccc;position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.Part1 .hd ul{width:100%;height:178px;position:relative;z-index:2;display:flex;justify-content: space-between;align-items: center;padding:0px 16px;box-sizing: border-box;}
.Part1 .hd ul li{width:140px;height:140px;border-radius:50%;overflow: hidden;cursor:pointer;transition:all ease-in-out 0.5s;}
.Part1 .hd ul li:hover,
.Part1 .hd ul li.on{box-shadow:0px 0px 15px 4px rgba(128,128,128,0.3);}
.Part1 .bd{height:634px;}
.Part1 .bd ul{width:100%;height:100%;display:flex;justify-content:space-between;}
.Part1 .bd ul li{width:150px;height:580px;transition:all ease-in-out 1s;}
.Part1 .bd ul li:nth-child(even){-webkit-animation: roundRule 6s ease-in-out infinite; -webkit-transform-origin: top center;}
.Part1 .bd ul li:nth-child(odd){-webkit-animation: roundRule1 6s ease-in-out infinite; -webkit-transform-origin: top center;}
.Part1 .bd ul li.m1,
.Part1 .bd ul li.m6{margin-top:21px;}
.Part1 .bd ul li.m2{margin-top:54px;}
.Part1 .bd ul li.m4{margin-top:1px;}
.Part1 .bd ul li.m5{margin-top:49px;}


/*Part2 节气名录*/
.Part2{height:836px;margin:30px auto 43px;}
.Part2 .title{margin-bottom:28px;}
.Part2 .picBox{width:100%;height:568px;border-radius:10px 10px 0px 0px;overflow:hidden;}
.Part2 .picBox ul li{width:100%;height:100%;}
.Part2 .picBox ul li a{display:block;width:100%;height:100%;overflow: hidden;}
.Part2 .picBox ul li a img{width:100%;height:100%;transition:all ease-in-out 2s;}
.Part2 .picBox ul li:hover a img{transform:scale(1.1);}
.Part2 .titBox{width:100%;height:230px;margin-top:-70px;position:relative;z-index:2;}
.Part2 .titBox ul{display:flex;justify-content: space-between;}
.Part2 .titBox ul li{width:80px;height:230px;background:#ffeabf;transition:width ease-in-out 0.6s;overflow:hidden;position:relative;}
.Part2 .titBox ul li:nth-child(odd){height:220px;background:#ffffff;}
.Part2 .titBox ul li h1{width:80px;height:100%;background: url(essjq_icon06.png)no-repeat center 20px;float:left;}
.Part2 .titBox ul li h1 a{display:block;width:100%;height:100%;font-size:22px;color:#d95016;padding:54px 30px 0px;box-sizing: border-box;}
.Part2 .titBox ul li.on{width:708px;}
.Part2 .titBox ul li .open{width:628px;height:100%;padding:22px 14px 20px 6px;box-sizing: border-box;float:left;position:absolute;left:80px;top:0px;line-height: 30px;font-size: 16px;}
.Part2 .titBox ul li .open p{padding-right:25px;box-sizing: border-box;font-size:16px;color:#333333;line-height:30px;height:180px;overflow-y:auto;}
/* 设置滚动条样式 */
.Part2 .titBox ul li .open p::-webkit-scrollbar {width: 6px;height:180px;background:#e5e5e5;box-sizing: border-box;border-left: 2px solid #ffeabf;border-right: 2px solid #ffeabf;border-radius:3px;}
.Part2 .titBox ul li:nth-child(odd) .open p::-webkit-scrollbar{  border-left: 2px solid #ffffff;border-right: 2px solid #ffffff;}
.Part2 .titBox ul li .open p::-webkit-scrollbar-thumb {background-color: #b2b2b2;border-radius:3px;width: 6px;height: 80px;}

/*Part3 节气文化*/
.Part3{height:657px;margin-bottom:45px;}
.Part3 .title{margin:7px auto 20px;}
.Part3 .bdBox{height:550px;}
.Part3 .bdBox .leftBox{width:790px;height:550px;position:relative;}
.Part3 .bdBox .leftBox .bgLeft{width:246px;height:377px;position:absolute;top:-107px;left:0px;z-index:2;background: url(essjq_icon07.png)no-repeat center;}
.Part3 .bdBox .leftBox .newsList{width:580px;height:340px;margin-left:210px;background: url(essjq_icon09.png)no-repeat center;padding:6px 20px 0px;box-sizing: border-box;position:relative;}
.Part3 .bdBox .ulList li{width:100%;height:64px;padding-left:22px;box-sizing: border-box;border-bottom:1px dashed #ff9966;background: url(essjq_icon08.png)no-repeat left center;}
.Part3 .bdBox .ulList li a{display:block;width:100%;line-height:64px;font-size:16px;color:#333333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition:all ease-in-out 0.5s;}
.Part3 .bdBox .ulList li:hover a{color:#810205;padding-left:5px;}
.Part3  .bdBox .leftBox .newsList .more{width:125px;height:32px;background: url(essjq_icon13.png)no-repeat center;position:absolute;bottom:22px;right:50px;z-index:4;}
.Part3  .bdBox .leftBox .newsList .more a{display:block;width:100%;height:100%;line-height:32px;text-align: center;font-size:16px;color:#333333;}
.Part3  .bdBox .leftBox .newsList .more:hover a{color:#810205;font-weight: bold;}
.Part3 .bdBox .leftBox .bgBottom{width:790px;height:296px;position:absolute;bottom:0px;left:0px;z-index:2;}
.Part3 .bdBox .leftBox .bgBottom ul .li-1{width:520px;height:297px;border-radius:10px 10px 0px 0px;overflow:hidden;position:absolute;left:0px;bottom:0px}
.Part3 .bdBox .leftBox .bgBottom ul .li-2{width:260px;height:187px;float:right;position:absolute;right:0px;bottom:0px;overflow: hidden;}
.Part3 .bdBox .leftBox .bgBottom ul li a{display:block;width:100%;height:100%;}
.Part3 .bdBox .leftBox .bgBottom ul li a img{width:100%;height:100%;object-fit:cover;}
.Part3 .bdBox .rightBox{width:400px;height:550px;background: url(essjq_icon10.png)no-repeat center;padding:4px 25px 0px;box-sizing: border-box;}
.Part3 .bdBox .rightBox.ulList li{height:68px;}
.Part3 .bdBox .rightBox.ulList li a{line-height:68px;}

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

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