@media (max-width: 1000px) {
    .nav-col {width: 100%;display: none;}
    .main { width: auto; }
    .col-content { margin-bottom: 20px; width: 100%; }
    .col-content .link { width: 100%; font-size: 14px; border-bottom: 1px solid #eee; display: block; padding: 8px 0;line-height: 30px; }
    .col-content .link .title { width: 100%; overflow: hidden; white-space: nowrap; display: block; text-overflow: ellipsis; overflow: hidden; }
    .page{text-align: center;}
}