@charset "UTF-8";
.ztw .header {
    height: 500px;
    position: relative;
}

.ztw.xxgk .header {
    background: url(xxgk-header-bg.png) no-repeat center top;
}

.ztw.zwgk .header {
    background: url(zwgk-header-bg.png) no-repeat center top;
}

.ztw.jjzcb .header {
    background: url(jjzcb-header-bg.png) no-repeat center top;
}

.ztw.zchb .header {
    background: url(zchb-header-bg.png) no-repeat center top;
}

.ztw.yqfk .header {
    background: url(yqfk-header-bg.png) no-repeat center top;
}

.ztw.yhyshj .header {
    background: url(yhyshj-header-bg.png) no-repeat center top;
}

.ztw.zqskzq .header {
    background: url(zqskzq-header-bg.png) no-repeat center top;
}

#zcjd.ztw .header {
    background: url(zcjd-header-bg.png) no-repeat center top;
}

#zdxzjc.ztw .header {
    background: url(zdxzjcgk.png) no-repeat center top;
}

#zcwj.ztw .header {
    background: url(zcwj-header-bg.png) no-repeat center top;
}

#zdhyxx.ztw .header {
    background: url(zdhyxx-header-bg.png) no-repeat center top;
}

.ztw .ztw_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 29%;
    margin: auto;
}

.ztw .ztw_title img {
    /* width: 100%; */
    display: block;
    margin: 0 auto;
}

#zcjd.ztw .ztw_title {
    max-width: 1400px;
    text-align: left;
}

#zcjd.ztw .ztw_title img {
    display: inline;
    margin: 0 0 0 80px;
}

#zcjd .wz,
#fzzfjs .wz {
    text-align: left;
    padding-left: 80px;
}

.zchb.ztw .ztw_title {
    bottom: 22%;
}

.ztw .header_wrap_link a,
.ztw .header_wrap_link span {
    color: #fff;
}

.ztw .link_rt .search_btn {
    background-image: url(icon-search-fill.png);
}

.ztw .header_wrap_link a::after {
    background-color: #fff;
}

.ztw .header_wrap_center {
    margin-top: 20px;
}

.ztw .header_wrap_center .header_search {
    margin-top: 8px;
    height: 56px;
}

.ztw .center_title_content {
    margin-top: 60px;
    background-color: #f7f7f7;
    padding: 30px 50px;
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}

.ztw .center_title_content p:last-of-type {
    text-align: right;
    margin-top: 30px;
}

.ztw .xxgk_link_list {
    padding-top: 20px;
    margin-bottom: 80px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ztw .xxgk_link_list .link_item {
    margin-top: 40px;
    width: 48%;
    transition: all 0.5s;
}

.ztw .xxgk_link_list .link_item:hover {
    transform: translateY(-10px);
}

.ztw .xxgk_link_list .link_item img {
    width: 100%;
}

.ztw .xxgk_link_list .link_item:nth-of-type(2n+1) {
    float: left;
}

.ztw .xxgk_link_list .link_item:nth-of-type(2n) {
    float: right;
    margin-left: 2%;
}


/* 政务公开 zwgk */

.zwgk .news-wrap {
    margin-top: 60px;
}

.zwgk .news-nav,
#zcwj .title,
#fzzfjs .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border-bottom: 3px solid #1369c0;
}

.zwgk .news-nav .nav-item,
#zcwj .title .name,
#fzzfjs .title .name {
    width: 180px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    border-radius: 6px 6px 0 0;
    background-color: #1369c0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.zwgk .list-item,
.yqfk .news-list a,
.yhyshj .news-list a,
#zcjd .news-list a,
#zcwj .list-item,
#zdhyxx .news-list a,
#fzzfjs .news-list a {
    width: calc(100% - 20px);
    color: #000;
    font-size: 18px;
    margin-top: 16px;
    line-height: 40px;
    padding-left: 20px;
    background: url(title-icon.png) no-repeat left center;
    transition: all 0.3s;
}

.yhyshj .news .news-list a {
    margin-top: 0;
    margin-bottom: 16px;
}

#zcjd .news-list a {
    margin-top: 10px;
}

.zwgk .list-item:hover,
.yqfk .news-list a:hover,
.yhyshj .news-list a:hover,
#zcjd .news-list a:hover,
#zcwj .list-item:hover,
#zdhyxx .news-list a:hover,
#fzzfjs .news-list a:hover {
    color: #1259bc;
    padding: 0px 0 0 30px;
    box-shadow: -2px 0px 15px -3px rgba(0, 0, 0, 0.4);
    background-position-x: 10px;
    background-color: #fff;
    border-radius: 5px;
}

.zwgk .list-item p,
.yqfk .news-list a .text,
.yhyshj .news-list a .text,
#zcjd .news-list a .text,
#zcwj .list-item p,
#zdhyxx .news-list a .text,
#fzzfjs .news-list a .text {
    float: left;
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

#zcwj .list-item p {
    flex: 1;
}

.zwgk .list-item .time,
.yqfk .news-list a .time,
.yhyshj .news-list a .time,
#zcjd .news-list a .time,
#zcwj .list-item .time,
#zdhyxx .news-list a .time,
#fzzfjs .news-list a .time {
    color: #999999;
    float: right;
    padding-right: 5px;
}

#zcwj .list-item .time {
    flex-shrink: 0;
}

.zwgk .link-wrap {
    margin-top: 60px;
}

.zwgk .link-wrap .link-title,
.yhyshj .center .news .title {
    position: relative;
    text-align: center;
    font-weight: bold;
}

.zwgk .link-wrap .link-title img,
.yhyshj .center .news .title img {
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    margin: auto;
}

.zwgk .link-wrap .link-title p:first-of-type,
.yhyshj .center .news .title P:first-of-type {
    font-size: 36px;
    line-height: 40px;
    color: #1259bc;
    font-weight: bold;
}

.zwgk .link-wrap .link-title p:last-of-type,
.yhyshj .center .news .title p:last-of-type {
    font-size: 20px;
    color: #e3e4e4;
    font-weight: bold;
    margin-top: 8px;
}

