/* pc样式 */
@media screen and (min-width: 1024px) {

    .content-list1,
    .content-imglist {
        margin-top: 40px;
    }

    .content-list1>ul {}

    .content-list1>ul>li>a,
    .content-list2>ul>li>a {
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #d3d3d3;
    }

    .content-list1>ul>li:last-child>a,
    .content-list2>ul>li:last-child>a {
        border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
    }

    .content-list1>ul>li>a>h2 {
        flex: 1;
        font-size: 22px;
        background-image: url(../imgs/zlxz_icon1.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 45px;
        line-height: 40px;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    }

    .content-list2>ul>li>a>h2 {
        flex: 1;
        font-size: 22px;
        background-image: url(../imgs/zlxz_icon3.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 45px;
        line-height: 40px;
        text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    }

    .content-list2 {
        margin: 40px 0 80px 0;
    }

    .content-list1>ul>li>a>p,
    .content-list2>ul>li>a>p {
        font-size: 22px;
        color: #888888;
    }

    /* 图片列表 */
    .content-imglist>ul {
        display: flex;
        justify-content: space-between;
    }

    .content-imglist>ul>li {
        width: 23%;
    }

    .content-imglist>ul>li:nth-child(2n)>a>.imglist-item-bottom {
        background-color: var(--zt_blue_color--);
    }

    .imglist-item-top {
        height: 260px;
        border: solid 1px #e6e6e6;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .imglist-item-top>img {
       width: 200px;
    }
    .imglist-item-bottom {
        height: 60px;
        background-color: var(--zt_color--);
        text-align: center;
        line-height: 60px;
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
    }

}

@media screen and (max-width: 1400px) {

    .content-list1,
    .content-imglist {
        margin-top: 30px;
    }

    .content-list1>ul {}

    .content-list1>ul>li>a,
    .content-list2>ul>li>a {
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #d3d3d3;
    }

    .content-list1>ul>li:last-child>a,
    .content-list2>ul>li:last-child>a {
        border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
    }

    .content-list1>ul>li>a>h2 {
        flex: 1;
        font-size: 20px;
        background-image: url(../imgs/zlxz_icon1.png);
        background-size: 24px auto;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 45px;
        line-height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .content-list2>ul>li>a>h2 {
        flex: 1;
        font-size: 20px;
        background-image: url(../imgs/zlxz_icon3.png);
        background-size: 24px auto;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 45px;
        line-height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .content-list2 {
        margin: 30px 0 80px 0;
    }

    .content-list1>ul>li>a>p,
    .content-list2>ul>li>a>p {
        font-size: 20px;
        color: #888888;
    }

    /* 图片列表 */
    .content-imglist>ul {
        display: flex;
        justify-content: space-between;
    }

    .content-imglist>ul>li {
        width: 23%;
    }

    .content-imglist>ul>li:nth-child(2n)>a>.imglist-item-bottom {
        background-color: var(--zt_blue_color--);
    }

    .imglist-item-top {
        height: 260px;
        border: solid 1px #e6e6e6;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .imglist-item-top>img {
        width: 160px;
    }

    .imglist-item-bottom {
        height: 60px;
        background-color: var(--zt_color--);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
    }
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .content {
        padding: 0 5px;
    }
}

@media screen and (max-width: 800px) {

    .content-list1,
    .content-imglist {
        margin-top: 20px;
    }

    .content-list1>ul>li>a,
    .content-list2>ul>li>a {
        height: 50px;
    }

    .content-list1>ul>li>a>h2,
    .content-list2>ul>li>a>h2 {
        font-size: 16px;
        background-size: 18px auto;
        padding-left: 30px;
        line-height: 40px;
        flex: 1; 
    }

    .content-list1>ul>li>a>p,
    .content-list2>ul>li>a>p {
        width: 90px;
        font-size: 16px;
    }

    .imglist-item-top {
        height: 170px;
    }

    .imglist-item-top>img {
        width: 120px;
    }

    .imglist-item-bottom {
        font-size: 14px;

    }

    .content-imglist>ul {
        flex-wrap: wrap;
    }

    .content-imglist>ul>li {
        width: 48%;
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 700px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}
