.commonSectionFull{
    width: 100%;
}
.newsSectionFull {
    background-image: url('/static/images/common/news_bg.jpg');
    background-position: center bottom;
    background-size: cover;
    width: 100%;
}


a.newsItem:hover {
    background-color: rgba(255, 255, 255, 0.382);
    backdrop-filter: blur(5px);
}

.newsItem+.newsItem {
    border-top:none;
}

.commonBlock_topNews {
    flex-direction: row;

}

.commonBlock_News {
    padding: 10px 20px;
}

.newsCF-top {
    /* padding-top:60px; */
    position: relative;
}

.indexTopNews {
    display: flex;
    width: calc(50% - 20px);
    flex-shrink: 0;
    margin-right: 20px;
}

.indexTopNewsItem {

    background-size: cover;
    background-position: center center;
    ;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.indexTopNewsItem:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 30px;
}

.indexTopNewsItem:last-of-type {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 5px;

}

.indexTopNewsItem+.indexTopNewsItem::after {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.382), transparent);
}

.indexTopNewsItem::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 38.2%;
}

.indexTopNewsItem-content {
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.618), transparent);
    backdrop-filter: blur(5px) brightness(0.85);
}

.indexTopNewsItem-date {
    color: #ffffff;
    opacity: 0.618;
}

.indexTopNewsItem-title {
    color: #ffffff;
    font-size: 22px;
    display: flex;
    font-weight: 700;
}

.indexTopNewsItem-title span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexTopNewsItem-remark {
    color: #ffffff;
    font-size: 14px;
    display: flex;
    font-weight: 300;
    opacity: 0.618;
}

.indexTopNewsItem-remark span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsList {

    padding: 0;
    width: auto;
    flex: 1;
    min-width: 0;
}

.topRotate_new {
    display: flex;
    position: relative;
    width: 100%;
    background-color: #f6f6f6;
    overflow: hidden;
}

.topRotate_new_section_frame {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
}

.topRotate_new_anchors {
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 60;
}

.topRotate_new_anchor {
    width: 25px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.618);
    margin: 0 10px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: inset -2px 2px 2px 0 rgba(0, 0, 0, 0.382);
    backdrop-filter: blur(5px);
    transition: all 0.2s;
}

.topRotate_new_anchor.active {
    background-color: rgba(255, 255, 255, 1);
}

.topRotate_new_section {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    /* padding-bottom:38.2%; */
    padding-bottom: 38.2%;
    background-size: cover;
    background-position: center center;
    z-index: 10;
    transition: all 0.5s;
}

.topRotate_new_section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38.2%;
    background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 38%));
    z-index: 2;
}

.topRotate_new_flow {
    position: absolute;
    z-index: 30;
    width: 100%;
    max-width: 1200px;
    padding-top: 190px;
    padding-bottom: 60px;
    opacity: 0;
    user-select: none;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition: all 0.2s;
    visibility: hidden;
}

.topRotate_new_flow.active {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}

.topRotate_new_flow-item-content {
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.topRotate_new_flow-item-content.left{
    align-items: flex-start;
}

.topRotate_new_flow-item-content.right{
    align-items: flex-end;
}

.topRotate_new_flow-item-content-label {
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    margin-bottom: 0px;
    width: fit-content;
    padding: 7px;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.618);
    padding-left: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.topRotate_new_flow-item-content-title-en {
    font-size: 16px;
    line-height: 16px;
    transform-origin: left center;

}

.topRotate_new_flow-item-content-title {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 900;
    transition: all 0.5s;
    white-space: nowrap;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, 0.8);
}

.topRotate_new_flow-item-content-title.sub {
    margin-bottom: 20px;
}

.topRotate_new_flow-item-content-time {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: 2px;
    height: 24px;
    opacity: 1;
    margin-bottom: 5px;
    transition: all 0.5s;
    white-space: nowrap;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, 0.8);
}

.topRotate_new_flow-item-content-location {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 700;
    height: 18px;
    opacity: 1;
    transition: all 0.5s;
    white-space: nowrap;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, 0.8);
}

