.text a { color: inherit; }
/* 第一屏 */
.pageOne { position: relative; }
.one-wrap { width: 100%; height: 100vh; background: url(../images/2025ngb_bg_onebg.png) top center no-repeat;  }
.topicon { margin: 0 auto;  padding-top: 120px; width: 100%; text-align: center; }
.topicon .gh { margin: 0 auto; display: block; height: 88px; }
.topicon .logotxt { color: #fff; text-align: center; letter-spacing: 2px; } 
.topicon .logotxt .ch { margin-top: 20px; font-size: 50px; font-weight: bold; }
.topicon .logotxt .en { margin-top: 20px; font-size: 28px; font-weight: bold; }
.searchone { margin: 60px auto 0; width: 100%; position: relative; box-sizing: border-box; text-align: center; }
#searchOne { padding-left: 30px; margin: 0 auto; width: 800px; height: 70px; border-bottom: 2px solid #2c548f; background-color: #fff; display: flex; align-items: center; justify-content: center; position: relative; box-sizing: border-box; }
#searchOne .label { margin-right: 15px; color: #2c548f; font-size: 18px; font-weight: bold; }
#searchOne .searchone_con { width: 568px; height: 29px; line-height: 29px; color: #333; font-size: 16px; border: 0; outline: 0; }
#searchOne .searchone_an { margin-left: 15px; width: 100px; height: 70px; background-color: #2c548f;   border: 0; outline: 0; display: flex; align-items: center; }
#searchOne .searchone_an .searchone_icon { margin: 0 auto; filter: brightness(6); width: 28px; height: 28px; display: block; }
/* 热点搜索 */
.rdssbox { margin: 15px auto 0; width: 740px; display: flex; position: relative; }
.rdssbox .label { color: #fff; font-size: 14px; }
.rdssbox .rdlist { display: flex; position: relative; }
.rdssbox .rdlist a { margin-right: 10px; color: #fff; font-size: 14px; }
/* 菜单 */
.menuone { margin: 40px auto 0; width: 1200px; height: 80px;  position: relative; box-sizing: border-box; }
.menuone .menuone-list { width: 100%; height: 100%; background-color: rgb(0, 0, 0, .4); display: flex; align-items: center; position: relative; box-sizing: border-box; }
.menuone .menuone-list .menuone-item { flex: 1; line-height: 80px; text-align: center; color: #fff; font-size: 20px; font-weight: bold; display: block; width: 100%; height: 100%; }
.menuone .menuone-list .menuone-item:hover, .menuone .menuone-list .menuone-item.active { background-color: #06baf9; }
/* 底部 */
.bottomone { position: absolute; bottom: 90px; width: 100%; }
.bottomone .info { color: #fff; font-size: 18px; text-align: center; }
.bottomone .mouse { margin-top: 10px; color: #fff; font-size: 18px; position: relative; text-align: center; transform: translateY(60%); animation: mouse1 1.5s ease-in-out infinite; } 
.bottomone .mouse .icon { width: 28px; height: 40px; }
.bottomone .mouse .tag { color: #fff; font-size: 18px; }
/* 鼠标动画效果 */
@keyframes mouse1 {
    0% { transform: translateY(0px); }
    50% { transform: translateY(20px); }
    100% { transform: translateY(0px); }
}
/* 头条 */
.tt-part { margin-top: -86px; width: 100%; position: relative; box-sizing: border-box; }
.tt-part .tt-wrap { margin: 0 auto; width: 1200px; position: relative; box-sizing: border-box; }
.ttbox {
    padding: 30px 20px;
    width: 100%;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
}
.ttbox .tt-title { position: absolute; top: 18px; left: 20px; z-index: 9; }
#ttSwiper { width: 100%; position: relative; }
#ttSwiper .ttitem { width: 100%; position: relative; box-sizing: border-box; }
#ttSwiper .ttitem .tit { padding: 0 70px; color: #2c548f; font-size: 30px; text-align: center; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
#ttSwiper .ttitem .desc { margin-top: 20px; line-height: 29px; color: #333; font-size: 16px; text-indent: 2em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
#ttSwiper .ttitem .tit:hover, #ttSwiper .ttitem .desc:hover { color: #1c5fc2; }
/* 新闻 */
.news-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.news-part .news-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.news-part .leftSwiper {
    width: 685px;
    height: 385px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.news-part .rightbox {
    margin-left: 30px;
    width: 485px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
/* 轮播图 */
#firstSwiper {
    position: relative;
    width: 100%;
    height: 100%;
}
#firstSwiper .swiper-wrapper > .swiper-slide img {
    width: 100%;
    height: 385px;
}

/* 自定义底部分页器 */
#firstSwiper .swiper-pagination-bullets {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8px;
    left: auto;
    width: 20%;
    text-align: right;
    padding-right: 20px;
}
#firstSwiper .swiper-pagination-bullets > .swiper-pagination-bullet {
    margin: 0 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
#firstSwiper .swiper-pagination-bullets > .swiper-pagination-bullet-active {
    width: 39px;
    border-radius: 39px;
    background-color: #fff;
}
/* 自定义底部content条框 */
#firstSwiper .swiper-slide > .pic-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background-color: rgb(0, 0, 0, 0.5);
}
#firstSwiper .swiper-slide > .pic-content > a {
    display: block;
    width: 430px;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#firstSwiper .swiper-slide > .pic-content > a:hover {
    text-decoration: underline;
}
/* 自定义按钮 */
#firstSwiper .swiper-button-next:after, #firstSwiper .swiper-button-prev:after { font-size: 18px; }
#firstSwiper > .swiper-button-next, #firstSwiper > .swiper-button-prev { width: 30px; height: 60px; line-height: 60px; text-align: center; display: block; color: #fff; text-align: center; background-color: #000; }
/* 新闻栏 */
.newsbox {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.newsbox .news-title {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.newsbox .news-title .tit {
    margin-right: 15px;
    width: 110px;
    height: 39px;
    line-height: 39px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.newsbox .news-title .tit.active {
    color: #fff;
    background-color: #2c548f;
    border-radius: 20px;
}
.newsbox .news-content {
    margin-top: 10px;
    position: relative;
    box-sizing: border-box;
}
.newsbox .news-content .news-conwrap { display: none; }
.newsbox .news-list {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.newsbox .news-list .news-item {
    margin-bottom: 5px;
    padding-left: 15px;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.newsbox .news-list .news-item:before {
    content: " ";
    position: absolute;
    top: 17px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #2c548f;
    border-radius: 50%;
}
.newsbox .news-list .news-item .text {
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsbox .news-list .news-item .time {
    float: right;
    width: 80px;
    color: #999;
    font-size: 14px;
    text-align: right;
}
.newsbox .news-list .news-item .text:hover  {
    color: #2c548f;
}
#news1 { width: 560px; }
/* 我要看 */
.wy-part {
    /* margin-top: 60px; */
    margin-top: 30px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.wy-part .wy-title {
    margin: 0 auto;
    width: 1200px;
    height: 80px;
    line-height: 80px;
    background-color: #cca467;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.wy-part .wy-title .tit {
    flex: 1;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 6px;
    position: relative;
    box-sizing: border-box;
}
.wy-part .wy-title .tit .hoverpic {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.wy-part .wy-title .tit.active .hoverpic { display: block; }
.wy-part .wy-content {
    margin-top: 32px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.wy-part .wy-content .wycon-wrap { display: none; }
/* 我要看 */
.wykbox {
    padding: 40px 0;
    width: 100%;
    background: url(../images/2025ngb_bg_wybox.png) top center no-repeat;
}
.wykbox .wyk-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.wykbox .wyk-left, .wykbox .wyk-right { 
    width: 520px;
    position: relative;
    box-sizing: border-box;
}
/* 我要办 */
.wybbox {
    padding: 40px 0;
    width: 100%;
    background: url(../images/2025ngb_bg_wybox.png) top center no-repeat;
    background-size: 100% 100%;
}
/* 办事服务 */
.section-floor {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
/* 切换效果 */
.indexTypes {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.indexTypes ul {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.indexTypes ul li {
    position: relative;
    overflow: hidden;
}
.indexTypes ul li .title {
    width: 142px;
    height: 340px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.indexTypes ul li.current .title { margin-right: 0; }
.indexTypes ul li .title img {
    margin: 0 auto;
    width: 128px;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    display: block;
}
.indexTypes ul li .con {
    position: absolute;
    top: 0;
    left: 135px;
    padding: 40px 30px;
    width: 784px;
    height: 340px;
    background-color: #e5f0fe;
    box-sizing: border-box;
    display: none;
}
.bsfwbox .bsxm-list {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.bsfwbox .bsxm-list .bsxm-item {
    margin: 0 16px 16px 0;
    width: 169px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.bsfwbox .bsxm-list .bsxm-item a { color: inherit; }
.bsfwbox .bsxm-list .bsxm-item:nth-child(4n) {
    margin-right: 0;
}
.bsfwbox .bsxm-list .bsxm-item:hover {
    color: #fff;
    background-color: #1c5fc2;
}

.indexTypes ul li.current .con { display: block; }
/* 场景式服务 */
.cjsfwbox {
    margin: 35px auto 0;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.cjsfwbox .cjsfw-title {
    width: 100%;
    height: 60px;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: -15px;
    z-index: 2;
}
.cjsfwbox .cjsfw-content {
    padding: 75px 30px 0;
    width: 100%;
    height: 220px;
    background-color: #e5f0fe;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}
.cjsfwbox .fwlist {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cjsfwbox .fwlist .fwitem {
    width: 178px;
    height: 106px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.cjsfwbox .fwlist .fwitem a { display: block; width: 100%; height: 100%; color: #333; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.cjsfwbox .fwlist .fwitem a .icon { margin-bottom: 12px; }
.cjsfwbox .fwlist .fwitem:hover { border: 1px solid #1c5fc2; box-shadow: 0px 0px 32px 3px rgb(28, 95, 194, 0.2); }
.cjsfwbox .fwlist .fwitem:hover a { font-weight: bold; }

/* 我要问 */
.wywbox {
    padding: 40px 0 20px;
    width: 100%;
    background: url(../images/2025ngb_bg_wybox.png) top center no-repeat;
    background-size: 100% 100%;
}
.wywbox .wyw-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.wywbox .wyw-newbox, #xjhfNews .wycon-content {
    width: 830px;
    position: relative;
    box-sizing: border-box;
}
#xjhfNews .wycon-content .wycon-conwrap { display: none; }
#xjhfNews .wycon-xjcon {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
/* 信件 */
.xjbox .xjhf-title {
    margin: 10px auto 10px;
    width: 100%;
    height: 39px;
    line-height: 39px;
    background-color: #dff0ff;
    position: relative;
    box-sizing: border-box;
}
.xjbox .xjhf-title ul {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.xjbox .xjhf-title ul li {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border-right: #fff 1px solid;
}
.xjbox .xjhf-title ul li.t1, .xjbox .xjhf-list ul li.t1 { width: 502px; }
.xjbox .xjhf-title ul li.t2, .xjbox .xjhf-list ul li.t2 { width: 200px; }
.xjbox .xjhf-title ul li.t3, .xjbox .xjhf-list ul li.t3  { width: 128px; }
.xjbox .xjhf-title ul li.t4, .xjbox .xjhf-list ul li.t4  { width: 128px; border-right: 0; }
.xjbox .xjhf-list ul { display: flex; }
.xjbox .xjhf-list ul li {
    height: 38px;
    line-height: 38px;
    color: #333;
    font-size: 16px;
    text-align: center; 
}
.xjbox .xjhf-list ul li.t1 {
    padding-left: 30px;
    text-align: left;
    box-sizing: border-box;
    position: relative;
}
.xjbox .xjhf-list ul li.t1 a { color: inherit; }
.xjbox .xjhf-list ul li.t1:before {
    content: " ";
    position: absolute;
    top: 17px;
    left: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2c548f;
}
.xjbox .xjhf-list ul li.t3, .xjbox .xjhf-list ul li.t4 { color: #9e9e9e; }
.xjbox .xjhf-list ul li:hover.t1 { color: #1c5fc2; }
/* 图片 */
.wywbox .wyw-right {
    margin-left: 33px;
    width: 340px;
    position: relative;
    box-sizing: border-box;
}
.wywbox .hdy_xxkbox {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.wywbox .hdy_xxkbox img {
    margin: 0 auto;
    width: 340px;
    height: 266px;
    display: block;
    overflow: hidden;
}
/* 信件搜索 */
#xjSearchForm {
    margin-top: 12px;
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
}
#xjSearchForm .searchcon3 {
    padding: 0 12px;
    margin-bottom: 8px;
    width: 254px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    position: relative;
}
#xjSearchForm .searbtn {
    width: 72px;
    height: 88px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    background-color: #2c548f;
    cursor: pointer;
}
/* 列表 */
#xjhfNews .news-list {
    margin-top: 20px;
}

/* 专题专栏 */
.ztzl-part {
    width: 100%;
    min-height: 246px;
    background: url(../images/2025ngb_bg_ztzl.png) bottom center no-repeat;
    position: relative;
    box-sizing: border-box;
}
.ztzl-part .ztzl-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.ztzlbox {
    padding-top: 52px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.ztzlbox .ztzl-title {
    margin-right: 20px;
    position: relative;
    box-sizing: border-box;
}
.ztzlbox .ztzl-content {
    position: relative;
    box-sizing: border-box;
}
#ztzlSwiper {
    width: 1100px;
}
#ztzlSwiper .piclink {
    margin: 0 auto;
    width: 345px;
    height: 105px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    display: block;
}
#ztzlSwiper .piclink .pic {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
}
/* banner */
.banner-part {
    margin-top: 30px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.banner-part .banner-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
#bannerSwiper {
    width: 1200px;
}
#bannerSwiper .piclink {
    margin: 0 auto;
    width: 1200px;
    height: 100px;
    display: block;
}
#bannerSwiper .piclink img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
}
#bannerSwiper .swiper-button-prev, #bannerSwiper .swiper-button-next { color: #fff; }


/* 底部 */
