.ztw .header {
    background: none;
    height: auto;
}

.ztw .menu_btn {
    display: none !important;
}

.ztw .header_wrap_center {
    position: relative;
}

.ztw .header_logo {
    display: block;
    width: auto;
}

.ztw .header_search {
    width: 320px;
    float: left;
    margin-left: 46px;
}

.ztw .nav-link {
    height: 21px;
    position: absolute;
    right: 0;
    top: 32%;
    margin: auto;
}

.ztw .nav-link,
.ztw .nav-link a {
    color: #fff;
}

.ztw .nav-link a {
    padding: 0 3px;
}
.ztw .top-11 a.bmjz {
    margin:0 5px;
}
#jczwgk {
    background: url(icon-zwgk-header-bg.png) no-repeat top center;
}

#zcwdk {
    background: url(icon-zchd-header-bg.png) no-repeat top center;
}

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

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

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

.ztw .bt1 {
    text-align: center;
    padding: 70px 0 110px;
}

.ztw .bt1 img {
    max-width: 90%;
}

#jczwgk .header-title {
    margin-top: 123px;
}

.header-title::after,
.header-title::before {
    display: none;
}

#zcwdk .header-title {
    margin-top: 98px;
}

#zcjdzl .header-title {
    margin-top: 112px;
}

#zfcwhy .header-title {
    margin-top: 111px;
}

#zdxzjcygk .header-title {
    margin-top: 119px;
}

#jczwgk .header-title img,
#zcwdk .header-title img,
#zcjdzl .header-title img,
#zfcwhy .header-title img,
#zdxzjcygk .header-title img {
    display: block;
    margin: auto;
}
#zdxzjcygk .bt1{
        text-align:left;
        max-width: 1220px;
        margin: auto;
}
#zdxzjcygk .header-title img ,#zdxzjcygk .bt1 img{margin-left: 60px;}


.ztw .center_wrap {
    background-color: #fff;
    max-width: 1260px;
    margin: 0px auto 0;
}
.ztw .fot-1-rig ul li.down>a::before,.fot-1-rig ul li.down>a::before{
    position:absolute;
}

#zcwdk .center_wrap {
    margin-top: 20px;
}

#jczwgk .center_wrap .title,
#zcwdk .zcwdjd-banner .title {
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-top: 40px;
}

#jczwgk .center_wrap .title span,
#zcwdk .zcwdjd-banner .title span {
    float: left;
    min-width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #115db2;
    text-align: center;
}

.ztw .center_wrap .bzml .list-wrap {
    padding-top: 19px;
}

.ztw .center_wrap .list-wrap .list-item {
    overflow: hidden;
    padding: 17px 0;
    font-size: 16px;
    transition: all 0.3s;
}

.ztw .center_wrap .list-wrap .list-item .text {
    float: left;
    max-width: 80%;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    transition: all 0.3s;
}

.ztw .center_wrap .list-wrap .list-item .text span {
    color: #999999;
    padding-right: 12px;
    transition: all 0.3s;
}

.ztw .center_wrap .list-wrap .list-item .time {
    float: right;
    color: #999999;
    transition: all 0.3s;
}

.ztw .center_wrap .list-wrap .list-item:hover {
    box-shadow: 0px 0px 10px -3px rgb(49, 109, 238);
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 3px;
}

.ztw .center_wrap .list-wrap .list-item:hover .text,
.ztw .center_wrap .list-wrap .list-item:hover .time,
.ztw .center_wrap .list-wrap .list-item:hover .text span {
    color: #115db2;
}

#jczwgk .gkly-list {
    font-size: 0;
    overflow: hidden;
}

#jczwgk .gkly-list .gkly-item {
    float: left;
    width: 12.5%;
    margin-top: 60px;
    transition: all 0.3s;
}

#jczwgk .gkly-list .gkly-item .pic {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #115db2;
    position: relative;
    overflow: hidden;
    margin: auto;
    transition: all 0.3s;
}

#jczwgk .gkly-list .gkly-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#jczwgk .gkly-list .gkly-item p {
    font-size: 16px;
    color: #333;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    transition: all 0.3s;
}

#jczwgk .gkly-list .gkly-item:hover .pic {
    animation: scaleTo .5s linear;
}

#jczwgk .gkly-list .gkly-item:hover p {
    color: #115db2;
}