.topRotate_new_flow-item-content-buttons {
    display: flex;
    margin: 20px 0 0 0;
}

.topRotate_new_flow-item-content-buttons-aero {
    display: flex;
    margin: 20px -20px 0 -20px;
    width: calc(100% + 40px);
    overflow-x: auto;
    padding:0 20px;
}

.topRotate_new_flow-item-content-buttons-aero a{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px;
    padding:15px;
    background-color: rgba(255, 255, 255,0.2);
    font-size: 14px;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.2s;
    overflow: hidden;
    top:0;
    font-weight: 600;
    font-family: 'Font Awesome 6 Free';
    color: #ffffff;
    letter-spacing: 1px;
    flex-shrink: 0;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
}
@supports (backdrop-filter: blur(20px)){
    .topRotate_new_flow-item-content-buttons-aero a{
        background-color: rgba(255, 255, 255,0.1);
        backdrop-filter: blur(20px) brightness(0.83) saturate(2);
    }
}
.topRotate_new_flow-item-content-buttons-aero a:first-child{
    margin-left:0;
}
.topRotate_new_flow-item-content-buttons-aero a:last-child{
    margin-right:0;
}
.topRotate_new_flow-item-content-buttons-aero a:hover {
    top: -5px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 6px 2px 2px rgb(26 28 89 / 15%);
    z-index: 2;
}

.topRotate_new_flow-item-content-buttons-aero a::before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    font-size: 48px;
    right: -10px;
    top: -24px;
    opacity: 0.1;
    z-index: 1.1;
}
.topRotate_new_flow-item-content-buttons-aero a:hover::before {
    animation: flow_item_arrow .5s backwards;
}
@keyframes flow_item_arrow {
    0%{
        right: -10px;
    }
    50%{
        right: -50px;
    }
    50.1%{
        right: 100%;
    }
    100%{
        right: -10px;
    }
}
.topRotate_new_flow-item-content-buttons-aero a::after{
    content :'';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color: #ffffff;
    opacity: 0;
    z-index: 100;
    transition: all 0.2s;
}
.topRotate_new_flow-item-content-buttons-aero a:hover::after{
    opacity: 0.1;
}
.topRotate_new_flow-item-content-buttons-aero a i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    height: 28px;
    margin-bottom: 5px;
    margin-top:5px;
    opacity: 0.618;
}
.topRotate_new_flow.bright .topRotate_new_flow-item-content-title,
.topRotate_new_flow.bright .topRotate_new_flow-item-content-time,
.topRotate_new_flow.bright .topRotate_new_flow-item-content-location {
    color: #575663;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(255, 255, 255, 0.8);
}

.titleBtns {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    user-select: none;
}

.titleBtns a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-shadow: none;
    padding: 15px 2.5vw;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    margin-left: -1px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
    white-space: nowrap;
}

.titleBtns a::after {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    font-size: 48px;
    right: -10px;
    top: -24px;
    opacity: 0.1;
}

.titleBtns a:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 5px;
}

.titleBtns a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 20px;
}

.titleBtns a:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 6px 2px 2px rgb(26 28 89 / 15%);
    z-index: 2;
}


.indexBigBlock {
    display: flex;
    width: 100%;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.indexBigBlock-pic {
    width: 61.8%;
}

.indexBigBlock-pic::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%
}

.indexBigBlock-text {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0;
    user-select: none;
    transform: translateX(20px);
    opacity: 0;
    transition: all 1s;
    border-radius: 0 0 0 15px;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, 0.8);

}

.indexBigBlock-text::after {
    content: '';
    display: block;
    height: 100%;
    background: rgb(0 0 0 / 15%);
    flex: 1;
}

.indexBigBlock-text-content {
    width: 100%;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(-90deg, rgb(0 0 0 / 15%), transparent);
    height: 100%;
    padding: 40px;
}

.indexBigBlock-text.left {
    flex-direction: row-reverse;
    transform: translateX(-20px);
    background: linear-gradient(90deg, rgb(0 0 0 / 15%), transparent);
}

