﻿@media screen and (min-width: 1280px) {
    .list {
        margin: 0 auto;
        margin-top: -350px;
        width: 1280px;
    }

    .list .list-head a {
        color: #555;
        line-height: 24px;
    }

    .list .list-head a:hover {
        color: #035fa8;
    }

    .list .list-head {
        vertical-align: middle;
        height: 50px;
        font-size: 24px;
        line-height: 24px;
        color: #999;
        padding: 20px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .list .list-content {
        width: 1280px;
        background-color: #f5f5f5;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .list .list-content .list-content-bg {
        padding: 1px 15px 15px 15px;
        background-color: #fafafa;
        box-sizing: border-box;
    }


    .list .list-content .list-content-bg ul {
        margin-bottom: 30px;
    }

    .list .list-content .list-content-bg ul li {
        height: 210px;
        background-color: #f5f5f5;
        margin-top: 30px;
        padding-top: 26px;
        padding-left: 34px;
        padding-right: 34px;
        box-sizing: border-box;
    }

    .list .list-content .list-content-bg ul li a {
        display: block;
        font-size: 36px;
        line-height: 48px;
        min-height: 110px;
    }

    .list .list-content .list-content-bg ul li img {
        height: 160px;
        float: left;
        margin: 0 30px 0 0;
    }

    .list .list-content .list-content-bg ul li span {
        display: block;
        font-size: 24px;
        color: #666;
    }

    .list-content .pager {
        margin: 20px auto;
    }

    .list-content .pager .pager-box {
        text-align: center;
    }

    .list-content .pager .pager-box p {
        display: inline-block;
        text-align: center;
    }

    .list-content .pager .pager-box p a {
        color: #666;
        background-color: #e7eefb;
        line-height: 42px;
        display: inline-block;
        overflow: hidden;
        width: 42px;
        height: 42px;
        text-align: center;
        margin-left: 5px;
    }

    .list-content .pager .pager-box p span {
        line-height: 42px;
        display: inline-block;
        overflow: hidden;
        height: 42px;
        margin-left: 5px;
    }

    .list-content .pager .pager-box p span .pager-box-text {
        line-height: 32px;
        width: 40px;
        height: 32px;
        margin-right: 5px;
        text-align: center;
        font-size: 14px;
        border: 1px solid #e7eefb;
    }

    .list-content .pager .pager-box p span .pager-box-form {
        font-size: 14px;
        color: #666;
        background-color: #f0f0f0;
        line-height: 42px;
        width: 42px;
        height: 42px;
        border: none;
    }

    .list-content .pager .pager-box p span .pager-box-form:hover {
        color: #fff !important;
        background-color: #2f5398 !important;
    }

    .list-active {
        color: #fff !important;
        background-color: #2f5398 !important;
    }

    .list-pagename {
        padding: 0 6px !important;
    }
    .rem-size{
        width: 60px!important;
    }
}

@media screen and (max-width: 1200px) {
    .list {
        margin: 0 auto;
        margin-top: -3.5rem;
        width: 100%;
        max-width: 12rem;
        min-width: 3.75rem;
    }

    .list .list-head a {
        color: #555;
        line-height: .24rem;
    }

    .list .list-head a:hover {
        color: #035fa8;
    }

    .list .list-head {
        vertical-align: middle;
        height: .5rem;
        font-size: .24rem;
        line-height: .24rem;
        color: #999;
        padding: .2rem;
        box-sizing: border-box;
        margin-bottom: .1rem;
    }

    .list .list-content {
        width: 100%;
        max-width: 12rem;
        min-width: 3.75rem;
        background-color: #f5f5f5;
        padding: 0 .15rem;
        box-sizing: border-box;
    }

    .list .list-content .list-content-bg {
        padding: .01rem .15rem .15rem .15rem;
        background-color: #fafafa;
        box-sizing: border-box;
    }


    .list .list-content .list-content-bg ul {
        margin-bottom: .3rem;
    }

    .list .list-content .list-content-bg ul li {
        height: 2.1rem;
        background-color: #f5f5f5;
        margin-top: .3rem;
        padding-top: .26rem;
        padding-left: .34rem;
        padding-right: .34rem;
        box-sizing: border-box;
    }

    .list .list-content .list-content-bg ul li a {
        display: block;
        font-size: .36rem;
        line-height: .48rem;
        min-height: 1.1rem;
    }

    .list .list-content .list-content-bg ul li img {
        height: 1.6rem;
        float: left;
        margin: 0 .3rem 0 0;
    }

    .list .list-content .list-content-bg ul li span {
        display: block;
        font-size: .24rem;
        color: #666;
    }

    .list-content .pager {
        margin: .2rem auto;
        font-size: .16rem;
    }

    .list-content .pager .pager-box {
        text-align: center;
    }

    .list-content .pager .pager-box p {
        display: inline-block;
        text-align: center;
    }

    .list-content .pager .pager-box p a {
        color: #666;
        background-color: #e7eefb;
        line-height: .42rem;
        display: inline-block;
        overflow: hidden;
        width: .42rem;
        height: .0.42rem;
        text-align: center;
        margin-left: .05rem;
    }

    .list-content .pager .pager-box p span {
        line-height: .42rem;
        display: inline-block;
        overflow: hidden;
        height: .42rem;
        margin-left: .05rem;
    }

    .list-content .pager .pager-box p span .pager-box-text {
        line-height: .32rem;
        width: .4rem;
        height: .32rem;
        margin-right: .05rem;
        text-align: center;
        font-size: .14rem;
        border: .01rem solid #e7eefb;
    }

    .list-content .pager .pager-box p span .pager-box-form {
        font-size: .14rem;
        color: #666;
        background-color: #f0f0f0;
        line-height: .42rem;
        width: .42rem;
        height: .42rem;
        border: none;
    }

    .list-content .pager .pager-box p span .pager-box-form:hover {
        color: #fff !important;
        background-color: #2f5398 !important;
    }

    .list-active {
        color: #fff !important;
        background-color: #2f5398 !important;
    }

    .list-pagename {
        padding: 0 .06rem !important;
    }

    .rem-size{
        width: .8rem!important;
    }
}