.top .main {
    transition: none;
    -webkit-transition: none;
}
.top .article {
    max-width: 800px;
}
.top h1 {
    margin-bottom: 40px;
}
.top .article .list .list_name {
    width: 30%;
    max-width: none;
}
.top .pager .btn .btn_link {
    width: 36px;
}
.top .pager .btn.on .btn_link {
    background: #3e8bd5;
    border: #3e8bd5 solid 1px;
    color: #fff;
}
.top .pager .btn {
    margin-right: 16px;
}
@media only screen and (max-width: 640px) {
    .top .pager {
        justify-content: center;
    }
}
