/* 宽度 */
.w-1200 {
    width: 1200px;
    margin: 0 auto;
}

/* 要闻快讯 */
.tt-lb-tab-box {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 18px #e3edff;
}

.ywkx-box {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    padding: 28px 30px 29px 50px;
}

.ywkx-box>img {
    width: 74px;
    height: 104px;
    margin-right: 30px;
    margin-bottom: 6px;
}

.ywkx-list {
    width: 821px;
    margin-right: 119px;
}

.ywkx-list>li {
    width: 100%;
    padding-left: 20px;
    background: url(lan-dian.png) no-repeat left center;
    background-size: 4px 4px;
    transition: 0.3s;
    box-shadow: 0px 0px 0px transparent;
}

.ywkx-list>li:hover {
    padding: 0 20px 0 40px;
    box-shadow: 0px 0px 10px #ccc;
    background-position-x: 20px;
}

.ywkx-list>li:hover a {
    color: #0068B7;
}


.ywkx-list>li>a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 22px;
    line-height: 2;
    color: #333;
    font-weight: 700;
}

.ywkx-more {
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
    color: #0068B7;
}

/* 图片新闻 */
.tpxw-tab {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 20px 20px 20px;
}

.swiper-tpxw {
    position: relative;
    width: 600px;
    overflow: hidden;
}

.swiper-tpxw .swiper-slide a>img {
    width: 600px;
    height: 400px;
    object-fit: cover;
}

.swiper-tpxw .swiper-slide a .tpxw-txt {
    width: 100%;
    height: 50px;
    background-color: rgba(51, 51, 51, .5);
    padding-left: 20px;
}

.swiper-tpxw .swiper-slide .tpxw-txt>span {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    transition: 0.3s;
    box-shadow: 0px 0px 0px transparent;
}

.swiper-tpxw .swiper-pagination {
    width: auto;
    left: auto;
    right: 20px;
    bottom: 15px;
}

.swiper-tpxw .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 10px 0 0;
    opacity: 1;
}

.swiper-tpxw .swiper-pagination .swiper-pagination-bullet:last-child {
    margin: 0;
}

.swiper-tpxw .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #10C6FF;
}

/* 轮播旁-tab切换 */
.gwy-tab {
    width: 530px;
}

.gwy-tab>.title_box>.title {
    display: flex;
    border-bottom: 1px solid #C7C7C7;
}

.gwy-tab>.title_box>.title>li {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    padding-bottom: 18px;
    margin-right: 30px;
}

.gwy-tab>.title_box>.title>li.ons {
    color: #0068B7;
    border-bottom: 3px solid #0068B7;
}

.gwy-tab>.title_box>.title>li.ons>a {
    color: #0068B7;
}

.gwy-tab>.list_box {
    padding-top: 20px;
}

.gwy-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;
}

.gwy-tab>.list_box li a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 36px;
}

.gwy-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;
}

.gwy-tab>.list_box li a span.time {
    font-size: 16px;
    font-weight: 700;
    color: #999;
    line-height: 36px;
}

.gwy-tab>.list_box li:hover {
    padding: 0 20px 0 40px;
    box-shadow: 0px 0px 10px #ccc;
    background-position-x: 20px;
}

.gwy-tab>.list_box li:hover a {
    color: #0068B7;
}

/* 政策文件tab */
.zctab-xxgk-xxgklist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* width: 100%; */
    padding-top: 40px;
}

/* 政策文件-tab切换 */
.zctab {
    width: 630px;
    position: relative;
  /*overflow: hidden;*/
}

.zctab>.title_box>.more {
    position: absolute;
    top: 6px;
    right: 0;
}

.zctab>.title_box>.more>a {
    font-size: 16px;
    font-weight: 700;
    color: #0068B7;
}

.zctab>.title_box>.title {
    display: flex;
    border-bottom: 1px solid #C7C7C7;
}

.zctab>.title_box>.title>li {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    padding-bottom: 18px;
    margin-right: 30px;
}

.zctab>.title_box>.title>li.ons {
    color: #0068B7;
    border-bottom: 3px solid #0068B7;
}

.zctab>.title_box>.title>li.ons>a {
    color: #0068B7;
}

.zctab>.list_box {
    padding-top: 20px;
}

.zctab>.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;
}

.zctab>.list_box li a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 36px;
}

.zctab>.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;
}

.zctab>.list_box li a span {
    font-size: 16px;
    font-weight: 700;
    color: #999;
    line-height: 36px;
}

.zctab>.list_box li:hover {
    padding: 0 20px 0 40px;
    box-shadow: 0px 0px 10px #ccc;
    background-position-x: 20px;
}

.zctab>.list_box li:hover a {
    color: #0068B7;
}

/* 信息公开img */
.xxgk-img {
    width: 540px;
}

.xxgk-img-top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: 210px;
    background: url(xxgk-img-bg.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 30px 35px 30px 0;
}

