.domPc {
    display: block;
}

.domMobile {
    display: none;
}

.banner {
    width: 100%;
    height: 1080px;
    background: url(http://www.news.cn/money/zt/zjzj/images/20240411zjzj_banner_v1.jpg?v1) no-repeat 50% 0;
}

.content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.pic_list {
    overflow: hidden;
    list-style: none;
}

.pic_list li {
    float: left;
    width: 590px;
    height: 382px;
    overflow: hidden;
    background: #e8e9f2;
    margin: 5px;
}
.pic_list li img { width: 590px; height: 332px;}

.pic_list li p {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    line-height: 32px;
    color: #000;
    margin-top: 10px;
}

.pic_list li p a {
    color: #000;
}

.footer {
    padding: 25px 0 25px 0;
    background: #87c7ab;
    text-align: center;
    margin-top: 90px;
}

.footer p {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .domPc {
        display: none;
    }

    .domMobile {
        display: block;
    }

    .mb_banner {
        width: 100%;
        height: auto;
    }

    .mb_banner img {
        width: 100%;
        height: auto;
    }


    .content {
        width: 100%;
        margin: 0 auto;
        margin-top: 25px;
    }

    .pic_list {
        overflow: hidden;
        list-style: none;
    }

    .pic_list li {
        float: none;
        width: 96%;
        height: auto;
        overflow: hidden;
        background: #e8e9f2;
        margin: 0 auto;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .pic_list li img {
        width: 100%;
        height: auto;
    }

    .pic_list li p {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
        line-height: 24px;
        color: #000;
        margin-top: 10px;
    }

    .footer {
        margin-top: 20px;
        background: #87c7ab;
        color: #fff;
        padding: 15px 0;
        font-size: 12px;
        text-align: center;
    }

    .footer p {
        font-size: 12px;
        color: #fff;
    }
}

/*END*/