.domPc {
    display: block;
}

.domMobile {
    display: none;
}

.banner {
    widt: 100%;
    height: 648px;
    background: url(//www.news.cn/auto/zt/2023shcz/img/banner.jpg) no-repeat 50% 0;
}

.nav_box {
    float: left;
    width: 186px;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.nav_list {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.nav_list li {
    width: 186px;
    height: 55px;
    background: #f1f1f1;
    font-size: 20px;
    color: #333;
    line-height: 55px;
    position: relative;
    text-align: center;
}
.nav_list li:hover {
    background: #233889;
    color: #fff;
}
.nav_list li:hover a {
    color: #fff;
}
.nav_list li a {
    color: #333;
}

.nav_list li+li {
    margin-top: 5px;
}


.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.nr_right {
    float: right;
    width: 950px;
    overflow: hidden;
}
.title {
    width: 1100px;
    height: 30px;
    /* background: #006bd5; */
    position: relative;
    border-bottom: 2px solid #dcdcdc;
    margin-top: 30px;
}

.title h3 {
    padding: 0px 15px 0 0px;
    font-size: 30px;
    position: absolute;
    top: -7px;
    left: 0;
    line-height: 30px;
    color: #1d3487;
    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;
    padding-bottom: 30px;
    overflow: hidden;
}
.wz-list li img { float: left; width: 172px; height: 93px; padding-right: 25px;}
.wz-list h3 {
    /* background: url(//www.news.cn/politics/xxjxs/images/20170116_xxxddEJ_dian01_v1.png) 0 12px no-repeat; */
    /* padding-left: 12px; */
    font-size: 20px;
    color: #545454;
}

.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: #1d3487;
    cursor: pointer;
    color: #fff;
}

.footer {
    padding: 25px 0 25px 0;
    background: #1d3487;
    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;
    }

    .mnav_box {
        position: relative;
        z-index: 2;
        margin-top: 0px;
        width: 100%;
        height: 36px;
    }
    .nr_right {
        float:none;
        width: 100%;
        overflow: hidden;
    }
    .wz-list li img {
        float: left;
        width: 35%;
        height: auto;
        padding-right: 3%;
    }
    .mnav_list {
        list-style: none;
        width: 100%;
        height: 36px;
        overflow-x: scroll;
        font-size: 0;
        white-space: nowrap;
        background: #1d3487;
    }

    .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: #1d3487;
        color: #fff;
        padding: 15px 0;
        font-size: 12px;
        text-align: center;
    }

    .footer p {
        font-size: 12px;
        color: #fff;
    }
}
/*END*/
