.wrapper-mobile {
    display: none;
}
.city-breadcrumb {
    clear: both;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 30px;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    position: relative;
}
.city-breadcrumb::after {
    content: "";
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    height: 19px;
    background: url(https://enghunan.gov.cn/hneng/xhtml/img/N_list_hBG.png) repeat-x;
}
.city-breadcrumb a {
    color: #999999;
}
.city-breadcrumb span {
    color: #06427c;
}
.city-list {
    width: 100%;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
    box-sizing: border-box;
}
.city-list-item {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.city-list-item .cover {
    max-height: 200px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.city-list-item img {
    display: block;
    width: 350px;
    height: auto;
    border-radius: 10px 0 0 10px;
}
.city-list-item .msg {
    flex: 1;
    background-color: #f3f3f3;
    padding: 26px 35px;
}
.city-list-item .msg h5 {
    font-size: 26px;
    line-height: 1.4em;
}
.city-list-item .msg h5 a {
    color: #000;
}
.city-list-item .msg P {
    margin-top: 15px;
    font-size: 18px;
    color: #444444;
    line-height: 1.4em;
}
.N_pageBox {
    display: flex;
    justify-content: center;
    /* display: none; */
}
@media (max-width: 1080px) {
    .wrapper-mobile {
        display: block;
    }
    .wrapper-pc {
        display: none;
    }
    .city-list-m {
        width: 90vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 7vw;
    }
    .city-list-item-m {
        margin-top: 4vw;
        width: 100%;
    }
    .city-list-item-m img {
        width: 100%;
        height: auto;
        display: block;
    }
    .city-list-item-m .msg {
        flex: 1;
        background-color: #f3f3f3;
        padding: 4vw;
    }
    .city-list-item-m .msg h5 {
        font-size: 4.6vw;
        line-height: 1.4em;
    }
    .city-list-item-m .msg h5 a {
        color: #000;
    }
    .city-list-item-m .msg P {
        margin-top: 1.8vw;
        font-size: 3.2vw;
        color: #444444;
        line-height: 1.4em;
    }
    .N_pageBox span#active {
        color: #fff;
        background: #0a6fad;
    }
    .N_pageBox a, .N_pageBox span#next, .N_pageBox span#prev, .N_pageBox span#active {
        padding: 0 7px;
        height: 21px;
        border: 1px solid #898989;
        text-align: center;
        line-height: 21px;
        margin: 0 5px 0 0;
        color: #9fa0a0;
    }
    #N_pageBox_m {
        padding-bottom: 20px;
    }
}
