.banner img {
    width: 753px;
    height: 360px;
}

.content img {
    max-width: 100%;
}

.words-list .thumbnail img {
    height: 100px;
    width: 100%;
}

.other-city a {
    text-decoration: none;
}

.up {
    margin: 0 0 2px;
}

.jsq-form-box {
    border-top: 0;
    padding-top: 0;
}

.menu-box a:hover, .menu-box a.current {
    background: #00adef;
    color: #fff;
    text-decoration: none;
}
.menu-box a {
    width: 12.5%;
    line-height: 50px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .menu-box {
        width: 100%;
        height: 50px;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .menu-box a {
        width: 33%;
        font-size: 16px;
        line-height: 50px;
        display: inline;
        padding: 17px;
        float: none;
    }
}