.xxgk-img-top-a {
    display: block;
    width: 170px;
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
    /*background: url(xxgk-img-a-bg.png) no-repeat 20px center;*/
    background-size: 10px 15px;
    background-color: #fff;
    color: #0068B7;
    font-size: 16px;
    font-weight: 700;
    padding-left: 45px;
    text-align: left;
    transition: transform 0.3s ease;
}

.xxgk-img-top-a:hover {
    transform: translateY(-5px);
}

.xxgk-img-bottom {
    display: flex;
    margin-top: 30px;
}

.xxgk-img-bottom>li {
    width: 70px;
    height: 112px;
    margin-right: 25px;
}

.xxgk-img-bottom>li:last-child {
    margin-right: 0;
}

.xxgk-img-bottom>li>a {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    transition: transform 0.3s ease;
    text-align: center;
}

.xxgk-img-bottom>li:nth-child(1)>a {
    background: url(jgzn-bg.png) no-repeat top center;
    background-size: 70px 70px;
    background-color: #fff;
}

.xxgk-img-bottom>li:nth-child(2)>a {
    background: url(qzqd-bg.png) no-repeat top center;
    background-size: 70px 70px;
    background-color: #fff;
}

.xxgk-img-bottom>li:nth-child(3)>a {
    background: url(zfgb-bg.png) no-repeat top center;
    background-size: 70px 70px;
    background-color: #fff;
}

.xxgk-img-bottom>li:nth-child(4)>a {
    background: url(zdrw-bg.png) no-repeat top center;
    background-size: 70px 70px;
    background-color: #fff;
}

.xxgk-img-bottom>li:nth-child(5)>a {
    background: url(tjsj-bg.png) no-repeat top center;
    background-size: 70px 70px;
    background-color: #fff;
}

.xxgk-img-bottom>li:nth-child(6)>a {
    background: url(tjsj.png) no-repeat top center;
    background-size: 70px 70px;
    background-color: #fff;
}

.xxgk-img-bottom>li>a:hover {
    color: #0068B7;
    transform: translateY(-10px);
}

/* 信息公开列表 */
.xxgk-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 26px 0 40px;
}

.xxgk-list>li {
    width: 183px;
    height: 80px;
    /*background: url(xxgk-list-li-bg.png) no-repeat center center;*/
    background-size: 100% 100%;
}

.xxgk-list>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    padding-left: 67px;
    transition: transform 0.3s ease;
}

.xxgk-list>li>a:hover {
    color: #0068B7;
    transform: translateY(-5px);
}

.xxgk-list>li:nth-child(1)>a {
    background: url(xxgk-zn.png) no-repeat 17px center;
    background-size: 31px 31px;
}

.xxgk-list>li:nth-child(2)>a {
    background: url(xxgk-zd.png) no-repeat 17px center;
    background-size: 31px 31px;
}

.xxgk-list>li:nth-child(3)>a {
    background: url(xxgk-nb.png) no-repeat 17px center;
    background-size: 31px 31px;
}

.xxgk-list>li:nth-child(4)>a {
    background: url(xxgk-gznb.png) no-repeat 17px center;
    background-size: 31px 31px;
}

.xxgk-list>li:nth-child(5)>a {
    background: url(xxgk-zdgk.png) no-repeat 20px center;
    background-size: 31px 31px;
    padding-left: 64px;
}

.xxgk-list>li:nth-child(6)>a {
    background: url(xxgk-tsqgk.png) no-repeat 26px center;
    background-size: 31px 31px;
    padding-left: 76px;
}

/* 办事指南 */
.bszn-box {
    width: 100%;
    background: url(bszn-bg.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 40px 0;
}

.bszn-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(bszn-title-bg.png) no-repeat 116px center;
    background-size: 880px 2px;
}

.bszn-title-left {
    font-weight: 700;
    font-size: 25px;
    line-height: 45px;
    color: #0068B7;
}

