body {
    background: #faf5e5;
}

.domPc {
    display: block;
}

.domMobile {
    display: none;
}

.banner {
    width: 100%;
    height: 750px;
    background: url(banner.jpg) no-repeat 50% 0;
}

.nav_box {
    width: 100%;
    height: 60px;
    background: #c7955f;
}

.nav_list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
}

.nav_list li {
    float: left;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    position: relative;
    margin-left: 76px;
}

.nav_list li a {
    color: #fff;
}

.nav_list li:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #b57327;
    position: absolute;
    right: -40px;
    top: 20px;
}

.nav_list li:nth-last-child(1):before {
    display: none;
}

.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.title {
    width: 1100px;
    height: 30px;
    /* background: #006bd5; */
    position: relative;
    margin-bottom: 20px;
    border-bottom: 5px solid #b0681b;
    margin-top: 30px;
}

.title h3 {
    padding: 0px 15px 0 0px;
    font-size: 30px;
    position: absolute;
    top: -7px;
    left: 0;
    line-height: 30px;
    color: #b0681b;
    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: #c7955f;
    cursor: pointer;
    color: #fff;
}

.footer {
    padding: 25px 0 25px 0;
    background: #c7955f;
    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;
    }

    .mnav_list {
        list-style: none;
        width: 100%;
        height: 36px;
        overflow-x: scroll;
        font-size: 0;
        white-space: nowrap;
        background: #c79560;
    }

    .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: #c69464;
        color: #fff;
        padding: 15px 0;
        font-size: 12px;
        text-align: center;
    }

    .footer p {
        font-size: 12px;
        color: #fff;
    }
}
/*END*/