.zixun-box {
    min-height: 200px;
}

.zixun-item {
    min-height: 115px;
    position: relative;
    padding: 25px 0;
    border-top: 1px solid var(--text-gray-lighter);
    box-sizing: border-box;
    animation: var(--common-time_x2) _fadeIn;
    /* transition: 0.2s; */
}

.zixun-item:hover .zixun-title {
    color: var(--theme-color);
}

.zixun-title {
    font-size: 18px;
    color: var(--text-black);
    max-width: calc(100% - 120px);
    margin-bottom: 20px;
    font-weight: normal;
}

.zixun-item .iconfont-arrow {
    display: block;
    transform: translateY(-50%);
    position: absolute;
    right: 70px;
    top: 50%;
}

.loading-box {
    width: calc(100% - 80px);
    margin: 10px auto 20px;
    color: var(--text-gray);
    text-align: center;
    background-color: var(--body-bg-color);
    line-height: 40px;
}

.loading-box:active {
    background-color: var(--bg-gray-s3);

}

.recommend-title {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;

}

.zixun-adv-card {
    width: 100%;
    height: 286px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    color: var(--text-white);
    background-image: url(../image/wenda_adv.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.zixun-adv-card>p:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 30px;
    padding-top: 40px;
}

.zixun-adv-card>p:nth-of-type(2) {
    font-size: 24px;
    margin-bottom: 40px;

}

.zixun-adv-card>a {
    display: block;
    color: var(--text-white);
    width: 300px;
    height: 40px;
    border-radius: 40px;
    background: var(--button-bg);
    font-size: 16px;
    line-height: 40px;
    margin: 0 auto;
}

.lastest-wenda-title {
    font-size: 24px;
    line-height: 42px;
}

.lastest-wenda-title img {
    width: 28px;
    height: 25px;
    margin-left: 0;
}