html {
    font-size: 625%;
}

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
}

a {
    color: #333;
}

.wrap {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 80px;
}

h1 {
    font-size: 22px;
    line-height: 72px;
}

.lp {
    width: 660px;
    float: left;
}

.list_2 {
    width: 660px;
}

.list_2 {
    height: 230px;
    width: 660px;
    overflow: hidden;
    zoom: 1;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    position: relative;
}

.list_2 img {
    width: 405px;
    height: 230px;
    margin-right: 22px;
    float: left;
}

.list_2 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
}

.list_2 p {
    font-size: 12px;
    line-height: 24px;
    color: #888;
}

.list_2 .time {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 11px;
    line-height: 14px;
    font-weight: lighter;
    color: #888;
}

.list_1 {
    width: 660px;
}

.list_1 li {
    height: 124px;
    width: 660px;
    overflow: hidden;
    zoom: 1;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    position: relative;
}

.list_1 img {
    width: 220px;
    height: 124px;
    margin-right: 22px;
    float: left;
}

.list_1 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
}

.list_1 p {
    font-size: 12px;
    line-height: 24px;
    color: #888;
}

.list_1 .time {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 11px;
    line-height: 14px;
    font-weight: lighter;
    color: #888;
}

.btn {
    position: fixed;
    bottom: 200px;
    left: 50%;
    margin-left: 513px;
    z-index: 10;
}

.btn_icon {
    cursor: pointer;
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
}

.btn_mtop {
    cursor: pointer;
}

.rp {
    width: 295px;
    float: right;
    margin-top: 60px;
}

#autopage {
    clear: both;
    font-size: 16px;
}

#autopage center {
    display: flex;
}

#autopage a {
    color: #333;
    background: #D7D7D7;
    padding: 3px 8px;
    font-size: 14px;
}

#autopage span {
    color: #FFF;
    background: #0699e9;
    padding: 3px 8px;
    font-size: 14px;
}

.inform {
    display: none;
}

@media screen and (max-width: 750px) {
    html {
        font-size: 312.5%;
    }

    .btn,
    #autopage,
    .top,
    .list_2 p,
    .list_1 p,
    .list_2 .time,
    .list_1 .time,
    .rp,
    .bottom {
        display: none;
    }

    .wrap,
    .lp {
        width: 100%;
    }

    .wrap {
        margin: 0;
    }

    .lp {
        padding: 0 0.3rem;
        box-sizing: border-box;
    }

    .lp h1 {
        font-size: .5rem;
        color: #0046ae;
        line-height: .4rem;
        border-left: 0.08rem solid #fe2724;
        padding: 0 0 0 0.2rem;
        box-sizing: border-box;
        margin: 0.45rem auto;
    }

    .list_1 {
        width: 100%;
        margin-top: 0.1rem;
    }

    .list_2 {
        border-top: 0.02rem solid #f0f0f0;
    }

    .list_2,
    .list_1 li {
        width: 100%;
        height: auto;
        padding: .3rem 0 .28rem 0;
        box-sizing: border-box;
        border-bottom: .02rem solid #f0f0f0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        gap: 0.4rem;
    }

    .list_2>a,
    .list_1 li>a {
        flex-shrink: 0;
    }

    .list_1 li:last-child {
        border: none;
    }

    .list_2 h4,
    .list_1 h4 {
        margin-bottom: 0;
        font-size: .34rem;
        line-height: .5rem;
        width: 100%;
        padding: 0;
        font-weight: normal;
    }

    .list_2 img,
    .list_1 img {
        margin: 0;
        width: 2.45rem;
        height: auto;
        border-radius: 0.1rem;
    }

    .list_1r {
        width: 100%;
    }

    .inform {
        display: block;
        font-size: .24rem;
        color: #b6b6b6;
        width: 100%;
        margin-top: 0.2rem;
    }

    /* .list_2 p,
    .list_1 p {
        width: 100%;
        display: flex;
        font-size: 0.26rem;
        color: #79706B;
        margin-bottom: 0.33rem;
        text-indent: 1em;
        line-height: 0.4rem;
    } */

    /* .list_2 .time,
    .list_1 .time {
        left: 0;
        bottom: 0;
        font-size: 0.2rem;
        color: #C1BBB8;
        position: relative;
    } */
}