@keyframes scaleTo {
    0% {
        transform: scale(0.8);
    }
    25% {
        transform: scale(1.2);
    }
    75% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

#jczwgk .xzjd-list {
    font-size: 0;
    padding-top: 20px;
}

#jczwgk .xzjd-list .xzjd-item {
    display: inline-block;
    width: 25%;
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 12px;
    box-sizing: border-box;
    margin: 20px auto;
}

#jczwgk .xzjd-list .xzjd-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background-color: #115db2;
}

#jczwgk .xzjd-list .xzjd-item:hover {
    font-weight: bold;
    color: #115db2;
}


/* zcwdk */

#zcwdk .content-wrap {
    overflow: hidden;
    margin-top: 40px;
}

#zcwdk .nav-choose {
    width: 310px;
    float: left;
}

#zcwdk .nav-choose .title {
    display: flex;
    overflow: hidden;
}
#zcwdk .nav-choose .title:after{
    width:0;
}

#zcwdk .nav-choose .title a {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #d2dfed;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s;
    float: left;
    flex: auto;
    display: block;
}

#zcwdk .nav-choose .title a.active {
    background-color: #115db2;
    color: #fff;
}

#zcwdk .nav-choose .choose-list {
    padding: 0 10px 10px;
    background-color: #f7f7f7;
    overflow: hidden;
}

#zcwdk .nav-choose .choose-list .list-wrap {
    /* display: none; */
    overflow: hidden;
}

#zcwdk .nav-choose .choose-list .list-wrap.active {
    display: block;
    animation: fadeRight .3s linear;
}

#zcwdk .nav-choose .choose-list .list-wrap .choose-item {
    float: left;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    color: #333;
}

#zcwdk .nav-choose .choose-list .list-wrap .choose-item.active {
    background-color: #115db2;
    color: #fff;
}

#zcwdk .nav-choose .choose-list .list-wrap .choose-item:nth-of-type(2n) {
    margin-left: 10px;
}

@keyframes fadeRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

#zcwdk .wq-list {
    width: calc(100% - 350px);
    float: right;
    height: 823px;
}
#zcwdk .wq-list.rmly{
    height: 660px;
}

#zcwdk .wq-search {
    width: calc(100% - 190px);
    border: 1px solid #115db2;
    border-radius: 5px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}

#zcwdk .wq-search input {
    height: 100%;
    font-size: 16px;
    position: absolute;
    width: 90%;
    max-width: 90%;
}

#zcwdk .wq-search .icon {
    position: absolute;
    right: 24px;
    background: transparent;
    color: #115db2;
    height: 56px;
    font-size: 18px;
    line-height: 56px;
    padding-left: 41px;
    cursor: pointer;
    background: url(icon-search-fill.png) no-repeat left center;
}

#zcwdk .wq-list-header a {
    width: 180px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background: url(icon-wt.png) no-repeat center;
    background-color: #115db2;
    background-position-x: 37px;
    padding-left: 73px;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: 10px;
}

#zcwdk .wq-list-body {
    margin-top: 10px;
}

#zcwdk .wq-list-body .wq-list-item {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
    margin-top: 25px;
    display: block;
    box-sizing: border-box;
    transition: all 0.3s;
}

#zcwdk .wq-list-body .wq-list-item:hover {
    transform: translateY(-10px);
}

#zcwdk .wq-list-body .wq-list-item:last-of-type {
    border: none;
    padding-bottom: 0;
}

#zcwdk .wq-list-body .wq-list-item p {
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

#zcwdk .wq-list-body .wq-list-item .w {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    padding-left: 54px;
    background: url(icon-wt-fill.png) no-repeat left center;
    transition: all 0.3s;
}

#zcwdk .wq-list-body .wq-list-item:hover .w {
    color: #115db2;
}

#zcwdk .wq-list-body .wq-list-item .q {
    color: #777777;
    padding-left: 55px;
    margin-top: 24px;
    background: url(icon-hd.png) no-repeat left center;
}

#zcwdk .wq-list-body .wq-list-item .q em,
#zcwdk .wq-list-body .wq-list-item .w em {
    font-style: normal;
    color: red;
    font-weight: bold;
}

#zcwdk .wq-list .pagenation {
    margin-top: 40px;
}

#zcwdk .swiper-container {
    margin-top: 30px;
    padding-bottom: 29px;
}