.bszn-title-right {
    display: block;
    width: 178px;
    height: 32px;
    background: url(zwfww-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.bszn-list {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.bszn-list-left {
    display: flex;
    justify-content: space-between;
    width: 471px;
    height: 230px;
    border-top: 5px solid #0068B7;
    background-color: #fff;
    padding: 32px 34px 36px 30px;
}

.bszn-grbs {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100px;
    height: 148px;
    background: url(grbs.png) no-repeat top center;
    background-size: 100px 100px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-top: 11px;
}

.bszn-grbs:hover {
    color: #0068B7;
}

.grbs-list {
    display: flex;
    flex-wrap: wrap;
    width: 307px;
}

.grbs-list>li {
    margin: 0 0px 0 35px;
}

.grbs-list>li:nth-child(3n) {
    margin-right: 0;
}

.grbs-list>li>a {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    line-height: 42px;
}

.grbs-list>li>a:hover {
    color: #0068B7;
}

.bszn-frbs,
.bszn-bmbs,
.bszn-fwqd {
    width: 223px;
    height: 230px;
    border-top: 5px solid #0068B7;
    background-color: #fff;
}

.bszn-frbs>a,
.bszn-bmbs>a,
.bszn-fwqd>a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding-bottom: 34px;
}

.bszn-frbs>a {
    background: url(frbs.png) no-repeat center 48px;
    background-size: 100px 100px;
}

.bszn-bmbs>a {
    background: url(bmbs.png) no-repeat center 48px;
    background-size: 100px 100px;
}

.bszn-fwqd>a {
    background: url(fwqd.png) no-repeat center 48px;
    background-size: 100px 100px;
}

.bszn-frbs>a:hover,
.bszn-bmbs>a:hover,
.bszn-fwqd>a:hover {
    color: #0068B7;
}

/* 意见征集、重点领域、招考录用 */
.yjzj-zdly-zkly {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
}

.yjzj-list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

/* 意见征集-tab切换 */
.yjzj-tab {
    width: 585px;
    position: relative;
}

.yjzj-tab>.title_box>.more {
    position: absolute;
    top: 6px;
    right: 0;
}

.yjzj-tab>.title_box>.more>a {
    font-size: 16px;
    font-weight: 700;
    color: #0068B7;
}

.yjzj-tab>.title_box>.title {
    display: flex;
    border-bottom: 1px solid #C7C7C7;
}

.yjzj-tab>.title_box>.title>li {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    padding-bottom: 18px;
    margin-right: 30px;
}

.yjzj-tab>.title_box>.title>li.ons {
    color: #0068B7;
    border-bottom: 3px solid #0068B7;
}

.yjzj-tab>.title_box>.title>li.ons>a {
    color: #0068B7;
}

.yjzj-tab>.list_box {
    padding-top: 20px;
}

.yjzj-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;
}

.yjzj-tab>.list_box li a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 36px;
}

.yjzj-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;
}

.yjzj-tab>.list_box li a span {
    font-size: 16px;
    font-weight: 700;
    color: #999;
    line-height: 36px;
}

.yjzj-tab>.list_box li:hover {
    padding: 0 20px 0 40px;
    box-shadow: 0px 0px 10px #ccc;
    background-position-x: 20px;
}

.yjzj-tab>.list_box li:hover a {
    color: #0068B7;
}

/* 领导信箱list */
.ldxx-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 584px;
    margin-left: 30px;
}

.ldxx-list>li {
    width: 282px;
    height: 102px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.ldxx-list>li:hover {
    transform: translateY(-10px);
}

.ldxx-list>li:nth-child(1) {
    background: url(wyzx.png) no-repeat center center;
    background-size: auto 100%;
}

.ldxx-list>li:nth-child(2) {
    background: url(wyfy.png) no-repeat center center;
    background-size: auto 100%;
}

.ldxx-list>li:nth-child(3) {
    background: url(wyjy.png) no-repeat center center;
    background-size: auto 100%;
}

.ldxx-list>li:nth-child(4) {
    background: url(wyxf.png) no-repeat center center;
    background-size: auto 100%;
}

.ldxx-list>li:nth-child(5) {
    background: url(ldxx.png) no-repeat center center;
    background-size: auto 100%;
}

.ldxx-list>li:nth-child(6) {
    background: url(cxpj.png) no-repeat center center;
    background-size: auto 100%;
}

.ldxx-list>li:nth-child(7) {
    background: url(blgk.png) no-repeat center center;
    background-size: auto 100%;
    margin-bottom: 0px;
}

.ldxx-list>li>a {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    color: #0068B7;
    padding: 21px 0 0 30px;
}

.ldxx-list>li>a>span {
    font-size: 16px;
    font-weight: 700;
    color: #999999;
    margin-top: 10px;
}

/* 重点领域信息公开 */
.zdlyxxgk {
    margin-top: 40px;
}

.zdly-title>a {
    font-size: 24px;
    font-weight: 700;
    color: #0068B7;
}

.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);
}

/* 招考录用-建设工程 */
.zk-js-box {
    display: flex;
    margin-top: 40px;
}

/* 招考录用-tab */
.zkly-tab {
    width: 585px;
    position: relative;
}

.zkly-tab>.title_box>.more {
    position: absolute;
    top: 6px;
    right: 0;
}

.zkly-tab>.title_box>.more>a {
    font-size: 16px;
    font-weight: 700;
    color: #0068B7;
}

.zkly-tab>.title_box>.title {
    display: flex;
    border-bottom: 1px solid #C7C7C7;
}

.zkly-tab>.title_box>.title>li {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    padding-bottom: 18px;
    margin-right: 30px;
}

.zkly-tab>.title_box>.title>li.ons {
    color: #0068B7;
    border-bottom: 3px solid #0068B7;
}

