/* 宽度 */
.w-1200 {
    width: 1200px;
    margin: 0 auto;
}

a:hover {
    color: #0068B7;
}

.main-box {
    background: linear-gradient(180.00deg, rgba(58, 131, 233, .1) 0%, rgba(255, 255, 255, 1) 20%);
}

.ldxx-xxgkzl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
}

/* 领导信息 */
.ldxx {
    width: 790px;
}

.ldxx-title {
    display: block;
    width: 100%;
    height: auto;
    font-size: 22px;
    line-height: 2;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
}

.ldxx-txt {
    display: flex;
    justify-content: space-between;
}

.ldxx-txt>img {
    display: block;
    width: 185px;
    height: 231px;
    object-fit: cover;
}

.ldxx-txt-right {
    width: 575px;
    margin-left: 30px;
}

.ldxx-txt-top {
    width: 100%;
    margin-bottom: 44px;
}

.ldxx-txt-top>a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 2;
    color: #333;
    font-weight: 700;
}

.ldxx-txt-top>a>span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    color: #999;
    font-weight: 700;
}

.ldxx-txt-bottom>a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 2;
    color: #333;
    font-weight: 700;
}

.fxz-box {
    display: flex;
}

.fxz-box>span {
    color: #333;
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
}

.fxz-list {
    display: flex;
}

.fxz-list>li {
    margin-right: 10px;
}

.fxz-list>li>a {
    color: #333;
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
}

.ldxx-txt-top>a:hover,
.ldxx-txt-bottom>a:hover,
.fxz-list>li>a:hover {
    color: #0068B7;
}

/* 政府信息公开专栏 */
.xxgkzl {
    width: 380px;
}

.xxgkzl-title {
    display: block;
    width: 100%;
    height: auto;
    font-size: 22px;
    line-height: 2;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.xxgkzl-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: url(zfxxgkpt-bg.png) no-repeat 28px center;
    background-size: 96px auto;
    background-color:
        rgba(255, 255, 255, .7);
    border: 1px solid #e1e1e1;
    padding: 20px 20px 20px 165px;
}

.xxgkzl-list>li {
    width: 100%;
    border-top: 1px solid #E1E1E1;
    padding-left: 20px;
    background: url(lan-dian.png) no-repeat left center;
    background-size: 3px 3px;
    background-color: #fff;
    transition: 0.3s;
    box-shadow: 0px 0px 0px transparent;
}

.xxgkzl-list>li:hover {
    padding: 0 20px 0 40px;
    box-shadow: 0px 0px 10px #ccc;
    background-position-x: 20px;
}

.xxgkzl-list>li:hover>a {
    color: #0068B7;
}

.xxgkzl-list>li:last-child {
    border-bottom: 1px solid #E1E1E1;
}

.xxgkzl-list>li>a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 45px;
}

/* 工示公告-tab切换 */
.gsgg-tab {
    width: 790px;
}

.gsgg-tab>.title_box>.title {
    display: flex;
}

.gsgg-tab>.title_box>.title>li {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    margin-right: 30px;
}

.gsgg-tab>.title_box>.title>li.ons {
    color: #0068B7;
}

.gsgg-tab>.title_box>.title>li.ons>a {
    color: #0068B7;
}

.gsgg-tab>.list_box {
    padding-top: 20px;
}

.gsgg-tab>.list_box li {
    padding-left: 20px;
    background: url(hei-dian.png) no-repeat left center;
    background-size: 3px 3px;
    transition: 0.3s;
    box-shadow: 0px 0px 0px transparent;
}

.gsgg-tab>.list_box li a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 36px;
}

.gsgg-tab>.list_box li a span.tab-title {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 36px;
}

.gsgg-tab>.list_box li a span.time {
    font-size: 16px;
    font-weight: 700;
    color: #999;
    line-height: 36px;
}

.gsgg-tab>.list_box li:hover {
    padding: 0 20px 0 40px;
    box-shadow: 0px 0px 10px #ccc;
    background-position-x: 20px;
}

.gsgg-tab>.list_box li:hover a {
    color: #0068B7;
}

/* 往期公报-list */
.wqgb-list {
    width: 380px;
    background: url(gongba-bg.png) no-repeat 20px 30px;
    background-size: 157px auto;
    background-color: #fff;
    padding: 20px 20px 20px 197px;
    border: 1px solid #e1e1e1;
    margin-top: 50px;
}