.zwgk .link-list {
    padding: 10px;
    margin: 0 -10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.zwgk .link-list .link-item {
    float: left;
    width: 15%;
    margin-left: 2%;
    margin-top: 20px;
    position: relative;
    background-color: #f5fbff;
    height: calc(160px - 68px);
    padding: 24px 0;
    text-align: center;
    color: #333333;
    transition: all 0.5s;
    flex-shrink: 0;
}

.zwgk .link-list .link-item:nth-of-type(6n+1) {
    margin-left: 0;
}

.zwgk .link-list .link-item img {
    display: block;
    margin: auto;
}

.zwgk .link-list .link-item span {
    position: absolute;
    left: 0;
    right: 0;
    top: 56%;
    margin: auto;
}

.zwgk .link-list .link-item:hover,
.jjzcb .link-wrap .link-item:hover {
    transform: translateY(-10px);
    box-shadow: 3px 3px 10px 0px rgb(145, 194, 255);
    color: #1764ce;
    font-weight: bold;
}


/* 经济政策包 */


/* jjzcb */

.jjzcb .center-title-content {
    margin-top: 60px;
    width: 100%;
    padding: 40px 62px 40px 40px;
    height: 200px;
    background-color: #f7f7f7;
    position: relative;
}

.jjzcb .center-title-content .content-title {
    width: 72px;
    height: 120px;
    padding: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #1259bc;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto;
}

.jjzcb .center-title-content .content {
    margin-left: 120px;
    line-height: 35px;
    text-align: justify;
}

.zqskzq .center-title-content .content {
    margin-left: 20px;
}

.jjzcb .link-wrap {
    margin-bottom: 60px;
}

.jjzcb .link-wrap .link-list {
    padding: 0 10px;
    margin: 0 -10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.jjzcb .link-wrap .link-item {
    width: 48%;
    margin-top: 40px;
    position: relative;
    height: auto;
    float: left;
    transition: all 0.3s;
}

.zqskzq .link-wrap .link-item {
    height: 160px;
    background: url(zqskzq-icon.png) no-repeat center;
}

.jjzcb .link-wrap .link-item:nth-of-type(2n) {
    margin-left: 4%;
}

.jjzcb .link-wrap .link-item img {
    display: block;
    width: 100%;
}

.jjzcb .link-wrap .link-item span {
    display: block;
    position: absolute;
    font-weight: bold;
    color: #fff;
    left: 36%;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
}

.zqskzq .link-wrap .link-item span {
    position: static;
    height: 100%;
    line-height: 160px;
    text-align: center;
}

.zchb .link-wrap .link-item span {
    color: #1259bc;
}


/* yqfk */

.yqfk .news-wrap,
#zdhyxx .news-wrap {
    display: flex;
    padding: 0 10px 10px;
    margin: 60px -10px 0px;
    justify-content: space-between;
    overflow: hidden;
}

.yqfk .news,
#zdhyxx .news {
    width: 48%;
}

.yqfk .news .news-list,
#zdhyxx .news .news-list {
    width: 100%;
}

.yqfk .news .title,
#zcjd .news .title,
#zcjd .list .title,
#zdhyxx .news .title {
    position: relative;
    font-size: 24px;
    line-height: 24px;
    padding-left: 20px;
    padding-bottom: 16px;
    color: #1259bc;
    border-bottom: 1px solid #dddddd;
}

.yqfk .news .title::before,
#zcjd .news .title::before,
#zcjd .list .title::before,
#zdhyxx .news .title::before {
    position: absolute;
    content: "";
    background-color: #1259bc;
    width: 4px;
    height: 22px;
    top: 0;
    left: 0;
}

.yqfk .news .title .more,
#zcjd .news .title .more,
#zcjd .list .title .more,
#zdhyxx .news .title .more {
    font-size: 16px;
    float: right;
    line-height: 16px;
}

.yqfk .center-link {
    margin: 40px auto;
    overflow: hidden;
}

.yqfk .center-link img {
    width: 100%;
    transition: all 0.3s;
}

.yqfk .center-link:hover img {
    transform: scale(1.2);
}

.yqfk .center_wrap {
    margin-bottom: 60px;
}


/* yhyshj */

.yhyshj .center_wrap,
#zcjd .center_wrap {
    margin-top: 60px;
}

.yhyshj .news_lf {
    width: 44%;
    height: 430px;
}

.yhyshj .news_rt {
    width: 52%;
}

.yhyshj .news_wrap {
    margin-top: 40px;
}

.yhyshj .news_lf>.swiper-container {
    margin-top: 10px;
    width: 100%;
    height: 425px;
    position: relative;
}

.yhyshj .news_lf .swiper-slide {
    position: relative;
    max-height: 425px;
    overflow: hidden;
}

.yhyshj .news_lf .swiper-slide img,
#zcjd .news_lf .swiper-slide img,
#zcjd .list .images-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.yhyshj .news_lf .swiper-slide .news_item_title,
#zcjd .news_lf .swiper-slide .news_item_title {
    position: absolute;
    bottom: 0;
    /* width: 100%; */
    height: 48px;
    line-height: 48px;
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
    z-index: 100;
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.yhyshj .news_lf .cover,
#zcjd .news_lf .cover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
}

.yhyshj .news_lf .swiper-slide:hover img,
.yhyshj .zcjd-swiper .swiper-slide:hover img,
#zcjd .news_lf .swiper-slide:hover img,
#zcjd .list .images-item:hover img {
    transform: scale(1.2);
}

.yhyshj .news_lf .swiper-pagination,
#zcjd .news_lf .swiper-pagination {
    width: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    z-index: 6;
}

.yhyshj .news_lf .swiper-pagenation-cor,
#zcjd .news_lf .swiper-pagenation-cor {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    margin: 0 4px;
}

.yhyshj .news_lf .swiper-pagenation-cor-active,
#zcjd .news_lf .swiper-pagenation-cor-active {
    width: 10px;
    height: 10px;
    background: #fff;
}

.yhyshj .list .title {
    width: 100%;
    font-size: 36px;
    padding-bottom: 26px;
    font-weight: bold;
    color: #1259bc;
    background: url(icon-title-bg-small.png) no-repeat left bottom;
}

.yhyshj .list,
#zcjd .list {
    padding: 0 10px 10px;
    margin: 0 -10px;
    margin-top: 60px;
}

