.domPc {
    display: block;
}

.domMobile {
    display: none;
}

body {
    width: 100%;
    height: auto;
    background: #fff;
}

* {
    box-sizing: border-box;
}

.lmt {
    text-align: center;
    margin: 30px auto;
}

.banner {
    height: 500px;
    margin: 0 auto;
    position: relative;
    background: url(//www.news.cn/asia/zt/gjcyhzdh/images/ejbanner.jpg) 50% 0 no-repeat;
}

.content {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}

.nav {
    width: 100%;
    height: 60px;
    background: linear-gradient(to right, #1d49ac, #3433a9, #8934ab);
}

.navnr {
    width: 1200px;
    height: 60px;
    margin: auto;
}

.navnr {
    text-align: center;
}

.nav a {
    color: #fff;
    text-align: center;
    font-size: 20px;
    height: 60px;
    padding: 4px 30px;
    line-height: 60px;
    position: relative;
}

.nav a+a::before {
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 3;
}

.title {
    width: 1100px;
    height: 50px;
    line-height: 50px;
    /* background: #006bd5; */
    position: relative;
    margin-bottom: 20px;
    border-bottom: 5px solid #006bd5;
    margin-top: 30px;
}

.title h3 {
    font-size: 26px;
    line-height: 30px;
    color: #174a91;
    font-weight: bold;
    font-family: Georgia;
}

.title h3 a {
    color: #174a91;
}


.wz-list li {
    border-bottom: 1px dashed #ccc;
    padding-top: 30px;
}

.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;
    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: #26a2db;
    cursor: pointer;
    color: #fff;
}

.footer {
    padding: 44px 0 44px 0;
    background: linear-gradient(to right, #1d49ac, #3433a9, #8934ab);
    text-align: center;
    margin-top: 70px;
}

.footer p {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .domPc {
        display: none;
    }

    .domMobile {
        display: block;
    }

    .banner {
        background: none;
        margin: 0 auto;
        position: relative;
        height: auto;
    }

    .banner img {
        width: 100%;
        height: auto;
    }

    .nav {
        width: 100%;
        height: 50px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        background: linear-gradient(to right, #1d49ac, #3433a9, #8934ab);
    }

    .navnr {
        width: 100%;
        height: auto;
    }

    .nav a {
        display: inline-block;
        line-height: 50px;
        padding: 0;
        margin: 0 20px;
        color: #fff;
        font-size: 18px;
        position: relative;
        width: auto;
        height: auto;
    }

    .nav a+a::before {
        content: "";
        width: 1px;
        height: 20px;
        background: #fff;
        position: absolute;
        left: -20px;
        top: 15px;
        z-index: 3;
    }

    .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;
    }

    .wz-list h3 {
        font-size: 16px;
    }

    .footer {
        padding: 44px 0 44px 0;
        background: linear-gradient(to right, #1d49ac, #3433a9, #8934ab);
        text-align: center;
        margin-top: 70px;
    }

    .footer p {
        line-height: 25px;
        font-size: 12px;
        color: #fff;
    }

}