.wqgb-list>li>a {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    color: #333;
}

.wqgb-list>li>a:hover {
    color: #0068B7;
}

.wqgb-list>li.wqgb-more {
    margin-top: 13px;
}

.wqgb-list>li.wqgb-more>a {
    color: #0068B7;
}

/* 决策公开 */
.jcgk-zxgk {
    width: 100%;
    display: flex;
    background: #fff;
    margin: 40px 0;
    justify-content: space-between;
}

.jcgk {
    display: flex;
    width: 155px;
    height: auto;
    border: 1px solid #c4dcfe;
}

.jcgk-title {
    display: block;
    width: 144px;
    height: 108px;
    background: url(jcgk-bg.png) no-repeat left top;
    background-size: 100% 100%;
}

.jcgk-list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 38px 24px 30px;
    width: 356px;
    justify-content: space-between;
}

.jcgk-list>li {
    font-size: 16px;
    line-height: 2;
    color: #000;
    font-weight: 700;
    margin-right: 20px;
}

.jcgk-list>li:nth-child(3n) {
    margin-right: 0;
}

.zxgk-list {
    display: flex;
    width: auto;
    height: auto;
}

.zxgk-list>li {
    width: 155px;
    height: 108px;
    border: 1px solid #c4dcfe;
    margin-left: 20px;
}

.zxgk-list>li>a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
}

.zxgk-list>li>a:hover {
    transform: translateY(-10px);
    color: #0068B7;
}

.zxgk-list>li:nth-child(1)>a {
    background: url(zxgk.png) no-repeat center 20px;
    background-size: 46px auto;
}

.zxgk-list>li:nth-child(2)>a {
    background: url(glgk.png) no-repeat center 20px;
    background-size: 35px auto;
}

.zxgk-list>li:nth-child(3)>a {
    background: url(fwgk.png) no-repeat center 20px;
    background-size: 42px auto;
}

.zxgk-list>li:nth-child(4)>a {
    background: url(jggk.png) no-repeat center 20px;
    background-size: 32px auto;
}

/* 政策文件-tab */
.zcwj-tab {
    width: 790px;
}

.zcwj-tab>.title_box>.title {
    display: flex;
    flex-wrap: wrap;
}

.zcwj-tab>.title_box>.title>li {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-right: 20px;
    margin-bottom: 30px;
}

.zcwj-tab>.title_box>.title>li.ons {
    color: #0068B7;
}

.zcwj-tab>.title_box>.title>li.ons>a {
    color: #0068B7;
}

.zcwj-tab>.list_box {
    padding-top: 0px;
}

.zcwj-tab>.list_box li {
    padding-left: 20px;
    background: url(hei-dian.png) no-repeat left center;
    background-size: 3px 3px;
    transition: 0.3s;
    box-shadow: 0px 0px 0px transparent;
}

.zcwj-tab>.list_box li a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 36px;
}

.zcwj-tab>.list_box li a span.tab-title {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 36px;
}

.zcwj-tab>.list_box li a span.time {
    font-size: 16px;
    font-weight: 700;
    color: #999;
    line-height: 36px;
}

.zcwj-tab>.list_box li:hover {
    padding: 0 20px 0 40px;
    box-shadow: 0px 0px 10px #ccc;
    background-position-x: 20px;
}

.zcwj-tab>.list_box li:hover a {
    color: #0068B7;
}

/* 政策文件tab-调整 */
.zcwj-tab>.list_box li {
    border-bottom: 1px dotted #c0d5e2;
}

.zcwj-tab>.list_box li a span.tab-title,
.zcwj-tab>.list_box li a span.time {
    line-height: 45px;
}


/* 部门信息公开 */
.bmxxgk-tab {
    width: 380px;
}

.bmxxgk-tab>.title_box>.title {
    display: flex;
}

.bmxxgk-tab>.title_box>.title>li {
    font-size: 22px;
    font-weight: 700;
    margin-right: 30px;
}

.bmxxgk-tab>.title_box>.title>li.ons {
    color: #0068B7;
}

.bmxxgk-tab>.title_box>.title>li.ons>a {
    color: #0068B7;
}

.bmxxgk-tab>.list_box {
    height: 230px;
    overflow-y: scroll;
    padding: 20px;
    margin-top: 20px;
    background-color: #F7F7F7;
}

/* 滚动条样式开始 */

