﻿.content{
        margin-top: 83px;
    }
    .tbody-top{
        display:flex;
        width:1010px;
        margin: 0 auto;
        /*background: red;*/
        justify-content: space-between;
        position: relative;
        background: #FBFDFF;
    }
    .top-left{
        width: 420px;
    }
    .top-left-title{
        margin: 4.5rem 0;
        font-weight: 600;
        font-size:42px;
        color: #002683;
    }
    .top-left-intor{
        font-size:20px;
        color: #717781;

    }
    .tbp{

        display: flex;
        position:relative;
        width:100%;
        justify-content: center;
        align-items: center; 
        background: #FBFDFF;

    }
    .tbody-middle1{
        display: flex;
        width: 1200px;
        margin:0 auto;
        background: #EBEDF3;
        border-radius: 1.5rem;
        position: absolute;
        top: 280px;
        z-index: 3;
    
    }
    .middle1_text{
        padding: 1.625rem 0;
        background: #ebedf3;
        text-align: center;
        cursor: pointer;
        line-height: 1.75rem;
        color: #a3acbe;
        /*padding: 3rem;*/
        line-height: 48px;
        border-radius: 1.5rem;
        font-size: 1.8rem;
        width: 240px;
    }
    .middle1_text:hover{
        color: #002683;
    }
    .move-block {
        position: absolute;
        background: #fff;
        height: 100px;
        width: 240px;
        left: 0;
        top: -10px;
        border-radius: 12px;
        -webkit-box-shadow: 0 4px 8px 0 hsla(216, 5%, 78%, .16);
        box-shadow: 0 4px 8px 0 hsla(216, 5%, 78%, .16);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: .25s linear;
        transition: .25s linear;
        font-size: 1.8rem;
        text-align: center;
        justify-content: center;
        align-items: center; 
        font-weight: bold;
        color: #002683;
        padding-top: 32px;
        border: 1px solid #ccc;
    }
    .tbody-bottom{
        width: 1010px;
        margin:0 auto;
        /*background: green;*/
        
        padding: 40px 0;
    }
    .tbody-bottom-div{
        
        padding: 50px 0;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #ccc;
        /*background: #F8F9FB;*/
    }
    .tbody-bottom-display{
        width: 60%;
    }
    .tbody-bottom-left{
        width: 100%;
        line-height: 30px;
        color: #616161;
    }
    .tbody-bottom-left-title{
        margin-bottom: 2.125rem;
        font-size: 30px;
        color: #333;
        font-weight: 600;
    }
    .tbody-bottom-right{
        margin-top: 50px;
    }
    .jump_news{
        color: #0049ff;
        width: 100%;
        flex-wrap: wrap; /* 允许子元素换行 */
    }
    .jump_news span{
        margin-right: 28px;
        display: inline-block; /* 使得span可以设置宽度 */
        max-width: 100%; /* 最大宽度与父容器相同 */
        overflow-wrap: break-word; /* 另一种方式来处理长单词或URL的换行 */
        line-height: 50px;
    }
    .jump_news span a{
        font-size: 15px;
    }
    .intross{
        margin: 20px 0;
        padding-top: 10px;
    }
    .news_image{
        width:360px;
        height:360px;
    }


header .lang-wrapper {
    position: relative;
    cursor: pointer;
    right: 0;
}
header .lang-wrapper .lang-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding: 0 10px;
    height: 30px;
}
header .lang-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #333;
    margin-right: 5px;
}
header .lang-text {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}
header .lang-wrapper .lang-dropdown {
    display: none;
    position: absolute;
    padding-top: 20px;
    right: 0;
}
header .lang-wrapper .lang-dropdown ul {
    width: 150px;
    background-color: #fff;
    padding: 15px 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
nav ul, ul, li {
    list-style: none;
}
header .lang-wrapper .lang-dropdown ul li a {
    display: block;
    padding: 0 25px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 15px;

}

.lang_items:hover{
    background: #F2F2F2;
    border-radius:0.3rem;
}
.lang_items_a:hover{
    /*color: #648DF2;*/

    color: #333;
}
.me-3{
    position:absolute;
    top:0;
    right:0;
    margin-top:12px;
    margin-right:-160px;
}
/*a {
    text-decoration: none;
}*/