* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

li,
ol,
ul,
a {
    text-decoration: none;
    list-style: none;
}

.container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}

.right_banner{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/subset-Overpass-Regular.woff2') format('woff2'),
        url('../fonts/subset-Overpass-Regular.woff') format('woff'),
        url('../fonts/subset-Overpass-Regular.eot') format('embedded-opentype'),
        url('../fonts/subset-Overpass-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/subset-Overpass-Medium.woff2') format('woff2'),
        url('../fonts/subset-Overpass-Medium.woff') format('woff'),
        url('../fonts/subset-Overpass-Medium.eot') format('embedded-opentype'),
        url('../fonts/subset-Overpass-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/subset-Overpass-SemiBold.woff2') format('woff2'),
        url('../fonts/subset-Overpass-SemiBold.woff') format('woff'),
        url('../fonts/subset-Overpass-SemiBold.eot') format('embedded-opentype'),
        url('../fonts/subset-Overpass-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: 'Overpass', sans-serif;
}

#leftPanel {
    max-width: 876px;
    width: 100%;
    float: left;
    position: relative;
}

#rightPanel {
    max-width: 336px;
    width: 100%;
    float: right;
}

main {
    padding-top: 24px;
}

.yt_channel {
    display: flex;
    align-items: center;
}

.yt_channel img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 12px;
}

.yt_name {
    color: #15161A;
    font-family: "Overpass";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.yt_text {
    color: #727782;
    font-family: "Overpass";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.yt_profile {
    width: 182px;
    margin-right: 8px;
}

.yt_link {
    border-radius: 4px;
    background: #BD1A27;
    display: flex;
    height: 28px;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Overpass";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    transition: 0.3s all ease-in-out;
}

.yt_iframe iframe {
    width: 100%;
    margin-top: 12px;
    max-height: 200px;
}

.head_text {
    color: #117CAD;
    font-family: "Overpass";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.head_text img {
    margin-left: 12px;
}

.last_news {
    padding-top: 40px;
}

.last_news .head_text {
    padding-bottom: 12px;
}

.card_category {
    color: #3D4147;
    font-family: "Overpass";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding-right: 12px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.card_category::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    background: #727782;
}

.card_date {
    color: #727782;
    font-family: "Overpass";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    padding-left: 8px;
}

.card_top {
    margin-bottom: 8px;
}

.card_body a {
    overflow: hidden;
    color: #3D4147;
    font-family: "Overpass";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
}

.text_news_card {
    padding: 16px 0;
    background: #FFF;
    border-bottom: 1px solid #E9EBF0;
}

.more_btn {
    color: #A7ABB5;
    font-family: "Overpass";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.more_btn img {
    margin-left: 12px;
}

.manshet .item,
.block_main_img {
    position: relative;
}

.manshet .item .linear,
.block_main_img .linear {
    background: linear-gradient(180deg, rgba(21, 22, 25, 0.00) 0%, #151619 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.date_block {
    color: #FFF;
    font-family: "Overpass";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
}

.featured_head {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    text-shadow: 0px 5px 10px rgba(23, 30, 38, 0.08);
    font-family: Overpass;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}
/* .featured_head span,.featured_head b,.featured_head i{
    color: #fff !important;
} */

.featured_text {
    position: absolute;
    z-index: 2;
    bottom: 64px;
    padding: 0 32px;
    width: 100%;
}

.featured_block {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    width: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
}

.featured_block img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.featured_block::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 55%;
}

.manshet_category {
    border-radius: 4px;
    background: #C6EAF7;
    color: #001F2E;
    font-family: "Overpass";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 10px 16px;
    position: absolute;
    top: 24px;
    left: 32px;
    text-transform: uppercase;
}

.manshet .item:hover img,
.block_main_img:hover img {
    transform: scale(1.02);
}

.owl-nav {
    position: absolute;
    bottom: 24px;
    right: 32px;
}

.owl-nav button:first-child {
    margin-right: 24px;
}

.owl-nav,
.owl-nav button {
    max-height: 24px;
}

.owl-dots {
    position: absolute;
    bottom: 24px;
    left: 32px;
}

.owl-dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.38) !important;
    border-radius: 50%;
}

.owl-dot:not(:last-child) {
    margin-right: 12px;
}

.owl-dot.active {
    background: #117CAD !important;
}

.main_partials {
    margin-top: 40px;
    display: flex;
}

.live_editor {
    max-width: 297px;
    margin-right: 48px;
}

.lhead {
    color: #BD1A27;
    font-family: "Overpass";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.lbody {
    color: #727782;
    font-family: "Overpass";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.live_head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 16px;
    border-bottom: 1px solid #E9EBF0;
}

.live_head_cart_part>img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 12px;
}

.live_img {
    margin-bottom: 12px;
}

.live_body {
    margin-bottom: 12px;
}

.live_img,
.politics_img {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    float: left;
}

.live_img::before,
.politics_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 57%;
}

.live_img img,
.politics_img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.live_news_head {
    overflow: hidden;
    color: #15161A;
    text-overflow: ellipsis;
    font-family: "Overpass";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.15px;
    width: 100%;
}

.live_head:hover .live_img img {
    transform: scale(1.02);
}

.editor_block {
    padding-top: 40px;
}

.editor_block .editor_news {
    margin-top: 24px;
}

.editor_news .card_body a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #15161A;
}

