.featured-card {
    padding-bottom: 34px;
}

.featured-title {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.zixun-adv-card {
    width: 100%;
    height: 286px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    color: var(--button-bg);
    background: url(../image/zhishi_adv.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 2px 8px var(--common-shadow-color);
}

/* .zixun-adv-card::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--bg-white);
    opacity: 0.75;
    z-index: 0;
} */

/* .zixun-adv-card>div {
    position: relative;
    z-index: 1;
} */

.zixun-adv-card>div>p:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 30px;
    padding-top: 40px;
}

.zixun-adv-card>div>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;
}

.recommend-title {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;

}

.featured-card-left {
    margin-right: 30px;
    max-width: 280px;
}

.featured-card-left>h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.featured-card-left>.info-line {
    margin: 12px 0;
}

.featured-card-left>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--sm-border-radius);
    margin-bottom: 20px;
}

.info-line .num {
    color: var(--red);
    margin: 0 4px;
}

.featured-card-left .info-line>span {
    margin-right: 30px;
}



.featured-card-left-content {
    position: relative;
    line-height: 24px;

}

.featured-card-left-content .content {
    display: -webkit-box;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 48px;
    font-size: 14px;
    word-break: break-all;
    color: var(--text-gray);
}

.featured-card-left-content .content:after {
    content: "...";
    text-indent: 2em;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 7.2em;
    padding-left: 4px;
    background: linear-gradient(to right, transparent 0%, #fff 2em);
}

.featured-card-left-content .more {
    position: absolute;
    bottom: 0;
    right: 4px;
    color: var(--button-bg2);
    z-index: 9;
    cursor: pointer;
}

.jing {
    --text: '精'
}

.jing::before {
    color: var(--red);
    width: 18px;
    height: 18px;
    border-radius: var(--xs-border-radius);
    line-height: 18px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    vertical-align: text-top;
}

.featured-list a:hover h4,
.featured-list a:hover h4::before {
    color: var(--red);
}

.featured-list {
    height: 385px;
}

.featured-list>li {
    box-sizing: border-box;
    padding-bottom: 13px;
}

.featured-list>li h4 {
    font-size: 18px;
    font-weight: 400;

}




.featured-list>li+li {
    border-top: 1px solid var(--text-gray-lighter);
    padding-top: 23px;
}

.featured-list>li p {
    color: var(--text-gray);
    padding-top: 10px;
    overflow: hidden;
    height: 0;
    line-height: 22px;
    transition: var(--common-time);
}

.featured-list>li.active p {
    padding-top: 20px;
    height: 44px;
}

.lastest-wenzhang-title {
    font-size: 24px;
    margin-top: 10px;
}

.lastest-wenzhang-title img {
    width: 28px;
    height: 25px;
    margin-left: 0;
}

.lastest-wenzhang-list {
    margin-top: 20px;
    margin-bottom: 30px;
}

.lastest-wenzhang-list>li {
    padding: 30px 0;
    border-bottom: 1px solid var(--bg-gray);
    animation: var(--common-time_x2) _fadeIn;
}

.lastest-wenzhang-list>li:nth-child(1) {
    border-top: 1px solid var(--bg-gray);

}

.lastest-wenzhang-list>li img {
    max-height: 144px; 
    width: 216px;
    object-fit: cover;
    margin-right: 18px;
    border-radius: var(--sm-border-radius);
}

.lastest-wenzhang-list>li h4 {
    font-size: 18px;
    font-weight: 400;
}

.lastest-wenzhang-list>li .info-line {
    margin: 16px 0;
}

.lastest-wenzhang-list>li .content {
    color: var(--text-gray);
    line-height: 24px;
}