.zkly-tab>.title_box>.title>li.ons>a {
    color: #0068B7;
}

.zkly-tab>.list_box {
    padding-top: 20px;
}

.zkly-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;
}

.zkly-tab>.list_box li a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 36px;
}

.zkly-tab>.list_box .title_box_1 li a {
	font-size: 15px;
}

.zkly-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;
}

.zkly-tab>.list_box li a span {
    font-size: 16px;
    font-weight: 700;
    color: #999;
    line-height: 36px;
}

.zkly-tab>.list_box li:hover {
    padding: 0 20px 0 40px;
    box-shadow: 0px 0px 10px #ccc;
    background-position-x: 20px;
}

.zkly-tab>.list_box .title_box_1 li:hover{
	padding: 0 20px 0 40px;
}

.zkly-tab>.list_box li:hover a {
    color: #0068B7;
}

/* 建设工程-tab */
.jsgc-tab {
    width: 585px;
    position: relative;
    margin-left: 30px;
}

.jsgc-tab>.title_box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C7C7C7;
    align-items: baseline;
}

.jsgc-tab>.title_box>.more {
    position: absolute;
    top: 6px;
    right: 0;
}

.jsgc-tab>.title_box>.more>a {
    font-size: 16px;
    font-weight: 700;
    color: #0068B7;
}

.jsgc-tab>.title_box>.title {
    display: flex;
}

.jsgc-tab>.title_box>.title>li {
    font-size: 16px;
    font-weight: 700;
    color: #999999;
    margin-right: 30px;
}

.jsgc-tab>.title_box>.title>li>a {
    color: #999999;
}

.jsgc-tab>.title_box>.title>li.ons>a {
    color: #333333;
}

.jsgc-tab>.list_box {
    padding-top: 20px;
}

.jsgc-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;
}

.jsgc-tab>.list_box li a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 36px;
}

.jsgc-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;
}

.jsgc-tab>.list_box li a span {
    font-size: 16px;
    font-weight: 700;
    color: #999;
    line-height: 36px;
}

.jsgc-tab>.list_box li:hover {
    padding: 0 20px 0 40px;
    box-shadow: 0px 0px 10px #ccc;
    background-position-x: 20px;
}

.jsgc-tab>.list_box li:hover a {
    color: #0068B7;
}

.jsgc-tt {
    color: #0068B7;
    border-bottom: 3px solid #0068B7;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 18px;
}

.jsgc-tab>.title_box>.title>li {
    margin: 0;
}

/* 使用伪类添加间隔 */
.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: url(ztzl-bg.png) no-repeat center;*/
    background-size: 100% 100%;
    padding: 40px 0;
    margin-top: 25px;
}

.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: 24px;
    line-height: 2;
    font-weight: 700;
    color: #0068B7;
}

.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);
}


/* 老年版样式 */
/* 头条 */
.old_type .ywkx-box {
    padding: 30px;
    justify-content: space-between;
}

.old_type .ywkx-box>img {
    display: none;
}

.old_type .ywkx-list {
    width: 80%;
    margin-right: 0;
}

.old_type .ywkx-list>li {
    padding-left: 30px;
    background-size: 8px 8px;
}

.old_type .ywkx-list>li:hover {
    padding: 0 20px 0 60px;
}

.old_type .ywkx-list>li>a,
.old_type .ywkx-more {
    font-size: 52px;
    line-height: 2;
}

/* 图片新闻 */
.old_type .tpxw-tab {
    padding: 0 30px 30px;
    flex-wrap: wrap;
}

.old_type .swiper-tpxw {
    width: 100%;
    margin: 30px 0;
}

.old_type .swiper-tpxw .swiper-slide a>img {
    width: 100%;
    height: 800px;
}

.old_type .swiper-tpxw .swiper-slide .tpxw-txt {
    height: auto;
}

.old_type .swiper-tpxw .swiper-slide .tpxw-txt>span {
    font-size: 32px;
    line-height: 2;
}

.old_type .swiper-tpxw .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

.old_type .swiper-tpxw .swiper-pagination {
    bottom: 20px;
}

/* tab切换 */
.old_type .gwy-tab {
    width: 100%;
    margin-top: 30px;
}

.old_type .gwy-tab>.title_box>.title>li>a {
    font-size: 48px;
}

.old_type .gwy-tab>.title_box>.title>li {
    margin-right: 60px;
}

.old_type .gwy-tab>.title_box>.title>li.ons {
    border-bottom: 5px solid #0068B7;
}

.old_type .gwy-tab>.list_box li a,
.old_type .gwy-tab>.list_box li a span {
    font-size: 36px;
    line-height: 2;
}

.old_type .gwy-tab>.list_box li {
    padding-left: 30px;
    background-size: 8px 8px;
}

