body {
    background: none;
}

.zdjc-header {
    width: 1920px;
    max-width: 100%;
    height: 400px;
    margin: 0 auto;
    background: url(zdjc-bg.jpg) no-repeat;
}

.zdjc-header-p1 {
    width: 1200px;
    margin: 0 auto;
}

.header-l {
    width: 100%;
}

.zdjc-logo-search {
    width: 100%;
    margin-top: 50px;
}

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

.zdjc-search {
    width: 480px;
    height: 50px;
    float: right;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 11px;
}

.zdjc-search input {
    width: 448px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.zdjc-search small {
    width: 32px;
    height: 32px;
    margin-top: 9px;
    float: right;
    cursor: pointer;
}

.zdjc-logo {
    width: 600px;
    margin: 50px auto 0;
}

.zdjc-main {
    width: 1200px;
    margin: 20px auto 0;
}

.zdjc-year {
    height: 68px;
    width: 1131px;
    margin: 73px auto 0;
    background: url(zdjc-hx.jpg) center center no-repeat;
    position: relative;
}

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

.zdjc-year .swiper .swiper-slide {
    width: 154px;
    height: 68px;
    background: url(zdjc-wxz-nf.jpg) center center no-repeat;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    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: 37px;
    height: 49px;
    background: url(zdjc-prev.jpg) center center no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
    cursor: pointer;
}

.zdjc-year .next {
    width: 37px;
    height: 49px;
    background: url(zdjc-next.jpg) center center no-repeat;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}

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

.zdjc-item {
    width: 100%;
    margin-top: 50px;
}

.zdjc-jcml {
    width: 100%;
    height: 98px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.zdjc-jcml span {
    width: 166px;
    height: 68px;
    margin: 15px;
    display: inline-block;
}

.zdjc-jcml a {
    width: 984px;
    line-height: 98px;
    font-size: 24px;
    color: #2775cc;
    font-weight: bold;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
     display: inline-block; 
}

.zdjc-list {
    width: 100%;
    margin: 40px 0;
}

.zdjc-list table tr th {
    height: 50px;
    background-color: #2775cc;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
}

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

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

.zdjc-list table tr td{
    padding: 10px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
}

.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 5px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

.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: 10px;
}


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

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