a {
    color: #333;
}

body {
    background: none;
}

.header-l {
    padding-top: .12rem;
    display: flex;
    justify-content: space-between;
}

.header-l .lt,
.header-l .rt {
    display: flex;
}

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

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

.header-l a.ad {
    padding-left: .16rem;
    background: url(m3-icon2.png) left center no-repeat;
}

.zdjc-header {
    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%;
}

.zdjc-logo-search {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.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;
    display: flex;
}

.zdjc-search input {
    width: 4.48rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.16rem;
    box-sizing: border-box;
    outline: none;
    border: none;
}

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

.zdjc-search small img {
    vertical-align: top;
}

.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%);
    display: flex;
}

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

.zdjc-jcml span img {
    vertical-align: top;
}

.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.05rem;
    border: 1px solid #e2e2e2;
    border-radius: 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%;
}

@media screen and (max-width: 768px) {
    .header-l {
        display: none;
    }

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

    .zdjc-logo-search {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: .3rem;
        margin-top: 0;
        height: auto;
    }

    .zdjc-site-logo {
        width: 80%;
    }

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

    .zdjc-search {
        width: 70%;
        height: .6rem;
        box-sizing: border-box;
        margin-top: .2rem;
    }

    .zdjc-search input {
        width: calc(100% - .6rem);
        height: .6rem;
        line-height: .6rem;
        font-size: .24rem;
    }

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

    .zdjc-search small img {
        width: 100%;
    }

    .zdjc-logo {
        width: 80%;
        margin-top: .3rem;
    }

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

    .zdjc-main {
        width: 100%;
    }

    .zdjc-year {
        display: none;
    }

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

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

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

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

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

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