.share-info .title {
    margin-bottom: 12px;
}

.share-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.share-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6F6F6;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 8px;
}

.share-icon a img {
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    align-self: auto !important;
}

.section_content .news_content .news_right a {
    text-decoration: none;
}

.news_detail .detail_content {
    overflow-x: auto;
    word-break: break-word;
}

.news_detail .detail_top .news_info .category {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
}

.section_content .public_time {
    color: #919191;
}

.news_detail .detail_top .news_info .public_time span {
    margin-left: 5px;
}

.section_content .news_content .news_right .item_right .title {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section_content .news_content .news_right .item_right .video-title {
    font-weight: 600;
    /* max-height: 145px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.section_content .news_content .news_right .item_right .des {
    font-size: 13px;
    color: #A8A8A8;
}

.news_detail .detail_content_right .title {
    margin-bottom: 24px;
    font-weight: 600;
}

.section_content .news_content .news_right {
    justify-content: flex-start;
    height: auto;
}

.section_content .news_content .news_right .item {
    margin-bottom: 16px;
}

.section_content .news_content .news_right .item_right .title a{
    font-size: 16px;
    color: #000000;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section_content .news_content .news_right .item_right .title a:hover{
    color: #0560FD;
}

/* .detail_content table tr td {
    padding: 2px 5px;
} */

/* .video-container {
    margin: 2rem 0;
}

.video-container iframe {
    width: 100%;
    height: auto;
} */

.detail_content_iframe {
    height: 100%;
}

.library-video-iframe {
    width: 100%;
    /* height: 460px; */
    margin: 2rem 0;
    aspect-ratio: 1 / 0.53;
}

.item_left iframe {
    width: 100%;
    /* max-height: 150px; */
    /* border: 1px solid #000000; */
    background-image: url('../../images/web/placeholder.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1 / 0.7;
}

.other-video {
    position: relative;
}

.other-video::before {
    content: '';
    flex: 1;
    height: 1px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
    z-index: 1;
  }

.item_left img {
    width: 150px;
    height: 150px;
}

.other-faces {
    height: 100% !important;
}

.other-faces .item_right .tag {
    /* max-height: 113px; */
    color: #000000 !important;
    font-weight: 600 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.face-avatar img {
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    aspect-ratio: 1 / 0.73;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 576px) {
    .section_content {
        margin: 44px 0 0 0;
        padding: 0 20px;
    }

    .news_detail .detail_top .title {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .news_detail .detail_top .news_info {
        margin-bottom: 32px;
        flex-wrap: wrap;
    }

    .news_detail .detail_top .news_info .public_time i {
        display: none;
    }

    .news_detail .detail_top .news_info .info-author {
        -ms-flex-order: 12;
        order: 12;
        flex-basis: 100%;
        justify-content: flex-start;
    }

    .news_detail .detail_content {
        padding-right: 0;
    }

    .section_content .news_content {
        padding-right: 0px;
    }

    .item_left img {
        max-height: none;
        width: 110px;
        height: 85px;
        box-shadow: 0px 4px 10px 0px #0000000A;
    }
/*
    .item_left iframe {
        width: 150px;
    } */
}



.right_menu {
    padding-left: 20px;
    padding-right: 20px;
    background: #F6F6F6;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-top: 3px solid var(--PRIMARY, #0560FD);
}


.menu_item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 16px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