.indexBigBlock-text.left .indexBigBlock-text-content {
    align-items: flex-start;
    background: linear-gradient(90deg, rgb(0 0 0 / 15%), transparent);
}

.indexBigBlock.active .indexBigBlock-text {
    transform: translateX(0px);
    opacity: 1;
}

.indexBigBlock-text-topLittle {
    font-size: 14px;
    color: #ffeb3b;
    line-height: 14px;
    letter-spacing: 1.5px;
    white-space: nowrap;
}

.indexBigBlock-text-topTitle {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    line-height: 42px;
    margin-top: 5px;
    letter-spacing: 5px;
    text-align: right;
    white-space: nowrap;
}
.indexBigBlock-text.left .indexBigBlock-text-topTitle{
    text-align: left;
}
.indexBigBlock-text-topSub {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    margin-top: 10px;
    letter-spacing: 5px;
    text-align: right;
    white-space: nowrap;
}
.indexBigBlock-text.left .indexBigBlock-text-topSub{
    text-align: left;
}
.indexBigBlock-text-buttomCon {
    margin-top: 30px;
    color: #dbdbdb;
    letter-spacing: 1px;
    text-align: right;
}
.indexBigBlock-text.left .indexBigBlock-text-buttomCon{
    text-align: left;
}
.indexBigBlock-text-qrGroup {
    display: flex;
}

.indexBigBlock-text-buttomCon .needQr {
    display: flex;
    flex-direction: column-reverse;
}

.indexBigBlock-text-buttomCon .needQr+.needQr {
    margin-left: 20px;
}

.indexBigBlock-text-buttomCon .needQr .label {
    content: attr(data-remark);
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    font-weight: 400;
    color: #fff;
}

.indexBigBlock-text-buttomCon .needQr canvas {
    display: block;
    width: 150px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px 20px;
}

.indexMediaList{
    display: flex;
    flex-wrap: wrap;
    margin:-10px;
    padding:10px 20px;
}
.indexMediaList-item{
    position: relative;
    background-size: 100% auto;
    background-position: center center;
    flex: 1 1 calc(33.33% - 20px);
    border-radius: 5px 20px;
    overflow: hidden;
    margin:10px;
    transition: all 0.2s;
}

