.domPc {
    display: block;
}
.domMob {
    display: none;
}
.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.banner {
    width: 100%;
    height: 538px;
    background: url(//www.news.cn/politics/2021wlmtlt/index/1118/images/banner.png) no-repeat 50% 0;
}
.nav_box {
    width: 100%;
    height: 70px;
    background: #002daf;
}
.nav_box a {
    font-size: 20px;
    line-height: 70px;
    color: #fff;
    margin: 0 42px;
}
.nav_box a:hover {
    color: #d18f47;
}
.footer {
    padding: 25px 0 25px 0;
    background: #9f00b8;
    background: url(//www.news.cn/politics/2021wlmtlt/index/1118/images/bg03.png) top center no-repeat;
    text-align: center;
    margin-top: 50px;
}
.footer p {
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.ej_dha {
    width: 1200px;
    height: 87px;
    margin: 0 auto;
    background: url(//www.news.cn/politics/2021wlmtlt/images/dh_ej.jpg) no-repeat;
    margin: 20px 0;
    font-size: 24px;
    color: #002daf;
    font-weight: bold;
    line-height: 93px;
}
@media screen and (min-width:0px) and (max-width: 767px) {
    .domPc {
        display: none;
    }
    .domMob {
        display: block;
    }
    .mb_banner {
        width: 100%;
        height: auto;
    }
    .mb_banner img {
        width: 100%;
        height: auto;
        display: block;
    }
    .nav_kkk {
        width: 100%;
        height: 38px;
        line-height: 38px;
        overflow-x: auto;
        overflow-y: hidden;
        font-size: 14px;
        background: #002daf;
        white-space: nowrap;
    }
    .nav_kkk a {
        margin-right: 5px;
        margin-left: 5px;
        color: #fff;
    }
    .footer {
        margin-top: 30px;
    }
    .footer p {
        line-height: 30px;
        font-size: 12px;
        color: #fff;
    }
    .ej_dha {
        width: 100%;
        height: auto;
        font-size: 20px;
        line-height: 88px;
		padding-left:10px;
    }
}
