
.header_logo {
    padding: 20px 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo .logo1 {
    width: 133px;
    height: 30px;
}

.header_logo .logo3 {
    margin-left: 20px;
    margin-right: 5px;
}

.layui-tab-title li {
    padding: 0;
    min-width: 14.28%;
    font-size: 16px;
}

.layui-tab-content {
    padding: 0;
    padding-bottom: 5px;
}

.layui-tab-title {
    border-bottom-style: none;
    width: 100%;
    margin-bottom: 20px;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    width: 15px;
    margin-left: 36%;
    border-bottom: 2px solid #1989F9;
}

.search {
    margin-left: 20px;
}

/* 视频部分 */
.Video_banner {
    width: 100%;

}

.Video_banner_box {
    width: 92%;
    margin: 0 auto;
    position: relative;
}

.Video_banner .Video_banner_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.Video_sanjiao {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.Video_data {
    position: absolute;
    padding: 5px 12px;
    background: black;
    opacity: 0.6;
    color: #fff;
    bottom: 10px;
    right: 10px;
    border-radius: 20px;
}

.Video_banner .Video_title {
    padding: 0px 30px;
    margin: 10px 0;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Video_banner_bottom {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.Video_banner_bottom_t img {
    width: 20px;
    height: 12px;
    margin-right: 5px;
}

.Video_banner_bottom_t {
    display: flex;
    align-items: center;
}

.Video_banner_bottom_data {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
}

.k_box {
    width: 100%;
    height: 8px;
    background: #f5f5f5;
}

.video_list {
    padding: 20px;
    display: flex;
    border-bottom: 1px solid #ccc;
}

.video_list_left {
    position: relative;
    margin-right: 10px;
}

.video_list_left .video_list_left_img {
    width: 127px;
    height: 78px;
    border-radius: 6px;
}

.video_list_right {
    width: 62%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video_list_right_t {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video_list_right_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video_list_right_b_L {
    display: flex;
    width: 86px;
    align-items: center;
}

.video_list_right_b_L img {
    width: 20px;
    height: 12px;
    margin-right: 3px;
}

.video_list_right_b_L div {
    font-size: 12px;
    color: #666666;
}

.video_list_right_b_data {
    font-size: 12px;
    color: #666666;
}

.location_img {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.Video_banner_bottom .href {
    width: 100%;
    justify-content: space-between;
}

.video_list>a {
    width: 100%;
}
