body {
    background-color: #f5f6f7;
    position: relative;
    z-index: 2;
}

.blog_desc .Breadcrumb {
    margin-top: 22px;
}

.blog_desc .blog_article {
    margin-top: 48px;
    border-radius: 20px;
    background: #FFF;
    box-sizing: border-box;
    padding: 60px;
    margin-bottom: 80px;
}

.article_tit {
    color: #0E68B1;
    font-size: 36px;
    line-height: 50px;
    font-family: "Poppins-SemiBold";

}

.article_msg {
    display: flex;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 24px;
}

.article_msg {
    display: flex;
    align-items: center;
}

.article_msg1 {
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.article_msg1 img {
    width: 164px;
    /* margin-left: 14px; */
}

#share_container {
    margin-left: 14px;
}

.article_msg1:first-child {
    margin-right: 40px;
}

.articel_Con {
    padding: 60px 0;
    padding-bottom: 0;
    color: #666;
}

.articel_Con p img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    display:inline-block;
}

em {
    position: relative;
    padding-left: 34px;
    display: inline-block;
    /* 保持 inline-block */
    vertical-align: top;
    /* 顶部对齐 */
    line-height: 1.6;
    /* 设置合适的行高 */

    font-style: normal;
}

em::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0E68B1;
    position: absolute;
    left: 11px;
    top: 0.8em;
    /* 相对于文字大小的位置 */
    transform: translateY(-50%);
}


.preAndNext {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 30px 0;
}

.preAndNext {
    width: 100%;
}

.preAndNext .pre {
    display: flex;
    align-items: center;
    width: 100%;

    color: #666;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 38px;
}

.preAndNext .pre p,
.preAndNext .next p {
    flex: 0 0 auto;
    margin-right: 10px;
    white-space: nowrap;
}

.preAndNext .pre .link-wrapper,
.preAndNext .next .link-wrapper {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.preAndNext .pre .link-wrapper a,
.preAndNext .next .link-wrapper a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.preAndNext .pre i {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #0E68B1;
    border: 1px solid #0E68B1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex: 0 0 auto;
}

.preAndNext .next i {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #0E68B1;
    border: 1px solid #0E68B1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex: 0 0 auto;
}

.preAndNext .iconfont:hover {
    background-color: #0E68B1;
    color: #FFF;
    cursor: pointer;
}

.preAndNext .pre .link-wrapper a,
.preAndNext .next .link-wrapper a {
    font-size: 16px;
    font-family: "Poppins-Regular";
    color: #666;
    position: relative;
}

.preAndNext .pre .link-wrapper a::before,
.preAndNext .next .link-wrapper a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #0E68B1;
    transition: width 0.3s ease;
}

.preAndNext .pre .link-wrapper a:hover::before,
.preAndNext .next .link-wrapper a:hover::before {
    width: 100%;
}



.preAndNext .next {
    display: flex;
    align-items: center;
    width: 100%;
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.preAndNext p {
    font-family: 'Poppins-SemiBold';
    margin-right: 10px;
    white-space: nowrap;
}

/* 表格样式 - 从 server.css 复制 */
.serverContent_right_items_table {
    width: 100%;
    margin-bottom: 60px;
}

.serverContent_right_items_table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.serverContent_right_items_table tr {
    padding: 16px 0;
}

.serverContent_right_items_table tr:nth-child(2n-1) {
    background-color: #F5F6F7;
}

.serverContent_right_items_table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Poppins-Regular";
    color: #666;
    padding: 16px 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.serverContent_right_items_table tr:first-child td {
    font-family: "Poppins-SemiBold";
}

.serverContent_right_items_table tr td:first-child {
    width: auto;
}

.serverContent_right_items_table tr td:last-child {
    width: auto;
}

.serverContent_right_items_table tr td:not(:first-child):not(:last-child) {
    width: auto;
}



@media screen and (max-width: 992px) {

    .blog_desc .blog_article {
        padding: 30px;
        margin-top: 15px;
    }

    .article_tit {
        font-size: 32px;
        line-height: 42px;
    }

    .articel_Con {
        padding-top: 30px;
    }
}

/* 移动端表格响应式样式 */
@media screen and (max-width: 768px) {


    .serverContent_right_items_table {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .serverContent_right_items_table table {
        width: auto;
        min-width: 100%;
        white-space: nowrap;
    }

    .serverContent_right_items_table tr {
        display: table-row;
        font-size: 14px;
    }

    .serverContent_right_items_table td {
        display: table-cell;
        width: auto;
        padding: 12px 16px;
        text-align: left;
        vertical-align: middle;
        border-bottom: 1px solid #eee;
    }

    .serverContent_right_items_table tr td:first-child,
    .serverContent_right_items_table tr td:last-child,
    .serverContent_right_items_table tr td:not(:first-child):not(:last-child) {
        width: auto;
        flex: none;
    }

    .article_msg {
        flex-wrap: wrap;
        gap: 24px;
    }
}

@media screen and (max-width: 576px) {

    .preAndNext .pre .link-wrapper a,
    .preAndNext .next .link-wrapper a {
        font-size: 12px;
    }

    .article_tit {
        font-size: 24px;
        line-height: 36px;
    }

    .articel_Con {
        font-size: 12px;
    }

    .preAndNext .pre,
    .preAndNext .next {
        font-size: 12px;
    }

    .preAndNext .pre a,
    .preAndNext .next a {
        font-size: 12px;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: flex;
    }

    .preAndNext .pre i,
    .preAndNext .next i {
        width: 32px;
        height: 32px;
        margin-right: 8px;
    }
}