.bmxxgk-tab>.list_box::-webkit-scrollbar {
    width: 4px;
    height: 78px;
}

.bmxxgk-tab>.list_box::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

.bmxxgk-tab>.list_box::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

.bmxxgk-tab>.list_box::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.bmxxgk-tab>.list_box::-webkit-scrollbar-corner {
    background: #179a16;
}

/* 滚动条样式结束 */

.bmxxgk-tab>.list_box li {
    width: 23%;
}

.bmxxgk-tab>.list_box li a {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 2;
}

.bmxxgk-tab>.list_box li a span.tab-title {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 36px;
}

.bmxxgk-tab>.list_box li a span.time {
    font-size: 16px;
    font-weight: 700;
    color: #999;
    line-height: 36px;
}

.bmxxgk-tab>.list_box li:hover a {
    color: #0068B7;
}

.bmxxgk-tab>.list_box>.list>li {
    float: left;
    margin: 0 45px 20px 0;
}

.bmxxgk-tab>.list_box>.list>li:nth-child(3n) {
    margin-right: 0;
}

/* 重点领域信息公开 */
.zdlyxxgk {
    margin-top: 40px;
}

.zdly-title>a {
    font-size: 22px;
    line-height: 2;
    font-weight: 700;
    color: #000;
}

.zdly-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.zdly-list>li {
    width: 200px;
    height: 120px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.zdly-list>li>a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-bottom: 23px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    transition: transform 0.3s ease;
}

.zdly-list>li:nth-child(1)>a {
    background: url(zdly-jc.png) no-repeat center 20px;
    background-size: 36px 36px;
}

.zdly-list>li:nth-child(2)>a {
    background: url(zdly-qzqd.png) no-repeat center 20px;
    background-size: 36px 36px;
}

.zdly-list>li:nth-child(3)>a {
    background: url(zdly-yjs.png) no-repeat center 20px;
    background-size: 36px 36px;
}

.zdly-list>li:nth-child(4)>a {
    background: url(zdly-zqsk.png) no-repeat center 20px;
    background-size: 36px 36px;
}

.zdly-list>li:nth-child(5)>a {
    background: url(zdly-zfbz.png) no-repeat center 20px;
    background-size: 36px 36px;
}

.zdly-list>li:nth-child(6)>a {
    background: url(zdly-shbz.png) no-repeat center 20px;
    background-size: 36px 36px;
}

.zdly-list>li:nth-child(7)>a {
    background: url(zdly-ggws.png) no-repeat center 20px;
    background-size: 36px 36px;
}

.zdly-list>li:nth-child(8)>a {
    background: url(zdly-cjjy.png) no-repeat center 20px;
    background-size: 36px 36px;
}

.zdly-list>li:nth-child(9)>a {
    background: url(zdly-hysy.png) no-repeat center 20px;
    background-size: 36px 36px;
}

.zdly-list>li:nth-child(10)>a {
    background: url(zdly-shfl.png) no-repeat center 20px;
    background-size: 36px 36px;
}

.zdly-list>li:nth-child(11)>a {
    background: url(zdly-hjbh.png) no-repeat center 20px;
    background-size: 36px 36px;
}

.zdly-list>li:nth-child(12)>a {
    background: url(zdly-gd.png) no-repeat center 20px;
    background-size: 36px 36px;
}

.zdly-list>li>a:hover {
    color: #0068B7;
    transform: translateY(-10px);
}

/* 使用伪类添加间隔 */
.jsgc-tab>.title_box>.title>li>a {
    display: flex;
    align-items: center;
}

.jsgc-tab>.title_box>.title>li>a::after {
    display: block;
    content: '';
    width: 2px;
    height: 16px;
    background-color: #999;
    margin: 0 10px;
}

.jsgc-tab>.title_box>.title>li:last-child>a::after {
    display: none;
}

/* 专题专栏 */
.ztzl {
    width: 100%;
    background-color: #F6FAFC;
    padding: 40px 0;
    margin-top: 40px;
}

.ztzl-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(ztzl-title-bg.png) no-repeat 116px center;
    background-size: 1005px 7px;
}

.ztzl-title>div {
    font-size: 22px;
    line-height: 2;
    font-weight: 700;
    color: #000000;
}

.ztzl-title>a {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    color: #3A83E9;
}

.swiper-ztzl {
    position: relative;
    overflow: hidden;
    padding: 20px 0 42px 0;
}

