body {
    background: none !important;
}

.zdjc-header {
    position: relative;
    width: 19.2rem;
    max-width: 100%;
    height: 4rem;
    margin: 0 auto;
    background: url(zdjc-bg.jpg) no-repeat;
}

.zdjc-header-p1 {
    width: 12rem;
    margin: 0 auto;
}

.header-l {
    width: 100%;
    padding-top: 0.12rem;
}

.header-l a,
.header-l span {
    color: #fff;
    font-size: 0.14rem;
    display: inline-block;
    margin-right: 0.1rem;
}

.header-l a:hover {
    text-decoration: underline;
}

.header-l a.ad {
    padding-left: 0.16rem;
}

.zdjc-logo-search {
    width: 100%;
    margin-top: 0.5rem;
}

.zdjc-site-logo {
    display: inline-block;
}

.zdjc-search {
    width: 4.8rem;
    height: 0.5rem;
    float: right;
    padding: 0 0.1rem;
    background-color: #fff;
    border-radius: 0.1rem;
    margin-top: 0.11rem;
}

.zdjc-search input {
    width: 4.48rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.16rem;
}

.zdjc-search small {
    width: 0.32rem;
    height: 0.32rem;
    margin-top: 0.09rem;
    float: right;
    cursor: pointer;
}

.zdjc-logo {
    width: 6rem;
    margin: 0.5rem auto 0;
}

.zdjc-main {
    width: 12rem;
    margin: 0.2rem auto 0;
}

.zdjc-year {
    height: 0.68rem;
    width: 11.31rem;
    margin: 0.73rem auto 0;
    background: url(zdjc-hx.jpg) center center no-repeat;
    position: relative;
}

.zdjc-year .swiper {
    width: 6.45rem;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.zdjc-year .swiper .swiper-slide {
    width: 1.54rem;
    height: 0.68rem;
    background: url(zdjc-wxz-nf.jpg) center center no-repeat;
    text-align: center;
    line-height: 0.58rem;
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.zdjc-year .swiper .current {
    background: url(zdjc-xz-nf.jpg) center center no-repeat;
}

.zdjc-year .prev {
    width: 0.37rem;
    height: 0.49rem;
    background: url(zdjc-prev.jpg) center center no-repeat;
    position: absolute;
    top: 0.1rem;
    left: 0;
    cursor: pointer;
}

.zdjc-year .next {
    width: 0.37rem;
    height: 0.49rem;
    background: url(zdjc-next.jpg) center center no-repeat;
    position: absolute;
    top: 0.1rem;
    right: 0;
    cursor: pointer;
}

.zdjc-year .swiper-button-disabled {
    opacity: .5;
}

.zdjc-item {
    width: 100%;
    margin-top: 0.5rem;
}

.zdjc-jcml {
    width: 100%;
    height: 0.98rem;
    box-shadow: 0rem 0rem 0.2rem rgb(0 0 0 / 10%);
}

.zdjc-jcml span {
    width: 1.66rem;
    height: 0.68rem;
    margin: 0.15rem;
    display: inline-block;
}

.zdjc-jcml a {
    width: 9.84rem;
    line-height: 0.98rem;
    font-size: 0.24rem;
    color: #2775cc;
    font-weight: bold;
    padding: 0 0.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* display:inline-block;*/
    ;
}

.zdjc-list {
    width: 100%;
    margin: 0.4rem 0;
}

.zdjc-list table tr th {
    height: 0.5rem;
    background-color: #2775cc;
    font-size: 0.18rem;
    line-height: 0.5rem;
    color: #fff;
    font-weight: bold;
}

.zdjc-list table tr th:last-child {
    text-align: left;
    padding-left: 0.1rem;
}

.zdjc-list table tr:nth-child(2n) {
    background-color: #fafafa;
}

.zdjc-list table tr td {
    padding: 0.1rem;
    line-height: 0.3rem;
    color: #333;
    font-size: 0.16rem;
}

.zdjc-list table tr td:first-child {
    width: 5%;
}

.zdjc-list table tr td:nth-child(2) {
    width: 33%;
}

.zdjc-list table tr td:nth-child(2) a:hover {
    color: #2775cc;
}

.zdjc-list table tr td:nth-child(3) {
    width: 17%;
}

.zdjc-list table tr td:nth-child(3) a {
    padding: 0 0.05rem;
    border: 1px solid #e2e2e2;
    border-radius: 0.05rem;
    display: inline-block;
    margin-bottom: 0.05rem;
}

.zdjc-list table tr td:nth-child(3) a:hover {
    background-color: #2775cc;
    color: #fff;
}

.zdjc-list table tr td:nth-child(3) a:nth-child(2) {
    margin-left: 0.1rem;
}

.zdjc-list table tr td:nth-child(4) {
    width: 30%;
}

.zdjc-list table tr td:nth-child(5) {
    width: 15%;
}

.zdjc-list table tr td:nth-child(3) a:nth-child(2n) {
    margin-left: 0.1rem;
}


.zdjc-archive {
    position: absolute;
    right: .3rem;
    top: 48%;
    transform: rotate(20deg);
}

@media screen and (max-width: 768px) {
    .zdjc-header {
        height: auto;
    }

    .zdjc-header-p1 {
        width: 100%;
    }

    .header-l {
        display: none;
    }

    .zdjc-logo-search {
        padding-top: .5rem;
        margin-top: 0;
    }

    .zdjc-site-logo {
        display: block;
        width: 80vw;
        margin: 0 auto .2rem;
    }

    .zdjc-site-logo img {
        width: 100% !important;
    }

    .zdjc-search {
        width: 60vw;
        height: .6rem;
        float: none;
        margin: .5rem auto 0;
    }

    .zdjc-search input {
        width: 90%;
        height: .6rem;
        line-height: .6rem;
        font-size: .26rem;
    }

    .zdjc-search small {
        width: 10%;
        height: .6rem;
        margin: 0;
    }

    .zdjc-logo {
        width: 80vw;
        padding: .3rem 0;
        margin: 0 auto;
    }

    .zdjc-logo img {
        width: 100%;
    }

    .zdjc-main {
        box-sizing: border-box;
        width: 100%;
        padding: 0 .2rem;
    }

    .zdjc-year {
        display: none;
    }

    .zdjc-jcml {
        display: flex;
    }

    .zdjc-jcml span img {
        width: 100%;
    }

    .zdjc-jcml a {
        width: calc(100% - 2rem);
        font-size: .28rem;
    }

    .zdjc-list {
        overflow-x: scroll;
    }

    .zdjc-list table {
        white-space: nowrap;
    }

    .zdjc-list table tr td {
        width: auto !important;
    }

    .zdjc-list table tr th:first-child {
        padding-left: .2rem;
    }

    .zdjc-list table tr th {
        height: .6rem;
        line-height: .6rem;
        font-size: .26rem;
    }

    .zdjc-list table tr td {
        line-height: .4rem;
        font-size: .26rem;
    }
}