@media screen and (max-width:1000px) {
    body .s2art_p{
        font-size: 1.6em;
    }
    .wap_hide{
        display:none;
        width:0px;
    }
    .wap_show{
        width:100%;
    }
    .wap_show .s2art_p .content img{
        max-width: 100%;
    }
}

li>ul{
    z-index: 9999;
    position: absolute;
    width: 190px;
    margin: -40px 0 0 220px;
    background: #fff;
    display: none;
}
li:hover>ul{
    display: block;
}