.old_type .gwy-tab>.list_box li:hover {
    padding: 0 20px 0 60px;
}

/* 政策文件-意见征集-招考录用-建设工程--tab */
.old_type .zctab,
.old_type .yjzj-tab,
.old_type .zkly-tab,
.old_type .jsgc-tab {
    width: 100%;
}

.old_type .zctab>.title_box>.title>li>a,
.old_type .yjzj-tab>.title_box>.title>li>a,
.old_type .zkly-tab>.title_box>.title>li>a,
.old_type .jsgc-tab>.title_box>.title>li>a {
    font-size: 48px;
}

.old_type .zctab>.title_box>.title>li,
.old_type .yjzj-tab>.title_box>.title>li,
.old_type .zkly-tab>.title_box>.title>li,
.old_type .jsgc-tab>.title_box>.title>li {
    margin-right: 60px;
}

.old_type .zctab>.list_box li:hover,
.old_type .yjzj-tab>.list_box li:hover,
.old_type .zkly-tab>.list_box li:hover,
.old_type .jsgc-tab>.list_box li:hover {
    padding: 0 20px 0 60px;
}

.old_type .zctab>.title_box>.title>li.ons,
.old_type .yjzj-tab>.title_box>.title>li.ons,
.old_type .zkly-tab>.title_box>.title>li.ons,
.old_type .jsgc-tab>.title_box>.title>li.ons {
    border-bottom: 5px solid #0068B7;
}

.old_type .zctab>.list_box li,
.old_type .yjzj-tab>.list_box li,
.old_type .zkly-tab>.list_box li,
.old_type .jsgc-tab>.list_box li {
    padding-left: 30px;
    background-size: 8px 8px;
}

.old_type .zctab>.title_box>.more>a,
.old_type .yjzj-tab>.title_box>.more>a,
.old_type .zkly-tab>.title_box>.more>a,
.old_type .jsgc-tab>.title_box>.more>a {
    font-size: 36px;
}

.old_type .zctab>.list_box li a,
.old_type .zctab>.list_box li a span,
.old_type .yjzj-tab>.list_box li a,
.old_type .yjzj-tab>.list_box li a span,
.old_type .zkly-tab>.list_box li a,
.old_type .zkly-tab>.list_box li a span,
.old_type .jsgc-tab>.list_box li a,
.old_type .jsgc-tab>.list_box li a span {
    font-size: 36px;
    line-height: 2;
}

/* tab切换结束 */

/* 信息公开img */
.old_type .xxgk-img {
    width: 100%;
    margin-top: 30px;
}

.old_type .xxgk-img-top-a {
    width: 300px;
    font-size: 28px;
    line-height: 2;
    background-size: 20px 30px;
    padding-left: 60px;
}

.old_type .xxgk-img-top {
    background-size: 100% auto;
    background-position: left top;
}

/* 机构职能list */
.old_type .xxgk-img-bottom {
    margin-top: 60px;
    justify-content: space-between;
}

.old_type .xxgk-img-bottom>li {
    width: auto;
    height: 160px;
    margin-right: 47px;
}

.old_type .xxgk-img-bottom>li>a {
    font-size: 32px;
    line-height: 2;
    background-size: 90px 90px;
}

/* 信息公开list */
.old_type .xxgk-list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0 30px;
}

.old_type .xxgk-list>li {
    width: 342px;
    height: auto;
    margin: 0 30px 40px 0;
}

.old_type .xxgk-list>li>a {
    font-size: 32px;
    line-height: 3;
    padding: 0 30px 0 120px;
    background-size: 50px 50px;
    background-position-x: 40px;
}

/* 办事服务 */
.old_type .bszn-title {
    background-size: 700px 4px;
    background-position-x: 222px;
}

.old_type .bszn-title-left {
    font-size: 32px;
    line-height: 2;
}

.old_type .bszn-title-right {
    width: 230px;
    height: 62px;
    background-size: 100% auto;
}