.swiper-ztzl .swiper-slide>a>img {
    display: block;
    width: 277px;
    height: 150px;
    object-fit: cover;
}

.swiper-ztzl .swiper-pagination {
    bottom: 0px;
}

.swiper-ztzl .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 30px 0 0;
    background-color: #3A83E9;
    opacity: .2;
}

.swiper-ztzl .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    margin: 0 30px 0 0;
    opacity: 1;
}

.swiper-ztzl .swiper-pagination .swiper-pagination-bullet:last-child {
    width: 12px;
    height: 12px;
    margin: 0;
}

.swiper-ztzl .swiper-slide>a>img {
    transition: transform 0.3s ease;
}

.swiper-ztzl .swiper-slide>a>img:hover {
    transform: translateY(-10px);
}


/* 老年版样式 */

/* tab切换 */
.old_type .gsgg-tab,
.old_type .zcwj-tab,
.old_type .bmxxgk-tab {
    width: 100%;
    margin-top: 30px;
}

.old_type .gsgg-tab>.title_box>.title>li>a,
.old_type .zcwj-tab>.title_box>.title>li>a,
.old_type .bmxxgk-tab>.title_box>.title>li>a {
    font-size: 48px;
}

.old_type .gsgg-tab>.title_box>.title>li,
.old_type .zcwj-tab>.title_box>.title>li,
.old_type .bmxxgk-tab>.title_box>.title>li {
    margin-right: 60px;
}

.old_type .gsgg-tab>.list_box li a,
.old_type .gsgg-tab>.list_box li a span,
.old_type .zcwj-tab>.list_box li a,
.old_type .zcwj-tab>.list_box li a span,
.old_type .bmxxgk-tab>.list_box li a,
.old_type .bmxxgk-tab>.list_box li a span {
    font-size: 36px;
    line-height: 2;
}

.old_type .gsgg-tab>.list_box li,
.old_type .zcwj-tab>.list_box li,
.old_type .bmxxgk-tab>.list_box li {
    padding-left: 30px;
    background-size: 8px 8px;
}

.old_type .gsgg-tab>.list_box li:hover,
.old_type .zcwj-tab>.list_box li:hover {
    padding: 0 20px 0 60px;
}

/* tab切换结束 */



/* 重点领域信息公开 */
.old_type .zdly-title>a {
    font-size: 36px;
    line-height: 2;
}

.old_type .zdly-list>li {
    width: 25%;
    height: 170px;
}

.old_type .zdly-list>li>a {
    font-size: 32px;
    line-height: 2;
    background-size: 50px 50px;
}

/* 专题专栏 */
.old_type .ztzl-title {
    background-size: 800px auto;
    background-position-x: 200px;
}

.old_type .ztzl-title>div,
.old_type .ztzl-title>a {
    font-size: 36px;
    line-height: 2;
}

/* 手机端样式 */
.mobile_type .w-1200 {
    width: 100%;
}

/* 信息列表 */
.mobile_type .gwy-tab>.title_box>.title>li,
.mobile_type .zctab>.title_box>.title>li,
.mobile_type .yjzj-tab>.title_box>.title>li,
.mobile_type .zkly-tab>.title_box>.title>li.ons {
    font-size: 5vw;
    margin: 0 4vw 0 0;
    padding: 0 0 4vw 0;
}

.mobile_type .ywkx-list>li,
.mobile_type .gwy-tab>.list_box li,
.mobile_type .zctab>.list_box li,
.mobile_type .yjzj-tab>.list_box li,
.mobile_type .zkly-tab>.list_box li {
    padding-left: 4vw;
    background-size: 1vw 1vw;
}

.mobile_type .ywkx-list>li>a,
.mobile_type .gwy-tab>.list_box li>a,
.mobile_type .gwy-tab>.list_box li a span.tab-title,
.mobile_type .gwy-tab>.list_box li a span.time,
.mobile_type .zctab>.list_box li,
.mobile_type .zctab>.list_box li>a,
.mobile_type .zctab>.list_box li>a span.tab-title,
.mobile_type .zctab>.list_box li>a span.time,
.mobile_type .yjzj-tab>.list_box li,
.mobile_type .yjzj-tab>.list_box li>a,
.mobile_type .yjzj-tab>.list_box li>a span.tab-title,
.mobile_type .yjzj-tab>.list_box li>a span.time,
.mobile_type .zkly-tab>.list_box li,
.mobile_type .zkly-tab>.list_box li>a,
.mobile_type .zkly-tab>.list_box li>a span.tab-title,
.mobile_type .zkly-tab>.list_box li>a span.time,
.mobile_type .jsgc-tab>.list_box li,
.mobile_type .jsgc-tab>.list_box li>a,
.mobile_type .jsgc-tab>.list_box li>a span.tab-title,
.mobile_type .jsgc-tab>.list_box li>a span.time {
    font-size: 4vw;
    line-height: 2;
}

