.isMb .container {
    width: 100%;
}

.isMb body {
    min-width: auto;
}

.isMb .row-footer {
    margin-top: 30px;
}

.row-banner img {
    display: none;
}

.row-banner {
    background: url('//www.xinhuanet.com/politics/19cpcnc/images/banner_erji.png') no-repeat center top;
}

.domMb .banner img {
    display: block;
    width: 100%;
}

.domMb .nav-wrapper {
    overflow-x: scroll;
}

.nav {
    line-height: 2;
    font-size: 14px;
    height: 40px;
    margin-top: 6px;
    width: 800px;
}

.nav a {
    margin-left: 5px;
    padding: 0 10px;
    color: #333;
    float: left;
}

.nav a:first-child {
    background-color: #bf0009;
    color: #fff;
    border-radius: 4px;
}

.row-erji {}

.row-erji h2 {
    color: #333;
    font-size: 24px;
    line-height: 2;
    border-bottom: 3px solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
}

.row-erji h2 span {
    display: inline-block;
    border-bottom: 3px solid #f00;
    margin-bottom: -3px;
}

.isMb .row-erji h2 span {
    margin-left: 10px;
}

.row-erji ul li {
    clear: left;
    line-height: 2;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    overflow: hidden;
}

.isMb .row-erji ul li {
    padding: 10px;
}

.row-erji ul li a {
    color: #333;
}

.row-erji ul li h3 {
    float: left;
    width: 80%;
}

.isMb .row-erji ul li h3 {
    float: none;
    width: 100%;
}

.row-erji ul li span {
    float: right;
    color: #999;
}

.xpage-more-btn {
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    line-height: 2;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    background: #efefef;
    border-radius: 20px;
}

.logo {
    position: absolute;
    /* background: #ccc; */
    width: 100px;
    height: 70px;
    left: 50%;
    margin-left: -590px;
    top: 90px;
}

.logo-xingye {
    position: absolute;
    background: url(//www.xinhuanet.com/politics/19cpcnc/images/logo-xingye.png) no-repeat;
    width: 130px;
    height: 70px;
    left: 50%;
    margin-left: -580px;
    top: 190px;
}
.logo-xingye-m{
    display: none;
}

/*zf add*/
/*二级和细览页脚显示字大的问题*/
@media screen and (max-width: 768px) {
.row-footer.domMb{
    padding:10px 0;
    line-height:1.5;
    font-size: 9px;
}
.row-footer.domMb .container {
    width:auto;
    font-size:14px;
}
}
/*zf end*/
