html {
    font-size: 625%;
}

body {
    font-family: 'Arial';
}

a {
    color: #000;
}

.top2 {
    width: 100%;
    height: 36px;
}

.top {
    width: 100%;
    height: 130px;
}

body {
    background: #E8ECF0
}

.box0 {
    width: 980px;
    /* height: 1%; */
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
    padding-top: 30px;
    background: #fff;
    padding-bottom: 35px;
}

.leftpart1 {
    width: 630px;
    float: left;
    margin-right: 20px;
    padding-left: 10px;
}

.wrap {
    width: 630px;
    /* height: 1%; */
    overflow: hidden;
    zoom: 1;
    margin-bottom: 35px;
}

.wrap h1 {
    font-size: 20px;
    line-height: 30px;
    color: #cc0004;
    font-weight: normal;
    font-family: '微软雅黑';
}

.wrap h1 a {
    color: #cc0004;
}

.wrap h2 {
    font-size: 26px;
    font-weight: normal;
    line-height: 39px;
    font-family: '微软雅黑';
    margin-bottom: 20px;
}

.wrap img {
    width: 630px;
    height: 350px;
    margin-bottom: 15px;
}

.wrap p {
    line-height: 24px;
    font-size: 16px;
}

.main {
    width: 630px;
    /* height: 1%; */
    overflow: hidden;
    zoom: 1;
}

.main li {
    background: url(http://images.china.cn/images1/de/2015gaiban/ifrlibg.jpg) 2px 8px no-repeat;
    margin-bottom: 30px;
    /* height: 1%; */
    overflow: hidden;
    zoom: 1;
}

.main li img {
    width: 158px;
    height: 88px;
    float: left;
    margin-right: 10px;
}

.main li h1 {
    font-size: 14px;
    line-height: 16px;
    color: #666;
    font-weight: normal;
    margin-left: 10px;
    font-family: '微软雅黑';
}

.main li h1 a {
    color: #cc0004;
}

.main li h2 {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
}

.main li h2 {
    color: #333;
}

.main li p {
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
}

.rightpart {
    float: left;
    margin-bottom: 30px;
}

.footer {
    margin-top: 45px;
    clear: both;
    width: 980px;
    height: 127px;
    margin: 0 auto;
    border-top: 1px solid #7C7C7C;
}

.rightNav {
    width: 50px;
    margin-left: 500px;
    position: fixed;
    top: 30%;
    left: 50%;
    _position: absolute;
    _top: expression(documentElement.scrollTop + 210 + "px");
    background: #fff;
    padding: 14px 8px;
}

.rightNav p {
    height: 50px;
    margin-top: 5px;
    position: relative;
}

.rightNav p span {
    width: 178px;
    height: 178px;
    padding: 8px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -196px;
    display: none;
    cursor: pointer;
}

.rightNav .top {
    cursor: pointer;
}

#autopage {
    clear: both;
    text-align: center;
    padding: 10px 0 30px 0;
    font-size: 14px;
    font: 14px/25px helvetica;
}

#autopage span {
    background: #BA2737;
    color: #fff;
    font-weight: bold;
    margin: 0 2px;
    padding: 3px 8px;
}

#autopage a {
    background: #f3f3f3;
    border: none;
    display: inline;
    margin: 0 2px;
    padding: 3px 8px;
    color: #666;
    float: none;
    overflow: auto;
    height: auto;
}

.wrap h1,
.main li h1,
.m_nowColumn,
.m_sub_title,
.inform {
    display: none;
}

@media screen and (max-width: 750px) {
    html {
        font-size: 312.5%;
    }

    #autopage,
    .rightpart,
    .top,
    .footer,
    .top2,
    .rightNav,
    .main li p,
    .wrap p,
    .m_sub_title {
        display: none;
    }

    body {
        background: #fff;
    }

    .m_nowColumn {
        display: block;
        width: calc(100% - 0.6rem);
        margin: 0.45rem auto;
        border-left: 0.08rem solid #fe2724;
        padding-left: 0.2rem;
        box-sizing: border-box;
        font-size: 0.5rem;
        line-height: 0.4rem;
        color: #0046ae;
    }

    .box0 {
        width: 100%;
        height: auto;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }

    .leftpart1 {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .main {
        width: 100%;
        height: auto;
    }

    .wrap {
        direction: rtl;
        border-top: 0.02rem solid #f0f0f0;
    }

    .wrap,
    .main li {
        width: 100%;
        height: auto;
        margin: 0;
        border-bottom: .02rem solid #f0f0f0;
        background: none;
        padding: 0.3rem 0;
        display: flex;
        gap: 0.4rem;
    }

    .wrap h2,
    .main li h2 {
        font-size: 0.34rem;
        line-height: 0.5rem;
        margin: 0;
        font-weight: normal;
    }

    .wrap h1,
    .main li h1 {
        display: block;
        margin: 0 0 0.1rem;
        font-size: .3rem;
        color: #ff2424;
        font-weight: normal;
        line-height: 0.4rem;
    }

    .wrap h1 a,
    .main li h1 a {
        color: #ff2424;
    }

    .wrap>div,
    .main li>div {
        direction: ltr;
        width: 100%;
    }

    .wrap>a,
    .main li>a {
        flex-shrink: 0;
    }

    .main li img,
    .wrap img {
        width: 2.45rem;
        height: auto;
        margin: 0;
        border-radius: 0.1rem;
    }



    .main li p a,
    .wrap p a {
        color: #79706B;
    }

    .inform {
        display: block;
        font-size: 0.24rem;
        color: #b6b6b6;
        margin-top: 0.2rem;
    }
}