#zcwdk .swiper-container .swiper-slide {
    overflow: hidden;
    height: 180px;
}

#zcwdk .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}

#zcwdk .swiper-container .swiper-slide:hover img {
    transform: scale(1.2);
}

#zcwdk .swiper-pagination {
    display: flex;
    justify-content: center;
}

#zcwdk .swiper-pagenation-cor {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #b2b2b2;
    margin: 0 5px;
}

#zcwdk .swiper-pagenation-cor-active {
    background-color: #115db2;
}

#zcwdk .link {
    margin: 40px auto 80px;
}

#zcwdk .link a {
    width: 100%;
    overflow: hidden;
    /* height: 122px; */
}


/* #zcwdk .link a:last-of-type {
    margin-left: 1.66%;
} */

#zcwdk .link a img {
    max-width: 100%;
    transition: all 0.3s;
    /* object-fit: cover; */
}

#zcwdk .link a:hover img {
    box-shadow: 0px 0px 15px 0px rgb(49, 109, 238);
}

#zcwdk .el-pagination,
#zcjdzl .el-pagination {
    text-align: center;
    padding: 30px 0;
}

#zcwdk .el-pagination__rightwrapper,
#zcjdzl .el-pagination__rightwrapper {
    float: none;
}


/* zcjdzl */

#zcjdzl .center_wrap .title,
#zfcwhy .center_wrap .title {
    background: url(icon-ztw-title-bg.png) no-repeat center;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #115db2;
    cursor: pointer;
    margin: 40px auto 30px;
    /* background-size: 100%; */
}

#zcjdzl .zxjd .zxjd-header {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    padding-bottom: 30px;
}

#zcjdzl .zxjd .zxjd-header li {
    display: inline-block;
    width: 228px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    background-color: #dfebf8;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.3s;
    min-width: 100px;
}

#zcjdzl .zxjd .zxjd-header li.active,
#zcjdzl .zxjd .zxjd-header li:hover {
    color: #fff;
    background-color: #115db2;
}

#zcjdzl .zxjd .zxjd-list {
    /* overflow: hidden; */
    display: none;
    height: 250px;
}

#zcjdzl .zxjd .zxjd-list .swiper-container,
#zcjdzl .zxjd .zxjd-list .swiper-wrapper {
    width: 100%;
    height: 235px;
}

#zcjdzl .zxjd .zxjd-list .swiper-slide {
    /* width: 31.1%; */
    height: 235px;
}

#zcjdzl .zxjd .zxjd-list.active {
    display: block;
    animation: fadeRight 0.3s linear;
}

#zcjdzl .zxjd .zxjd-list .zxjd-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 235px;
    /* float: left; */
    /* margin-left: 3.2%; */
}

#zcjdzl .zxjd .zxjd-list .zxjd-item:first-of-type {
    margin-left: 0;
}

#zcjdzl .zxjd .zxjd-list .zxjd-item p {
    width: 100%;
    position: absolute;
    height: 48px;
    line-height: 48px;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 0 13%;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

#zcjdzl .zxjd .zxjd-list .zxjd-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

#zcjdzl .zxjd .zxjd-list .zxjd-item:hover img {
    transform: scale(1.2);
}

#zcjdzl .zxjd .zxjd-list .list-wrap {}

#zcjdzl .jdly .jdly-header {
    padding: 30px;
    background-color: #f7f7f7;
}

#zcjdzl .jdly .jdly-header .header-select {
    padding-bottom: 24px;
    border-bottom: 1px solid #dddddd;
}

#zcjdzl .jdly .jdly-header .header-select>span {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #115db2;
}

#zcjdzl .jdly .jdly-header .header-select>ul,
#zcjdzl .jdly .jdly-header .header-selection>ul {
    width: calc(100% - 110px);
    margin-left: 30px;
    font-size: 0;
    overflow: hidden;
}

#zcjdzl .jdly .jdly-header .header-select>ul li {
    line-height: 30px;
    float: left;
    width: 9%;
    cursor: pointer;
    min-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
    font-size: 16px;
}

#zcjdzl .jdly .jdly-header .header-selection {
    margin-top: 20px;
    font-size: 0px;
}

#zcjdzl .jdly .jdly-header .header-selection span {
    font-size: 16px;
    line-height: 32px;
}

