@charset "utf-8";
/* 政务公开页面 */
/* 顶部菜单 */
.zwgk_main {padding: 20px 0;background: #fff;padding-bottom: 0px;}
.wgk-five-modules {margin-bottom: 30px;position: relative;}
.wgk-five-modules .layui-main {display: flex;justify-content: space-between;flex-wrap: wrap;}
.wgk-module {width: 220px;text-align: center;margin-bottom: 20px;position: relative;z-index: 10;background: #fff;border: 1px solid #dddddd;border-radius: 10px;padding: 30px 20px 20px 20px;transition: all 0.3s ease;}
.wgk-module:hover {background-image: -moz-linear-gradient( 120deg, rgba(214,229,251,0.99608) 0%, rgb(246,249,254) 100%);
    background-image: -webkit-linear-gradient( 120deg, rgba(214,229,251,0.99608) 0%, rgb(246,249,254) 100%);
    background-image: -ms-linear-gradient( 120deg, rgba(214,229,251,0.99608) 0%, rgb(246,249,254) 100%);
    border-color: #0066cc;transform: translateY(-5px);box-shadow: 0px 0px 7px 0px rgba(6, 28, 102, 0.2);}
.wgk-module-icon {width: 40px;height: 50px;margin: 0 auto 15px;background: url(2026lys_zwgk_icon01.png) no-repeat center center;background-size: contain;}
.wgk-module:nth-child(2) .wgk-module-icon {background-image: url(2026lys_zwgk_icon02.png);}
.wgk-module:nth-child(3) .wgk-module-icon {background-image: url(2026lys_zwgk_icon03.png);}
.wgk-module:nth-child(4) .wgk-module-icon {background-image: url(2026lys_zwgk_icon04.png);}
.wgk-module:nth-child(5) .wgk-module-icon {background-image: url(2026lys_zwgk_icon05.png);}
.wgk-module-title h3{font-size: 24px;margin-bottom: 15px;}
.wgk-module-icon-div ul{overflow: hidden;}
.wgk-module-icon-div li{width: 50%;float: left;text-align: center;line-height: 2em;}
.wgk-module-icon-div li a{color:#666;}
.wgk-module-links {background-image: -moz-linear-gradient( 120deg, rgba(214,229,251,0.99608) 0%, rgb(246,249,254) 100%);
    background-image: -webkit-linear-gradient( 120deg, rgba(214,229,251,0.99608) 0%, rgb(246,249,254) 100%);
    background-image: -ms-linear-gradient( 120deg, rgba(214,229,251,0.99608) 0%, rgb(246,249,254) 100%);
    font-size: 16px;padding: 15px;border: 1px solid #0066cc;border-radius: 8px;box-shadow: 0px 0px 7px 0px rgba(6, 28, 102, 0.2);visibility: hidden;opacity: 0;position: absolute;top: 100%;left: 0;right: 0;margin-top: 25px;transform: translateY(-10px);transition: all 0.3s ease;z-index: 100;display: grid;grid-template-columns: 1fr 1fr;gap: 10px;list-style-type: none;padding:20px;width: 300px;text-align: left;width: 100%;}
.wgk-module-links::before {content: '';position: absolute;top: -12px;left: 20px;width: 20px;height: 12px; background: url(2026lys_zwgk_icon_sanjiao.png) no-repeat; z-index: -1;}
.wgk-module:hover .wgk-module-links {visibility: visible;opacity: 1;transform: translateY(0);}
.wgk-module-links li {position: relative;padding-left: 15px;line-height: 30px;}
.wgk-module-links li::before {content: '•';color: #0066cc;font-weight: bold;position: absolute;left: 0;top: 0;}
.wgk-module-links li a {color: #333;text-decoration: none;display: inline-block;padding: 2px 0;transition: all 0.2s ease;}
.wgk-module-links li a:hover {color: #0066cc;}
.wgk-content {display: flex;justify-content: space-between;flex-wrap: wrap;height: 480px;height: 570px;}

.wgk-module-icon-div{position:relative;}
.wgk-module.on:hover{padding-top:10px;}
.wgk-module.on:hover .wgk-module-title h3{margin-bottom:10px;}
.more-links{display:none;position:absolute;width: 100%;left: 0;}
.wgk-module.on:hover .more-links{display:block;}

/* 搜索文件 */
.wgk-left {width: 60%;}
.wgk-right {width: 38%;}
.wgk-policy-searchc{padding: 25px 25px 25px 0px;background: linear-gradient(to right,#f6f9fe 0%,#d6e5fb 100%);border-radius: 10px;}
.wgk-policy-searchc span{font-size: 30px;color: #1a4bcc;font-weight: bold;padding-left: 80px;background: url(2026lys_zwgk_wjjs.png) no-repeat left center;}
.wgk-policy-search{float: right;width: calc(100% - 220px);}
.wgk-section-title {font-size: 30px;font-weight: bold;color: #000;margin-bottom: 20px;padding-bottom: 10px;border-bottom: 2px solid #0066cc;}
.wgk-policy-search {margin-bottom: 20px;}
.wgk-policy-search input {line-height: 50px; width: calc(100% - 140px);margin-right: 10px; padding: 0px 12px;border-radius: 4px;outline: none;border: none;background-color: #fff;}
.wgk-policy-search button {width: 125px;height: 50px;text-align: center;line-height: 50px; background: #2770f1;color: #fff;border: none;border-radius: 4px;cursor: pointer;}

/* tabs */
.tab_box{ text-align:left; }
.wgk-policy-hd{ height: 55px; overflow: hidden; }
.wgk-policy-hd ul li{ float:left; margin-right: 40px; }
.wgk-policy-hd ul li a { display: block; height: 55px; line-height: 55px; font-size: 24px; text-align: center; color: #000000;}
.wgk-policy-hd .on a{ color: #003ac8; font-weight: bold; border-bottom: 4px solid #003ac8; }
.wgk-policy-hd>ul>li>a>span{ font-size: 18px; color: #999999; line-height: 55px; margin-left: 10px; }
.wgk-policy-hd>span{ float: right; }
.wgk-policy-hd>span>a{ display: block; font-size: 18px; color: #676767; height: 55px; line-height: 55px; -webkit-transition: all 0.3s ease-out; transition: all .3s ease-out;  }
.wgk-policy-hd>span>a:hover{ color: #0865ff; }

/* 列表 */
.wgk-policy-list {list-style: none;margin-top: 15px;}
.wgk-policy-item {padding: 14px 0;padding-left: 25px;background: url(2026lys_zwgk_dain.png) no-repeat left top 21px;display: flex;justify-content: space-between;align-items: flex-start;height: 77px;border-bottom: 1px dashed #ededed;box-sizing: border-box;position: relative;}
.wgk-policy-item:last-child {/* border-bottom: none; */}
.wgk-policy-item a {color: #333;text-decoration: none;flex: 1;margin-right: 20px;/* overflow: hidden; *//* text-overflow: ellipsis; *//* white-space: nowrap; */font-size: 18px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;/* height: 54px; */}
.wgk-policy-item a:hover {color: #0066cc;}
.wgk-policy-date {color: #9cabbe;font-size: 16px;}

.wgk-policy-item01 {padding: 10px 0;padding-left: 25px;background: url(2026lys_zwgk_dain.png) no-repeat left top 18px;display: flex;justify-content: space-between;height: 77px;border-bottom: 1px dashed #ededed;box-sizing: border-box;position: relative;align-items: flex-start;line-height: 27px;}
.wgk-policy-item01:last-child {/* border-bottom: none; */}
.wgk-policy-item01 a {color: #333;text-decoration: none;font-size: 18px;}
.wgk-policy-item01 a:hover {color: #0066cc;}
.wgk-policy-date01 {color: #9cabbe;font-size: 16px;line-height: 29px;}
/* 新增  解读图标 */
.zwwj-fl{width: calc(100% - 108px);text-align: justify;}
.jd_btn{position:relative;display: inline-block;float: none;height: 27px;}
.jd_btn>p{display: inline-block;width: 30px;height: 18px;background: #003ac8;color: #fff!important;text-decoration:none!important;font-size: 12px;font-family: \5B8B\4F53;line-height: 18px;text-align: center;border-radius: 3px;margin: 0px 0 0 8px;}
.jd_btn:hover .RelNews{ display: block; }
.RelNews{display:none;z-index:9;position:absolute;width: 500px;top: 27px;left: 7px;padding:10px;background:#fff;border: 1px solid #ccc;border-radius:4px;-webkit-box-shadow: 0 0 10px #cdced0;box-shadow: 0 0 10px #cdced0;}
.RelNews dd{ line-height:24px; }
.RelNews dd a{height: 24px;line-height:24px;color: #000!important;text-decoration:none!important;font-size: 14px;}
.RelNews dd a:hover{ color: #003ac8!important; }

/* 右侧信息公开 */
.wgk-info ul {list-style: none;}
.wgk-info li {margin-bottom: 15px;}
.wgk-info li:last-child {margin-bottom: 0;}
.wgk-info a {color: #333;text-decoration: none;}
.wgk-info a:hover {color: #0066cc;}
.wgk-info-icon {width: 24px;height: 24px;margin-right: 10px;background: url(2026lys_zwgk_icon06.png) no-repeat center center;background-size: contain;}
.wgk-info-title {background: #2770f1;color: #fff;border-radius: 8px 8px 0 0;font-size: 24px;text-align: center;line-height: 70px; font-weight: bold;}
.wgk-info-list {display: grid;grid-template-columns: 1fr 1fr;gap: 10px;margin-top: 10px;}
.wgk-info-list a {display: block;line-height: 60px; background: #f0f5fb;font-size: 18px;padding-left: 45px;overflow: hidden;white-space: nowrap;}
.wgk-info-list a:hover {background: #f0f7ff;border-color: #0066cc;}
.wgk-info-listb p{line-height: 80px;font-size: 24px;margin-top: 10px;text-align: center;color: #194da9;}
.wgk-info-listb p:nth-child(1), .wgk-info-listb p:nth-child(3){background: #f0f7ff url(2026lys_zwgk_bg1.png) no-repeat center / cover;}
.wgk-info-listb p:nth-child(2){background: #f0f7ff url(2026lys_zwgk_bg2.png) no-repeat center / cover;}
.wgk-info-listb p a{color: #194da9;}

/* 重点领域公开 */
.zd_con{background: #f0f5fb url(2026lys_zwgk_bg33.png) no-repeat center;margin-top: 40px;}
.wgk-key-areas-title h3{font-size: 30px;color: #000;line-height: 120px;text-align: center;}
.wgk-key-areas-title a{color: #000;}
.wgk-areas-grid {display: grid;grid-template-columns: repeat(5, 1fr);gap: 50px;}
.wgk-area-item {text-align: center;background-color: #e1eefa;padding: 30px 0px; border: 1px solid transparent;transition: all .3s ease-out; }
.wgk-area-item:hover { border: 1px solid #1153c9; }
.wgk-area-icon{height: 75px;transition: all .3s ease-out;}
.wgk-area-title a{font-size: 18px;color: #1153c9;text-align: center;}
.wgk-area-item:hover .wgk-area-icon{ transform: scale(1.1); }

/* 领域公开轮播 */
#lygkCarousel { height: 465px; overflow: hidden; position: relative; }
#lygkCarousel .owl-pagination{height:55px;line-height:55px;overflow:hidden;position:absolute;left: 50%;margin-left: -65px; bottom:15px;z-index:1;display:flex;justify-content:center}
#lygkCarousel .owl-pagination .owl-page{margin:20px 10px 0 0;height: 8px;background:#ffff;width: 25px; font-size:0;cursor:pointer;overflow:hidden}
#lygkCarousel .owl-pagination .owl-page.active{width: 50px;background:#0066cc;}

/* 部门单位 */
.wgk-departments {min-height: 300px;margin-bottom: 30px;}
.wgk-policy-hd.wgk-department-tabs {margin: 30px 0px;display: flex;justify-content: center;}
.wgk-department-tabs ul li{height: 60px;}
.wgk-department-tabs ul li::after{content: '';width: 80%;height: 4px;background-color: #003ac8;border-radius: 2px; display: block;margin: -4px auto 0px;display: none;}
.wgk-department-tabs ul li.on a{border: none;}
.wgk-department-tabs ul li.on::after{display: block;}
.wgk-department-grid {display: grid;grid-template-columns: repeat(5, 1fr);gap: 15px 50px;}
.wgk-department-item {padding: 0px 10px;border: 1px solid #105cb6;text-align: center;line-height: 44px;font-size: 18px;text-align: center;transition: all .3s ease-out; }
.wgk-department-item a {color: #000;display: block; overflow: hidden; text-overflow:ellipsis; white-space:nowrap;transition: all .3s ease-out; }
.wgk-department-item:hover {background-color: #0066cc;}
.wgk-department-item:hover a {color: #fff;}


/* 政务公开页面响应式 */
@media (max-width: 1300px) {body{overflow-x: hidden;}}
@media (max-width: 1100px) {}
@media (max-width: 992px) {
    body{overflow-x: hidden;}
    .zwgk_main .wgk-content {flex-direction: column;}
    .wgk-content{display: block;height: auto;}
    .zwgk_main .wgk-left, .zwgk_main .wgk-right {width: 100%;float: none;} 
    .zwgk_main .wgk-five-modules .layui-main {justify-content: center;} 
    .zwgk_main .wgk-module {width: 45%;} 
     .zwgk_main .wgk-department-grid {grid-template-columns: repeat(4, 1fr);}
    .zwgk_main .wgk-module-links {grid-template-columns: 1fr;}

    .wgk-policy-item01{height:auto;}
}
@media (max-width: 768px) {
    body{font-size: 14px;}
    .zd_con{margin-top: 15px;}
    .zwgk_main .wgk-module-links{display: none !important;}
    .zwgk_main .wgk-module {width: 45%;margin-bottom: 0px;} 
    .zwgk_main .wgk-five-modules .layui-main{gap: 15px;}
    .zwgk_main .wgk-areas-grid, .zwgk_main .wgk-department-grid {grid-template-columns: repeat(4, 1fr);gap: 15px;} 
    .zwgk_main .wgk-department-tabs ul {flex-wrap: wrap;}
    .zwgk_main .wgk-department-tabs li {margin-right: 10px;margin-bottom: 10px;width: auto;}
    .zwgk_main .wgk-info-list {grid-template-columns: 1fr;} 
    .zwgk_main .wgk-module-links {grid-template-columns: 1fr;}


    .wgk-module-title h3{font-size: 18px;}
    .wgk-module-icon{width: 29px;height: 34px;}
    .wgk-module{padding: 10px;}
    .wgk-policy-searchc{padding: 15px;}
    .wgk-policy-search{margin: 15px 0px 0px 0px;}
    .wgk-policy-searchc span{display: block;text-align: center;background-position: left 30% center;font-size: 24px;}
    .wgk-policy-search{float: none;width: 100%;}
    .wgk-area-title{font-size: 14px;}
    .wgk-area-item{padding: 15px;}
    .wgk-area-icon{height: 40px;}
    .wgk-area-icon img{width: 30px;}
    .wgk-key-areas-title h3{font-size: 24px;line-height: 80px;}
    .tab-box {
        margin-top: 15px;
    }
    .wgk-info-title{font-size: 22px;line-height: 60px;font-size: 22px;}
    .wgk-policy-hd{height:auto;display: flex;justify-content: space-between;flex-wrap: nowrap;}
    .wgk-policy-hd ul{display: flex;}
    .wgk-policy-hd ul li{margin-right: 10px;text-align: center;width: 33.33%;margin-bottom: 10px;}
    .wgk-policy-hd ul li a,.wgk-policy-hd>span>a{font-size: 18px;line-height: 20px;height: auto;display: inline-block;padding: 10px 0;}
    .wgk-policy-hd>span>a{font-size: 16px;}
    .wgk-info-listb p{font-size: 20px;line-height: 60px;}
    .wgk-policy-hd.wgk-department-tabs{margin: 15px 0px;}
    .wgk-policy-hd.wgk-department-tabs{display: block;overflow-x: auto;}
    .zwgk_main .wgk-department-tabs ul{width: 700px;}
    .zwgk_main .wgk-department-grid {grid-template-columns: repeat(2, 1fr);gap: 10px;}
    .wgk-department-item{font-size: 14px;padding: 0px 8px;}
    .wgk-policy-item a{font-size: 16px;}

    #lygkCarousel{height: 500px;}
    #lygkCarousel .owl-pagination{height: 30px;line-height: 30px;}
    .more-links{display:none !important;}
}