body {
    /* background: url(/news/images/bg.png) no-repeat center center;
    background-size: cover; */
}
a{
    color: #101C2F;
}




.container{
    margin:0 auto;
    width: 1280px;
}
.news-banner-box {
    background: url('/news/images/banne-bg.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    /* height: 100%; */
    padding: 160px 0 0px;
    position: relative;
}
.news-banner{
    margin:0 auto;
    width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 560px; */
    /* padding-bottom: 80px; */
    position: relative;
    
}
.news-banner-content {
    flex: 1;
    max-width: 620px;
}

.news-read-info {
    color: #101C2F;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 24px;
    
}

.news-banner-title {
    font-size: 56px;
    line-height: normal;
    font-weight: 700;
    color: #101C2F;
    margin: 0 0 24px;
    text-align: left !important;
    white-space: pre-line;
}

.news-banner-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: left !important;
    white-space: pre-line;
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 600px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-banner-img {
    /* flex: 1; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    height: 362px;
    width: 586px;
}

.news-banner-img img { 
    border-radius: 16px;
    box-shadow: 0px 25px 50px -12px rgba(21, 33, 82, 0.25);
    width: 100%;
    height: 100%;
    
}
.news-banner-img a {
    width: 100%;
    height: 100%;
}

.news_type_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: flex-start;
    /* margin-bottom: 60px; */
}
.news_type_list.centered {
    justify-content: center;
}

.detail-page-container{
    margin:0 auto;
    width: 1280px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;

}
#en .news-banner-img a{
    width: 100%;
    height: 100%;
}
.detail-page-container-inner {
    display: flex;
    justify-content: space-between;
    gap: 150px;
    padding-bottom: 60px;
}
.news_detail_box * {
    max-width: 100%;
}

    
    .news_type {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 24px;
        line-height: 22px;
        border: 1px solid #D0D8E4;
        border-radius: 100px;
        background: #FFFFFF;
        cursor: pointer;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
        font-size: 16px;
        font-weight: 500;
        color: #101C2F;
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    .news_type a {
        color: #101C2F;
        text-decoration: none;
    }
    
    .news_type:hover {
        background: rgba(16, 28, 47, 0.06);
        border: 1px solid rgba(0, 0, 0, 0);
    }
    
    .news_type:hover a {
        color: #101C2F;
    }
    
    .news_type_selected {
        background: linear-gradient(0deg, #101C2F, #101C2F), linear-gradient(117deg, #2DD4BF -71%, #002E93 41%, #F43F5E 150%), linear-gradient(117deg, #2DD4BF -71%, #124BC7 41%, #F43F5E 150%), #101C2F;
        background-blend-mode: soft-light, normal, normal, normal;
        border-color: transparent;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        box-shadow: 0px 6px 8px -4px rgba(25, 54, 63, 0.15),0px 2px 4px -4px rgba(25, 54, 63, 0.15);
    }
    
    .news_type_selected a {
        color: #FFFFFF !important;
    }
    
    .news_type_selected:hover {
        background: linear-gradient(0deg, #101C2F, #101C2F), linear-gradient(117deg, #2DD4BF -71%, #002E93 41%, #F43F5E 150%), linear-gradient(117deg, #2DD4BF -71%, #124BC7 41%, #F43F5E 150%), #101C2F;
        background-blend-mode: soft-light, normal, normal, normal;
        border-color: transparent;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        box-shadow: 0px 6px 8px -4px rgba(25, 54, 63, 0.15),0px 2px 4px -4px rgba(25, 54, 63, 0.15);
    }
     /* 
        左侧关键词标签样式
      */

    .keywords_tag_box{
        /* float: right;
        width: 280px;
        text-align: left; */
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /* align-items: center; */
        /* padding: 25px; */
        /* background: #FFFFFF; */
        /* border-radius: 16px; */
        box-sizing: border-box;
        /* border: 1px solid #E4E4E4; */
        

    }
    .keywords_tag_title{
        margin-bottom: 24px;
        font-size: 20px;
        font-weight: 500;
        color: #101C2F;
   
    }
    .keywords_tag{
        padding: 8px 12px;
        gap: 2px;
        border-radius: 6px;
        background: #EEF2FA;
        font-size: 14px;
        font-weight: normal;
        line-height: normal;
        color: #101C2F;
    }
    .keywords_tag:hover a{
        /* border: 1px solid #2C7DF1;
        color: #2C7DF1; */
        cursor: pointer;
        color: #0034AD;
    }
    .keywords_tag:active a{
        /* border: 1px solid #2C7DF1;
        color: #2C7DF1; */
        cursor: pointer;
        color: #011870;
        border: none;
    }
    .keywords_tag_all{        
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
    }
   
.news_list{
    display: flex;
    flex-direction: column;
    /* margin-right: 32px; */
    /* border-right: 1px solid #e4e4e4; */
}
.news_right_box {
    flex: 1;
    /* padding-left: 40px; */
    max-width: 312px;
    padding-bottom: 60px;
}

.news_item{
    /* border-radius: 16px; */
    opacity: 1;
    width: 820px;
    /* 自动布局 */
    display: flex;
    flex-direction: row;
    align-items: stretch;
    /* padding: 24px; */
    /* gap: 48px; */
    align-self: stretch;
    margin-bottom: 48px;
    background: #FFFFFF;
    box-sizing: border-box;
    /* border: 1px solid #E4E4E4; */

}

.news_picture{
    width: 256px;
    height: 160px;
    border-radius: 10px;
    transition: all 0.3s ease;

}
.news_picture:hover{
    transform: scale(1.05);

}
.news_title{
    font-size: 20px;
    font-weight: 500;
    color: #101C2F;
    cursor: pointer;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_title:hover {
    text-decoration: underline;
}
.news_content{
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #7B8593;
    letter-spacing: 0;
    word-wrap: break-word;

}
.news_item_time{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #101C2F;
    /* margin-top: 24px; */

}
.news_item_link{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 32px;


}
.news_commend_box{
    margin-top: 40px;
    border-radius: 16px;
    /* padding: 24px; */
    
/* background: #FFFFFF; */
}
.news_commend_title, .news_contents_title{
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #101C2F;
    /* margin-bottom: 24px; */
}
.news_commend_all{
    margin-top: 24px;
    overflow: hidden;
    /* padding-left: 0; */
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* max-height: 460px; */
}
.others {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 60px;
}
.news_commend{
    display: flex;
    gap: 12px;

}

.news_contents_item a.active::before {
    content: '';
    position: absolute;
    left: -24px;
    background: #2C7DF1;
    width: 2px;
    top: 0;
    height: 100%;
    display: block;
}
.news_commend_time{
    font-size: 14px;
    color: #101C2F;
    /* margin-top: 12px; */
}
.ico_list{
    width:24px;
    height: 24px;
  
}


.undeline-title{
    width: 100%;
    height: 1px;
    background: #E4E4E4;
}
.detail-page-container-inner .news_commend_box {
    /* margin-top: 152px; */
    margin-top: 0;
}
/* 新闻详情页样式*/
.news_detail_box{
    margin-top: 120px;
    width: 820px;
    word-break: break-all;
    /* float: left; */
}
.news_detail_title{
    margin-top: 40px;
    /* color: #101C2F; */
    font-size: 44px;
    line-height: normal;
    font-weight: 700;
    color: #101C2F
}
.news_detail_subtitle{
    font-family: Microsoft YaHei;
    font-size: 24px;
    color: #0E2641;
    letter-spacing: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}
.news_detail_time{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #101C2F;
    margin:24px 0;
}
#news_detail_content{
    margin-top: 48px;
}
.news_detail{
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 30px;
}
.news_detail_picture{
    width: 666px;
    height: 375px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 35px;
    margin-left: 35px;
}
.last_news{
    /* width: auto;
    max-width: 175px; */
    text-align: left;
    /* font-family: Microsoft YaHei; */
    font-size: 16px;
    color: #101C2F;
    letter-spacing: 0;
    /* float: left; */
    /* margin-top: 40px; */
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    max-width: 50%;
    /* text-align: left; */
}
.next_news{
    /* width: 250px;
    font-family: Microsoft YaHei; */
    font-size: 16px;
    color: #101C2F;
    letter-spacing: 0;
    /* float: right; */
    /* margin-top: 40px; */
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    max-width: 50%;
    /* text-align: right; */
}
.last_next_box{
    border-top: 1px solid #E4E4E4;
    display: flex;
    padding: 40px 0 0;
    gap: 40px;
    justify-content: space-between;

}
.last_news:hover , .next_news:hover {
    text-decoration: underline;
}
.last_next_box_mobile{
    display: none;
}
.news_detail_crumbs{
    /* font-family: Microsoft YaHei; */
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    
    color: #3F4D62;
    /* margin-top: 40px; */

}


.share_news{
    font-size: 16px;
    color: #101C2F;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ico_list_link{
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 12px;
}
.ico_list_link:hover {
    text-decoration: underline;
}

/* 
这里开始是主页部分新闻模块的样式 */
.news_box{
    width: 1280px;
    margin: 0 auto;
}
#index_news_picture{
    padding: 0;
}
.index_news_picture{
    list-style: none;
    float: left;
    width: 262px;
    height: 152px;
    padding-right: 30px;

    
}
#index_news_title{
    overflow: hidden;
    padding-left: 0;
}
.index_news_title{
    list-style: none;
    float: left;
    width: 262px;
    height: 22px;
    padding-right: 30px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #0E2641;
    letter-spacing: 0;
    /* overflow: hidden; */
}
.index_news_title:hover{
    color: #518bf6;
    cursor: pointer;
}
/*下方翻页按钮样式*/
.pages{
    margin-bottom: 100px;
    margin-top: 20px;
}
.page_turning{
    font-family: Microsoft YaHei;
    font-size: 16px;
    letter-spacing: -0.53px;
    line-height: 35px;
    width: 34px;
    height: 34px;
    float: left;
    text-align: center;
    color: #727E8F;
    background-color: #E7EBEE;
    border-radius: 5px;
    display: block;
    margin: 40px 5px;
    cursor: pointer;
}
.news_detail_crumbs:hover{
    color: #101C2F;
    /* border: 1px solid #0448A9; */
}
.page_turning:hover{
    color: #FFFFFF;
    background-color: #2C7DF1;
}

.ico_list_num {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    background: #f0f0f0;
    border-radius: 4px;
}

#item_list{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #101C2F;
}

