@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #e7e7e7 #fff;
    -webkit-tap-highlight-color: transparent;
}

em,
i {
    font-style: normal;
}

li {
    /*list-style: none;*/
}

img {
    border: 0;
    vertical-align: middle;
}

button {
    background-color: transparent;
    cursor: pointer;
}
a {
    text-decoration: none;
}
html {  
  font-size: 1.1vmin;
} 
body{
    background: #f7f7f7;
    font-family: "Noto Sans SC", sans-serif !important;
    font-weight: 500;
}
header nav{
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 999;
}

:root {  
            --theme-color: #181e5c;  
        }  
        .navbar {  
            background-color: #ffffff;  
            box-sizing: border-box;
            padding: 1.2rem 0;
        }  
        .navbar-brand img {  
            height: 2.4rem;  
            margin-right: 5rem;
        }  
        .nav-item {  
        margin-right: 3.4rem;  
        position: relative; 
        font-size: 1.6rem; 
    }  
    .nav-link {  
        color: #333;  
        font-weight: 500;  
        transition: all 0.3s ease;  
        padding: 0.8rem 0;  
        position: relative;  
        font-size: 1.6rem;
    }  
    .nav-link:hover, .nav-link:focus, .nav-link.active {  
        color: var(--theme-color);  
    }  
    .dropdown-toggle::after {  
        display: none;  
    }  
    .dropdown-menu {  
        border: none;  
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);  
        border-radius: 0.5rem;  
        padding: 1rem 0;  
        min-width: 15rem;  
        width: auto;  
        text-align: center;  
    }  
    .dropdown-item {  
        padding: 0.5rem 1rem;  
        transition: all 0.3s ease;  
        display: flex;  
        align-items: center;  
        justify-content: center;  
        white-space: nowrap;  
        font-weight: 500;
    }  
    .dropdown-item:hover {  
        background-color: #f0f2f5;  
        color: var(--theme-color);  
    }  
    .language-dropdown .dropdown-toggle {  
        display: flex;  
        align-items: center;  
        text-decoration: none;  
        color: #333;  
        font-size: 1.6rem;
    }  
    .language-dropdown .dropdown-toggle:hover {  
        color: var(--theme-color);  
    }  
    .language-dropdown .lang-code {
        margin-right: 0.5rem;  
    }  
    .language-dropdown .dropdown-menu {  
        min-width: 12rem;  
    }  
    .language-dropdown .dropdown-item {  
        justify-content: flex-start;  
    }  
    .language-dropdown .dropdown-item .lang-code {  
        font-weight: bold;  
        margin-right: 1rem;  
        color: var(--theme-color);  
    }  
    .language-dropdown .fa-globe {  
        margin-right: 0.5rem;  
    }  

    .navbar-toggler{
        border: none;
    }
    .navbar-toggler:focus {  
        outline: none;  
        box-shadow: none;  
    } 

    .dropdown-toggle::after {  
        display: inline-block;  
        margin-left: 0.255em;  
        vertical-align: 0.255em;  
        content: "";  
        border-top: 0.3em solid;  
        border-right: 0.3em solid transparent;  
        border-bottom: 0;  
        border-left: 0.3em solid transparent;  
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;  
    }  

    .dropdown:hover .dropdown-toggle::after {  
        transform: rotate(180deg);  
    }  

    .dropdown:hover .dropdown-toggle::after {  
        transform: rotate(180deg);  
    } 

    .dropdown-item{
        font-size: 1.6rem;
    }


    @media (max-width: 991px) {  
        .nav-item {  
            margin-right: 0;  
        }  
        .dropdown-menu {  
            text-align: left;  
            border: none;  
            box-shadow: none;  
            padding: 0.5rem 0;  
        }  
        .dropdown-item {  
            justify-content: flex-start;  
        }  
        .language-dropdown {  
            margin-top: 1rem;  
        }  
        .language-dropdown .dropdown-menu {  
            position: static !important;  
            transform: none !important;  
            width: 100%;  
        }  
        .dropdown-toggle::after {  
            float: right;  
            margin-top: 0.8rem;  
        } 
    }  
 
    @media (min-width: 992px) {  
        .dropdown-menu {  
            left: 50%;  
            transform: translateX(-50%);  
        }  
        @media (hover: hover) and (pointer: fine) {  
            .dropdown:hover .dropdown-menu {  
                display: block;  
            }  
        }  
        .language-dropdown .dropdown-menu {  
            right: 0;  
            left: auto;  
            transform: none;  
        }  
    }  


