
.content-artical {
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
    overflow: hidden;
    margin-top: 0.3rem;
}

.content-artical-top {
    position: relative;
    display: block;
}

.content-artical-top .content-artical-top-img {
    width: 100%;
    height: auto;
    display: block;
    height: 2.99rem;
    position: relative;
    z-index: 0
}

.content-artical-top::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2.5rem;
    background: url(https://imgbdb4.bendibao.com/whbdb/20256/06/2025606085016_26055.png);
}

.content-artical-top .content-artical-top-detail {
    width: calc(100% - 0.48rem);
    left: 0.24rem;
    bottom: 0.18rem;
    position: absolute;
    z-index: 2;
}

.content-artical-top .content-artical-top-detail .artical-title {

    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.46rem;
}

.content-artical-top .content-artical-top-detail .artical-spec {
    display: flex;
    margin-top: 0.11rem;

    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.36rem;
}

.content-artical-top .content-artical-top-detail .artical-spec .time {
    margin-right: 0.58rem;
}

.content-artical {
    background-color: #fff;
}

.content-artical-detail {
    display: flex;
    margin: 0.23rem 0.24rem 0 0.24rem;
}

.content-artical-detail .content-artical-detail-right {
    width: 1.23rem;
    display: block;
    height: auto;
    align-self: flex-start;
    margin-left: 0.34rem;
}

.content-artical .content-artical-detail:last-child .content-artical-detail-left {
    border-bottom: none;
    min-height: 1.45rem;
    display: grid

}

.content-artical-detail-left {
    min-width: 4.97rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.01rem solid #E7E7E7;
}

.content-artical-detail-left .detail-title {
    /* width: 497px; */
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.31rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.46rem;


}

.content-artical-detail-left .detail-spec {
    display: flex;
    align-items: center;
    margin-top: 0.15rem;
    color: #999999;
    font-family: "PingFang SC";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.34rem;
}

.content-artical-detail-left .detail-spec .time {
    margin-right: 0.6rem;
}

.two-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.content-select-wrap {
    overflow: auto;
    /* position: sticky; */
    top: 1.01rem;
    z-index: 9999999;
    /* background-color: rgb(249, 249, 249); */
}

.content-artical-wrap .content-artical:first-child{
    margin-top: 0;
}