.keywords_tag_selected{
    /* border: 1px solid #2C7DF1; */
    color: #2C7DF1;
}
.news_item_content{
    width: 80%;
    overflow: hidden;
    word-break: break-all;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 100%; */
}
.news_item_footer{
    float: right;
    height: 17px;
    width: 476px;

}
.news_commend_box_ctrl{
    padding-top: 60px;
}
.page_index_box{
    display: flex;
    justify-content: space-between;
}
.container:has(.others.hidden) .page_index_box {
    margin-bottom: 80px;
}
.details-container{

}
.news_detail_box img{
    border-radius: 16px;
    margin-bottom: 40px;
    margin-top: 45px;
    text-align: center;
}
.news_item_p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 24px;
}
.head-img{
    display: none;
}
.news-content{
    line-height: 1.4;
    word-wrap: break-word;
}
#news_detail_content h1,#news_detail_content h2,#news_detail_content h3,#news_detail_content h4,#news_detail_content h5,#news_detail_content h6{
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    
}
#news_detail_content h1{
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
   
}
#news_detail_content h2{
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
 
}
#news_detail_content h3 {
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    
}
#news_detail_content h4{
 
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
}
#news_detail_content h5{
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
}
#news_detail_content h6{
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
}
#news_detail_content audio, #news_detail_content canvas, #news_detail_content video{
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.bdsharebuttonbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media (max-width: 1080px) {
    body{
        min-width: auto;
        padding-bottom: 50px;
    }
    .banner {
        flex-direction: column;
        padding: 24px;
        gap: 24px;
        margin-top: 20px;
    }
    .banner-content {
        max-width: 100%;
        order: 2;
    }
    .banner-title {
        font-size: 22px;
    }
    .banner-desc {
        font-size: 14px;
    }
    .banner-img {
        order: 1;
        width: 100%;
    }
    .banner-img img {
        width: 100%;
        height: auto;
        max-height: 200px;
    }
    .news_type_list {
        margin-top: 24px;
        gap: 8px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        margin-bottom: 32px;
    }
    .news_type {
        flex-shrink: 0;
        padding: 10px 16px;
        font-size: 13px;
    }
    .head-img{
        margin: 0px -15px;
        display: block;
    }
    .header{
        background-color: white;
        box-shadow: 0 1px 8px 0 rgba(0,0,0,0.12);
    }
    .container{
        width: 100%;
    }
    section.container{
        padding: 50px 15px 0;
    }
    .container .news_detail_box img{
        max-width: 100%;
    }
    .news_detail_box{
        width: 100%;
        margin-top: 0;
        float: none;
    }
    .last_next_box{
        display: none;
    }
    .last_next_box_mobile{
        text-align: left;
    }
    .last_next_box_mobile a{
        margin-top: 20px;
        color: #407ef5;
        display: block;
    }
    .keywords_tag_box{
        width: 100%;
        float: none;
    }
    .keywords_tag_box .news_commend_all .news_commend{
        width: 100%;
    }
    .keywords_tag_box .news_commend_all .news_commend #ico_list{
        padding-top: 0;
    }
    .keywords_tag_box .news_commend_all .news_commend #item_list{
        width: calc(100% - 15px);
    }
    .keywords_tag_box .news_commend_all .news_commend #item_list .ico_list_link{
        width: 100%;
        overflow: hidden; 
        text-overflow: ellipsis; 
        white-space: nowrap;
        display: block;
    }
    .language.menu{
        display: none;
    }
    .wrapper{
        width: 100%;
        margin: 0;
    }
    .list{
        width: 100%;
        min-height: auto;
    }
    .share_box{
        margin-right: 0;
    }
    .wechat, .weibo{
        box-sizing: content-box;
    }
}