.indexMediaList-item::before{
    display: block;
    content:'';
    width: 100%;
    height: 0;
    padding-bottom:56.25%;
}
.indexMediaList-item-title{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 16px;
    padding: 15px;
    color: #ffffff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.618), transparent);
    backdrop-filter: blur(5px) brightness(0.85);
}
.indexMediaList-item-title span{
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indexMediaList-item.video .indexMediaList-item-title span::before{
    content: "\f008";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-right:.5em;
}
.indexMediaList-item.video::after{
    position: absolute;
    top:0;
    left:0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    content:'\f04b';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-color: rgba(0,0,0,0.382);
    color: #ffffff;
    font-size: 32px;
    opacity: 0;
    transition: opacity 0.2s;
}
.indexMediaList-item:hover{
    background-size: 105% auto;
}
.indexMediaList-item.video:hover::after{
    opacity: 1;
}
@media (max-width: 1600px) {
    .topRotate_new_section {
        padding-bottom: 56.25%;
    }

    .topRotate_new_section {
        animation: mobileBTopAni 16s infinite;
    }

    @keyframes mobileBTopAni {
        0% {
            background-position: 0% 0%;
        }

        50% {
            background-position: 100% 0%;
        }

        100% {
            background-position: 0% 0%;
        }
    }
}

@media (max-width: 1200px) {
    .index-Center-button {
        flex-direction: column;
    }

    .index-Center-icon {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .index-Center-text>* {
        justify-content: center;
    }
}

@media (max-width: 860px) {
    .commonBlock_topNews {
        flex-direction: column;
    }

    .commonBlock_News {
        padding: 0
    }

    .indexTopNews {
        margin-right: 0;
        width: 100%;
        padding: 0 15px;
        padding-top: 15px;
    }

    .indexTopNewsItem {
        border-radius: 5px !important;
    }

    .topRotate_new_anchor {
        margin: 0 5px;
    }

    .topRotate_new_section {
        padding-bottom: 100%;
    }

    .topRotate_new_flow {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .topRotate_new_flow-item-content {
        padding: 20px;
    }

    .topRotate_new_flow-item-content-label {
        font-size: 12px;
    }

    .topRotate_new_flow-item-content-title {
        font-size: 24px;
        line-height: 24px;
        height: fit-content;
    }

    .topRotate_new_flow-item-content-time {
        font-size: 18px;
        height: 18px;
        line-height: 18px;
    }

    .topRotate_new_flow-item-content-location {
        font-size: 14px;
        height: 14px;
        line-height: 14px;
    }

    .topRotate_new_anchors {
        bottom: 10px;
    }

    .titleBtns a {
        font-size: 14px;
    }

    .indexBigBlock-text-content {
        padding: 15vw 5vw;
    }

    .indexBigBlock-text-topLittle {
        font-size: 10px;
        line-height: 10px;
        letter-spacing: normal;
        white-space: nowrap;
    }

    .indexBigBlock-text-topTitle {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: normal;
        white-space: nowrap;
        margin-top: 0;
    }

    .indexBigBlock-text-topSub {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: normal;
        white-space: nowrap;
        margin-top: 5px;
    }

    .indexBigBlock-text-buttomCon {
        margin-top: 10px;
        letter-spacing: normal;
    }

    .indexBigBlock-text-buttomCon .needQr {
        margin: 0 5px !important;
        width: calc(50% - 10px);
    }

    .indexBigBlock-text-buttomCon .needQr canvas {
        width: 100%;
        padding: 5px;
        border-radius: 5px;
    }

    .indexBigBlock-text-buttomCon .needQr .label {
        font-size: 10px;
        padding-top: 5px;
        letter-spacing: normal;
        white-space: nowrap;
    }

    .indexBigBlock-pic{
        width: 38%;
    }
    .indexBigBlock-text{
        width: 62%;
    }

    .indexBigBlock-pic::before {
        padding-bottom: 100%
    }

    .indexTopNewsItem::before {
        padding-bottom: 56.25%;
    }

    .indexTopNewsItem-title {
        font-size: 16px;
    }

    .indexTopNewsItem-remark,
    .indexTopNewsItem-date {
        font-size: 12px;
    }

    .newsCF-top {
        padding-top: 0;
    }

    .newsCF-bottom {
        padding-bottom: 0;
    }

    .index-Center-buttons {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
    }

    .index-Center-text-top {
        font-size: 14px;
    }

    .index-Center-button {
        padding: 15px 0;
    }

    .index-Center-icon {
        font-size: 32px;
        height: 32px;
        width: 32px;
    }

    .index-Center-text-bottom {
        display: none;
    }

    .newsSectionFull {
        background-size: 300% auto;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-color: #ffffff;
    }
    .indexMediaList{
        padding:20px 20px;
    }
    .indexMediaList-item{
        flex: 1 1 calc(50% - 20px);
        margin:5px;
        border-radius: 5px;
    }
    .indexMediaList-item-title{
        padding:7px;
        font-size: 14px;
    }
    .titleBtns a:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .titleBtns a:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .topRotate_new_flow-item-content-buttons-aero a{
        font-size: 12px;
        padding:8px;
    }
}
@media (max-width: 480px) {
    .topRotate_new_flow-item-content-buttons-aero a {
        font-size: 11px;
    }
}
@media (max-width: 425px) {
    .indexMediaList-item{
        flex: 1 1 100%;
        margin:5px;
        border-radius: 5px;
    }
    .topRotate_new_section {
        padding-bottom: 133%;
    }
    .titleBtns a {
        font-size: 12px;
    }
    .topRotate_new_flow-item-content-buttons-aero a{
        margin: 2px;
    }
}