@media (max-width: 1200px) {

    /********** 通用样式 **********/
    .content {
        padding: 0 3.2%;
        background: none;
    }

    .content table,
    .content tbody,
    .content tr,
    .content td {
        display: block;
    }

    /********** 当前位置 **********/
    .bt-place {
        line-height: 5.5rem;
        font-size: 1.75rem;
        display: none !important;
    }

    .bt-breadcrumb a {
        font-size: 1.75rem;
    }

    /********** 内容 **********/
    .lmy-box {
        padding: 0 0 2.5rem;
    }

    .lmy-title {
        height: auto;
        background: none;
        margin-bottom: 0;
        padding: 25px 0 0;
        position: relative;
        border-bottom: 1px solid #eee;
    }

    .lmy-title span {
        width: 80%;
        height: auto;
        line-height: 38px;
        border-left: 0;
        padding: 0 0 10px;
        font-weight: 700;
        font-size: 22px;
        text-align: justify;
    }

    .lmy-title div {
        width: 20px;
        height: auto;
        /*margin-top:10px;*/
        line-height: 38px;
        display: block;
    }

    .lmy-title div img {
        width: 100%;
        height: auto;
        transition: 0.2s;
    }

    img.lmy-title-sj-hover {
        transition: 0.2s;
        transform: rotate(180deg);
    }

    /********** 左侧内容 **********/
    .lmy-lb {
        background: #fff;
        border: 1px solid #eee;
        position: absolute;
        right: 0;
        z-index: 100;
    }

    .lmy-lb,
    .lmy-lb-sec {
        width: 26.25rem;
    }

    .lmy-lb-sec {
        padding: 1.5rem;
    }

    .lmy-lb-sec ul li {
        margin-bottom: 1.25rem;
        padding: 0;
    }

    .lmy-lb-sec ul li a {
        width: 100%;
        background-color: #eee;
        padding: 1rem .75rem;
        line-height: 3.5rem;
        text-align: center;
        font-size: 2.25rem;
        line-height: 3.5rem;
        color: #333;
        display: block;
    }

    /********** 右侧内容 **********/
    .lmy-list {
        width: 100%;
        box-shadow: initial;
    }

    .lmy-list .lmy-list-ul {
        width: 100%;
        padding: 0;
        min-height: 620px;
    }

    .lmy-list .lmy-list-ul li {
        line-height: 32px;
        font-size: 18px;
        background: initial !important;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
        display: none;
    }

    .lmy-list .lmy-list-ul li a {
        width: 100%;
        display: block;
        padding: 0 0 5px;
        overflow: initial;
        text-overflow: initial;
        white-space: initial;
        float: none;
    }

    .lmy-list .lmy-list-ul li span {
        display: block;
        font-size: 16px;
        line-height: 24px;
        float: none;
    }

    .content tr.lmy-list-ul-pc,
    .content td.lmy-list-ul-pc,
    .content div.lmy-list-ul-pc,
    .content ul.lmy-list-ul-pc,
    .content span.lmy-list-ul-pc,
    .lmy-list-ul-pc {
        display: none;
    }

    .content tr.lmy-list-ul-sj,
    .content td.lmy-list-ul-sj,
    .content div.lmy-list-ul-sj,
    .content ul.lmy-list-ul-sj,
    .content span.lmy-list-ul-sj,
    .lmy-list-ul-sj {
        display: block;
    }

    .column-list-mobile p {
        width: 100%;
        line-height: 25rem;
        text-align: center;
        font-size: 2.125rem;
        color: #666;
    }

    .lmy-sj-getmore {
        width: 12.5rem;
        height: 4.5rem;
        line-height: 4.5rem;
        background: #7a1f15;
        margin: 2.5rem auto .625rem;
        font-size: 1.75rem;
        color: #fff;
        text-align: center;
        display: block;
    }
}

@media (max-width: 768px) {

    /********** 通用部分样式 **********/
    .content {
        padding: 0 15px;
    }
}