#zcjd .list:not(.zcjj) {
    margin-bottom: 30px;
}

#zcjd .list:not(.zcjj) .list-wrap {
    float: none;
    width: calc(100%);
    margin: auto !important;
}

.yhyshj .zcjj-wrap,
.yhyshj .zcjd-wrap {
    width: 68%;
    float: left;
}

.yhyshj .zcjj-link,
.yhyshj .zcjd-swiper {
    float: right;
    width: 28%;
}

.yhyshj .zcjj-link {
    float: right;
    height: 100%;
    min-width: 200px;
    display: flex;
    margin-right: 10px;
    flex-direction: column;
    justify-content: space-between;
}

.yhyshj .zcjj-link .link-item {
    margin-top: 12px;
    transition: all 0.3s;
}

.yhyshj .zcjj-link .link-item:hover {
    transform: translateY(-10px);
}

.yhyshj .zcjj-link .link-item:first-of-type {
    margin-top: 0;
}

.yhyshj .zcjd-swiper .swiper-slide {
    background-color: #f3f9fd;
}

.yhyshj .zcjd-swiper .swiper-slide .pic-box {
    max-height: 280px;
    overflow: hidden;
}

.yhyshj .zcjd-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.yhyshj .zcjd-swiper .swiper-slide .news_item_title {
    line-height: 60px;
    height: 60px;
    color: #000;
    background-color: #f3f9fd;
    text-align: center;
    max-width: 90%;
    margin: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.yhyshj .zcjd-swiper .next,
.yhyshj .zcjd-swiper .prev {
    position: absolute;
    width: 19px;
    height: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.yhyshj .zcjd-swiper .next {
    right: 10px;
    background: url(yhyshj-icon-right.png) no-repeat center;
}

.yhyshj .zcjd-swiper .prev {
    left: 10px;
    background: url(yhyshj-icon-left.png) no-repeat center;
}

.yhyshj .list .news-list a {
    margin-top: 13px;
}

.yhyshj .link-list {
    padding-top: 20px;
}

.yhyshj .link-list .link-item {
    width: 18.8%;
    background-color: #f7f7f7;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-left: 1.5%;
    color: #000;
    margin-top: 20px;
    transition: all 0.5s;
}

.yhyshj .link-list .link-item:nth-of-type(5n+1) {
    margin-left: 0;
}

.yhyshj .link-list .link-item:hover {
    transform: translateY(-10px);
    color: #fff;
    background-color: #1259bc;
}

.yhyshj .center_wrap {
    margin-bottom: 60px;
}


/* zcjd */

#zcjd .news_lf,
#zcjd .news_rt {
    width: 48%;
}

#zcjd .news_lf>.swiper-container {
    width: 100%;
    position: relative;
    height: 340px;
}

#zcjd .news_lf .swiper-slide {
    position: relative;
    max-height: 360px;
    overflow: hidden;
}

#zcjd .list .list-wrap {
    width: 48%;
    float: left;
}

#zcjd .list .list-wrap:last-of-type {
    margin-left: 4%;
}

#zcjd .list video {
    width: 100%;
}

#zcjd .list video,
#zcjd .list .images-item {
    margin-top: 20px;
}

#zcjd .list .images-list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

#zcjd .list .images-item {
    width: 32%;
    position: relative;
    max-height: 361px;
    overflow: hidden;
    float: left;
    margin-right: 2%;
}

#zcjd .list .images-item:nth-child(3n) {
    margin-right: 0%;
}

#zcjd .list .images-item:nth-of-type(3),
#zcjd .list .images-item:nth-of-type(4) {
    margin-top: 26px;
}

#zcjd .list .images-item .text {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.4);
}


/* zdxzjcygk */

#zdxzjc .center_wrap {
    margin-bottom: 60px;
}

.years-banner {
    margin-top: 60px;
    height: 64px;
    position: relative;
}

.years-banner .swiper-container {
    width: 90%;
    margin: auto;
    height: 100%;
    padding: 0 20px;
}

.years-banner .swiper-container::after {
    position: absolute;
    content: "";
    background-color: #dddddd;
    height: 2px;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.years-banner .swiper-container .swiper-slide {
    width: 200px;
    height: 64px;
    background-color: #f7f7f7;
    border-radius: 32px;
    text-align: center;
    line-height: 64px;
    font-size: 24px;
    transition: all 0.3s;
}

.years-banner .swiper-container .swiper-slide a {
    color: #000;
    transition: all 0.3s;
}

.years-banner .swiper-container .swiper-slide.active,
.years-banner .swiper-container .swiper-slide:hover {
    background-color: #1259bc;
}

.years-banner .swiper-container .swiper-slide.active a,
.years-banner .swiper-container .swiper-slide:hover a {
    color: #fff;
}

.years-banner .next,
.years-banner .prev {
    width: 36px;
    height: 64px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    cursor: pointer;
    z-index: 111;
}

.years-banner .next {
    right: 0;
    background: url(zdxzjc-icon-right.png) no-repeat center;
}

.years-banner .prev {
    left: 0;
    background: url(zdxzjc-icon-left.png) no-repeat center;
}

#zdxzjc .center-title {
    margin-top: 60px;
    height: 120px;
    background-color: #f7f7f7;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

#zdxzjc .center-title img {
    float: left;
}

#zdxzjc .center-title span {
    display: block;
    font-size: 24px;
    height: auto;
    line-height: 30px;
    position: absolute;
    left: 270px;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

#zdxzjc .list-wrap {
    margin-top: 60px;
    display: none;
}

#zdxzjc .list-wrap.active {
    display: block;
    animation: fadeUp 0.5s linear;
}

#zdxzjc .list-wrap .list-hd {
    background-color: #1259bc;
    color: #fff;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

#zdxzjc .list-wrap .list-item {
    display: flex;
    justify-content: space-between;
    background-color: #f7f7f7;
}

#zdxzjc .list-wrap .list-item:nth-of-type(2n) {
    background-color: #fff;
}

#zdxzjc .list-wrap .list-body {
    overflow: hidden;
}

#zdxzjc .list-wrap .list-hd>span,
#zdxzjc .list-wrap .list-item>div {
    float: left;
    padding: 0 20px;
    height: 80px;
    line-height: 80px;
}