.old_type .bszn-list {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.old_type .bszn-list-left {
    width: 100%;
    height: auto;
}

.old_type .bszn-grbs {
    width: auto;
    height: auto;
    font-size: 36px;
    line-height: 2;
}

.old_type .grbs-list {
    width: 80%;
}

.old_type .grbs-list>li>a {
    font-size: 32px;
    line-height: 2;
}

.old_type .bszn-frbs,
.old_type .bszn-bmbs,
.old_type .bszn-fwqd {
    height: 270px;
    margin-top: 30px;
}

.old_type .bszn-frbs>a,
.old_type .bszn-bmbs>a,
.old_type .bszn-fwqd>a {
    font-size: 36px;
    line-height: 2;
}

/* 意见征集 */
.old_type .yjzj-list {
    flex-wrap: wrap;
}

.old_type .yjzj-tab {
    width: 1200px;
}

.old_type .ldxx-list {
    width: 100%;
    margin: 30px 0 0 0;
}

.old_type .ldxx-list>li {
    width: 375px;
    height: auto;
}

.old_type .ldxx-list>li>a {
    font-size: 36px;
    line-height: 2;
    padding: 21px 0 20px 30px;
    background-size: 100% auto;
}

.old_type .ldxx-list>li>a>span {
    font-size: 32px;
    line-height: 2;
    margin-top: 0;
}

/* 重点领域信息公开 */
.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 .zk-js-box {
    width: 1200px;
    flex-wrap: wrap;
}

.old_type .jsgc-tab>.title_box {
    margin-top: 60px;
}

.old_type .jsgc-tt {
    font-size: 52px;
    line-height: 2;
    border-bottom: 5px solid #0068B7;
}

.old_type .jsgc-tab>.title_box>.title>li.ons {
    border: 0px;
}

.old_type .jsgc-tab>.title_box>.title>li>a::after {
    display: none;
}

/* 专题专栏 */
.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;
}

/* 头条 */
.mobile_type .ywkx-box {
    padding: 4vw 2vw;
}

.mobile_type .ywkx-box>img,
.mobile_type .ywkx-more {
    display: none;
}

.mobile_type .ywkx-list {
    width: 100%;
    margin: 0;
}

/* 图片新闻-国务院tab切换 */
.mobile_type .tpxw-tab {
    flex-wrap: wrap;
    padding: 2vw;
}

.mobile_type .swiper-tpxw {
    width: 100%;
}

.mobile_type .swiper-tpxw .swiper-slide a>img {
    width: 100%;
    height: 80vw;
}

.mobile_type .swiper-tpxw .swiper-slide a .tpxw-txt {
    padding-left: 4vw;
    height: auto;
}

.mobile_type .swiper-tpxw .swiper-slide .tpxw-txt>span {
    font-size: 4vw;
    line-height: 2;
}

.mobile_type .swiper-tpxw .swiper-pagination {
    right: 2vw;
    bottom: 2vw;
}

.mobile_type .swiper-tpxw .swiper-pagination .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
    margin-right: 2vw;
}

/* tab  */
.mobile_type .tt-lb-tab-box {
    box-shadow: none;
}

.mobile_type .gwy-tab {
    width: 100%;
    padding: 8vw 0 4vw;
}

.mobile_type .gwy-tab>.list_box {
    padding-top: 2vw;
}

/* 政策文件-tab */
.mobile_type .zctab-xxgk-xxgklist {
    padding: 4vw 2vw;
}

.mobile_type .zctab {
    width: 100%;
}

.mobile_type .zctab>.title_box>.more,
.mobile_type .yjzj-tab>.title_box>.more {
    top: 0;
}

.mobile_type .zctab>.title_box>.more>a,
.mobile_type .yjzj-tab>.title_box>.more>a {
    font-size: 4vw;
    line-height: 2;
}

.mobile_type .zctab>.list_box {
    padding-top: 4vw;
}

/* 信息公开图片及list */
.mobile_type .xxgk-img {
    width: 100%;
    padding-top: 8vw;
}

.mobile_type .xxgk-img-top {
    padding: 4vw 2vw;
    height: auto;
    background-size: 100% auto;
}

.mobile_type .xxgk-img-top-a {
    font-size: 5vw;
    line-height: 2;
    height: auto;
    width: auto;
    padding: 0 4vw 0 10vw;
}

.mobile_type .xxgk-img-top-a:first-child {
    margin: 0 0 10vw 0;
}

.mobile_type .xxgk-img-bottom {
    margin-top: 8vw;
    flex-wrap: wrap;
}

.mobile_type .xxgk-img-bottom>li {
    width: auto;
    height: auto;
    margin-right: 3vw;
}

.mobile_type .xxgk-img-bottom>li>a {
    font-size: 4vw;
    padding-top: 20vw;
}

.mobile_type .xxgk-list {
    margin: 8vw 0 0;
    flex-wrap: wrap;
}

.mobile_type .xxgk-list>li {
    width: 45%;
    height: auto;
    margin-bottom: 4vw;
}

.mobile_type .xxgk-list>li>a {
    padding: 0 5vw 0 10vw;
    background-size: 5vw auto;
    background-position-x: 2vw;
    line-height: 4;
}

/* 办事服务 */
.mobile_type .bszn-box {
    padding: 0 2vw;
}

.mobile_type .bszn-title {
    background: none;
}

.mobile_type .bszn-title-left {
    font-size: 5vw;
}

.mobile_type .bszn-title-right {
    display: none;
}

.mobile_type .bszn-list {
    padding: 4vw 0;
    flex-wrap: wrap;
}

.mobile_type .bszn-list-left {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 2vw;
}

.mobile_type .grbs-list {
    width: 100%;
}