/* 老年---政策文件-tab调整 */
.old_type .zcwj-tab>.list_box li {
    border-bottom: 2px dotted #c0d5e2;
}

.old_type .bmxxgk-tab>.list_box {
    height: auto;
}

.old_type .bmxxgk-tab>.list_box li {
    width: 22%;
    margin: 0 20px 20px 0;
    padding: 0 0 0 30px;
    text-align: left;
}

.old_type .bmxxgk-tab>.list_box>.list>li:nth-child(3n) {
    margin-right: 20px;
}

.old_type .bmxxgk-tab>.list_box li:nth-child(4n) {
    margin-right: 0;
}

/* 领导信息 */
.old_type .ldxx {
    width: 100%;
}

.old_type .ldxx-title {
    font-size: 48px;
    line-height: 2;
}

.old_type .ldxx-txt-right {
    width: 82%;
    margin-left: 0;
}

.old_type .ldxx-txt-top>a {
    font-size: 32px;
    line-height: 2;
}

.old_type .ldxx-txt-bottom>a,
.old_type .ldxx-txt-top>a>span,
.old_type .fxz-box>span,
.old_type .fxz-list>li>a {
    font-size: 22px;
    line-height: 2;
}

/* 政府信息公开平台 */
.old_type .xxgkzl {
    width: 100%;
    margin-top: 30px;
}

.old_type .xxgkzl-title {
    font-size: 48px;
    line-height: 2;
}

.old_type .xxgkzl-list {
    padding-top: 30px;
    padding-bottom: 30px;
}

.old_type .xxgkzl-list>li>a {
    font-size: 36px;
    line-height: 2;
}

.old_type .xxgkzl-list>li {
    width: 50%;
    padding-left: 60px;
    background-size: 8px 8px;
    background-position-x: 20px;
    border-bottom: 2px solid #E1E1E1;
}

/* .old_type .xxgkzl-list>li:last-child {
    border-bottom: 0px solid #E1E1E1;
} */

/* 往期公报 */
.old_type .wqgb-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 2px solid #e1e1e1;
    padding: 30px 30px 30px 197px;
}

.old_type .wqgb-list>li {
    width: 45%;
}

.old_type .wqgb-list>li>a {
    font-size: 36px;
    line-height: 2;
}

/* 决策公开 */
.old_type .jcgk-zxgk {
    flex-wrap: wrap;
}

/* .old_type .jcgk-title {
    width: 200px;
} */

.old_type .jcgk {
    margin-bottom: 30px;
}

.old_type .jcgk-list {
    width: 88%;
    display: flex !important;
}

.old_type .jcgk-list>li {
    font-size: 32px;
    line-height: 2;
    margin-right: 30px;
}

.old_type .jcgk-list>li:nth-child(3n) {
    margin-right: 45px;
}

.old_type .jcgk,
.old_type .zxgk-list {
    width: 100%;
}

/* 执行公开 */
.old_type .zxgk-list>li {
    width: 25%;
    height: 200px;
    margin: 0 30px 0 0;
}

.old_type .zxgk-list>li:last-child {
    margin: 0;
}

.old_type .zxgk-list>li>a {
    font-size: 32px;
    line-height: 2;
    background-size: 80px auto;
}

/* 手机端---tab切换  */
.mobile_type .gsgg-tab,
.mobile_type .zcwj-tab {
    width: 100%;
}

.mobile_type .gsgg-tab>.title_box>.title>li,
.mobile_type .zcwj-tab>.title_box>.title>li {
    font-size: 5vw;
    margin-right: 4vw;
}

.mobile_type .gsgg-tab>.list_box,
.mobile_type .zcwj-tab>.list_box {
    padding-top: 4vw;
}

.mobile_type .gsgg-tab>.list_box li,
.mobile_type .zcwj-tab>.list_box li {
    padding-left: 4vw;
    background-size: 1vw 1vw;
}

