.blank {
    padding-top: 20%;
    padding-bottom: 20%;
    color: #666666;
}
.blank img {
    display: block;
    margin: 0 auto 20px;
    max-width: 110px;
}

.pager input {
    width: 70px;
}

body {
    background: none;
}

.tablink a {
    margin-right: 40px;
}

.tablink a.selected:after {
    background: #3F66F6;
}

.hot h4 {
    word-break: break-word;
    height: auto;
    margin-bottom: 19px;
    -webkit-line-clamp: 1;
}

@media (max-width: 1170px) {
    .main {
        padding-top: 0px;
    }

    .hot h3 {
        margin-bottom: 19px;
    }
}