#zcjdzl .jdly .jdly-header .header-selection .select {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #115db2;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

#zcjdzl .jdly .jdly-header .header-selection>ul span {
    display: inline-block;
    width: 9%;
    min-width: 80px;
    float: left;
}

#zcjdzl .jdly .jdly-header .header-selection>ul .select-item {
    color: #115db2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
}

#zcjdzl .jdly .jdly-header .header-selection>ul .clearBtn {
    color: #999999;
    cursor: pointer;
}

#zcjdzl .jdly .jdly-list {
    padding-top: 19px;
}

#zcjdzl .jdly .jdly-list .list-wrap {
    /* border-bottom: 1px dashed #ddd; */
    margin-top: 15px;
    /* padding-bottom: 13px; */
}

#zcjdzl .jdly .jdly-list .list-wrap .item-line {
    border-bottom: 1px dashed #ddd;
    margin: 13px 10px;
}

#zcjdzl .jdly .jdly-list .list-item,
#zcjdzl .zxjd-list .list-item {
    display: flex;
    line-height: 30px;
    padding: 10px 10px 10px 0;
    justify-content: space-between;
}
#zcjdzl .zxjd-list .list-item:before,
#zcjdzl .zxjd-list .list-item:after{
    position:absolute;
}

#zcjdzl .jdly .jdly-list .list-item .text,
.zxjd-list .list-item .text {
    /* max-width: calc(100% - 200px); */
    flex: 1;
}

#zcjdzl .jdly .jdly-list .list-item .yw-link,
.zxjd-list .list-item .yw-link {
    display: inline-block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #88aed8;
    border: 1px solid #88aed8;
    box-sizing: border-box;
    border-radius: 3px;
    /* margin-left: 10px; */
    transition: all 0.3s;
    margin-right: 10px;
}

#zcjdzl .jdly .jdly-list .list-item .yw-link:hover,
.zxjd-list .list-item .yw-link:hover {
    background-color: #88aed8;
    color: #fff;
}

#zcjdzl .jdly .jdly-list .list-wrap:last-of-type {
    border-bottom: none;
}

#zcjdzl .jdly .jdly-list .pagenation {
    margin-top: 30px;
    margin-bottom: 30px;
}

#zcjdzl .ztjd .ztjd-wrap {
    font-size: 0;
    text-align: justify;
    margin-bottom: 60px;
}
#zcjdzl .ztjd .ztjd-wrap #swiper2{
    padding-bottom:20px;
}
#zcjdzl .ztjd .ztjd-wrap #swiper2 .swiper-pagination{
    bottom:0;
}

#zcjdzl .ztjd .ztjd-wrap a {
    width: 100%;
    display: inline-block;
    /* width: 23.77%; */
    /* margin-left: 1.6%; */
}

#zcjdzl .ztjd .ztjd-wrap a img {
    width: 100%;
    transition: all 0.3s;
}

#zcjdzl .ztjd .ztjd-wrap a:hover img {
    box-shadow: 0px 0px 15px 0px rgb(49, 109, 238);
}

#zcjdzl .ztjd .ztjd-wrap a:first-of-type {
    margin-left: 0;
}


/* zfcwhy */

#zfcwhy .center_wrap {
    max-width: 1220px;
    margin-top: 30px;
}

#zfcwhy .center_wrap .center-header {
    padding-left: 30px;
    padding-right: 20px;
}

#zfcwhy .center_wrap .center-header .hy {
    padding-top: 38px;
}

#zfcwhy .hy-banner {
    width: calc(100% - 444px);
}

#zfcwhy .hy-banner .news-list .news-item {
    text-align: right;
    display: none;
}

#zfcwhy .hy-banner .news-list .news-item.active {
    display: block;
    animation: fade 0.5s linear;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#zfcwhy .hy-banner .news-list .news-title {
    font-size: 36px;
    line-height: 36px;
    color: #115db2;
    text-align: center;
    margin-top: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#zfcwhy .hy-banner .news-list .news-time {
    font-size: 18px;
    line-height: 36px;
    color: #555555;
    position: relative;
    text-align: center;
    margin: 30px 50px;
}

#zfcwhy .hy-banner .news-list .news-time::before,
#zfcwhy .hy-banner .news-list .news-time::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background-color: #777777;
    margin: auto;
}