.mobile_type .gsgg-tab>.list_box li a,
.mobile_type .gsgg-tab>.list_box li a span.tab-title,
.mobile_type .gsgg-tab>.list_box li a span.time,
.mobile_type .zcwj-tab>.list_box li a,
.mobile_type .zcwj-tab>.list_box li a span.tab-title,
.mobile_type .zcwj-tab>.list_box li a span.time {
    font-size: 4vw;
}

/* 领导信息 */
.mobile_type .main-box {
    background: none;
}

.mobile_type .ldxx-xxgkzl {
    padding: 2vw;
}

.mobile_type .ldxx {
    width: 100%;
}

.mobile_type .ldxx-title {
    font-size: 5vw;
    margin: 0 0 4vw 0;
}

.mobile_type .ldxx-txt {
    flex-wrap: wrap;
}

.mobile_type .ldxx-txt>img {
    width: 100%;
    height: auto;
}

.mobile_type .ldxx-txt-right {
    width: 100%;
    margin: 4vw 0 0 0;
}

.mobile_type .ldxx-txt-top {
    margin: 0 0 4vw 0;
}

.mobile_type .ldxx-txt-top>a,
.mobile_type .ldxx-txt-top>a>span,
.mobile_type .ldxx-txt-bottom>a,
.mobile_type .fxz-box>span,
.mobile_type .fxz-list>li>a {
    font-size: 4vw;
    line-height: 2;
}

.mobile_type .fxz-box,
.mobile_type .fxz-list {
    flex-wrap: wrap;
}

.mobile_type .fxz-list>li {
    margin: 0 2vw 0 0;
}

/* 信息公开专栏 */
.mobile_type .xxgkzl {
    width: 100%;
    margin: 4vw 0;
}

.mobile_type .xxgkzl-title {
    font-size: 5vw;
    margin: 0 0 4vw 0;
}

.mobile_type .xxgkzl-list {
    background-size: 20vw auto;
    padding: 2vw 2vw 2vw 40vw;
}

.mobile_type .xxgkzl-list>li {
    padding-left: 4vw;
    background-size: 1vw 1vw;
    border: 0px;
    border-bottom: 1px solid #E1E1E1;
}

.mobile_type .xxgkzl-list>li>a {
    font-size: 4vw;
    line-height: 2;
}

.mobile_type .wqgb-list>li.wqgb-more {
    margin-top: 2vw;
}

/* 往期公报 */
.mobile_type .wqgb-list {
    width: 100%;
    background-size: 30vw auto;
    padding: 2vw 2vw 2vw 40vw;
    margin: 4vw 0;
}

.mobile_type .wqgb-list>li>a {
    font-size: 4vw;
}

/* 规划计划 */
.mobile_type .jcgk-zxgk {
    flex-wrap: wrap;
    margin: 4vw 0;
}

.mobile_type .jcgk {
    width: 100%;
    /* flex-wrap: wrap; */
}

.mobile_type .jcgk-list {
    padding: 2vw;
    width: 100%;
    display: flex;
}

.mobile_type .jcgk-list>li {
    font-size: 4vw;
    margin-right: 4vw;
}

.mobile_type .zxgk-list {
    width: 100%;
    margin: 4vw 0;
    flex-wrap: wrap;
}

.mobile_type .zxgk-list>li {
    width: 46%;
    height: auto;
    margin: 0 2vw 0 0;
}

.mobile_type .zxgk-list>li>a {
    font-size: 4vw;
    background-size: 10vw auto;
    padding: 20vw 0 4vw 0;
}

.mobile_type .zcwj-tab>.title_box>.title>li {
    margin: 0 4vw 4vw 0;
}

.mobile_type .zcwj-tab>.list_box {
    padding-top: 0;
}

/* 政策文件-tab */
.mobile_type .bmxxgk-tab {
    width: 100%;
    margin: 4vw 0;
}

.mobile_type .bmxxgk-tab>.title_box>.title>li {
    font-size: 5vw;
    margin: 0 4vw 0 0;
}

.mobile_type .bmxxgk-tab>.list_box {
    padding: 2vw;
    height: auto;
    margin: 4vw 0 0 0;
}

.mobile_type .bmxxgk-tab>.list_box>.list>li {
    width: auto;
    margin: 0 4vw 4vw 0;
}

.mobile_type .bmxxgk-tab>.list_box li a {
    font-size: 4vw;
}

