@media screen and (max-width: 960px) {
    body{background:none;}
    .nav, .where, .cenercleft, .bottom {
        display: none;
    }
    div.acenter {
        width: 100%;
        overflow: hidden;
    }
    div.centerchan {
        padding: 0;
        width: 100%;
        overflow: hidden;
    }
    div.cenercright {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow: hidden;
    }
    div.cenercrightt {
        width: auto;
        background-position: 10px center;
        padding-left: 30px;
    }
    div.cenercrightb {
        float: none;
        padding-left: 10px;
        width: auto;
    }
    div.cenercrightb li {
        float: none;
        width: auto;
        padding-right: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }
    .cenercrightb li a{
        font-size:15px; 
    }
    span.date {
        float: none;
        position: absolute;
        right: 10px;
        line-height: 35px;
        font-size: 14px;
        top:0;
    }
    .fenye table {
        width: auto;
        height: auto;
    }
    .fenye table td:first-of-type {
        display: none;
    }
    .page-this{
        font-weight: bold;
    }
}