@charset "utf-8";
@import url(animate.min.css);
@import url(reset.css);
@import url(header.css);
@import url(footer.css);

.hd{width:100%;height:60px;margin-bottom:16px;}
.hd ul li{width:auto;height:60px;}
.hd ul li a{display:inline-block;width:auto;line-height:54px;height:60px;font-size:28px;font-weight: bold;color:#0059bb;position: relative;}
.hd ul li a::after{content:"";width:100%;height:6px;background:#0059bb;position:absolute;left:50%;transform: translateX(-50%);bottom:0px;}

/*Part1 领导之窗、机构设置*/
.Part1{height:510px;padding-top:23px;box-sizing: border-box;}
.Part1 .ldzcBox{width:927px;height:100%;}
.Part1 .ldzcBox .conBox{width:927px;height:366px;background:#ffffff;padding:37px 32px 0px 21px;box-sizing: border-box;box-shadow:0px 0px 13px rgba(0,102,204,0.2);}
.Part1 .ldzcBox .conBox a.pic{display: block;width:232px;height:294px;overflow: hidden;}
.Part1 .ldzcBox .conBox a.pic img{width:100%;height:100%;transition: transform 1s; transform: scale(1);}
.Part1 .ldzcBox .conBox a.pic img:hover{transform: scale(1.07);}
.Part1 .ldzcBox .conBox .txt{width:618px;height:100%;}
.Part1 .ldzcBox .conBox .txt h1{width:100%;height:42px;margin-top:-10px;margin-bottom:18px;}
.Part1 .ldzcBox .conBox .txt h1 a{font-size:24px;font-weight: bold;color:#0059bb;line-height:44px;}
.Part1 .ldzcBox .conBox .txt h1:hover a{text-decoration: underline;}
.Part1 .ldzcBox .conBox .txt .ldjj{height:50px;display: flex;justify-content: space-between;align-items: center;margin-bottom:24px;}
.Part1 .ldzcBox .conBox .txt .ldjj em{display:block;width:114px;height:35px;border-radius:15px 0px 15px 0px;background:#e9f2fc;font-size: 16px;color:#0059bb;text-align: center;line-height:35px;}
.Part1 .ldzcBox .conBox .txt .ldjj p{width:calc(100% - 135px);font-size:16px;color:#000000;line-height: 25px;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;}
.Part1 .ldzcBox .conBox .txt .edit{width:202px;height:49px;background:#0059bb;border-radius:5px;}
.Part1 .ldzcBox .conBox .txt .edit:hover{background:#0770e3;}
.Part1 .ldzcBox .conBox .txt .edit a{display:flex;width:100%;height:100%;justify-content: center;align-items: center;}
.Part1 .ldzcBox .conBox .txt .edit a i{display:block;width:21px;height:25px;margin-right:8px;background-image: url("../images/zwgk_icon.png");background-repeat: no-repeat;background-position:-38px 0px;}
.Part1 .ldzcBox .conBox .txt .edit a span{font-size:18px;color:#ffffff;transition:all ease-in-out 0.2s;}
.Part1 .ldzcBox .conBox .txt .edit:hover a span{padding-left:5px;}

.Part1 .jgszBox{width:439px;height:100%;}
.Part1 .jgszBox .bd{width:100%;height:366px;background:#ffffff;padding:30px 19px 0px;box-sizing: border-box;box-shadow:0px 0px 13px rgba(0,102,204,0.2);}
.Part1 .jgszBox .bd ul li{width:100%;height:86px;margin-bottom:24px;background:url("../images/zwgk_img02.png")no-repeat center;border-radius:10px;overflow: hidden;position: relative;}
.Part1 .jgszBox .bd ul li a{display:flex;width:100%;height:100%;justify-content: center;align-items: center;position: relative;z-index:2;}
.Part1 .jgszBox .bd ul li a i{display:block;width:39px;height:38px;margin-right:18px;background-image: url("../images/zwgk_icon.png");background-repeat: no-repeat;}
.Part1 .jgszBox .bd ul .li-1 a i{background-position: -94px 0px;}
.Part1 .jgszBox .bd ul .li-2 a i{background-position: -163px 0px;}
.Part1 .jgszBox .bd ul .li-3 a i{background-position: -236px 0px;}
.Part1 .jgszBox .bd ul li a span{font-size:24px;color:#000000;}
.Part1 .jgszBox .bd ul li:hover a span{color:#0059bb;}
.Part1 .jgszBox .bd ul li:hover::after{content:"";width:calc(100% + 2px);height:calc(100% + 2px);position: absolute;top:-1px;left:-1px;z-index:1;background:url("../images/zwgk_img02_on.png")no-repeat center;}

/*Part2 政府信息公开*/
.zfxxgkBox{height:223px;background:#e9f2fc;}
.zfxxgkBox ul{display:flex;height:100%;justify-content: space-between;align-items: center;}
.zfxxgkBox ul li{width:200px;height:100%;}
.zfxxgkBox ul li.li-5{ width: 125px; }
.zfxxgkBox ul li.li-6{ width: 150px; }
.zfxxgkBox ul li a{display:flex;width:100%;height:100%;justify-content: center;align-content:center;flex-wrap: wrap;}
.zfxxgkBox ul li a .icon{width: 87px;height:87px;margin: 17px auto 0;overflow: hidden;background-image: url("../images/zwgk_icon.png");background-repeat: no-repeat;position: relative;animation-duration: 1s;animation-fill-mode: both;}
.zfxxgkBox ul li a .icon::after{content:"";width: 76px;height:76px;background:rgba(255,255,255,0.15);position: absolute;top:-6px;right:-8px;border-radius:50%;transition:all ease-in-out 0.2s;}
.zfxxgkBox ul li:hover a .icon{ animation-name: bounce; transform-origin: center bottom; }
.zfxxgkBox ul li:hover a .icon::after{width:100%;height: 100%;top:0px;right:0px;}
.zfxxgkBox ul .li-1 a .icon{background-position:0px -87px;}
.zfxxgkBox ul .li-2 a .icon{background-position:-127px -87px ;}
.zfxxgkBox ul .li-3 a .icon{background-position:-252px -87px;}
.zfxxgkBox ul .li-4 a .icon{background-position:-379px -87px;}
.zfxxgkBox ul .li-5 a .icon{background-position:-505px -87px;}
.zfxxgkBox ul .li-6 a .icon{background-position:-631px -87px;}
.zfxxgkBox ul li a .icon i{display: block;width:42px;height:43px;margin:22px auto 0px;background-image: url("../images/zwgk_icon.png");background-repeat: no-repeat;position: relative;z-index: 2;}
.zfxxgkBox ul .li-1 a .icon i{background-position: -24px -208px;}
.zfxxgkBox ul .li-2 a .icon i{background-position: -149px -209px;}
.zfxxgkBox ul .li-3 a .icon i{background-position: -274px -209px;}
.zfxxgkBox ul .li-4 a .icon i{background-position:-401px -209px;}
.zfxxgkBox ul .li-5 a .icon i{background-position: -528px -209px;}
.zfxxgkBox ul .li-6 a .icon i{background-position: -653px -209px;}
.zfxxgkBox ul li a span{display: block;width:100%;text-align: center;line-height:56px;font-size:20px;color:#333333;}
.zfxxgkBox ul li:hover a span{color:#0059bb;}

/*政策文件-重点领域*/
.Part3{width: 1380px;height: auto;overflow: hidden;padding-left: 20px;margin: 40px auto 60px;}
.Part3 .jcxxgk{width: 907px; height: auto; overflow: hidden; float: left;}
.Part3 .jcxxgk .zcwjBox{width:100%; height:auto; overflow: hidden;}
.Part3 .jcxxgk .zcwjSearch {width: 310px;height: 45px;line-height: 45px;overflow: hidden;background: #f0f0f0;float: right;border-radius: 5px;}
.Part3 .jcxxgk .zcwjSearch h3 {width: 106px;height: 100%;line-height: 42px;float: left;text-align: center;background-image: -moz-linear-gradient( -180deg, rgb(81,81,253) 0%, rgb(7,121,246) 100%);background-image: -webkit-linear-gradient( -180deg, rgb(81,81,253) 0%, rgb(7,121,246) 100%);background-image: -ms-linear-gradient( -180deg, rgb(81,81,253) 0%, rgb(7,121,246) 100%);}
.Part3 .jcxxgk .zcwjSearch .input {width: calc(100% - 110px);height: 45px;float: right;overflow: hidden;}
.Part3 .jcxxgk .zcwjSearch .input input {width: calc(100% - 60px);height: 100%;font-size: 14px;color: #999999;border: none;outline: none;padding-left: 10px;float: left;background: none;}
.Part3 .jcxxgk .zcwjSearch .input a {width: 32px;height: 100%;display: block;background: url(../images/zwgk_img06.png) center center no-repeat;float: right;}

/*公共样式*/
.hds {width: 100%;height: 55px;border-bottom: 1px solid #0059bb;}
.hds ul{width: auto;height: 100%; float: left;}
.hds ul li {display: inline-block;width: auto;height: 100%;line-height: 54px;float: left;position: relative;margin-right: 43px;}
.hds ul li a {display: inline-block;height: 100%;font-size: 28px;color: #000000;}
.hds ul li a::after {content: "";width: 0;height: 5px;background: #0059bb;position: absolute;bottom: -3px;left: 50%;z-index: 2;transition: 0.5s;}
.hds ul li.on a {color: #0059bb;font-weight: bold;}
.hds ul li.on a::after{width: 100%;left: 0;}
.hds .more{height: 100%;line-height: 72px;float: right;}
.hds .more a{width: 100%;height: 100%;display: block;text-align: right;color: #999999;font-size: 16px;}
.hds .more a:hover{ color: #0059bb;}
.bds{width: 100%;height: auto;overflow: hidden;}
.bds ul{width: 100%;height: auto;overflow: hidden;margin-top: 18px;}
.bds ul li {width: 100%;height: 52px;line-height: 52px;overflow: hidden;position: relative;z-index: 0;}
.bds ul li a {color: #333333;font-size: 18px;display: block;width: 75%;padding-left: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left; transition: all 0.5s;}
.bds ul li a::before {content: "";width: 8px;height: 8px;background: #dfedff;border-radius: 50%;position: absolute;bottom: 20px;left: 0;}
.bds ul li span {display: block;text-align: right;float: right;font-size: 18px;color: #333333;}
.bds ul li:before {transition: all 0.8s cubic-bezier(0.7, 0.5, 0.2, 1);content: "";width: 0;height: 100%;background: #dfedff;position: absolute;top: 0;left: 0;z-index: -1;}
.bds ul li:hover:before {width: 100%;}
.bds ul li a:hover {color: #F00;}
.bds ul li a:hover::before{background: #0059bb;}

.Part3 .jcxxgk .zcjdBox{margin-top: 17px;width:100%; height:auto; overflow: hidden;}
.Part3 .jcxxgk .zcjdCon{width: 100%; height: auto; overflow: hidden;}
.Part3 .jcxxgk .zcjdCon .imgs{width: 288px;height: 174px;overflow: hidden;float: left;margin-top: 35px; position: relative;}
.Part3 .jcxxgk .zcjdCon .imgs .sbd{width: 100%; height: 100%;}
.Part3 .jcxxgk .zcjdCon .imgs .sbd ul{width: 100%; height: 100%;}
.Part3 .jcxxgk .zcjdCon .imgs .sbd ul li{width: 100%; height: 100%;}
.Part3 .jcxxgk .zcjdCon .imgs .sbd ul li a{width: 100%; height: 100%;}
.Part3 .jcxxgk .zcjdCon .imgs .sbd ul li img{width: 100%; height: 100%;}
.Part3 .jcxxgk .zcjdCon .imgs .shd {width: 100%; height: auto; display: inline-block; text-align: center; z-index: 9;cursor: pointer;position: absolute;bottom: 15px;left: 0px;}
.Part3 .jcxxgk .zcjdCon .imgs .shd ul {display: inline-block;height: 10px;overflow: hidden;text-align: center;}
.Part3 .jcxxgk .zcjdCon .imgs .shd li {float: left;width: 10px;height: 10px;background: #ffffff;opacity: 0.8; margin: 0px 3px;border-radius: 50%;}
.Part3 .jcxxgk .zcjdCon .imgs .shd li.on {background: #0059bb; opacity: 1;}

.Part3 .jcxxgk .zcjdCon .bds{width: 596px;float: right;}
.Part3 .jcxxgk .zcjdCon .bds ul li:before{display: none;}
.Part3 .jcxxgk .zcjdCon .bds ul li a{width: 96%;}
.Part3 .jcxxgk .zcjdCon .bds ul li a:hover{padding-left: 25px;}

.Part3 .zdlygk{width: 440px; height: auto; overflow: hidden; float: right;}
.Part3 .zdlygk .sjkf{width: 100%; height: auto; overflow: hidden; border-radius: 10px;}
.Part3 .zdlygk .sjkf a{width: 100%;height: 100%;display: block;position: relative;}
.Part3 .zdlygk .sjkf a>img{width: 100%;transition: transform 1s; transform: scale(1);}
.Part3 .zdlygk .sjkf a:hover>img{transform: scale(1.07);}
.Part3 .zdlygk .sjkf span{width:100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;justify-content: center;align-items: center;}
.Part3 .zdlygk ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 5px;}
.Part3 .zdlygk ul li{width: 130px;height: 120px;border: 1px solid #a8d0ff;background: #e9f2fc;border-radius: 10px;box-sizing: border-box;margin-top: 26px;}
.Part3 .zdlygk ul li a{width: 100%; height: 100%; display: block;}
.Part3 .zdlygk ul li i{width: 70px;height: 70px;display: block;margin: 0 auto;background: url(../images/zwgk_icon.png) no-repeat;}
.Part3 .zdlygk ul li.li-1 i{background-position: -8px -279px;} 
.Part3 .zdlygk ul li.li-2 i{background-position: -98px -280px;} 
.Part3 .zdlygk ul li.li-3 i{background-position: -188px -279px;} 
.Part3 .zdlygk ul li.li-4 i{background-position: -276px -280px;} 
.Part3 .zdlygk ul li.li-5 i{background-position: -364px -277px;} 
.Part3 .zdlygk ul li.li-6 i{background-position: -453px -278px;} 
.Part3 .zdlygk ul li.li-7 i{background-position: -542px -280px;} 
.Part3 .zdlygk ul li.li-8 i{background-position: -629px -280px;} 
.Part3 .zdlygk ul li.li-9 i{background-position: -709px -278px;} 
.Part3 .zdlygk ul li span{width: 100%;display: block;line-height: 36px;color: #333333;font-size: 18px;text-align: center;padding: 0px 10px;box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.Part3 .zdlygk ul li:hover{background: #0059bb;}
.Part3 .zdlygk ul li:hover span{color: #FFFFFF;}
.Part3 .zdlygk ul li.li-1:hover i{background-position: -8px -391px;} 
.Part3 .zdlygk ul li.li-2:hover i{background-position: -98px -392px;} 
.Part3 .zdlygk ul li.li-3:hover i{background-position: -188px -391px;} 
.Part3 .zdlygk ul li.li-4:hover i{background-position: -276px -392px;} 
.Part3 .zdlygk ul li.li-5:hover i{background-position: -364px -389px;} 
.Part3 .zdlygk ul li.li-6:hover i{background-position: -453px -390px;} 
.Part3 .zdlygk ul li.li-7:hover i{background-position: -542px -392px;} 
.Part3 .zdlygk ul li.li-8:hover i{background-position: -629px -392px;} 
.Part3 .zdlygk ul li.li-9:hover i{background-position: -709px -390px;} 
