@charset "utf-8";

html,
body {
    height: 100%;
}

body {
    font-family: "Microsoft YaHei", "SimSun";
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

.adr {
    clear: both;
    width: 1200px;
    height: 38px;
    margin: 0 auto;
    text-indent: 60px;
    font-size: 12px;
    color: #666;
    line-height: 38px;
    padding: 10px 0;
}

.adr a {
    color: #666;
    margin: 0 5px;
}

.main {
    width: 980px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    padding-bottom: 30px;
    min-height: calc(100vh - 141px);
}

.main ul {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main li {
    width: 465px;
    text-align: center;
    font-size: 16px;
    padding-bottom: 24px;
}

.main li img {
    width: 465px;
    margin-bottom: 8px;
}

#autopage {
    clear: both;
    text-align: center;
    font-weight: bold;
    color: #474b49;
}

#autopage span {
    line-height: 35px;
    color: #D50001;
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    font-size: 14px;
}

#autopage a {
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    border: 1px solid #fff;
}

.mobile_cont {
    display: none;
}

@media screen and (max-device-width:480px) {
    .topEmpty {
        height: 1.1rem;
        margin: 0;
    }

    .adr {
        width: 100%;
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.3rem;
        text-align: left;
        padding: 0.25rem 0 0.25rem 0.14rem;
        display: block;
        font-weight: bold;
        text-indent: 0;
        color: #000;
    }

    .adr span {
        float: left;
        border-left: 0.1rem solid #f00;
        padding-left: 0.15rem;
        line-height: 0.3rem;
    }

    .main {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .top,
    .footer,
    .main,
    #autopage {
        display: none;
    }

    .mobile_cont {
        clear: both;
        width: 100%;
        box-sizing: border-box;
        display: block;
        min-height: calc(100vh - 1.4rem);
    }

    .mobile_cont ul {
        clear: both;
    }

    .mobile_cont li {
        box-sizing: border-box;
        padding: 0 0.1rem;
        padding-bottom: 0.3rem;
    }

    .mobile_cont li img {
        width: 100%;
        margin-bottom: 0.06rem;
    }

    .mobile_more {
        clear: both;
        padding: 0.16rem 0px;
        margin: 0.2rem 0;
        text-align: center;
        background-image: url(../img/more.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: auto 60%;
        height: 0.76rem;
        display: block;
    }
}