.mobile_type .bszn-grbs {
    width: 100%;
    height: auto;
    font-size: 5vw;
    padding: 30vw 0 4vw 0;
    background-size: 25vw auto;
}

.mobile_type .grbs-list>li {
    margin: 0 6vw 0 0;
}

.mobile_type .grbs-list>li>a {
    font-size: 4vw;
    line-height: 3;
}

.mobile_type .bszn-frbs,
.mobile_type .bszn-bmbs,
.mobile_type .bszn-fwqd {
    width: 100%;
    height: auto;
    padding-top: 4vw;
    margin-top: 4vw;
}

.mobile_type .bszn-frbs>a,
.mobile_type .bszn-bmbs>a,
.mobile_type .bszn-fwqd>a {
    padding: 30vw 0 4vw 0;
    background-size: 25vw auto;
    background-position: center top;
}

/* 意见征集-tab */
.mobile_type .yjzj-zdly-zkly {
    padding: 2vw;
}

.mobile_type .yjzj-list {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 4vw;
}

.mobile_type .yjzj-tab {
    width: 100%;
}

.mobile_type .ldxx-list {
    width: 100%;
    margin: 4vw 0;
}

.mobile_type .yjzj-tab>.list_box {
    padding-top: 4vw;
}

/* 领导信箱 */
.mobile_type .ldxx-list>li {
    width: 48%;
    height: auto;
    margin: 0 0 4vw 0;
}

.mobile_type .ldxx-list>li>a {
    font-size: 5vw;
    padding: 4vw 0 4vw 4vw;
}

.mobile_type .ldxx-list>li>a>span {
    font-size: 4vw;
    line-height: 2;
    margin-top: 2vw;
}

/* 重点领域信息公开 */
.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 .zk-js-box {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 4vw;
}

.mobile_type .zkly-tab {
    width: 100%;
}

.mobile_type .zkly-tab>.list_box {
    padding-top: 4vw;
}

.mobile_type .jsgc-tab {
    width: 100%;
    margin: 4vw 0;
}

.mobile_type .jsgc-tab>.title_box {
    flex-wrap: wrap;
}

.mobile_type .jsgc-tt {
    width: 100%;
    font-size: 5vw;
    border-bottom: 0px;
    padding: 0;
}

.mobile_type .jsgc-tab>.title_box>.title>li {
    font-size: 4vw;
}

.mobile_type .jsgc-tab>.title_box>.title>li>a {
    font-size: 4vw;
    line-height: 3;
}

.mobile_type .jsgc-tab>.title_box>.title>li>a::after {
    margin: 0 4vw;
}

.mobile_type .jsgc-tab>.list_box {
    margin-top: 0vw;
    padding-top: 4vw;
}

/* 专题专栏 */
.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;
}

/* 调整 */
/* 个人办事hover展开效果 */
.bszn-list-left .grbs-list,
.bszn-frbs .grbs-list,
.bszn-bmbs .grbs-list,
.bszn-fwqd .grbs-list {
    display: none;
}

.bszn-list-left>a {
    width: 100%;
}

.bszn-list>div {
    display: flex;
    justify-content: space-between;
    width: 223px;
    transition: width 0.1s ease;
}

.bszn-list>div.ons {
    width: 471px;
    padding: 32px 34px 36px 30px;
}

.bszn-list>div.ons>a {
    width: 100px;
    height: 148px;
    background-size: 100px 100px;
    background-position: top center;
    padding: 0;
    margin-top: 11px;
}

.bszn-list>div.ons .grbs-list {
    display: flex;
    overflow: hidden;
}

/* 老年 */
.old_type .bszn-list>div {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px;
}

.old_type .bszn-list>div>.grbs-list {
    display: flex;
    width: 100%;
}

.old_type .bszn-list>div>a {
    width: auto;
    height: auto;
    padding: 120px 0 0;
    margin: 0 0 30px 0;
    background-position: top center;
}

/* 移动 */
.mobile_type .bszn-list>div>.grbs-list {
    display: flex;
}

.mobile_type .bszn-list>div {
    flex-wrap: wrap;
    padding: 2vw;
}

.mobile_type .bszn-list>div.ons>a,
.mobile_type .bszn-list>div>a {
    width: 100%;
    height: auto;
    font-size: 5vw;
    padding: 30vw 0 4vw 0;
    background-size: 25vw auto;
}

/* 调整-国务院及省政府信息样式 */
.gwy-tab>.list_box .govpushinfo150203>li {
    display: flex;
    justify-content: space-between;
}