#zdxzjc .list-wrap .list-hd>span {
    white-space: nowrap;
}

#zdxzjc .list-wrap .list-hd span:first-of-type,
#zdxzjc .list-wrap .list-item-type {
    width: 11%;
    flex: 1;
}

#zdxzjc .list-wrap .list-item-type {
    display: flex;
    justify-content: center;
    align-items: center;
}

#zdxzjc .list-wrap .list-item-type span {
    min-width: 80px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background-color: #bbbbbb;
    cursor: pointer;
}

#zdxzjc .list-wrap .list-item-type.active span {
    background-color: #1369c0;
}

#zdxzjc .list-wrap .list-hd span:first-of-type,
#zdxzjc .list-wrap .list-hd span:nth-of-type(2),
#zdxzjc .list-wrap .list-item-type {
    text-align: center;
}

#zdxzjc .list-wrap .list-hd span:nth-of-type(2),
#zdxzjc .list-wrap .list-item-content {
    width: 46%;
    flex: 4;
}

#zdxzjc .list-wrap .list-item>.list-item-content {
    line-height: 32px;
    padding: 10px 20px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 80px;
}

#zdxzjc .list-wrap .list-hd span:nth-of-type(3),
#zdxzjc .list-wrap .list-item-doing {
    width: 29%;
    flex: 2.6;
}

#zdxzjc .list-wrap .list-item-doing {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    overflow-y: hidden;
    overflow-x: auto;
}

#zdxzjc .list-wrap .list-item-doing a {
    display: block;
    width: 30%;
    height: 32px;
    border: 1px solid #1259bc;
    line-height: 32px;
    color: #1259bc;
    text-align: center;
    float: left;
    margin: 20px 3px;
    flex-shrink: 0;
}

#zdxzjc .list-wrap .list-hd span:nth-of-type(4),
#zdxzjc .list-wrap .list-item-unit {
    width: 14%;
    flex: 1.3;
}

#zdxzjc .list-wrap .list-item-unit {
    overflow-y: auto;
}


/* zcwj */

#zcwj .center_wrap {
    margin: 60px auto;
}

#zcwj .title-nav {
    display: flex;
    overflow: hidden;
    margin-top: 10px;
    /* align-items: end; */
}

#zcwj .title-nav a {
    float: left;
    min-width: 160px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #f5f6f6;
    border-radius: 5px;
    margin-left: 10px;
    transition: all 0.3s;
}

#zcwj .title-nav a.active,
#zcwj .title-nav a:hover {
    color: #fff;
    background-color: #1259bc;
}

#zcwj .list-wrap {
    padding: 0 10px 10px;
    margin: 0 -10px;
}

#zcwj .list-wrap,
#zcwj .list-item {
    overflow: hidden;
}

#zcwj .list-wrap .line {
    width: 100%;
    border: 1px dashed #dddddd;
    margin: 25px 0;
}

#zcwj .list-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#zcwj .list-item .list-tag {
    height: 26px;
    overflow: hidden;
    flex-shrink: 0;
}

#zcwj .list-item .list-tag .tag-item {
    float: left;
    font-size: 14px;
    color: #fff;
    min-width: 88px;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
}

#zcwj .list-item .list-tag .tag-item:nth-of-type(1) {
    background-color: #76a8ff;
}

#zcwj .list-item .list-tag .tag-item:nth-of-type(2) {
    background-color: #49bd8c;
}

#zcwj .list-item .list-tag .tag-item:nth-of-type(3) {
    background-color: #60ab2a;
}

#zcwj .list-item .list-tag .tag-item:nth-of-type(4) {
    background-color: #4c85e7;
}

#zcwj .list-item.tag1 p {
    max-width: 80%;
}

#zcwj .list-item.tag2 p {
    max-width: 70%;
}

#zcwj .list-item.tag3 p {
    max-width: 60%;
}

#zcwj .list-item.tag4 p {
    max-width: 50%;
}

#zcwj .pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    margin-top: 60px;
    overflow: hidden;
    width: auto;
}

#zcwj .pagenation a {
    border: 1px solid #f6f6f6;
    color: #666666;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    margin: 0 2.5px;
    transition: all 0.3s;
    cursor: pointer;
    float: left;
    font-size: 14px;
    width: 40px;
}

#zcwj .pagenation .first-page,
#zcwj .pagenation .last-page {
    width: 80px;
}

#zcwj .pagenation .page {}

#zcwj .pagenation .page.current,
#zcwj .pagenation .page:hover {
    background-color: #1259bc;
    color: #fff;
}

#zcwj .pagenation span {
    font-size: 14px;
    line-height: 40px;
    margin: 0 10px;
    float: left;
}

#zcwj .pagenation input {
    display: block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f6f6f6;
    border-radius: 3px;
    float: left;
}

#zcwj .pagenation button {
    display: block;
    width: 60px;
    height: 40px;
    margin-left: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background-color: #eeeeee;
    color: #666666;
    cursor: pointer;
    transition: all 0.3s;
    float: left;
}

#zcwj .pagenation button:hover {
    background-color: #1259bc;
    color: #fff;
}


/* zdhyxx */

#zdhyxx .center_wrap {
    margin: 40px auto;
}

#zdhyxx .top {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    margin: 0 -20px;
    overflow: hidden;
}

#zdhyxx .top .news {
    width: 63%;
    float: left;
    border-radius: 8px;
    overflow: hidden;
}

#zdhyxx .top .hasDatepicker {
    float: right;
}

#zdhyxx .top .news-header {
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: url(zdhyxx-icon.png) no-repeat center;
}

#zdhyxx .top .news-content {
    background-color: #f4f9ff;
    padding: 40px 30px 60px;
}

#zdhyxx .top .news-content p {
    line-height: 36px;
    font-size: 18px;
    height: 108px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#zdhyxx .top .news-content .btn-list {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

#zdhyxx .top .news-content .btn-list .btn {
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #1259bc;
    border-radius: 24px;
    margin: 0 24px;
    transition: all 0.3s;
}

#zdhyxx .top .news-content .btn-list .btn:hover {
    background-color: #1259bc;
    color: #fff;
}

#zdhyxx .video {
    margin-top: 40px;
    position: relative;
}