.editor_news .text_news_card {
    padding: 12px 0;
    border: none;
}

.category_block_head {
    color: #727782;
}

.politics {
    width: 100%;
    max-width: 531px;
}

.block_main_img {
    margin-top: 24px;
}

.block_main_img .date_block {
    padding-left: 12px;
    position: relative;
    /* display: flex;
    align-items: center; */
}

.block_main_img .date_block::before,
.media_news_text .card_date::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #FFF;
    border-radius: 50%;
    left: 0;
    position: absolute;
}

.media_news_text .card_date::before {
    background: #727782;
}

.media_news_text .card_date {
    display: inline-flex;
    position: relative;
    align-items: center;
    padding-left: 12px;
}

.block_main_img .featured_text {
    bottom: 16px;
    padding: 0 16px;
}

.block_main_img .featured_head {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: "Overpass";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.block_main_img .featured_block::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 64%;
}

.media_news_cards {
    padding: 12px 0;
}

.media_news_card {
    padding: 12px 0;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.politics_img {
    max-width: 210px;
    margin-right: 16px;
}

.politics_img::before {
    padding-top: 67%;
}

.media_news_head {
    overflow: hidden;
    color: #15161A;
    text-overflow: ellipsis;
    font-family: "Overpass";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 8px;
}

/* .media_news_head span {
    color: #BD1A27;
} */

.social_block {
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    background: #001F2E;
}

.social_head {
    color: #E8F5FA;
    font-family: "Overpass";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.15px;
}

.social_body {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Overpass";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.social_icons {
    margin-top: 16px;
    display: flex;
}

.social_icon {
    width: 32px;
    height: 32px;
}

.social_icon:not(:last-child) {
    margin-right: 24px;
}

.politics_img img {
    transition: 0.3s all ease-in-out;
}

.media_news_card:hover .politics_img img {
    transform: scale(1.02);
}

.main_partials {
    padding-bottom: 40px;
    border-bottom: 1px solid #15161A;
}

.society {
    padding: 32px 0 40px 0;
}

.society_main .politics_img {
    max-width: 438px !important;
}

.society_main .media_news_text {
    padding: 24px;
    background: #F5F6FA;
    width: 100%;
}

.society_main .politics_img::before {
    padding-top: 64%;
}

.society_main a {
    display: flex;
}

.society_main .politics_img {
    margin-right: 0;
}

.society_main .media_news_head {
    overflow: hidden;
    color: #15161A;
    text-overflow: ellipsis;
    font-family: "Overpass";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.society_main.media_news_card {
    padding: 24px 0;
}

.article_body .politics_img {
    max-width: 148px;
    margin-right: 16px;
}

.article_body .media_news_card {
    padding: 0 12px;
    width: 50%;
}

.article_body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.article_body .media_news_head {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.society {
    border-bottom: 1px solid #15161A;
}

.culture {
    padding: 32px 0 40px 0;
    border-bottom: 1px solid #15161A;
}

.similar_cards{
    margin-top: 24px;
    padding: 32px 0 40px 0;
    border-top: 1px solid #15161A;
}

.category_page {
    padding: 32px 0 40px 0;
    border-bottom: 1px solid #15161A;
}

.visual_content_card {
    width: 33.33%;
}

.visual_content_card .politics_img {
    float: revert;
}

.visual_content_card .politics_img {
    max-width: 276px;
    margin-right: 0;
    margin-bottom: 16px;
}

.visual_content_card .media_news_head {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.visual_content_cards {
    display: flex;
    flex-wrap: wrap;
    margin: 24px -12px 0 -12px;
}

.visual_content_card {
    padding: 0 12px;
}

.economy {
    padding: 32px 0 28px 0;
    border-bottom: 1px solid #15161A;
}

.info_card {
    padding-top: 12px;
}

.info_card .media_news_card {
    margin: 12px 0;
}


.world {
    padding: 32px 0 28px 0;
}

.universal_cards {
    padding-top: 12px;
}

.right_panel_slider {
    margin-top: 40px;
}

.right_panel_slider .featured_block::before {
    padding-top: 75%;
}

.right_panel_slider .featured_text {
    position: static;
    padding: 0 16px;
}

.right_panel_slider .featured_head {
    color: #3D4147;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.right_panel_slider .date_block {
    color: #727782;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.right_panel_slider .featured_block {
    margin-bottom: 16px;
}

.right_panel_slider .video_category {
    display: flex;
    height: 36px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #117CAD;
    color: #FFF;
    font-family: "Overpass";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.1px;
    left: 20px;
    top: 20px;
}

.right_panel_slider .video_category img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 4px;
    align-items: center;
    display: flex;
}

.right_panel_slider .foto_category {
    display: flex;
    height: 36px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #BD1A27;
    color: #FFF;
    font-family: "Overpass";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.1px;
    left: 20px;
    top: 20px;
}

.right_panel_slider .foto_category img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 4px;
    align-items: center;
    display: flex;
}

.right_panel_slider .owl-dots {
    position: absolute;
    top: 210px;
    left: 20px;
}

.right_panel_slider .owl-nav {
    position: absolute;
    top: 210px;
    right: 20px;
}

.category_page {
    border-bottom: none;
}

.category_page .head_text {
    color: #15161A;
    font-family: "Overpass";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    padding-bottom: 14px;
    border-bottom: 2px solid #117CAD;
    display: inline-block;
    padding-top: 14px;
}

.category_head_block {
    border-bottom: 1px solid #E9EBF0;
}

.category_page .media_news_card {
    padding: 12px;
}

.page_paginations {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}

.page_paginations div {
    display: inline-flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
}

.page_paginations div a {
    color: #727782;
    text-align: center;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
}

.page_paginations div.active{
    border-radius: 2px;
    border: 1px solid #15161A;
}

.page_paginations div.active a {
    color: #15161A;
}

.left_arr a,
.right_arr a {
    display: inline-block;
    height: 20px;
}

.breadcrumb_main {
    color: #3D4147;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.breadcrumb_little {
    color: #3D4147;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.4px;
}

.detail_head {
    margin-top: 20px;
    color: #000;
    font-family: "Overpass";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}

.detail_img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.detail_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 53%;
}

.detail_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 24px 0;
}