.dropdown-menu {  
    width: 100%;  
}



.footer{
    padding: 4rem 0;
    margin-top: 5rem;
    background: #fff;
}
.footer .container-fluid{
    padding: 0 10%;
}

.footer img{
    height: 3rem;
}
.footer p{
    color: #949699;
    font-size: 1.6rem;
    font-weight: 350;
    text-align: right;
    line-height: 3rem;
    margin-bottom: 0;
}
.copyright-m{
    display: none;
}
.language-dropdown .dropdown-item{
    justify-content: center;
}


header .container-fluid{
    padding: 0 4%;
}

.nav-link.active{
    font-weight: bold;
    color: #001e93 !important;
}


.news .container-fluid{
    padding: 0 10.4%;
}
.news {
    display: flex;
    justify-content: space-between;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

.news .news-tab {
    background-color: #fff;
    border-radius: .5rem;
}

.news .real-time-news {
    border-radius: .5rem;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 0;
}

.tab-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 60px; */
    padding: 2.6rem 1rem .4rem;
}

.tab-container h2,.tab-container .tab-title {
    font-size: 2.4rem;
    color: #010b27;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.tab-container .more {
    color: #999;
    font-size: 1.4rem;
}

.tab-container .more::after {
    font-family: "iconfont";
    content: '\e621';
    padding-right: .5rem;
}

.tab-container ul {
    display: flex;
    /* 使列表在容器中扩展 */
    flex-grow: 1;
    margin-bottom: 0rem;
    margin-left: 2rem;
}

.tab-container ul li {
    margin: 0 1.8rem;
    color: #010b27;
    font-size: 1.8rem;
    cursor: pointer;
}
.tab-container ul li.active{
    font-weight: bold;
    color: #001e93;
}

/* 最新资讯下面的文章（图片和文字部分） */
.tab-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem;
}

.tab-content article {
    /* width: 30%; */
    margin: 2rem 0 2rem;
    font-size: 1.4rem;
}

.tab-content article span {
    color: #262626;
}

.tab-content article time {
    color: #999;
    /* border-left: 1px solid #e5e5e5; */
}
.tab-content article time::before{
    font-family: 'iconfont';
    content: '\e62f';
    margin-right: .5rem;
    font-size: 1.6rem;
}


.tab-content article a .img {
    /* 确保放大时不会超出容器 */
    overflow: hidden;
    border-radius: .6rem;
    height: 21rem;
}
.tab-content article a .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.8s ease;
}

.tab-content a:hover h3 {
    color: #001e93;
    transition: color 0.3s ease;
}

.tab-content article a:hover img {
    transform: scale(1.1);
}

.tab-content article a h3 {
    color: #262626;
    font-size: 1.8rem;
    padding: 1.6rem 0rem 0.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 显示的行数 */
    text-overflow: ellipsis;
    font-weight: bold;
    line-height: 2.6rem;
    margin-bottom: 0;
}

/* 快讯 */

.real-time-news-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.6rem 1.4rem 2rem;
    width: 100%;
    background: #fff;
    border-radius: .5rem .5rem 0 0;
}

.real-time-news-top h2 {
    font-size: 2.4rem;
    color: #010b27;
    font-weight: bold;
}

.real-time-news-top .more {
    font-size: 1.4rem;
    color: #999;
}

.real-time-news-top .more::after {
    font-family: 'iconfont';
    content: '\e621';
}

.real-time-news-content {
    max-height: 105.2rem;
    /* 设置容器最大高度以触发滚动条 */
    overflow-y: auto;
    background: #fff;
    padding-left: 0.6rem;
    margin-bottom: 0;
}

.real-time-news-content::-webkit-scrollbar {
    width: .8rem;
    /* 适用于 WebKit 浏览器的滚动条宽度 */
}

.real-time-news-content::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
    /* 滚动条颜色 */
    border-radius: 1rem;
    /* 滚动条圆角 */
}

.real-time-news-content::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    /* 滚动条轨道颜色 */
}