#zdhyxx .video .title {
    width: 100%;
    font-size: 36px;
    padding-bottom: 26px;
    font-weight: bold;
    color: #1259bc;
    background: url(icon-title-bg-small.png) no-repeat left bottom;
}

#zdhyxx .video .prev,
#zdhyxx .video .next {
    width: 20px;
    height: 40px;
    position: absolute;
    top: 6px;
    transition: all 0.3s;
    cursor: pointer;
}

#zdhyxx .video .prev {
    background: url(icon-banner-left.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 30px;
}

#zdhyxx .video .next {
    background: url(icon-banner-right.png) no-repeat center;
    background-size: 100% 100%;
    right: 0px;
}

#zdhyxx .video .prev:hover {
    background: url(icon-banner-left-fill.png) no-repeat center;
    background-size: 100% 100%;
}

#zdhyxx .video .next:hover {
    background: url(icon-banner-right-fill.png) no-repeat center;
    background-size: 100% 100%;
}

#zdhyxx .video .video-ml {
    margin-top: 30px;
}

#zdhyxx .video .video-ml .swiper-slide .item {
    overflow: hidden;
}

#zdhyxx .video .video-ml .swiper-slide .item img {
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

#zdhyxx .video .video-ml .swiper-slide .item:hover img {
    transform: scale(1.2);
}


/* fzzfjs */

#fzzfjs .center {
    padding-bottom: 100px;
}

#fzzfjs .news {
    margin-top: 60px;
}

#fzzfjs .news .news-list {
    margin-top: 6px;
}

#fzzfjs .zfmd {
    margin-top: 60px;
}

#fzzfjs .zfmd .zfmd-list {
    overflow: hidden;
}

#fzzfjs .zfmd .zfmd-list li {
    width: 25%;
    float: left;
    margin-top: 48px;
}

#fzzfjs .zfmd .zfmd-list li a {
    display: inline-block;
    position: relative;
    padding-left: 13px;
    font-size: 18px;
    color: #333333;
    transition: all 0.3s;
}

#fzzfjs .zfmd .zfmd-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #1259bc;
}

#fzzfjs .zfmd .zfmd-list li:hover a {
    font-weight: bold;
    color: #1259bc;
    transform: translateY(-5px);
}

.zdgkjbml.ztw {
    background: url(zdgkjbml-2024-bg.png) #fff no-repeat top center;
}

.zdgkjbml.ztw .shizhu20230916 .bmdt {
    background: transparent;
}

.zdgkjbml.ztw .shizhu20230916 .topOneTitle .wz {
    padding-top: 0;
    margin-top: 115px;
    text-align: left;
}

.zdgkjbml.ztw .center {
    margin-top: 17px;
}

.zdgkjbml.ztw .center-title-content {
    padding: 30px 60px;
    background-color: #f7f7f7;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 50px;
}

.zdgkjbml.ztw .center .en {
    text-transform: uppercase;
}

.zdgkjbml-title {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.zdgkjbml-title .zn {
    font-weight: bold;
    font-size: 36px;
    color: #1259bc;
    background: url(zdgkjbml-2024-line.png) no-repeat center;
}

.zdgkjbml-title .en {
    color: #dddddd;
    font-weight: bold;
    font-size: 20px;
    margin-top: 6px;
}

.zdgkjbml-list {
    border-bottom: 1px dashed rgb(18, 89, 188, 0.2);
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.zdgkjbml-list:last-child {
    border-bottom: none;
}

.zdgkjbml-list-wrap {
    overflow: hidden;
    margin-top: 15px;
}

.zdgkjbml-list-item {
    display: block;
    float: left;
    width: 24%;
    color: #333333;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    padding-left: 13px;
    margin: 13.5px auto;
    box-sizing: border-box;
}

.zdgkjbml-list-item::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #1259bc;
    width: 4px;
    height: 4px;
}

@media screen and (max-width: 1350px) {
    .zdgkjbml-list-item {
        width: 32%;
    }
}

@media screen and (max-width: 1000px) {
    .zdgkjbml-list-item {
        width: 48%;
        margin-right: 2%;
    }
    .zdgkjbml-list-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .zdgkjbml.ztw .shizhu20230916 .topOneTitle .wz {
        margin-top: 12vw;
    }
    .zdgkjbml-title .zn {
        font-size: 30px;
    }
    .zdgkjbml-title .en {
        font-size: 18px;
    }
    .zdgkjbml.ztw .center-title-content {
        padding: 15px 10px;
        font-size: 16px;
        margin-bottom: 6vw;
    }
    .zdgkjbml-list {
        margin-bottom: 5vw;
        padding-bottom: 4vw;
    }
    .zdgkjbml-list-item {
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 460px) {
    .zdgkjbml-list-item {
        display: inline-block;
        width: auto;
        min-width: 50%;
        margin: 5px 0;
    }
}


/* xxgk 适配 */

@media screen and (max-width: 1300px) {
    .yhyshj .news .news-list a .text,
    #zcjd .news .news-list a>.text,
    #zcjd .list .news-list a>.text,
    #fzzfjs .news-list a .text {
        max-width: 60%;
    }
    .yhyshj .zcjj-wrap,
    .yhyshj .zcjd-wrap {
        width: calc(100% - 460px);
    }
    .yhyshj .zcjj-link,
    .yhyshj .zcjd-swiper {
        width: 400px;
    }
    #zcjd .list .images-item:nth-of-type(3),
    #zcjd .list .images-item:nth-of-type(4) {
        margin-top: 16px;
    }
    /* zdhyxx */
    #zdhyxx .top .news {
        width: 60%;
        margin-right: 4%;
    }
    .hasDatepicker {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .ztw .header_logo {
        width: 50%;
    }
    .ztw .header_logo img {
        width: auto;
        display: inline;
    }
    .ztw .header_search {
        display: block;
    }
    /* jjzcb */
    .jjzcb .link-wrap .link-item span {
        font-size: 24px;
    }
    /* yqfk */
    .yqfk .news-list a .text,
    #zdhyxx .news-list a .text {
        max-width: 70%;
    }
    /* yhyshj */
    .yhyshj .news-list a .text {
        max-width: 60%;
    }
    /* zdxzjc */
    #zdxzjc .list-wrap .list-item-unit {
        padding-top: 10px !important;
        line-height: 30px !important;
    }
    /* zqskzq */
    .zqskzq .link-wrap .link-item {
        height: 130px;
    }
    .zqskzq .link-wrap .link-item span {
        line-height: 130px;
    }
}

