.sfyb-card {
    box-shadow: 0px 0px 8px 0px #3d790526;
    margin-bottom: 22px;
    background: #fff;
    overflow: hidden;
    padding-bottom: 8px;
}
.sfyb-title {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
}
.sfyb-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #4caf50;
    border-radius: 2px;
    margin-right: 8px;
    vertical-align: middle;
}
.sfyb-imgbox {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: center;
}
.sfyb-imgbox video {
    height: 200px;
}
.sfyb-imgbox img {
    width: 100%;
    height: 100%;
    display: block;
}
.sfyb-imgbox .sfyb-list-mb {
    width: calc(100% - 30px);
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #ffffff;
    font-family: PingFang SC;
    font-weight: medium;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    background: #0000007f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    display: block;
}
.sfyb-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}
.sfyb-list {
    list-style: none;
    margin: 0;
    padding: 0 18px 0 18px;
}
.sfyb-list a {
    display: inline-block;
    width: 100%;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sfyb-list li {
    font-size: 16px;
    color: #333;
    padding: 6px 0 6px 16px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sfyb-list-text li a,
.sfyb-list-text li {
    display: flex;
    justify-content: space-between;
}
.sfyb-list li a {
    height: 100%;
}
.sfyb-list-text li span:nth-child(1) {
    color: #333333;
    font-family: PingFang SC;
    font-weight: regular;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: left;
}
.sfyb-list-text li span:nth-child(2) {
    color: #666666;
    font-family: PingFang SC;
    font-weight: regular;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: left;
}
.sfyb-list li:last-child {
    border-bottom: none;
}
.sfyb-list li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #4caf50;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 44%;
    transform: translateY(-50%);
}
.sfyb-more-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 14px 0 8px 0;
}

.sfyb-two-column {
    display: flex;
}
.sfyb-two-column .sfyb-column {
    width: 50%;
}
.sfyb-two-column .sfyb-column a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.sfyb-two-column .sfyb-column a .sfyb-text {
    color: #333;
}
.sfyb-two-column .sfyb-column img {
    height: 120px;
}
.sfyb-two-column .sfyb-column:nth-child(1) .sfyb-imgbox {
    padding: 0px 7px 0px 15px;
}
.sfyb-two-column .sfyb-column:nth-child(2) .sfyb-imgbox {
    padding: 0px 15px 0px 7px;
}
.sfyb-text {
    padding: 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