#zfcwhy .hy-banner .news-list .news-time::before {
    left: 50%;
    transform: translateX(74px);
}

#zfcwhy .hy-banner .news-list .news-time::after {
    right: 50%;
    transform: translateX(-74px);
}

#zfcwhy .hy-banner .news-list .news-content {
    text-indent: 2em;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: justify;
    max-height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 96px;
}

#zfcwhy .hy-banner .news-list .news-item .more {
    display: block;
    color: #115db2;
    margin-top: 30px;
}

#zfcwhy .hy-banner .swiper-slide .item {
    display: block;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    background-color: #dfebf8;
    text-align: center;
    border-radius: 24px;
}

#zfcwhy .hy-banner .swiper-slide.active .item {
    background-color: #115db2;
    color: #fff;
}

#zfcwhy .hy-banner .hy-banner-wrap {
    position: relative;
    margin-top: 60px;
}

#zfcwhy .hy-banner .hy-banner-wrap .swiper-container {
    width: calc(100% - 80px);
}

#zfcwhy .hy-banner .next,
#zfcwhy .hy-banner .prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 100%;
    margin: auto;
    cursor: pointer;
}

#zfcwhy .hy-banner .next {
    left: 0;
    background: url(datepicker-left.png) no-repeat center;
}

#zfcwhy .hy-banner .prev {
    right: 0;
    background: url(datepicker-right.png) no-repeat center;
}

#zfcwhy .hy-data {
    width: 404px;
    padding: 5px;
    background-image: -moz-linear-gradient(180deg, rgb(17, 93, 178) 0%, rgb(66, 140, 208) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(17, 93, 178) 0%, rgb(66, 140, 208) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(17, 93, 178) 0%, rgb(66, 140, 208) 100%);
}

#zfcwhy .hy-data .title {
    margin-left: 20px;
    font-size: 24px;
    text-align: left;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    padding-left: 16px;
    margin-top: 20px;
    background: url(icon-data-title-bg.png) no-repeat left center;
}

#zfcwhy .hy-data #datepicker {
    height: 416px;
    /* background: url(icon-data-bg.png) #fff no-repeat top center; */
    margin-top: 20px;
    padding: 0 17px;
}
#zfcwhy .hasDatepicker::before {
    height: 24px;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    background: url(1024-8.png) center center no-repeat;
    background-size: 100% 24px;
}


#zfcwhy .hy-data .ui-datepicker-header {
    margin-top: 35px;
}

#zfcwhy .center_wrap .hytj .title {
    margin-top: 60px;
}

#zfcwhy .center_wrap .hytj-list {
    font-size: 0;
    overflow: hidden;
}

#zfcwhy .center_wrap .hytj-list .hytj-item {
    display: inline-block;
    width: 100%;
    /* width: 23.8%; */
    overflow: hidden;
    margin-left: 1.6%;
    height: 180px;
}

#zfcwhy .center_wrap .hytj-list .hytj-item:first-of-type {
    margin-left: 0;
}

#zfcwhy .center_wrap .hytj-list .hytj-item img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}

#zfcwhy .center_wrap .hytj-list .hytj-item:hover img {
    transform: scale(1.2);
}

#zfcwhy .news {
    margin-top: 38px;
    margin-bottom: 60px;
}

#zfcwhy .news .zfhy,
#zfcwhy .news .xwfbh {
    width: 49%;
}

#zfcwhy .news .xwfbh {
    margin-left: 2%;
}

#zfcwhy .news .news-title {
    border-bottom: 1px solid #dddddd;
}

#zfcwhy .news .news-title {
    font-size: 24px;
    line-height: 24px;
    color: #115db2;
    padding-bottom: 16px;
    position: relative;
    padding-left: 20px;
}

#zfcwhy .news .news-title::before {
    content: '';
    width: 4px;
    height: 22px;
    position: absolute;
    top: 2px;
    left: 0;
    background-color: #115db2;
}


/* zdxzjcygk */

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

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

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

#zdxzjcygk .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;
}

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

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

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

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

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

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

#zdxzjcygk .jc-wrap {
    margin-bottom: 80px;
}

#zdxzjcygk .jc-wrap .jc-wrap-item {
    display: none;
}

#zdxzjcygk .jc-wrap .jc-wrap-item.active {
    display: block;
    animation: fadeRight 0.5s linear;
}