@media screen and (max-width: 1100px) {
    /* zcwj */
    #zcwj .list-item.tag1 p {
        max-width: 70%;
    }
    #zcwj .list-item.tag2 p {
        max-width: 60%;
    }
    #zcwj .list-item.tag3 p {
        max-width: 50%;
    }
    #zcwj .list-item.tag4 p {
        max-width: 40%;
    }
}

@media screen and (max-width: 1000px) {
    /* zwgk */
    .ztw.zwgk .link-list .link-item {
        width: 23.3%;
        margin-left: 2% !important;
    }
    .ztw.zwgk .link-list .link-item:nth-of-type(4n+1) {
        margin-left: 0 !important;
    }
    /* jjzcb */
    .jjzcb .link-wrap .link-item span {
        font-size: 20px;
    }
    /* zdxzjc */
    #zdxzjc .list-wrap .list-item-doing {
        justify-content: space-between;
    }
    #zdxzjc .list-wrap .list-item-doing a {
        width: 47%;
        margin: 20px 0;
    }
    /* zdhyxx */
    #zdhyxx .top .news-header {
        font-size: 26px;
    }
    /* zqskzq */
    .zqskzq .link-wrap .link-item {
        height: 100px;
    }
    .zqskzq .link-wrap .link-item span {
        line-height: 100px;
    }
}

@media screen and (max-width: 910px) {
    /* xxgk */
    .ztw .header {
        height: 40vh;
    }
    .header_logo img {
        width: 80%;
    }
    .ztw .ztw_title img {
        width: 90%;
    }
    .yqfk.ztw .ztw_title,
    .yhyshj.ztw .ztw_title,
    #zcjd.ztw .ztw_title,
    #zcwj.ztw .ztw_title {
        bottom: 20%;
    }
    .yqfk.ztw .ztw_title img,
    .yhyshj.ztw .ztw_title img {
        width: auto;
        margin: auto;
    }
    #zcjd.ztw .ztw_title img,
    #zcwj.ztw .ztw_title img {
        width: auto;
    }
    /* zcwj */
    #zcwj .list-item .list-tag .tag-item {
        font-size: 12px;
        min-width: 70px;
    }
    /* zdhyxx */
    #zdhyxx .top {
        flex-direction: column;
        padding-top: 0;
    }
    #zdhyxx .top .news {
        width: 98%;
        float: none;
        margin: auto;
    }
    #zdhyxx .top .hasDatepicker {
        width: 98%;
        float: none;
        margin: auto;
        margin-top: 20px;
        box-shadow: 0px 0px 5px 0px rgba(18, 89, 188, 0.16);
    }
    /* zchb */
    .zchb.ztw .ztw_title {
        bottom: 10%;
    }
}

@media screen and (max-width: 880px) {
    #fzzfjs .zfmd .zfmd-list li {
        width: 33.3%;
    }
}

@media screen and (max-width: 850px) {
    .ztw .header_wrap_link a,
    .ztw .header_wrap_link span {
        margin-top: 0;
    }
    /* jjzcb */
    .jjzcb .center-title-content {
        height: auto;
    }
    .jjzcb .link-wrap .link-item span {
        font-size: 18px;
    }
    /* yqfk */
    .yqfk .news-list a .text,
    #zdhyxx .news-list a .text {
        max-width: 65%;
    }
    /* yhyshj */
    .yhyshj .news_wrap {
        margin-top: 0;
    }
    .yhyshj .news_lf,
    .yhyshj .news_rt {
        float: none;
        width: 100%;
        margin-top: 2vh;
    }
    .yhyshj .list {
        margin-top: 3vh;
    }
    .yhyshj .zcjj-wrap,
    .yhyshj .zcjd-wrap {
        float: none;
        width: 100%;
    }
    .yhyshj .news-list {
        padding: 0 10px;
    }
    .yhyshj .zcjj-link,
    .yhyshj .zcjd-swiper {
        float: none;
        width: 80%;
        margin: auto;
    }
    .yhyshj .zcjj-link .link-item img {
        display: block;
        width: 100%;
    }
    .yhyshj .zcjj-link .link-item,
    .yhyshj .zcjd-swiper {
        margin-top: 20px !important;
    }
    /* zcjd */
    #zcjd.ztw .ztw_title img {
        display: block;
        margin: auto;
    }
}

@media screen and (max-width: 800px) {
    .ztw .header_logo {
        width: 100%;
    }
    .ztw .header_logo img {
        display: block;
        width: 90%;
        margin: auto;
    }
    .header_logo {
        margin-top: 1vh;
    }
    .ztw .header_search {
        display: none;
        position: fixed;
        width: 100%;
        height: 100% !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 111;
    }
    .ztw .header_search .search_box {
        position: absolute;
        width: 50%;
        min-width: 300px;
        height: 56px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }
    .ztw .ztw_title {
        bottom: 20%;
    }
    /* jjzcb */
    .jjzcb .link-wrap .link-item span {
        font-size: 16px;
    }
    /* yqfk */
    .yqfk .news-list a .text,
    #zdhyxx .news-list a .text {
        max-width: 60%;
    }
    /* zcjd */
    #zcjd .news_lf,
    #zcjd .news_rt,
    #zcjd .list .list-wrap {
        width: 100%;
        margin-left: auto !important;
    }
    #zcjd .list .list-wrap:last-of-type {
        margin-top: 3vh;
    }
}

