.mode_video_wrap {
    display: inline-block;
}

.mode_video_wrap a,
.mode_video_wrap a:link,
.mode_video_wrap a:visited,
.mode_video_wrap a:hover,
.mode_video_wrap a:active {
    text-decoration: none;
}

.mode_video_wrap ._mode_video123 {
    width: 678px;
    height: 176px;
    display: flex;
    margin-bottom: 10px;
}

.mode_video_wrap ._mode_video123:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: white;
}

.mode_video_wrap ._mode_video123 .news_right p:hover {
    color: #1C86F5;
}

.mode_video_wrap ._mode_video123 .leftimg {
    display: inline-block;
}

.mode_video_wrap ._mode_video123 .leftimg img {
    width: 234px;
    height: 156px;
    padding: 10px;
    border-radius: 15px;
    object-fit: cover;
}

._mode_video123 .news_right {
    display: inline-block;
    width: 384px;
    position: relative;
    margin-left: 20px;
}

.mode_video_wrap ._mode_video123 .news_right p {
    margin-top: 19px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(36, 49, 64, 1);
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mode_video_wrap ._mode_video123 .news_right .bottom {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    position: absolute;
    width: 384px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mode_video_wrap ._mode_video123 .news_right .bottom .one {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 5px;
}

.mode_video_wrap ._mode_video123 .news_right .bottom .two {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.mode_video_wrap ._mode_video123 .news_right .bottom div {
    display: flex;
    align-items: center;
}

.mode_video_wrap .video_cate {
    position: absolute;
    background: linear-gradient(135deg, #1C86F5 0%, #2AA4FF 100%);
    border-radius: 6px 0px 6px 0px;
    top: 20px;
    left: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    padding: 2px 9px;
    z-index: 2;
}

.mode_video_wrap .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: background 0.2s ease;
}

.mode_video_wrap ._mode_video123:hover .play_btn {
    background: rgba(28, 134, 245, 0.85);
}

.mode_video_wrap .play_btn svg {
    margin-left: 2px;
}

.mode_video_wrap .video_duration {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    border-radius: 3px;
    font-family: PingFangSC-Regular, PingFang SC;
}
