@charset "utf-8";

body {
    background: #f8f8f8;
}

.ztlist-box {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    padding: 10px 15px 15px;
    box-sizing: border-box;
}

.zt-nav {
    width: 100%;
    height: 53px;
    border-bottom: 2px solid #ebebeb;
}

.zt-nav > span {
    float: left;
    font-size: 20px;
    color: #333;
    border-bottom: 2px solid #01a0e2;
    padding: 16px 5px;
    line-height: 21px;
}

.list-box {
    padding: 20px 0 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 14px;
}

.list-box li {
    width: auto;
    height: 302px;
    border: 1px solid #e4e5e4;
    margin: 0;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.list-box li a {
    display: block;
    color: #333;
}

.list-box li a span {
    display: block;
    width: 100%;
    height: 175px;
    background: #eef7fb;
    overflow: hidden;
}

.list-box li a img {
    display: block;
    width: 100%;
    height: 175px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.list-box li a b {
    line-height: 40px;
    width: 96%;
    margin: 0 2%;
    font-size: 16px;
    font-weight: 700;
    display: block;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-box li a p {
    width: 96%;
    margin: 0 2%;
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
    height: 50px;
    color: #999;
}

.list-box li a i {
    display: block;
    width: 96%;
    margin: 5px auto 0;
    color: #999;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    zoom: 1;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-box li a b:hover,
.list-box li a p:hover {
    color: #01a0e2;
}

.list-box li a img:hover {
    transform: scale(1.1);
}

.zt_detail {
    width: 100%;
    margin-bottom: 18px;
    background: #fff;
    display: grid;
    grid-template-columns: minmax(0, 720px) minmax(0, 420px);
    gap: 60px;
    overflow: hidden;
}

.zt_detail img.l,
.zt_detail .topic-fallback {
    display: block;
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.zt_detail div.r {
    width: auto;
    height: 330px;
    min-width: 0;
    background: #184e7a;
    padding: 28px 32px 26px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}

.zt_detail .r h1 {
    font-size: 25px;
    color: #fff;
    max-height: 64px;
    line-height: 30px;
    overflow: hidden;
    padding: 0;
    font-weight: 400;
    margin: 0 0 14px;
}

.zt_detail .r p {
    color: #d0dddf;
    line-height: 28px;
    height: auto;
    max-height: 140px;
    overflow: hidden;
    margin: 0;
}

.zt_detail .r .update {
    color: #a5a6a6;
    height: auto;
    line-height: 24px;
    margin: auto 0 14px;
}

.zt_detail .r .more_btn {
    display: block;
    width: 170px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #fe9149;
    border-radius: 20px;
    flex: 0 0 auto;
    align-self: flex-end;
}

.zt_detail .r .more_btn:hover {
    background: #ff6600;
}

.list_wrap {
    width: 100%;
    background: #fff;
    margin-bottom: 18px;
}

.zt_title {
    display: inline-block;
    padding: 0 15px 0 20px;
    margin: 0 0 0 -7px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 0;
    background: #01a0e2;
    font-weight: 400;
}

.zt_title:after {
    display: inline-block;
    content: " ";
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 14px solid #01a0e2;
    position: absolute;
    right: -14px;
    top: 0;
}

.list_wrap .zt_list {
    width: auto;
    max-width: 1152px;
    padding: 32px 0 18px;
    margin: 0 auto;
}

.list_wrap .zt_list ul {
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.list_wrap .zt_list ul li {
    width: auto;
    min-height: 220px;
    margin: 0;
    border: 1px solid #e1e2e0;
    padding: 18px 14px 16px;
    background: #f9f9f9;
    border-radius: 3px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 75px minmax(0, 1fr) 66px;
    grid-template-rows: auto auto auto;
    column-gap: 12px;
    box-sizing: border-box;
}

.list_wrap .zt_list ul li .img {
    display: block;
    width: 75px;
    height: 75px;
    grid-column: 1;
    grid-row: 1;
}

.list_wrap .zt_list ul li .img img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 8px;
}

.list_wrap .zt_list ul li .mid {
    width: auto;
    min-width: 0;
    grid-column: 2;
    grid-row: 1;
}

.list_wrap .zt_list ul li .mid .name {
    display: block;
    font-size: 16px;
    color: #444;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_wrap .zt_list ul li .mid .name:hover {
    color: #01a0e2;
}

.list_wrap .zt_list ul li .mid .type {
    font-size: 14px;
    color: #01a0e2;
    height: 20px;
    line-height: 20px;
}

.list_wrap .zt_list ul li a.btn {
    display: block;
    width: 66px;
    height: 30px;
    margin-top: 26px;
    line-height: 30px;
    border: 1px solid #058bc3;
    background: #01a0e2;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    grid-column: 3;
    grid-row: 1;
}

.list_wrap .zt_list ul li .line {
    display: block;
    width: 100%;
    height: 1px;
    background: #e1e2e0;
    margin: 15px 0;
    grid-column: 1 / -1;
    grid-row: 2;
}

.list_wrap .zt_list ul li .intro {
    display: block;
    font-size: 14px;
    line-height: 21px;
    height: 63px;
    color: #666;
    overflow: hidden;
    grid-column: 1 / -1;
    grid-row: 3;
}

.slide_box {
    background: #fff;
    padding-bottom: 18px;
}

.slide_box .zt_title {
    margin-bottom: 35px;
}

.slide_box .swiper-wrapper-box {
    width: 100%;
    overflow: hidden;
}

.slide_box .swiper-container {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}

.slide_box .swiper-container .swiper-slide {
    width: 235px;
}

.slide_box .swiper-container .swiper-slide > a {
    display: block;
    width: 235px;
}

.slide_box .swiper-container .swiper-slide img {
    display: block;
    width: 235px;
    height: 114px;
    object-fit: cover;
}

.slide_box .swiper-container .swiper-slide p {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    color: #333;
    text-align: center;
}

@media (max-width: 768px) {
    .ztlist-box {
        width: auto;
        margin-left: 12px;
        margin-right: 12px;
        padding: 10px 12px 15px;
    }

    .zt-nav {
        height: 45px;
    }

    .zt-nav > span {
        font-size: 18px;
        padding: 11px 4px;
        line-height: 22px;
    }

    .list-box {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        padding-top: 16px;
        overflow: visible;
    }

    .list-box li {
        width: 100%;
        height: auto;
        float: none;
        margin: 0;
        box-sizing: border-box;
    }

    .list-box li a span,
    .list-box li a img {
        width: 100%;
        height: 160px;
    }

    .list-box li a b {
        height: 40px;
        line-height: 40px;
    }

    .list-box li a p {
        height: 52px;
        line-height: 26px;
    }

    .list-box li a i {
        margin-bottom: 14px;
    }

    .zt_detail {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .zt_detail img.l,
    .zt_detail .topic-fallback {
        display: block;
        width: 100%;
        height: 220px;
        float: none;
        box-sizing: border-box;
    }

    .zt_detail div.r {
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 20px 18px 22px;
        float: none;
        box-sizing: border-box;
    }

    .zt_detail .r h1 {
        padding-top: 0;
        font-size: 20px;
        line-height: 28px;
        max-height: none;
    }

    .zt_detail .r p {
        height: auto;
        line-height: 24px;
        max-height: none;
        overflow: visible;
        margin-bottom: 18px;
    }

    .zt_detail .r .more_btn {
        width: 170px;
        float: none;
        align-self: flex-end;
        margin-top: 0;
    }

    .list_wrap,
    .slide_box {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    .list_wrap .zt_list {
        width: auto;
        max-width: none;
        padding: 20px 12px 8px;
    }

    .list_wrap .zt_list ul {
        width: 100%;
        display: block;
    }

    .list_wrap .zt_list ul li {
        width: 100%;
        margin: 0 0 12px;
        padding: 14px 12px 16px;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 68px minmax(0, 1fr);
        grid-template-rows: auto auto auto auto;
        column-gap: 10px;
    }

    .list_wrap .zt_list ul li .img {
        width: 68px;
        height: 68px;
        margin-right: 10px;
        grid-column: 1;
        grid-row: 1;
    }

    .list_wrap .zt_list ul li .img img {
        width: 68px;
        height: 68px;
    }

    .list_wrap .zt_list ul li .mid {
        width: auto;
        grid-column: 2;
        grid-row: 1;
    }

    .list_wrap .zt_list ul li .mid .name {
        font-size: 15px;
    }

    .list_wrap .zt_list ul li a.btn {
        width: 100%;
        margin-top: 12px;
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .list_wrap .zt_list ul li .line,
    .list_wrap .zt_list ul li .intro {
        display: block;
        width: 100%;
    }

    .list_wrap .zt_list ul li .line {
        margin: 12px 0;
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .list_wrap .zt_list ul li .intro {
        height: 42px;
        line-height: 21px;
        margin: 0;
        grid-column: 1 / -1;
        grid-row: 4;
    }

    .slide_box .zt_title {
        margin-bottom: 18px;
    }

    .slide_box .swiper-container {
        padding: 0 18px;
    }

    .slide_box .swiper-container .swiper-slide,
    .slide_box .swiper-container .swiper-slide > a {
        width: 180px;
    }

    .slide_box .swiper-container .swiper-slide img {
        width: 180px;
        height: 96px;
    }
}