@media screen and (max-width: 768px) {
    #zcjd .wz,
    #fzzfjs .wz {
        padding-left: 0px;
        text-align: center;
    }
    #fzzfjs .zfmd .zfmd-list li {
        margin-top: 30px;
    }
    #fzzfjs .zfmd .zfmd-list li a {
        font-size: 16px;
    }
    #zcjd .list .images-item {
        width: 48%;
        margin-right: 4%;
    }
    #zcjd .list .images-item:nth-child(3n) {
        margin-right: 4%;
    }
    #zcjd .list .images-item:nth-child(2n) {
        margin-right: 0;
    }
    #zcjd .list .images-item .text {
        height: 36px;
        line-height: 36px;
        padding: 0 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
    /* jjzcb */
    .jjzcb .center-title-content {
        padding: 20px;
        font-size: 16px;
    }
    .jjzcb .center-title-content .content-title {
        width: 50px;
        padding: 20px 0;
        left: 20px;
    }
    .jjzcb .center-title-content .content {
        margin-left: 14%;
    }
    .zqskzq .center-title-content .content {
        margin-left: 10px;
    }
    /* yqfk */
    .yqfk .news-wrap,
    #zdhyxx .news-wrap {
        flex-wrap: wrap;
        margin-top: 2vh;
    }
    .yqfk .news,
    #zdhyxx .news {
        width: 100%;
        margin-top: 3vh;
        float: none;
    }
    .yqfk .news-list a .text,
    #zdhyxx .news-list a .text {
        max-width: 70%;
    }
    /* yhyshj */
    .yhyshj .link-list .link-item {
        width: 23%;
        margin-left: 2.6% !important;
    }
    .yhyshj .link-list .link-item:nth-of-type(4n+1) {
        margin-left: 0 !important;
    }
    /* zcwj */
    #zcwj .list-item .list-tag .tag-item {
        /* display: none; */
    }
    #zcwj .list-item p {
        /* max-width: 70%; */
    }
}

@media screen and (max-width: 730px) {
    /* xxgk */
    .ztw .header {
        height: 35vh;
    }
    .ztw .ztw_title {
        bottom: 10vw;
    }
    .ztw .xxgk_link_list {
        margin-bottom: 8vh;
    }
    .yqfk.ztw .ztw_title,
    .yhyshj.ztw .ztw_title,
    #zcwj.ztw .ztw_title,
    #zcjd.ztw .ztw_title {
        bottom: 10%;
    }
    /* zcwj */
    #zcwj .title-nav a {
        margin: 10px 10px 10px 0;
    }
    /* zdhyxx */
    #zdhyxx .video {
        margin-top: 2vh;
    }
}

@media screen and (max-width: 700px) {
    /* zwgk */
    .zwgk .link-wrap .link-title p:first-of-type,
    .yhyshj .center .news .title p:first-of-type {
        font-size: 5vw;
    }
    .zwgk .link-wrap .link-title p:last-of-type,
    .yhyshj .center .news .title p:last-of-type {
        margin-top: 1vw;
        font-size: 3vw;
    }
    .zwgk .link-wrap .link-title img {
        display: block;
        width: 100%;
    }
    .ztw.zwgk .link-list .link-item,
    .ztw.zwgk .link-list .link-item:nth-of-type(4n+1) {
        width: 32%;
        margin-left: 2% !important;
    }
    .ztw.zwgk .link-list .link-item:nth-of-type(3n+1) {
        margin-left: 0 !important;
    }
    /* jjzcb */
    .jjzcb .link-wrap .link-item {
        float: none;
        width: 100%;
        margin-left: 0px !important;
    }
    .jjzcb .link-wrap .link-item span {
        font-size: 26px;
    }
    .jjzcb .center-title-content {
        font-size: 14px;
    }
    /* zdxzjc */
    #zdxzjc .list-wrap .list-item-doing a {
        width: 100%;
        margin: 5px 10px 0;
    }
    /* zcwj */
    #zcwj .pagenation a,
    #zcwj .pagenation input,
    #zcwj .pagenation button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    #zcwj .pagenation .prev,
    #zcwj .pagenation .next,
    #zcwj .pagenation input,
    #zcwj .pagenation button {
        width: 50px;
    }
    #zcwj .pagenation input,
    #zcwj .pagenation button,
    #zcwj .pagenation .prev,
    #zcwj .pagenation .next {
        flex-shrink: 0;
    }
    #zcwj .pagenation span {
        white-space: nowrap;
        margin: 0 3px;
    }
    #zcwj .title {
        flex-direction: column;
        align-items: start;
    }
    #zcwj .title-nav {
        float: none;
    }
}

@media screen and (max-width: 600px) {
    /* xxgk */
    .ztw .center_title_content {
        font-size: 16px;
        margin-top: 10vw;
    }
    .ztw.zwgk .list-item p {
        max-width: 68%;
    }
    /* zwgk */
    .zwgk .news-wrap,
    .zwgk .link-wrap,
    .jjzcb .center-title-content {
        margin-top: 3vh;
    }
    /* jjzcb */
    .jjzcb .center-title-content {
        font-size: 14px;
    }
    .jjzcb .center-title-content .content-title {
        width: 50px;
        height: 100px;
        padding: 15px 1px;
        left: 20px;
        font-size: 25px;
    }
    .jjzcb .center-title-content .content {
        margin-left: 60px;
    }
    .zqskzq .center-title-content .content {
        margin-left: 0px;
    }
    /* yqfk */
    .yqfk .center_wrap {
        margin-bottom: 3vh;
    }
    /* yhyshj */
    .yhyshj .zcjj-link,
    .yhyshj .zcjd-swiper {
        width: 90%;
    }
    .yhyshj .list .title {
        font-size: 5vw;
    }
    /* yhyshj */
    .yhyshj .link-list .link-item,
    .yhyshj .link-list .link-item:nth-of-type(4n+1) {
        width: 30%;
        margin-left: 3.33% !important;
    }
    .yhyshj .link-list .link-item:nth-of-type(3n+1) {
        margin-left: 0 !important;
    }
    /* zdxzjc */
    #zdxzjc .center-title span {
        font-size: 18px;
    }
    #zdxzjc .list-wrap .list-hd {
        height: 60px;
    }
    #zdxzjc .list-wrap .list-hd>span {
        line-height: 60px;
        height: 60px;
    }
    #zdxzjc .list-wrap .list-hd>span,
    #zdxzjc .list-wrap .list-item>div {
        font-size: 14px;
    }
    #zdxzjc .list-wrap .list-item-unit {
        line-height: 20px !important;
        text-align: center;
    }
    #zdxzjc .list-wrap .list-hd>span,
    #zdxzjc .list-wrap .list-item>div {
        padding: 0 10px;
    }
    #zdxzjc .list-wrap .list-item>.list-item-content {
        padding: 10px;
    }
    .years-banner,
    #zdxzjc .center-title,
    #zdxzjc .list-wrap {
        margin-top: 3vh;
    }
    /* zxwj */
    #zcwj .title-nav {
        max-width: 100%;
        overflow-x: auto;
    }
    #fzzfjs .zfmd .zfmd-list li {
        width: 48%;
        margin-right: 2%;
    }
}

