@media (max-width: 767px) { 
   /*list-ztzl-sjdjs*/
   .header{
       padding:0;
   }
   .header img{
       padding:10px 0 10px 10px!important;
       height:4.12rem;
   }
    .content_main{
        margin:0!important;
        width:100%!important;
        padding:0!important;
    }
    .content_main h2{
        width:100%!important;
        height:auto!important;
        line-height:5.5!important;
        font-size:.5rem!important;
        padding:0 10px!important;
    }
    .content_main h2 a{
        font-size:.4rem!important;
        height:auto!important;
        margin-right:0!important;
        box-sizing:border-box;
        padding-top:9px;
    }
    .content_main .list{
        width:100%;
        padding:0;
    }
    .content_main .list li{
        padding:0 10px;
        box-sizing:border-box;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
    }
    .content_main .list li a{
        width:auto;
        font-size:.4rem;
        line-height:2;
        float:none;
    }
    .footer >div p a,
    .footer >div p{
        font-size:.4rem!important;
    }
}