.ls-hdgg {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px;
    background: #fff;
    border-radius: var(--jinsom-border-radius);
    cursor: pointer;
}
.ls-hdgg>h3 {
    width: calc(100% - 40px);
    display: flex;
    height: 30px;
    align-items: center;
}
.ls-hdgg>h3>p {
    float: left;
    color: rgb(68, 68, 68);
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ls-hdgg>h3>em {
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    padding: 3px 5px;
    margin-left: 10px;
    color: #fff;
    font-style: normal;
    background: #1499f8;
    min-width: fit-content;
}
.ls-hdgg>p {
    display: -webkit-box;
    float: left;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-style: normal;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0;
}
.ls-hdgg>img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
}
.ls-hdgg>span {
    position: absolute;
    top: -3px;
    right: -27px;
    background: #ff5722;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    z-index: 2;
    width: 55px;
    height: 25px;
    line-height: 33px;
    text-align: center;
    transform: rotate(45deg);
    letter-spacing: 3px;
}