@media screen and (max-width: 550px) {
    .jjzcb .link-wrap .link-item span {
        font-size: 20px;
    }
    .jjzcb .center-title-content {
        font-size: 14px;
    }
    .jjzcb .center-title-content .content-title {
        width: 100px;
        height: 50px;
        padding: 8px 1px;
        font-size: 25px;
        top: 20px;
        bottom: auto;
    }
    .jjzcb .center-title-content .content {
        margin-left: 0;
        margin-top: 60px;
    }
    .zqskzq .center-title-content .content {
        margin-top: 0px;
    }
    /* yqfk */
    .yqfk.ztw .ztw_title img,
    .yhyshj.ztw .ztw_title img {
        width: 90%;
    }
    .yhyshj .news-list a .text,
    .yhyshj .news-list a .time,
    .yhyshj .zcjd-swiper .swiper-slide .news_item_title,
    .yhyshj .link-list .link-item {
        font-size: 16px;
    }
    /* zcjd */
    #zcjd .list .images-item .text {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    /* zdzxjc */
    #zdxzjc .list-wrap {
        overflow: hidden;
    }
    #zdxzjc .list-wrap .list-hd {
        width: 100px;
        float: left;
        height: auto;
        flex-direction: column;
    }
    #zdxzjc .list-wrap .list-hd>span {
        width: 100% !important;
        padding: 0 !important;
        text-align: center;
    }
    #zdxzjc .list-wrap .list-body {
        float: right;
        width: calc(100% - 100px);
        height: 240px;
        overflow-y: auto;
    }
    #zdxzjc .list-wrap .list-item {
        display: block;
    }
    #zdxzjc .list-wrap .list-item>div {
        width: 100%;
        height: 59px;
        line-height: 59px;
        float: none;
        border-bottom: 1px solid #e3e4e4;
    }
    #zdxzjc .list-wrap .list-item-type {
        width: 100%;
    }
    #zdxzjc .list-wrap .list-item {
        border-top: 2px solid #1369c0;
    }
    #zdxzjc .list-wrap .list-item>.list-item-content {
        display: block;
        /* max-width: 90%; */
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
        padding: 0 10px 0;
        line-height: 59px !important;
    }
    #zdxzjc .list-wrap .list-item-doing {
        justify-content: space-between;
    }
    #zdxzjc .list-wrap .list-item-doing a {
        width: 47%;
        margin: 5px 1%;
    }
    #zdxzjc .list-wrap .list-item-unit {
        line-height: 59px !important;
        padding: 0 !important;
        overflow: hidden;
    }
    #zdxzjc .center-title {
        height: auto;
    }
    #zdxzjc .center-title img {
        width: 40%;
    }
    #zdxzjc .center-title span {
        left: 45%;
        font-size: 4vw;
        line-height: 1.5;
    }
    #zcwj .pagenation {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 500px) {
    /* xxgk */
    .ztw .xxgk_link_list {
        flex-wrap: wrap;
    }
    .ztw .xxgk_link_list .link_item {
        width: 100%;
        margin: 2vh auto 0 !important;
    }
    /* zwgk */
    .zwgk .list-item {
        font-size: 16px;
    }
    .ztw.zwgk .link-list .link-item,
    .ztw.zwgk .link-list .link-item:nth-of-type(4n+1),
    .ztw.zwgk .link-list .link-item:nth-of-type(3n+1) {
        width: 48% !important;
        margin-left: 4% !important;
    }
    .ztw.zwgk .link-list .link-item:nth-of-type(2n+1) {
        margin-left: 0 !important;
    }
    /* jjzcb */
    .jjzcb .link-wrap .link-item span {
        font-size: 18px;
    }
    .yqfk .news-list a .text,
    #zdhyxx .news-list a .text {
        max-width: 60%;
        font-size: 16px;
    }
    .yqfk .news-list a .time,
    #zdhyxx .news-list a .time {
        font-size: 16px;
    }
    .yqfk .center-link {
        margin: 2vh auto;
    }
    /* zdxzjc */
    .years-banner .next,
    .years-banner .prev {
        width: 24px;
        height: 44px;
    }
    .years-banner .swiper-container .swiper-slide {
        font-size: 18px;
        height: 44px;
        line-height: 44px;
        margin-top: 10px;
    }
    /* zdgyxx */
    #zdhyxx .top .hasDatepicker {
        min-width: 90% !important;
    }
    #zdhyxx .top .news-header {
        height: 60px;
        line-height: 60px;
        font-size: 6vw;
    }
    #zdhyxx .top .news-content {
        padding: 20px 15px 30px;
    }
    #zdhyxx .video .title {
        font-size: 7vw;
    }
    #zcwj .list-item {
        flex-wrap: wrap;
    }
    #zcwj .list-item p {
        width: 100%;
        max-width: 100%;
        flex: auto;
        font-size: 16px;
    }
    #zcwj .list-item .time {
        font-size: 16px
    }
}

@media screen and (max-width: 450px) {
    /* yhyshj */
    .yhyshj .link-list .link-item,
    .yhyshj .link-list .link-item:nth-of-type(4n+1),
    .yhyshj .link-list .link-item:nth-of-type(3n+1) {
        width: 48%;
        margin-left: 4% !important;
    }
    .yhyshj .link-list .link-item:nth-of-type(2n+1) {
        margin-left: 0 !important;
    }
    .yhyshj .zcjj-link,
    .yhyshj .zcjd-swiper {
        width: 100%;
    }
    /* zcwj */
    #zcwj .list-item p {}
}

@media screen and (max-width: 400px) {
    /* xxgk */
    .ztw .header {
        height: 78vw;
    }
    .ztw .center_title_content {
        padding: 15px 25px;
    }
    /* jjzcb */
    .jjzcb .link-wrap .link-item span {
        font-size: 16px;
    }
}