#zdxzjcygk .jc-wrap-item .jc-title {
    height: 115px;
    background-color: #f7f7f7;
    padding: 35px 30px 20px;
    margin: 30px auto 40px;
}

#zdxzjcygk .jc-wrap-item .jc-title .jc-title-l {
    position: relative;
    width: 180px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #115db2;
    font-size: 24px;
    color: #115db2;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

#zdxzjcygk .jc-wrap-item .jc-title .jc-title-l span {
    position: absolute;
    left: 19px;
    top: -13px;
    width: 80px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #115db2;
}

#zdxzjcygk .jc-wrap-item .jc-title .jc-title-r {
    font-size: 24px;
    color: #333;
    max-width: calc(100% - 210px);
    line-height: 60px;
    margin-left: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-header {
    height: 80px;
    line-height: 80px;
    font-size: 0;
    background-color: #115db2;
}

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-header span {
    display: inline-block;
    font-size: 18px;
    padding: 0 20px;
    background-color: #115db2;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
}

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-header span:nth-of-type(1),
#zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item>span:nth-of-type(1) {
    width: 76px;
    text-align: center;
}

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-header span:nth-of-type(2),
#zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item .text {
    width: calc(50% - 72px);
}

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-header span:nth-of-type(3),
#zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item ul {
    width: calc(50% - 160px);
}

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-header span:nth-of-type(4) {
    padding-right: 5.24%;
}

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item {
    min-height: 90px;
    /* line-height: 90px; */
    background-color: #f7f7f7;
}

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

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item>* {
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
}

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item>span:nth-of-type(1) {
    line-height: 90px;
    color: #333;
}

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item .text {
    position: relative;
    line-height: 30px;
    min-height: 90px;
    color: #333;
}

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item .text span {
    position: absolute;
    max-width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item ul {
    font-size: 0;
    min-height: 90px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
}

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item ul li {
    display: inline-block;
    font-size: 16px;
    color: #115db2;
    height: 32px;
    line-height: 16px;
    padding: 8px;
    border: 1px solid #115db2;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 8px;
    flex-shrink: 0;
}

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item ul li:last-of-type {
    margin-right: 0;
}

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item .dw {
    min-width: 120px;
    position: relative;
    min-height: 90px;
}

#zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item .dw span {
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .ztw .nav-link {
        top: -20px;
        bottom: auto;
    }
    .ztw .header_search {
        float: right;
        margin-left: 0;
    }
    #zcwdk .wq-list .pagenation>* {
        margin-top: 8px;
    }
    #zcjdzl .zxjd .zxjd-header li {
        width: 22%;
        margin: 0 1.5%;
    }
}

@media screen and (max-width: 1000px) {
    #jczwgk .gkly-list .gkly-item {
        width: 14.2%;
    }
    .ztw .nav-link {
        font-size: 14px;
    }
    #zfcwhy .center_wrap .list-wrap .list-item .text {
        max-width: 70%;
    }
}

@media screen and (max-width: 900px) {
    #jczwgk .gkly-list .gkly-item {
        width: 16.6%;
    }
    #jczwgk .xzjd-list .xzjd-item {
        width: 33.3%;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
    }
}

@media screen and (max-width: 850px) {}

@media screen and (max-width: 820px) {
    .ztw .nav-link {
        text-align: center;
        left: 0;
        padding-top: 5px;
        height: auto;
    }
    #zcwdk .wq-search,
    #zcwdk .wq-list-header a {
        width: 100%;
        float: none;
    }
    #zcwdk .wq-list-header a {
        margin: auto;
        margin-top: 20px;
        padding-left: 48%;
        background-position-x: 42%;
    }
    #zcwdk .header-title img {
        max-width: 100%;
    }
}