.text-size-minus,
.text-size-plus {
    display: flex;
    width: 32px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #DADEE5;
    background: #F5F6FA;
    cursor: pointer;
}

.text_size {
    display: flex;
    align-items: center;
}

.text-size-reset {
    display: flex;
    justify-content: center;
    margin: 0 12px;
    cursor: pointer;
}

.detail_head_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
}

.gray_text {
    color: #727782 !important;
    font-family: "Overpass";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
}

.main_text > div, .main_text > p, .main_text > blockquote {
    margin:0 0 20px 0;
    color: #15161A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.main_text > strong{
    margin:0 0 20px 0;
    color: #15161A;
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    letter-spacing: 0.2px;
}

.gallery {
    margin: 24px 0;
}

.main_text > img,.main_text > iframe{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 400px;
}


.live_head_cart_part {
    display: flex;
    align-items: center;
}

#rightPanel .live_head_cart_part {
    padding-top: 20px;
}


.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

ul#imageGallery li,
ul.lSPager li {
    position: relative;
    overflow: hidden;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    float: left;
}

ul#imageGallery li img,
ul.lSPager li img,
ul.lSPager li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    cursor:pointer;
}

ul#imageGallery li:before,
ul.lSPager li:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 70%;
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url("../img/controls.png");
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0;
    transition: opacity .35s linear 0;
}

.lSSlideOuter .lSPager.lSGallery li.active a:before,
.lSSlideOuter .lSPager.lSGallery li:hover a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    background-color: #117CAD;
    opacity: 0.64;
    z-index: 99;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.share_block {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: #F5F6FA;
    margin-top: 24px;
}

.share_header {
    display: flex;
    margin-bottom: 24px;
}

.share_head {
    color: #15161A;
    font-family: "Overpass";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-right: 24px;
}

.share_text {
    color: #3D4147;
    font-family: "Overpass";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.4px;
    display: flex;
    align-items: center;
}

.share_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -6px;
}

.share_item {
    width: 36px;
    height: 36px;
    margin: 0 6px;
}

.copy_link {
    display: flex;
    height: 36px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    width: auto;
    border-radius: 30px;
    background: #E9EBF0;
}

.copy_link a {
    color: #15161A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.copy_link img {
    margin-left: 8px;
    margin-bottom: 3px;
}

.detail_share {
    padding: 24px 0 0 0;
    background: #1674EA;
}

.yt_follow {
    background: #D62222;
}

