@charset "utf-8";

.back-header {
    height: auto;
    background: none;
}

.z1-c {
    margin-top: 50px;
}

.z1-c .z1-l {
    width: 48.95%;
}

.z1-tit {
    line-height: 40px;
}

.z1-tit h3 {
    float: left;
    font-size: 36px;
    color: #414141;
    margin: 0;
}

.z1-tit .more {
    float: right;
    margin-top: 7px;
}

.z1-tit .more a {
    display: block;
    font-size: 16px;
    color: #FF8500;
    background: url(../images/more1.png) no-repeat right center;
    padding-right: 31px;
    line-height: 26px;
}

.z1-c .z1-l ul li {
    float: left;
    width: 48%;
    margin-top: 28px;
}

.z1-c .z1-l ul li:nth-child(even) {
    margin-left: 4%;
}

.z1-c .z1-l ul li a {
    display: block;
    padding: 10px 10px 0 10px;
    position: relative;
    z-index: 1;
}

.z1-c .z1-l ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(310deg, #FF8500 1%, #E1B729 100%);
    z-index: -1;
    transition: all 0.3s;
}

.z1-c .z1-l ul li:hover a::before {
    height: 100%;
}

.z1-c .z1-l ul li a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 10px;
    width: 37px;
    height: 3px;
    background: #FF8500;
}

.z1-c .z1-l ul li .imgbed {
    padding-top: 63.19%;
}

.z1-c .z1-l ul li h3 {
    font-size: 18px;
    color: #464646;
    line-height: 70px;
    border-bottom: 1px solid #D8D8D8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    margin: 0;
}

.z1-c .z1-l ul li:hover h3 {
    color: #fff;
    font-weight: bold;
    border-color: transparent;
}

.z1-c .z1-l ul li:hover a::after {
    display: none;
}


.z1-c .z1-r {
    width: 48%;
}

.z1-c .z1-r .tabs-list {
    margin: 0;
}

.z1-c .z1-r .tabs-list li {
    float: left;
    line-height: 52px;
    margin-left: 30px;
    font-size: 24px;
    color: #787878
}

.z1-c .z1-r .tabs-list li a {
    font-size: 24px;
    color: #787878
}

.z1-c .z1-r .tabs-list li.active a {
    font-size: 36px;
    color: #414141;
}

.z1-c .z1-r .tab-content .tab-pane ul li a {
    display: block;
    border-bottom: 1px solid #D8D8D8;
    padding: 22px 0;
    transition: all 0.3s;
}

.z1-c .z1-r .tab-content .tab-pane ul li.active a {
    border-bottom: 3px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(270deg, #E1B729 0%, #FF8500 99%);
}

.z1-c .z1-r .tab-content .tab-pane ul li .z1-rt {
    overflow: hidden;
}

.z1-c .z1-r .tab-content .tab-pane ul li .jh {
    float: right;
    background: url(../images/xz-j.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    transition: all 0.3s;
}

.z1-c .z1-r .tab-content .tab-pane ul li.active .jh {
    background: url(../images/xz-ji.png) no-repeat;
}

.z1-c .z1-r .tab-content .tab-pane ul li span {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #6B6B6B;
    position: relative;
    transition: all 0.3s;
}

.z1-c .z1-r .tab-content .tab-pane ul li.active span {
    color: #FF8500;
}

.z1-c .z1-r .tab-content .tab-pane ul li span::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -13px;
    width: 1px;
    height: 18px;
    background: #A8272B;
    opacity: 0.1;
}

.z1-c .z1-r .tab-content .tab-pane ul li h3 {
    float: left;
    width: calc(100% - 130px);
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: #111111;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-left: 25px;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
    transition: all 0.3s;
}

.z1-c .z1-r .tab-content .tab-pane ul li.active h3 {
    font-weight: bold;
}

.z1-c .z1-r .tab-content .tab-pane ul li p {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(17, 17, 17, 0.6);
    transition: all 0.3s;
}

.z1-c .z1-r .tab-content .tab-pane ul li.active p {
    display: -webkit-box;
    display: block;

}

.z1-c .z1-r .tab-content .tab-pane {
    position: relative;
}

.z1-c .z1-r .tab-content .tab-pane .z1-tit {
    position: absolute;
    right: 0;
    top: -50px;
}

.z2-ck {
    background: url(../images/xz-z2bg.png) no-repeat center top;
    background-size: cover;
    padding: 60px 0;
}

.z2-ck .z1-tit {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 133, 0, 0.2);
}

.z2-l,
.z2-c,
.z2-r {
    width: 31.33%;
}

.z2-c {
    margin-left: 3%;
}

.z2-l ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 133, 0, 0.2);
    padding: 25px 0;
    overflow: hidden;
    transition: all 0.3s;
}

.z2-l ul li.active a {
    border-bottom: 1px solid rgba(255, 133, 0, 1);
}

.z2-l ul li span {
    float: right;
    font-size: 14px;
    color: #999;
    background: url(../images/js1.png) no-repeat left center;
    padding-left: 22px;
    transition: all 0.3s;
}

.z2-l ul li.active span {
    color: #FF8500;
    background: url(../images/js2.png) no-repeat left center;
}

.z2-l ul li h3 {
    float: left;
    width: calc(100% - 110px);
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #262626;
    margin: 0;
    padding-left: 30px;
    position: relative;
    transition: all 0.3s;
}

.z2-l ul li.active h3 {
    font-weight: bold;
    color: #FF8500;
}

