@media screen and (max-width: 1024px) and (min-width: 0px) {
    .mauto {
        width: 95%;
        margin: 0 auto;
    }
    .p_left {
        float: left;
        width: 100%;
        overflow: hidden;
    }
    .sidebar_l {
        border-width: 0 1px 1px;
        border-style: solid;
        border-color: #e5e5e5;
        padding: 10px 20px 15px;
        width: 87%;
        float: left;
    }
    .sortnavt h3 {
        float: left;
        width: 100%;
        height: 33px;
        line-height: 33px;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        color: #FFF;
        background: url(../images/title07.jpg) no-repeat left top;
    }
    .title07 {
        float: left;
        width: 100%;
        height: 33px;
        line-height: 33px;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        color: #FFF;
        background: url(../images/title07.jpg) no-repeat left top;
    }
    .p_banner img{
        width: 100% !important;
        height: auto !important;
    }
    .p_banner{
        width: 100%;
        height: auto;
        margin-top: 45px;
    }
    .p_right {
        float: right;
        width: 100%;
        overflow: hidden;
    }
    .p_content {
        padding: 20px;
        margin-top: 10px;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        width: 87%;
        float: left;
    }
}