/* 重点领域信息公开 */
.mobile_type .zdlyxxgk {
    margin-top: 0vw;
}

.mobile_type .zdly-title>a {
    font-size: 5vw;
    line-height: 2;
}

.mobile_type .zdly-list {
    margin-top: 4vw;
}

.mobile_type .zdly-list>li {
    width: 50%;
    height: auto;
}

.mobile_type .zdly-list>li>a {
    font-size: 5vw;
    background-size: 10vw auto;
    padding-top: 23vw;
}

/* 专题专栏 */
.mobile_type .ztzl {
    margin: 0;
    padding: 4vw 2vw;
}

.mobile_type .ztzl-title {
    background: none;
}

.mobile_type .ztzl-title>div {
    font-size: 5vw;
}

.mobile_type .ztzl-title>a {
    font-size: 4vw;
}

.mobile_type .swiper-ztzl {
    padding: 2vw 0 6vw 0;
}

.mobile_type .swiper-ztzl .swiper-pagination .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
    margin-right: 4vw;
}

.mobile_type .swiper-ztzl .swiper-slide>a>img {
    width: 100%;
    height: 40vw;
}

/* 调整 */
.ldxx-txt-top {
    margin-bottom: 0px;
}

.wqgb-list>li>a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.bmxxgk-tab>.list_box>.list>li {
    width: auto;
    margin: 0 20px 20px 0 !important;
}

.old_type .ldxx-txt {
    flex-wrap: wrap;
}

.old_type .ldxx-txt-right {
    width: 100%;
    margin-top: 30px;
}

.old_type .ldxx-txt-bottom>a,
.old_type .ldxx-txt-top>a>span,
.old_type .fxz-box>span,
.old_type .fxz-list>li>a {
    font-size: 32px;
}

.old_type .ldxx-txt-top {
    margin-bottom: 10px;
}

.jcgk-title {
    color: #333;
    font-size: 20px;
    font-weight: 700 !important;
    text-align: center;
    line-height: 155px;
    background: url(/cms_files/jcms1/web2761/site/picture/1896/2403181558160385036.png?0.0884976023638866) no-repeat center 15px;
    background-size: 40px auto;
    background-color: #fff;
    color: #000;
}

.old_type .jcgk-title {
    font-size: 32px;
}

.old_type .jcgk-title:hover {
    color: #fff;
}

.old_type .swiper-ztzl .swiper-pagination {
    display: none;
}

.mobile_type .jcgk .jcgk-title {
    font-size: 5vw;
    color: #000 !important;
    background-color: #fff !important;
}

.mobile_type.UseInMobile .gsgg-tab>.list_box li,
.mobile_type.UseInMobile .zcwj-tab>.list_box li {
    background: none;
}

