* {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

.headerBg {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}

.headerImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modelName {
    width: 320px;
    height: 182px;
    background: #a4201cbf;
    position: absolute;
    top: 90px;
    left: 214px;
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    line-height: 182px;
    text-align: center;
}

.nav-container {
    width: 100%;
    margin: 0 auto;
    /* padding: 20px; */
}

.nav-menu {
    display: flex;
    list-style: none;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px 0 #63464626;
    justify-content: center;
    width: 100%;
}

.nav-itemALL {
    display: flex;
    list-style: none;
    background-color: #fff;
    width: 1200px;
}

.nav-item {
    padding: 15px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
    color: #333;
}

.nav-item:hover {
    background-color: #f0f0f0;
}

.nav-item.active {
    background-color: #d42323;
    color: white;
}

.content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
}

.content-section {
    display: none !important;
}

.content-section.active {
    display: block !important;
}

.overview-content {
    display: flex;
    gap: 20px;
    margin: 15px 0 140px 0;
    justify-content: center;
}

.text-part {
    flex: 1;
    width: 49%;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    font-style: normal;
    font-weight: 400;
}

.text-part img {
    width: 94%;
    max-width: 100%;
    max-height: 200px;
}

.text-part p {
    text-indent: 2em;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 34px !important;
}

.text-part p:first-child {
    text-indent: 2em;
}

.image-part {
    flex: 1;
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.school-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.prospect {
    width: 100vw;
    /* 视口宽度 100% */
    margin-left: calc(-50vw + 50%);
    /* 突破父容器限制 */
    height: 818px;
    background-image: url('https://zzyyzy.dahe.cn/file/4113000050/images/schoolPro.png');
    background-size: cover;
    /* 背景图覆盖整个区域 */
    background-position: center;
    /* 背景图居中显示 */
    background-repeat: no-repeat;
    /* 不重复 */
    margin-top: 105px;
    box-sizing: border-box;
}

.text-pro {
    max-width: 1200px;
    /* 与 content-area 保持一致 */
    margin: 0 auto;
    /* 水平居中 */
    padding-top: 40px;
    /* 上下左右内边距 */
    box-sizing: border-box;
    /* 包含 padding 在宽度内 */
}

.prospect p {
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-indent: 2em;
    /* 首行缩进 */
    margin-bottom: 15px;
    /* 段落间距 */
    text-align: justify;
    /* 两端对齐 */
}

.prospectImg {
    display: flex;
    width: 100%;
    max-width: 1200px;
    /* 添加：限制最大宽度 */
    margin: 0 auto;
    /* 添加：水平居中 */
    justify-content: center;
    gap: 20px;
    /* margin-top: 60px; */
    position: relative;

}

.prospectImg p {
    margin: 0;
    text-indent: 0;
    /* 清除首行缩进 */
    text-align: center;
    /* 强制文字居中 */

}

.inSchool,
.teacher,
.hospital,
.expert,
.profess {
    width: 202px;
    height: 202px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* text-align: center; */
}

.inSchool {
    position: relative;
    background-image: url('https://zzyyzy.dahe.cn/file/4113000050/images/inSchool.png');
}

.teacher {
    position: relative;
    top: 100px;
    background-image: url('https://zzyyzy.dahe.cn/file/4113000050/images/teacher.png');
}

.hospital {
    position: relative;
    background-image: url('https://zzyyzy.dahe.cn/file/4113000050/images/hospital.png');
}

.expert {
    position: relative;
    top: 100px;
    background-image: url('https://zzyyzy.dahe.cn/file/4113000050/images/expert.png');
}

.profess {
    background-image: url('https://zzyyzy.dahe.cn/file/4113000050/images/profess.png');
}

/* 数字样式 */
.prospectImg p:first-child {
    font-size: 42px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.2;
}

/* 说明文字样式 */
.prospectImg p:last-child {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.4;
}

.botImg {
    display: flex;
    width: 100%;
    gap: 20px;
    margin: 96px 0 150px 0;
}

.firstImg,
.secondImg,
.thirdImg {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
}

.firstImg img,
.secondImg img,
.thirdImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 新增/替换以下样式 */
/* 领导容器 */
.leaders-container {
    max-width: 1363px;
    margin: 0 auto;
    padding: 40px 0;
    font-family: "Microsoft YaHei", sans-serif;
    background: #F7F5F5;
    margin-bottom: 148px;
}

/* 领导内容区域 - 水平居中 */
.lingdaoDiv {
    display: flex;
    width: 100%;
    justify-content: center;
    /* 水平居中 */
    align-items: flex-start;
    /* 顶部对齐 */
    gap: 40px;
    /* 三个区域之间的间距 */
    margin: 67px auto 0 auto;
    /* 上下外边距，左右自动居中 */
    max-width: 1200px;
    /* 限制最大宽度 */
}

/* 党委书记区域 */
.president {
    width: 280px;
    /* 固定宽度 */
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 510px;
    /* 最小高度，确保垂直居中效果 */
}

.president p {
    margin: 0;
}

/* 副校长区域 */
.vicePrinc {
    width: 380px;
    /* 固定宽度 */
    font-size: 26px;
}

/* 副校长每行样式 */
.viceLine {
    border-bottom: 1px solid #CECECE;
    margin-bottom: 34px;
    padding-bottom: 20px;
}

/* .lastVice {
    margin: 0 !important;
} */

/* 标题样式 */
.title {
    border-left: 2px solid #A4201C;
    color: #A4201C;
    padding: 0 40px 0 26px;
}

/* 姓名样式 */
.name {
    text-align: right;
}

.school-seal {
    text-align: right;
    margin: 130px 18px 0 0;
}

.school-seal img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

}

.honor-parent {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 150px;
}

.honor-img {
    width: 30%;
    height: auto;
}

.honor-img img {
    width: 100%;
    height: auto;
}

.honor-text {
    width: 62%;
}

.honor-text p {
    color: #000000;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px !important;
    margin-bottom: 20px;
    text-indent: 2em;

}

.honor-list {
    text-align: center;
}

.honor-list img {
    width: 100%;
    height: auto;
}


.mesDis {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 58px;
    margin: 40px 0 280px 0;
}

.mesDis a {
    width: 30%;
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;

}

.mesDis a:active {
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

.mesYear {
    height: 400px;
    background-image: url('https://zzyyzy.dahe.cn/file/4113000050/images/historyYear.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;

}

.mesYear p {
    color: #a4201c;
    font-family: "PingFang SC";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
}