@media screen and (max-width: 800px) {
    #zcjdzl .ztjd .ztjd-wrap a:nth-of-type(2n+1) {
        margin-left: 0;
    }
    #zfcwhy .center_wrap .center-header {
        padding: 0 10px;
    }
    #zfcwhy .hy-banner,
    #zfcwhy .hy-data {
        float: none;
        width: 100%;
    }
    #zfcwhy .hy-data {
        margin-top: 40px;
    }
    #zfcwhy .hy-data #datepicker {
        background-size: 100%;
    }
    #zfcwhy .news .zfhy,
    #zfcwhy .news .xwfbh {
        width: 100%;
        float: none;
        margin: auto;
    }
    #zfcwhy .news .xwfbh {
        margin-top: 40px;
    }
    #zfcwhy .hy-banner .news-list .news-title {
        margin-top: 10px;
    }
    #zdxzjcygk .header-title {
        max-width: 100%;
        margin-top: 60px;
    }
    #zdxzjcygk .header-title img {
        max-width: 100%;
        margin: auto;
    }
    #zdxzjcygk .jc-wrap-item .jc-title {
        height: auto;
        padding: 15px;
    }
    #zdxzjcygk .jc-wrap-item .jc-title .jc-title-l {
        float: none;
    }
    #zdxzjcygk .jc-wrap-item .jc-title .jc-title-r {
        max-width: 100%;
        float: none;
        margin: 10px auto;
        text-overflow: initial;
        overflow: initial;
        word-break: initial;
        white-space: wrap;
        line-height: 40px;
        text-align: justify;
    }
    #zdxzjcygk .jc-wrap-item .jc-list {
        overflow: hidden;
    }
    #zdxzjcygk .jc-wrap-item .jc-list .jc-list-header {
        float: left;
        width: 100px;
        text-align: center;
        height: auto;
    }
    #zdxzjcygk .jc-wrap-item .jc-list .jc-list-header span {
        display: block;
        width: 100px !important;
        padding: 0;
    }
    #zdxzjcygk .jc-wrap-item .jc-list .jc-list-body {
        float: right;
        width: calc(100% - 100px);
        height: 300px;
        overflow-y: auto;
    }
    #zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item>span:nth-of-type(1),
    #zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item .text,
    #zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item ul,
    #zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item .dw {
        width: 100%;
        min-height: 80px;
    }
    #zdxzjcygk .jc-wrap-item .jc-list .jc-list-header span:nth-of-type(1),
    #zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item>span:nth-of-type(1) {
        min-height: 60px;
        line-height: 60px;
    }
    #zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item .text span {
        -webkit-line-clamp: 2;
        position: sticky;
        line-height: 40px;
        top: 0;
        transform: none;
        padding-right: 0;
        text-align: justify;
    }
}

@media screen and (max-width: 768px) {
    .ztw .bt1 {
        text-align: center;
        padding: 30px 0;
    }
    .el-pagination__rightwrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .el-pager {
        margin-bottom: 14px !important;
    }
    .el-pagination__jump {
        margin-left: 10px !important;
        margin-top: 0 !important;
    }
    #zdxzjcygk .bt1{
        text-align:center;
    }
    #zdxzjcygk .bt1 img{
        margin: auto;
    }
}

@media screen and (max-width: 730px) {
    .ztw .header_logo {
        width: 100%;
        float: none;
        margin: 20px auto;
    }
    .ztw .header_logo img {
        display: block;
        max-width: 100%;
        margin: auto;
    }
    .ztw .header_search {
        float: none;
        margin: 20px auto;
        max-width: 100%;
    }
    .ztw .header_search input {
        background-color: rgba(255, 255, 255, 0.2);
    }
    #zcwdk .nav-choose,
    #zcwdk .wq-list {
        float: none;
        width: 100%;
        height: auto;
    }
    #zcwdk .wq-list {
        margin-top: 40px;
    }
    #zcwdk .nav-choose .choose-list .list-wrap .choose-item,
    #zcwdk .nav-choose .choose-list .list-wrap .choose-item:nth-of-type(2n) {
        margin-left: 10px;
        width: 22%;
        min-width: 140px;
    }
}

@media screen and (max-width: 700px) {
    #jczwgk .gkly-list .gkly-item {
        width: 25%;
    }
}

@media screen and (max-width: 650px) {
    #jczwgk .xzjd-list .xzjd-item {
        width: 50%;
    }
    #zcjdzl .header-title img {
        max-width: 100%;
    }
    #zcjdzl .zxjd .zxjd-list .zxjd-item p {
        font-size: 14px;
        height: 28px;
        line-height: 28px;
    }
}

@media screen and (max-width: 600px) {
    #zcjdzl .zxjd .zxjd-list .zxjd-item,
    #zcjdzl .zxjd .zxjd-list .zxjd-item:first-of-type {
        float: none;
        width: 90%;
        margin: 10px auto 30px;
    }
    #zcjdzl .zxjd .zxjd-list .zxjd-item p {
        font-size: 16px;
        height: 48px;
        line-height: 48px;
    }
}

