html {
    font-size: 16px; /* 基准字体大小 */
    font-family: "PingFang SC",Arial,"Microsoft Yahei",ahoma, Geneva,sans-serif;
    color:#666666;
}

body{
    margin: 0;
    overflow-x:hidden;
}

.page_body{
    max-width:1920px;
    margin: 0 auto;
}

.page_header{
    max-width:1920px;
    height:219px;
    background: #005BD7;
    margin: 0 auto;
}

.page_footer{
    max-width:1920px;
    background: #005BD7;
    margin: 0 auto;
    padding: 2em 0;
}

.page_footer_body{
    width:100%;
    box-sizing: border-box;
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap:1.5em;

    & .ewcode{
        width:100px;
        flex-grow:0;
        flex-shrink: 0;
    }

    .page_footer_layout{
        display:flex;
        align-items:flex-start;
        justify-content: flex-start;
        gap:2em;
        width:100%;
    }


    & .page_footer_content{

        flex-shrink: 1;
        flex-grow: 1;
        display:flex;
        align-items: flex-start;
        justify-content: space-around;
        gap:2em;

        & .title{
            color: #dfe5ea;
        }

        & .body{
            color: #c9d4da;
        }
    }

    & .page_footer_copyright{
        color: #c9d4da;
        width:100%;
        display:flex;
        align-items: center;
        justify-content: flex-end;
        gap:1.5em;
    }

    & .page_footer_content>div{
        flex:1;
    }

}

.footer_column_panel{
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap:1em;
    flex-direction: column;

    & .title{
        font-size:1.5em;
    }

    & .body{

    }

}





.page_view_body{
    width:1360px;
    margin: 0 auto;
    height: -webkit-fill-available;
}