.gwy-tab>.list_box .govpushinfo150203>li>a {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.gwy-tab>.list_box .govpushinfo150203>li>span {
    font-size: 16px;
    font-weight: 700;
    color: #999;
    line-height: 36px;
}

.old_type .gwy-tab>.list_box .govpushinfo150203>li>span {
    font-size: 36px;
    line-height: 2;
}

.mobile_type .gwy-tab>.list_box .govpushinfo150203>li>span {
    font-size: 4vw;
}

.mobile_type .zctab>.title_box>.title {
    flex-wrap: wrap;
}

.mobile_type .zctab>.title_box>.title>li {
    margin-bottom: 2vw;
}

.mobile_type .zctab>.title_box>.more>a,
.mobile_type .yjzj-tab>.title_box>.more>a {
    display: none;
}


/* 调整 */
.old_type .gwy-tab>.list_box .govpushinfo150203>li>span {
    font-size: 36px;
    line-height: 2;
}

.old_type .jsgc-tab>.title_box {
    justify-content: flex-start;
}

.old_type .jsgc-tab>.list_box {
    width: 1200px;
}

.old_type .jsgc-tt {
    margin-right: 100px;
}

.old_type .swiper-ztzl .swiper-pagination {
    display: none;
}

/* 无障碍-字体特大调整 */
.mobile_type.UseInMobile .gwy-tab>.title_box>.title,
.mobile_type.UseInMobile .jsgc-tab>.title_box>.title {
    flex-wrap: wrap;
}

.mobile_type.UseInMobile .gwy-tab>.list_box .govpushinfo150203>li,
.mobile_type.UseInMobile .zctab>.list_box li,
.mobile_type.UseInMobile .yjzj-tab>.list_box li,
.mobile_type.UseInMobile .zkly-tab>.list_box li,
.mobile_type.UseInMobile .jsgc-tab>.list_box li {
    background: none;
}

.mobile_type.UseInMobile .gwy-tab>.list_box .govpushinfo150203>li,
.mobile_type.UseInMobile .zctab>.list_box li>a,
.mobile_type.UseInMobile .yjzj-tab>.list_box li>a,
.mobile_type.UseInMobile .zkly-tab>.list_box li>a,
.mobile_type.UseInMobile .jsgc-tab>.list_box li>a {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.mobile_type.UseInMobile .gwy-tab>.list_box .govpushinfo150203>li>a,
.mobile_type.UseInMobile .zctab>.list_box li a span.tab-title,
.mobile_type.UseInMobile .yjzj-tab>.list_box li>a span.tab-title,
.mobile_type.UseInMobile .zkly-tab>.list_box li>a span.tab-title,
.mobile_type.UseInMobile .jsgc-tab>.list_box li>a span.tab-title {
    width: 100%;
    word-wrap: break-word;
    word-break: normal;
    white-space: pre-line;
}

.mobile_type .swiper-ztzl .swiper-pagination {
    display: none;
}

.old_type .tpxw-tab .swiper-tpxw {
    width: 100%;
}

.old_type .tpxw-tab .swiper-tpxw .swiper-slide a>img {
    width: 100%;
    height: 800px;
}

.swiper-tpxw .swiper-slide a {
    display: flex;
    flex-wrap: wrap;
}


/* 调整-4-1 */

.swiper-tpxw .swiper-slide a>img {
    height: 370px;
}

.zctab>.title_box>.more>a,
.yjzj-tab>.title_box>.more>a,
.gwy-tab>.list_box li a span.time,
.ywkx-more,
.ztzl-title>a,
.jsgc-tab>.title_box>.title>li,
.jsgc-tab>.list_box li a span.tab-title,
.jsgc-tab>.list_box li a span,
.zkly-tab>.list_box li a span.tab-title,
.zkly-tab>.list_box li a span,
.zdly-list>li>a,
.ldxx-list>li>a>span,
.yjzj-tab>.list_box li a span.tab-title,
.yjzj-tab>.list_box li a span,
.grbs-list>li>a,
.xxgk-list>li>a,
.xxgk-img-top-a,
.xxgk-img-bottom>li>a,
.zctab>.list_box li a span.tab-title,
.zctab>.list_box li a,
.zctab>.list_box,
.gwy-tab>.list_box .govpushinfo150203>li>span,
.zctab>.list_box li a span,
.gwy-tab>.list_box li a span.tab-title,
.gwy-tab>.list_box li a {
    font-weight: normal;
}

.jsgc-tab>.list_box,
.zkly-tab>.list_box,
.zctab>.list_box,
.gwy-tab>.list_box,
.yjzj-tab>.list_box {
    padding-top: 12px;
}

.ywkx-list>li,
.jsgc-tab>.list_box li,
.zkly-tab>.list_box li,
.zctab>.list_box li,
.gwy-tab>.list_box li,
.yjzj-tab>.list_box li {
    padding-left: 16px;
}

.xxgk-img-top {
    height: 200px;
}

.ldxx-list>li {
    height: 95px;
}

.bszn-title-right {
    border: 1.5px solid #0068B7;
    border-radius: 2px;
    font-size: 16px;
    line-height: 30px;
    color: #0068B7;
    font-style: oblique;
    background: none;
    font-weight: bold;
    text-align: center;
}