.detail-container {
    width: 100%;
    height: 1322px;
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-image: url("../imgs/detail-bg.png?v=9");
    background-size: 1920px 1322px;
}

.top {
    position: relative;
    width: 100%;
    height: 190px;
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
}

.home-index {
    position: absolute;
    right: 22.4%;
    top: 49%;
    transform: translateY(-50%);
    display: inline-block;
}

.detail {
    margin-top: 70px;
    margin-left: 20%;
    /*background-color: rgba(192, 138, 232, 0.1);*/
    z-index: 1;
    width: 1180px;
    height: 500px;
    overflow-y: auto;
    padding-left: 20px;

}

/* 滚动条整体 */
.news-list::-webkit-scrollbar {
    width: 12px; /* 滑轴宽度 */
}

/* 滚动条轨道 */
.news-list::-webkit-scrollbar-track {
    background: url("../imgs/roller.png") no-repeat center;
    background-size: 100% 100%;

}

/* 滚动条滑块 */
.news-list::-webkit-scrollbar-thumb {
    background: url("../imgs/roller-inside.png") no-repeat center;
    background-size: 100% 100%;
}

/* 滑块 hover 效果 */
.news-list::-webkit-scrollbar-thumb:hover {
    background-image: url("../imgs/roller-inside.png");
}

.doc-iframe {
    width: 97%;
    height: 100%;
    border: none;
}

.news-content {
    width: 100%;
    min-height: 90%;
}

.jump-btn {
    position: relative;
    width: 62%;
    margin: 20px auto;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    gap: 10px;
}

.footer {
    z-index: 100;
    width: 54%;
    height: 250px;
    margin: 185px auto;
    display: flex;
    flex-direction: column; /* 垂直排列 */
    justify-content: center; /* 上下居中 */
    align-items: center;
}

.footer-top, .footer-buttom {
    gap: 40px;
    display: flex;
    flex-direction: row; /* 横向排列（可不写，默认就是） */
    justify-content: center; /* 左右居中 */
    align-items: center;
    width: 100%;
    height: 100px;
}

.footer-buttom {
    gap: 80px;
    margin-left: -60px;

}

.company-introduction {
    font-size: 14px;
    line-height: 1.8; /* 行间距 */
    color: #333;
}

.company-introduction p {
    margin-bottom: 16px; /* 段落间距 */
}

.company-introduction h4 {
    text-align: center; /* 居中标题文字 */
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #222;
}


.company-introduction a {
    color: #2a7cff;
    text-decoration: none;
}

.company-introduction a:hover {
    text-decoration: underline;
}