.flex_rcs{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.flex_rcfs{
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-rcfs-g1{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    gap:1em;
}

.header_ops{
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 20px;
    color: #FDFFFF;
    padding-top:22px;
    padding-bottom:50px;
    .right{
        display:flex;
        gap: 1em;
        align-items: center;
        justify-content: flex-end;
    }
}

.header_title{

    .search{
        min-width: 397px;
        height: 63px;
        background: #FDFFFF;
        border-radius: 30px;

        .icon{
            margin:10px;
        }

        .btn{
            width:107px;
            background-color: #005BD7;
            height:-webkit-fill-available;
            margin:5px;
            border-radius: 30px;
            align-content: center;
            justify-items: center;
            text-align: center;
            font-family: Source Han Sans SC;
            font-weight: 400;
            font-size: 20px;
            color: #FDFFFF;
            cursor:pointer;
        }

        .input{
            line-height: 2em;
            height:1.5em;
            border: none;
            min-width: 100px;
            font-size: 24px;
        }

        .input:focus{
            border: none;
            width:500px;
        }

        .input:focus-visible{
            border:none;
            outline: none;
        }

    }
}

.page_nav_body{
    max-width:1920px;
    height:56px;
    background: #0152BF;
    margin: 0 auto;
}

.page_nav{
   height: -webkit-fill-available;

   & span {
        font-family: Source Han Sans SC;
        font-weight: 400;
        font-size: 25px;
        color: #FDFFFF;
        cursor: pointer;
    }

   & span.active{
        font-family: Source Han Sans SC;
        font-weight: 400;
        font-size: 25px;
        color: #F9BC17;
    }

   & span:hover{
       font-family: Source Han Sans SC;
       font-weight: 400;
       font-size: 25px;
       color: #F9BC17;
   }

}

.info_body{
    background-color: #F7F7F7;
    min-height: 100vh;
    padding:1em 0;
}

p {
    text-indent:2em;
}



.page_tab{
    width:100%;
}

.page_tab_title{
    display:flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 2.5em;

    .title{
        font-family: Source Han Sans SC;
        font-weight: 400;
        font-size: 30px;
        color: #333333;
        cursor: pointer;
    }

    .title::after{
        content:"";
        display:block;
        height:15px;
    }

    .title.active{
        font-family: Source Han Sans SC;
        font-weight: bold;
        font-size: 30px;
        color: #005BD7;
    }

    .title.active::after{
        content: url('../images/active.png');
        display:block;
        height:15px;
        width:100%;
        line-height: 15px;
        text-align: center;
    }

    .split{
        width:2px;
        background-color: #B3B3B3;
        margin:0.5em 2em 1em 2em;
    }

}

.page_tab_text{
    margin-top:20px;
    display:none;
}

.page_tab_text.active{
    display:block;
}

.page_tab_detail{
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5em;
    color: #333333;
    cursor:pointer;
    column-gap: 2em;

    .text{
        font-family: Source Han Sans SC;
        font-weight: 400;
        font-size: 20px;
        overflow: hidden;           /* 隐藏溢出的文本 */
        text-overflow: ellipsis;    /* 显示省略号 */
        display: -webkit-box;       /* 必须结合使用 */
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .dateBox{
        flex-shrink: 0;
    }
    .text::before{
        content:'';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-right: 0.5em;
        display:inline-block;
        background-color: #000;
        vertical-align: middle;
        margin-bottom: 3px;

    }
}

.page_tab_detail:hover{
    color: #005BD7;
    .text::before{
        background-color: #005BD7;
    }


}


.page_panel_body{
    width:100%;
    padding:1.5em;
    box-sizing: border-box;

    .page_title_body{
        display:flex;
        align-items: center;
        justify-content: space-between;
    }

    .title{
        font-family: Source Han Sans SC;
        font-weight: bold;
        font-size: 35px;
        color: #005BD7;
    }

    .more{
        font-family: Source Han Sans SC;
        font-weight: 400;
        font-size: 20px;
        color: #333333;
    }

    .page_content_body{
        margin-top: 0.5em;
    }

}


a:-webkit-any-link{
    text-decoration: none;
    color:inherit;
}


.copyright{
    line-height: 2em;
    color:#FFF;
    & span{
        margin-left: 2em;
    }
}

.copyLine{


}



.img_block_layout{
    width:100%;
    height:100%;
    position: relative;
    overflow: hidden;
    display:block;

    .img_body{
        width:100%;
        height:100%;
        position: relative;
        display:block;
        cursor:pointer;
       & img{
            height:100%;
            width:100%;
            object-fit: fill;
        }
    }

    .img_body::before{
        content:"";
        position:absolute;
        color: #ffffff;
        bottom:0;
        width:100%;
        opacity: 0.3;
        background-color: #000;
        display: block;
        line-height: 2em;
        height:2em;
        box-sizing: border-box;
    }

    .img_body:hover::before{
        opacity: 0.8;
    }



    .img_body::after{
        content:attr(title);
        position:absolute;
        color: #FFF;
        bottom:0;
        width:100%;
        height:2em;
        opacity: 1;
        left:0;
        line-height: 2em;
        box-sizing: border-box;
        text-align: center;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position:relative;
}

.swiper-button-next,
.swiper-button-prev {
    color: #FFF; /* 确保导航按钮可见 */
    position: absolute;
    top: 15%;
    transform: translateY(-50%);
    z-index: 10;
    margin-top: auto;
    opacity: 0.2;
}

.swiper-button-prev{
    left:1px;
}

.swiper-button-next{
    right:1px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
    opacity: 1;
}


.image-group {
    display: flex;
    justify-content: space-between;
    gap:0.5em;
}

.image-group img {
    /*margin: 5px;*/
    width: 100px; /* 每张图片的宽度 */
    height: auto; /* 保持图片的纵横比 */
}

.panel_inner_body{
    width:100%;
    height:100%;
    margin-top: 1em;
}

.ob_info_body{
    display:block;
    width: 100%;
    height:100%;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #f2f2f3;

    .ob_info_bg{
        display:block;
        position: relative;
        width:100%;
        height:100%;

        & img {
            width:100%;
            height: 100%;
            object-fit: fill;
        }
    }

    .ob_info_layout{
        position: absolute;
        width:100%;
        height:100%;
        top:0;
        left:0;
    }


    .ob_info_content_bg{
        position: absolute;
        bottom:0;
        width:100%;
        z-index: 8;
        background-color: #005BD7;
        opacity: 0.5;
        height:25%;
        max-height: 100%;
        pointer-events: none;
    }

    .ob_info_content_body{
        position: absolute;
        bottom:0;
        width:100%;
        z-index: 9;
        height:25%;
        box-sizing: border-box;
        display: block;
        cursor:pointer;
        max-height: 100%;

       & .text_layout{
            padding:15px;
        }

        & .text_title{
            font-size:18px;
            line-height: 32px;
            font-weight: 700;
            color:#FFF;
        }

       & .text_body{
           display:none;
           opacity: 0;
           font-size: 14px;
           line-height: 24px;
           color:#FFF;

          & .text_describe{
              overflow: hidden;           /* 隐藏溢出的文本 */
              text-overflow: ellipsis;    /* 显示省略号 */
              display: -webkit-box;       /* 必须结合使用 */
              -webkit-line-clamp: 5;      /* 显示的行数 */
              -webkit-box-orient: vertical; /* 设置盒子方向 */
          }

       }
    }

}