.z2-l ul li h3::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF8500;
}

.z2-l ul li p {
    display: none;
    transition: all 0.3s;
}

.z2-l ul li.active p {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: #FF8500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding-left: 30px;
}


.z2-c ul {
    margin-top: 15px;
}

.z2-c ul li a {
    display: block;
    padding: 11px 0;
    transition: all 0.3s;
}

.z2-c ul li>a>div {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.z2-c ul li>a>div::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 120px;
    border-bottom: 1px solid rgba(255, 133, 0, 0.2);
    transition: all 0.3s;
}

.z2-c ul li.active>a>div::after {
    border-bottom: 1px solid rgba(255, 133, 0, 1);
}

.z2-c ul li>a>div>span {
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
    background: url(../images/js1.png) no-repeat left center;
    padding-left: 22px;
    transition: all 0.3s;
}

.z2-c ul li.active>a>div>span {
    color: #FF8500;
    background: url(../images/js2.png) no-repeat left center;
}

.z2-c ul li h3 {
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #262626;
    margin: 0;
    padding-left: 30px;
    position: relative;
    transition: all 0.3s;
}

.z2-c ul li.active h3 {
    font-weight: bold;
    color: #FF8500;
}

.z2-c ul li h3::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF8500;
}

.z2-c ul li p {
    display: none;
    transition: all 0.3s;
}

.z2-c ul li.active p {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: #FF8500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding-left: 30px;
}

.z2-r ul li a {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 133, 0, 0.2);
    padding: 13px 0;
}

.z2-r ul li .date {
    width: 65px;
    height: 65px;
    border: 1px solid #FF8500;
    text-align: center;
    margin-right: 25px;
}

.z2-r ul li .date>p {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    background: linear-gradient(131deg, #E1B729 13%, #FF8500 83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 0;
}

.z2-r ul li .date>span {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    background: #FF8500;
    line-height: 24px;
}

.z2-r ul li .z2-rtx {
    overflow: hidden;
}

.z2-r ul li .z2-rtx h3 {
    font-size: 18px;
    font-weight: normal;
    color: #3B3B3B;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin: 10px 0 0 0;
    transition: all 0.3;
}

.z2-r ul li:hover .z2-rtx h3 {
    font-weight: bold;
    color: #FF8500;
}

.z2-r ul li .z2-rtx>p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 16px;
    line-height: 20px;
    color: rgba(59, 59, 59, 0.8);
    margin-bottom: 0;
    margin-top: 10px;
    transition: all 0.3s;
}

.z2-r ul li:hover .z2-rtx>p {
    color: #FF8500;
}

.fc-back {
    margin-top: 0;
}

.ztlm_img {
    width: 20%;
}

@media (max-width: 1499px) {
    .z1-c .z1-r .tab-content .tab-pane ul li:nth-child(7) {
        display: none;
    }
}

@media (max-width: 1279px) {
    .z1-c .z1-r .tab-content .tab-pane ul li:nth-child(6) {
        display: none;
    }

}

@media (max-width: 1030px) {

    .z1-tit h3 {
        font-size: 24px;
    }

    .z1-tit .more a {
        font-size: 14px;
    }

    .z1-c .z1-r .tabs-list li,
    .z1-c .z1-r .tabs-list li a {
        font-size: 18px;
    }

    .z1-c .z1-r .tabs-list li.active a {
        font-size: 24px;
    }

    .z1-c .z1-r .tabs-list li {
        margin-left: 15px;
    }

    .z1-tit .more {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .z1-c .z1-l {
        float: none !important;
        width: auto;
    }

    .z1-c .z1-r {
        float: none !important;
        width: auto;
        margin-top: 25px;
    }

    .z2-l,
    .z2-c,
    .z2-r {
        float: none !important;
        width: auto;
    }

    .z2-c,
    .z2-r {
        margin-left: 0;
        margin-top: 25px;
    }

    .z1-c {
        margin-top: 10px;
    }

    .z1-c .z1-l ul li {
        width: 49%;
        margin-top: 16px;
    }

    .z1-c .z1-l ul li:nth-child(even) {
        margin-left: 2%;
    }

    .z1-c .z1-l ul li h3 {
        line-height: 56px;
    }

    .z1-c .z1-r .tab-content .tab-pane ul li a {
        padding: 15px 0;
    }

    .z2-ck {
        padding: 25px 0;
    }

    .z1-c .z1-r .tab-content .tab-pane ul li p {
        margin: 0;
    }

    .z2-l ul li a {
        padding: 20px 0;
    }

    .z2-c ul {
        margin-top: 10px;
    }

    .z2-c ul li a {
        padding: 10px 0;
    }

    .ztlm_img {
        width: 33.33%;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .z1-c .z1-l ul li h3 {
        font-size: 16px;
    }

    .z1-c .z1-r .tab-content .tab-pane ul li span,
    .z1-c .z1-r .tab-content .tab-pane ul li h3 {
        font-size: 16px;
    }

    .z1-c .z1-r .tab-content .tab-pane ul li p {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
    }

    .z2-l ul li h3,
    .z2-c ul li h3,
    .z2-r ul li .z2-rtx h3 {
        font-size: 16px;
    }

    .z2-r ul li .z2-rtx>p {
        font-size: 14px;
    }

    .z2-r ul li .date>p {
        font-size: 26px;
    }

    .z2-r ul li .date>span {
        font-size: 12px;
    }

    .ztlm_img {
        width: 50%;
        margin-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }
}
