#xqbj-container .xqbj-main {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

#xqbj-container #home-main-content {
    padding-top: 0;
}

.hot-search-page {
    color: #fff;
    padding-bottom: 1.2rem;
}

.hot-search-panel {
    margin-top: 0.75rem;
}

.hot-search-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 2em;
    font-weight: 700;
}

.hot-search-list {
    margin: 0.875rem 0 0;
    padding: 0;
    list-style: none;
}

.result-item {
    width: 100%;
    position: relative;
    display: block;
    margin-top: .65rem;
}

.result-thumb {
    border-radius: .3rem;
    height: 100%;
    max-height: 8.5rem;
    min-height: 8rem;
    overflow: hidden;
    width: 100%;
}
.result-thumb img {
    min-height: 8rem;
    object-fit: cover;
}

.result-title {
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 100%;
    justify-content: center;
    padding: 0 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
}


@media screen and (min-width: 600px) {
    .result-item {
        height: 180px;
    }
    .result-thumb {
        max-height: none;
    }
    .result-thumb img {
        height: 100%;
        max-height: none !important;
    }
}