.real-time-news-content li {
    position: relative;
    width: 92%;
    max-width: 30rem;
    border-left: .15rem dashed #e5e5e5;
    margin: 0 auto;
    padding-left: 1.5rem;
    font-size: 1.6rem;
    padding-bottom: 2rem;
    line-height: 1.5;
    list-style: none;
}
.real-time-news-content li p{
    margin-bottom: 0.6rem;
}

.real-time-news-content li:hover p {
    cursor: default;
}

.real-time-news-content li p::before {
    font-family: 'iconfont';
    content: '\ec1e';
    position: absolute;
    left: -1.4rem;
    top: -.7rem;
    font-size: 2.6rem;
    color: #9f9f9f;
}

.real-time-news-content li time {
    font-size: 1.4rem;
    color: #9d9d9d;
}

.real-time-news-content li:hover time {
    cursor: default;
}

.real-time-news-content::-webkit-scrollbar {  
    width: 3px;  /* 纵向滚动条宽度 */  
    height: 8px; /* 横向滚动条高度 */  
}  

/* 滚动条轨道 */  
.real-time-news-content::-webkit-scrollbar-track {  
    background: rgba(0, 0, 0, 0.05);  
    border-radius: 10px;  
}  

/* 滚动条滑块 */  
.real-time-news-content::-webkit-scrollbar-thumb {  
    background: rgba(0, 0, 0, 0.2);  
    border-radius: 10px;  
    transition: all 0.2s ease-in-out;  
}  

/* 鼠标悬停在滑块上时 */  
.real-time-news-content::-webkit-scrollbar-thumb:hover {  
    background: rgba(0, 0, 0, 0.3);  
}  

/* 滚动条角落 */  
.real-time-news-content::-webkit-scrollbar-corner {  
    background: transparent;  
}

.expand-text {  
    color: #3F51B5; 
    cursor: pointer;  
    white-space: nowrap;
    font-size: 1.4rem;  
}  


@media (max-width: 992px) {
    html{
        font-size: 2.8vw;
    }
    .navbar-nav{
        margin-top: 2rem;
    }
    .language-dropdown{
        margin-bottom: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .language-dropdown .dropdown-item{
        display: block;
        text-align: center;
    }
    .dropdown-item{
        padding-left: 2rem;
    }
    .copyright-pc{
        display: none;
    }
    .copyright-m{
        display: inline-block;
    }
    .footer{
        margin-top: 2rem;
        padding: 2rem 0;
    }
    .footer img{
        height: 2rem;
    }
    .footer p{
        font-size: 1.2rem;
    }
    .footer .row div{
        width: auto;
    }
    .footer .row{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .news .real-time-news{
        display: none;
    }
    .news .news-tab{
        width: 100%;
        padding: 0 1%;
    }
    .tab-content article{
        width: 100%;
    }
    .tab-container{
        flex-wrap: wrap;
    }
    .tab-container ul{
        order: 2;
    }
    .tab-container h2,.tab-container .tab-title{
        font-size: 1.8rem;
    }
    .tab-container ul{
        flex-basis: 100%;
        flex-wrap: wrap;
        margin-left: 0;
        padding-left: 0;
    }
    .tab-container ul li{
        font-size: 1.5rem;
        margin: 1.2rem 2rem 0 0;
    }
    .tab-content article a .img{
        width: 12rem;
        height: 8rem;
        order: 2;
    }
    .tab-content article{
        display: flex;
    }
    .tab-content article a{
        display: flex;
        width: 100%;
    }
    .tab-content .article-info{
        display: flex;
        flex: 1 1;
        flex-direction: column;
        justify-content: space-between;
        box-sizing: border-box;
        max-width: 100%;
        order: 1;
    }
    .tab-content article a h3{
        padding-top: 0;
        padding-right: 1.2rem;
        font-size: 1.4rem;
        padding-bottom: 0;
    }
    .tab-content article time{
        margin-top: 0.4rem;
        font-size: 1.2rem;
    }
    .tab-content article time::before{
        font-size: 1.4rem;
    }
    .tab-container .more::after{
        padding-right: 0;
    }
    .footer .container-fluid{
        padding: 0 4.2%;
    }
    .navbar-brand img{
        height: 2rem;
    }
    .tab-content a:hover h3 {
        color: #262626;
    }
}
