/*ipad 样式*/
@media screen and (max-width: 1024px) and (min-width: 768px){
    *{
        box-sizing:border-box;
    }
    html,body{
        width:100%;
        overflow-x:hidden;
    }
    header.header .page-container{
        width:100%!important;
    }
    .public-content.news{
        min-width:100%;
        padding:0 10px;
    }
    .public-content .unsildeTwo .preview{
        width:48%;
    }
    body,html{
        width:100%;
    }
    .public-content .unsildeTwo .thumbs{
        width:50%;
    }
    .public-content .unsildeTwo .thumbs ul li{
        width:48%;
        margin-left:1%;
    }
    .public-content .main .main-left{
        width:65%;
    }
    .news .main-right{
        width:30%
    }
    .public-content .unsilde .preview{
        width:65%;
        margin-right:2%;
    }
    .public-content .unsilde .thumbs{
        width: 31%;
    }
    .title{
        width:auto;
        height:auto;
        overflow:hidden;
    }
    .title{
        height:auto!important;
    }
    .jx-inner{
        width: 100%!important;
    }
    .jx-app, .jx-gong{
        margin-right:6%!important;
    }
}