.tg_follow {
    background: #0084C6;
}

.x_follow {
    background: #1A1A1A;
}

.ig_follow {
    background: linear-gradient(90deg, #445CE5 0%, #DD3271 50%, #FFDB80 100%);
}

.fb_button {
    height: 48px;
    padding: 12px 20px;
    color: rgba(0, 0, 0, 0.87);
    font-family: "Overpass";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.87);
}

.follow_head {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.follow_body {
    color: rgba(255, 255, 255, 0.87);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.share_left {
    display: flex;
}

.detail_share {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 40px;
}

.share_left img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 12px;
}

.culture.detail_similar {
    border-bottom: none;
    border-top: 1px solid #15161A;
}

.detail_similar .media_news_cards {
    margin: -12px;
}

.detail_similar .media_news_card {
    padding: 12px;
}

.live_detail .lhead {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.live_detail .live_body {
    margin-bottom: 0;
}

.live_detail .live_head {
    border: none;
    padding-bottom: 4px;
}

.live_detail .live_head_cart_part>img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 12px;
    margin-bottom: 5px;
}

.live_detail .card_date {
    color: #2E0205;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.4px;
}

.live_detail .card_date::before {
    width: 8px;
    height: 8px;
    background: #BD1A27;
}

.live_detail .media_news_text .card_date {
    padding-left: 16px;
}

.live_detail .detail_head_bar {
    border-radius: 8px;
    background: #FAE6E7;
    padding: 8px 12px;
    width: auto;
    display: inline-block;
    margin: 0;
}

.live_detail_block {
    border-radius: 8px;
    border: 2px solid #E9EBF0;
    padding: 24px 20px 0 20px;
}

.live_detail_little_head {
    color: #000 !important;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 32px !important;
}

.error_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 566px;
}

.error_page img {
    max-width: 344px;
    max-height: 124px;
    width: 100%;
    height: 100%;
}

.error_text {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
    margin: 16px 0;
}

.home_btn {
    display: flex;
    height: 48px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #15161A;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.home_btn img {
    margin-right: 8px;
    width: 24px;
    height: 24px;
}

.contact_detail {
    display: flex;
}

.cdetail_text {
    display: flex;
    flex-direction: column;
}

.cdetail_img {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #E8F5FA;
    margin-right: 12px;
}

.cdetail_body {
    color: #727782;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.cdetail_head {
    color: #15161A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.contact_details {
    padding: 40px 0;
    margin: -12px 0;
}

.contact_detail {
    padding: 12px 0;
    display: flex;
    align-items: center;
}

.contact_page iframe:not(#rightPanel iframe) {
    width: 100%;
    max-height: 342px;
    border-radius: 8px;
}

.static_head {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 20px 0;
}

.static_text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
    padding: 20px 0;
}

.static_block {
    display: flex;
    padding: 20px 0;
    margin: -20px 0;
    flex-direction: column;
}

.static_block:nth-child(2) {
    padding-top: 40px;
}

.fixed .banner_head {
    display: none;
}

.media_news_text .card_category::after {
    display: none;
}

.main_text > li,.main_text > ol,.main_text > ul{
    list-style: disc !important;
    margin-left: 10px;
}

.fb_follow {
    padding: 24px;
    background: #1674EA;
}

.yt_follow {
    background: #D62222;
}

.tg_follow {
    background: #0084C6;
}

.x_follow {
    background: #1A1A1A;
}

.ig_follow {
    background: linear-gradient(90deg, #445CE5 0%, #DD3271 50%, #FFDB80 100%);
}

.fb_button {
    height: 48px;
    padding: 12px 20px;
    color: rgba(0, 0, 0, 0.87);
    font-family: "Overpass";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.87);
}

.follow_head {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.follow_body {
    color: rgba(255, 255, 255, 0.87);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.fb_left {
    display: flex;
}

.fb_follow {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 40px;
}

.fb_left img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 12px;
}

.main_text img, .main_text iframe {max-width: 100%;display: block;}
.manshet_top_banners{display: flex; margin: -24px -8px 20px -8px;}
.banner_left{width: 50%; padding:0 8px;}
.banner_right{width: 50%; padding:0 8px;}
.manshet_bottom_banner{margin-top:20px}
.manshet_top_banners.web-none{display: flex; margin: 20px 0 20px 0;flex-direction:column;}
.banner_topmanshet_top{width: 100%; padding:0 0 20px 0;}
.banner_topmanshet_bottom{width: 100%; padding:0 0 0 0;}
.manshet_bottom_banner.web-none{margin:20px 0}
.banners_left{position: absolute;left: -310px;}
.lbanner:not(:first-child){margin-top: 20px;}