@media (max-width: 1200px) {

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

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

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

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

    .lmy-title {
        height: auto;
        background: none;
        margin-bottom: 0;
        padding: 2.5rem 0 0;
    }

    .lmy-title span {
        width: 100%;
        height: auto;
        line-height: 3.875rem;
        border-left: 0;
        border-bottom: 1px solid #eee;
        padding: 0 0 1.5rem;
        font-weight: 700;
        font-size: 2.75rem;
        text-align: justify;
    }

    /********** 左侧内容 **********/
    .lmy-lb-sec ul li {
        width: 48.5%;
        height: auto;
        margin: 0 3% 1.5rem 0;
        float: left;
    }
    
    .lmy-lb-sec ul li:nth-child(6n) {
        margin: 0 3% 1.5rem 0;
    }
    
    .lmy-lb-sec ul li:nth-child(2n) {
        margin: 0 0 1.5rem 0;
    }

    /********** 右侧内容 **********/
    .lmy-list {
        width: 100%;
        box-shadow: initial;
        min-height: 500px;
        margin: 0;
    }

    .lmy-list .lmy-list-ul {
        width: 100%;
        padding: 1.875rem 0 0;
        min-height: auto;
    }

    .lmy-list-ul-pc {
        display: none;
    }

    .lmy-list-ul-sj {
        display: block;
    }
    
}

@media (max-width: 768px) {

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