.mobile_type.UseInMobile .gsgg-tab>.list_box li>a,
.mobile_type.UseInMobile .zcwj-tab>.list_box li>a {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.mobile_type.UseInMobile .gsgg-tab>.list_box li>a>span.tab-title,
.mobile_type.UseInMobile .zcwj-tab>.list_box li>a>span.tab-title {
    width: 100%;
}

.jcgk-title:hover {
    color: #fff;
}

/* 调整-3-27 */
.old_type .ldxx-txt>img {
    margin-top: 20px;
}

.old_type .main-box .ldxx-txt {
    flex-wrap: nowrap;
}

.old_type .main-box .ldxx-txt-right {
    width: auto;
    margin-top: 0px;
    margin-left: 30px;
}

/* 调整-4-1 */
.ldxx-txt-top>a>span,
.ztzl-title>div,
.ztzl-title>a,
.zdly-title>a,
.zdly-list>li>a,
.bmxxgk-tab>.title_box>.title>li,
.bmxxgk-tab>.list_box li a,
.zcwj-tab>.list_box li a span.tab-title,
.zcwj-tab>.list_box li a span.time,
.zxgk-list>li,
.zcwj-tab>.title_box>.title>li,
.jcgk-list>li,
.jcgk-title,
.wqgb-list>li>a,
.gsgg-tab>.title_box>.title>li,
.gsgg-tab>.list_box li a span.tab-title,
.gsgg-tab>.list_box li a span.time,
.xxgkzl-title,
.xxgkzl-list>li>a,
.ldxx-txt-top>a,
.fxz-box>span,
.fxz-list>li>a,
.ldxx-title {
    font-weight: normal;
}

.zcwj-tab>.list_box li,
.xxgkzl-list>li {
    padding-left: 16px;
}

.wqgb-list {
    margin-top: 30px;
}

.zcwj-tab>.title_box>.title>li {
    margin-bottom: 20px;
}

.gsgg-tab>.list_box {
    padding-top: 12px;
}
/* 515 */
.jcgk-list{
    display: none;
}
.jcgk.xcActive {
    width: 505px;
}
.xcActive .jcgk-title{
    color: #fff !important;
    background-color: #3a83e9 !important;
}
.xcActive .jcgk-list{
    display: flex;
}
.jcgk-zxgk .jcgk:nth-child(1)>a {
    background: url(/cms_files/jcms1/web2761/site/picture/0/2405161106191862832.png?0.42905140234579964) no-repeat center 20px;
}
.mobile_type .jcgk-zxgk .jcgk:nth-child(1)>a {
    background: url(/cms_files/jcms1/web2761/site/picture/0/2405161106191862832.png?0.42905140234579964) no-repeat center 20px !important;
}
.jcgk-zxgk .xcActive.jcgk:nth-child(1)>a {
    background: url(/cms_files/jcms1/web2761/site/picture/1896/2403181558160385036.png?0.0884976023638866) no-repeat center 20px;
}
.jcgk-zxgk .jcgk:nth-child(2)>a {
    background: url(/cms_files/jcms1/web2761/site/images/45926/zxgk.png) no-repeat center 20px;
    background-size: 46px auto;
    color: #000;
    background-color: #fff;
}
.mobile_type .jcgk-zxgk .jcgk:nth-child(2)>a {
    background: url(/cms_files/jcms1/web2761/site/images/45926/zxgk.png) no-repeat center 20px !important;
    background-size: 46px auto !important;
}
.jcgk-zxgk .xcActive.jcgk:nth-child(2)>a{
    background: url(/cms_files/jcms1/web2761/site/picture/0/2405161106188589640.png?0.9467353570513419) no-repeat center 20px;
}
.jcgk-zxgk .jcgk:nth-child(3)>a {
    background: url(/cms_files/jcms1/web2761/site/images/45926/glgk.png) no-repeat center 20px;
    background-size: 35px auto;
    color: #000;
    background-color: #fff;
}
.mobile_type .jcgk-zxgk .jcgk:nth-child(3)>a {
    background: url(/cms_files/jcms1/web2761/site/images/45926/glgk.png) no-repeat center 20px !important;
    background-size: 35px auto !important;
}
.jcgk-zxgk .xcActive.jcgk:nth-child(3)>a {
    background: url(/cms_files/jcms1/web2761/site/picture/0/2405161106189475929.png?0.6074436331061357) no-repeat center 20px;
}

.jcgk-zxgk .jcgk:nth-child(4)>a {
    background: url(/cms_files/jcms1/web2761/site/images/45926/fwgk.png) no-repeat center 20px;
    background-size: 40px auto;
    color: #000;
    background-color: #fff;
}
.mobile_type .jcgk-zxgk .jcgk:nth-child(4)>a {
    background: url(/cms_files/jcms1/web2761/site/images/45926/fwgk.png) no-repeat center 20px !important;
    background-size: 40px auto !important;
}
.jcgk-zxgk  .xcActive.jcgk:nth-child(4)>a {
    background: url(/cms_files/jcms1/web2761/site/picture/0/2405161106190995556.png?0.7390171663839462) no-repeat center 20px;
}

.jcgk-zxgk .jcgk:nth-child(5)>a {
    background: url(/cms_files/jcms1/web2761/site/images/45926/jggk.png) no-repeat center 20px;
    background-size: 30px auto;
    color: #000;
    background-color: #fff;
}
.mobile_type .jcgk-zxgk .jcgk:nth-child(5)>a {
    background: url(/cms_files/jcms1/web2761/site/images/45926/jggk.png) no-repeat center 20px !important;
    background-size: 30px auto !important;
}
.jcgk-zxgk .xcActive.jcgk:nth-child(5)>a {
    background: url(/cms_files/jcms1/web2761/site/picture/0/2405161106190228010.png?0.639099135823447) no-repeat center 20px;
}
.old_type .jcgk, .old_type .zxgk-list {
    width: 100% !important;
}
.old_type .jcgk-title {
    width: 300px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}