.domPc {
    display: block;
}

.domMobile {
    display: none;
}

body {
    background: #fff8e6 url(http://www.news.cn/politics/2024cjyxzt/img/top-bg.png) center top no-repeat
}

.banner {
    height: 643px;
    background: url(http://www.news.cn/politics/2024cjyxzt/img/banner1.png?v1) center top no-repeat
}

.nav .part {
    margin: -10px auto 0;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    margin-left: -30px;
    /* margin-left: 17px; */
}

.nav a {
    margin-left: 40px;
    margin-right: 8.5px;
    /* margin-right: 56.5px; */
    font-size: 18px;
    display: inline-block;
    width: 146px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    color: #fff;
    background: url(http://www.news.cn/politics/2024cjyxzt/img/nav-bg.png) center top no-repeat;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.nav a:hover {
    background: url(http://www.news.cn/politics/2024cjyxzt/img/nav-bg-on.png) center top no-repeat
}

.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.title {
    width: 1100px;
    height: 30px;
    /* background: #006bd5; */
    position: relative;
    margin-bottom: 20px;
    border-bottom: 5px solid #d51514;
    margin-top: 50px;
}

.title h3 {
    padding: 0px 15px 0 0px;
    font-size: 30px;
    position: absolute;
    top: -7px;
    left: 0;
    line-height: 30px;
    color: #d51514;
    font-weight: bold;
    font-family: Georgia;
}

.title h3 a {
    color: #174a91;
}

.title span {
    display: inline-block;
    float: right;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
    color: #8aa585;
}

.title span a {
    color: #8aa585;
}

.wz-list li {
    border-bottom: 1px dashed #ccc;
    padding-top: 30px;
}

.wz-list h3 {
    background: url(http://www.news.cn/politics/xxjxs/images/20170116_xxxddEJ_dian01_v1.png) 0 12px no-repeat;
    padding-left: 12px;
    font-size: 20px;
    color: #545454;
    padding-bottom: 15px;
}

.wz-list h3 a {
    color: #545454;
}

.wz-list h3 span {
    font-size: 12px;
    color: #b2b2b2;
    float: right;
    padding-top: 7px;
}

.wz-list p {
    font-size: 15px;
    color: #888;
    line-height: 28px;
    padding-bottom: 30px;
}

.wz-list-more {
    margin: 20px auto;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    width: 200px;
    border-radius: 25px;
    text-align: center;
    background: #d51514;
    cursor: pointer;
    color: #fff;
}

.footer {
    height: 98px;
    text-align: center;
    padding-top: 155px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    background: url(http://www.news.cn/politics/2024cjyxzt/img/footer.png) no-repeat 50% 0;
}

.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;
    }

    .mnav_box {
        position: relative;
        z-index: 2;
        margin-top: 0px;
        width: 100%;
        height: 36px;
    }

    .mnav_list {
        list-style: none;
        width: 100%;
        height: 36px;
        overflow-x: scroll;
        font-size: 0;
        white-space: nowrap;
        background: #d51514;
    }

    .mnav_list li {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        line-height: 36px;
        padding: 0 10px;
    }

    .mnav_list li a {
        color: #fff;
    }

    .content {
        width: 96%;
        height: auto;
        margin: 0 auto;
    }

    .title {
        width: 100%;
        margin: 20px auto 10px;
        height: auto;
    }

    .title h3 {
        font-size: 24px;
        position: relative;
        top: auto;
    }

    .footer {
        margin-top: 20px;
        background: #d51514;
        color: #fff;
        padding: 15px 0;
        font-size: 12px;
        text-align: center;
    }

    .footer p {
        font-size: 12px;
        color: #fff;
    }
}
/*END*/