.zwgkbox { margin-top: 30px; width: 100%; position: relative; box-sizing: border-box; }

.xxgk-links { margin: 0 auto; width: 1400px; position: relative; box-sizing: border-box; }
.xxgk-links ul { width: 100%; position: relative; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; }
.xxgk-links ul li { margin-bottom: 20px; width: 264px; height: 80px; line-height: 80px; } 
.xxgk-links ul li a { height: 80px; color: #fff; background: url(../images/20250905_zwgk_bgimg8.jpg) top center no-repeat; background-size: 100% 100%; display: flex; justify-content: center; align-items: center;  position: relative;  overflow: hidden; }
.xxgk-links ul li img { margin-right: 15px; }
.xxgk-links ul li span { font-size: 18px; display: inline-block; vertical-align: middle; line-height: 1.3; }
.xxgk-links ul li:hover a { transform: translateY(-8px);}

.text a { color: inherit; }
.zwzxbox { margin: 30px auto 0; padding-bottom: 50px; width: 1400px; position: relative; box-sizing: border-box; display: flex; justify-content: space-between; }
/* 通用新闻 */
.newsbox { width: 100%; position: relative; box-sizing: border-box; }
.newsbox .news-tabs { margin-bottom: 10px; width: 100%; position: relative; box-sizing: border-box; }
.newsbox .news-tabs .tabs-list { padding-left: 16px; display: flex; height: 29px;  }
.newsbox .news-tabs .tabs-list:before { content: " "; width: 5px; height: 16px; background-color: #1c5fc2; position: absolute; top: 7px; left: 0; }
.newsbox .news-tabs .tabs-list .tabs-item { margin-right: 50px; }
.newsbox .news-tabs .tabs-list .tabs-item a { color: #333; font-size: 22px; font-weight: bold;}
.newsbox .news-tabs .tabs-list .tabs-item.active a { color: #1c5fc2; }
.newsbox .news-cons { width: 100%; position: relative; box-sizing: border-box; }
.newsbox .news-conwrap { width: 100%; display: none; }
.newsbox .news-conlist { width: 100%; position: relative; box-sizing: border-box; }
.newsbox .news-conlist li { padding-left: 16px; height: 45px; line-height: 45px; position: relative; box-sizing: border-box; }
.newsbox .news-conlist li .time { float: right; width: 100px; color: #999; font-size: 16px; text-align: right; }
.newsbox .news-conlist li .text { width: calc(100% - 100px); color: #333; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.newsbox .news-conlist li .text:before { content: " "; width: 6px; height: 6px; background-color: #999; position: absolute; top: 20px; left: 0; border-radius: 50%; }
.newsbox .news-conlist li:hover .text { color: #1c5fc2; }
/* 政策文件 */
.zcwjbox { width: 100%; position: relative; box-sizing: border-box; }
/* 通知公告 */
.tzggbox { margin-top: 10px; width: 100%; position: relative; box-sizing: border-box; }
/* 左右 */
.zwzxbox .zwzx-left { padding-right: 30px; width: 69%; border-right: 1px solid #e7e0d7; position: relative; box-sizing: border-box; }
.zwzxbox .zwzx-right { width: 28.5%; }
/* 领导之窗 */
.zf-leader { width: 100%; position: relative; box-sizing: border-box; }
.zf-leader .top .pic { padding: 12px; color: #fff; font-size: 21px; font-weight: bold; display: block; background: url(../images/20250905_zwgk_pic_zfld.png) center no-repeat; text-align: center; }
.zf-leader .leaders { margin-top: 20px; width: 100%; position: relative; box-sizing: border-box; }
.zf-leader .leaders ul { width: 100%; position: relative; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: space-between; }
.zf-leader .leaders ul li { margin: 19px 0;  padding-left: 15px; width: 50%; line-height: 35px; font-size: 18px;background: url(../images/20250905_zwgk_icon_row.png) left center no-repeat; }
.zf-leader .leaders ul li a { color: #333; }
.zf-leader .leaders ul li a:hover { color: #1c5fc2; }
/* 信息公开 */
.xxgkbox { width: 100%; position: relative; box-sizing: border-box; }
.xxgkbox .xxgk-list { width: 100%; position: relative; box-sizing: border-box; }
.xxgkbox .xxgk-list .xxgk-item { margin-top: 10px; padding-left: 25px;  width: 100%; border: 1px solid #f2e6da; position: relative; box-sizing: border-box; }
.xxgkbox .xxgk-list .xxgk-item a { display: flex; align-items: center; position: relative; box-sizing: border-box; }
.xxgkbox .xxgk-list .xxgk-item .icon { margin-right: 20px; }
.xxgkbox .xxgk-list .xxgk-item .txt { color: #333; font-size: 18px; }
/* 底部颜色 */
.color-floor { padding: 30px 0 45px 0; width: 100%; background: url(../images/2025ngb_bg_wybox.png) top center no-repeat; background-size: 100% 100%; position: relative; box-sizing: border-box; }
/* 重点领域 */
.zdlybox { margin: 0 auto; width: 1400px; position: relative; box-sizing: border-box; }
.zdlybox .zdly-title { text-align: center; }
.zdlybox .zdly-title h3 { padding: 0 20px; color: #333; font-size: 28px; font-weight: bold; }
.zdlybox .zdly-list { margin-top: 30px; width: 100%; display: flex; justify-content: space-between; }
.zdlybox .zdly-list .zdly-item { padding: 0 8px; width: 12.5%; }
.zdlybox .zdly-list .zdly-item a { width: 100%; height: 120px; color: #333; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.zdlybox .zdly-list .zdly-item a span { margin-top: 10px; }
.zdlybox .zdly-list .zdly-item:hover img { transform: rotateY(180deg); transition: all .3s linear; }
.zdlybox .zdly-list .zdly-item:hover a { color: #1c5fc2; }
/* 专题专栏 */
.ztzlbox { margin: 30px auto; width: 1400px; position: relative; box-sizing: border-box; }
.ztzlbox .ztzl-title { text-align: center; }
.ztzlbox .ztzl-title h3 { padding: 0 20px; color: #333; font-size: 28px; font-weight: bold; }
.ztzlbox .ztzl-swiper { margin-top: 30px; width: 100%; position: relative; box-sizing: border-box; }
#ztzlSwiper { width: 100%; position: relative; box-sizing: border-box; }
#ztzlSwiper .piclink { margin: 0 auto; width: 264px; height: 110px; overflow: hidden; position: relative; box-sizing: border-box; display: block; }
#ztzlSwiper .piclink .pic { margin: 0 auto; width: 100%; height: 100%; display: block; }