@media screen and (max-width: 550px) {
    .ztw .center_wrap .list-wrap .list-item .text {
        max-width: 70%;
    }
    #jczwgk .header-title,
    #zcwdk .header-title,
    #zcjdzl .header-title,
    #zfcwhy .header-title {
        margin-top: 60px;
        max-width: 100%;
    }
    #jczwgk .header-title img,
    #zfcwhy .header-title img {
        max-width: 100%;
    }
    .ztw .nav-link a {
        padding-top: 1vh;
    }
    .ztw .header_logo {
        margin: 40px auto;
    }
    .ztw .nav-link {
        padding-top: 10px;
    }
}

@media screen and (max-width: 500px) {
    #jczwgk .gkly-list .gkly-item {
        width: 33.3%;
        margin-top: 30px;
    }
    #jczwgk .gkly-list .gkly-item p {
        margin-top: 15px;
    }
    #zcwdk .nav-choose .choose-list .list-wrap .choose-item,
    #zcwdk .nav-choose .choose-list .list-wrap .choose-item:nth-of-type(2n) {
        width: calc(50% - 10px);
        min-width: calc(50% - 10px);
        margin-left: 0;
    }
    #zcwdk .nav-choose .choose-list .list-wrap .choose-item:nth-of-type(2n) {
        margin-left: 20px;
    }
    #zcwdk .link {
        margin-top: 10px;
    }
    #zcwdk .link a {
        display: block;
        width: 100%;
        margin: auto;
    }
    #zcjdzl .zxjd .zxjd-header li {
        width: 48%;
        margin: 10px 1%;
    }
    #zcjdzl .jdly .jdly-list .list-item .text {
        max-width: calc(100% - 100px);
    }
    #zcjdzl .jdly .jdly-list .list-item .text,
    #zcjdzl .jdly .jdly-list .list-item .time,
    #zcjdzl .jdly .jdly-list .list-item .yw-link {
        font-size: 14px;
        line-height: 28px;
    }
    #zcjdzl .jdly .jdly-list .list-item .yw-link {
        width: auto;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        padding: 0 3px;
    }
    #zdxzjcygk .jc-wrap-item .jc-title .jc-title-r {
        font-size: 18px;
    }
    #zdxzjcygk .jc-wrap-item .jc-list .jc-list-header span {
        font-size: 16px;
    }
    #zdxzjcygk .jc-wrap-item .jc-list .jc-list-header {
        width: 80px;
    }
    #zdxzjcygk .jc-wrap-item .jc-list .jc-list-header span {
        width: 80px !important;
    }
    #zdxzjcygk .jc-wrap-item .jc-list .jc-list-body {
        width: calc(100% - 80px);
    }
    #zdxzjcygk .jc-wrap-item .jc-list .jc-list-body .jc-list-item>* {
        padding: 0 10px;
    }
}

@media screen and (max-width: 430px) {
    #zcjdzl .jdly .jdly-header .header-select>span {
        display: block;
        float: none;
        width: 100%;
        border-bottom: 1px solid #dadada;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #zcjdzl .jdly .jdly-header .header-selection .select {
        display: block;
        margin-right: calc(100% - 5rem);
        float: none;
        margin-bottom: 10px;
    }
    #zcjdzl .jdly .jdly-header .header-select>ul,
    #zcjdzl .jdly .jdly-header .header-selection>ul {
        width: 100%;
    }
    #zcjdzl .jdly .jdly-header .header-select>ul li {
        width: 49%;
    }
    #zcjdzl .jdly .jdly-header .header-select>ul li:nth-child(2n) {
        margin-left: 2%;
    }
}

@media screen and (max-width: 400px) {
    #jczwgk .xzjd-list .xzjd-item {
        width: 100%;
        margin: 10px auto;
    }
    #zcjdzl .zxjd .zxjd-list .zxjd-item,
    #zcjdzl .zxjd .zxjd-list .zxjd-item:first-of-type {
        width: 100%;
    }
    #zfcwhy .center_wrap .hytj-list {
        text-align: center;
    }
}

@media screen and (max-width: 375px) {
    #jczwgk .gkly-list .gkly-item {
        width: 50%;
    }
}