/* 全局文字大小 */
body {
    font-size: 14px;
    /* 最小宽度 */
    min-width: 1660px;
    overflow: auto;
}

.noDataClasss {
    font-size: 14px;
    color: #9E9E9E;
}

#shhfadgqurnfdha {
    cursor: pointer;
}


* {
    /* 微软雅黑字体 */
    font: 'Microsoft YaHei' !important;
    font-family: 'Microsoft YaHei' !important;
}

.publicIcon {
    position: relative;
    display: inline-block;
    top: 1px;
    left: -2px;
    margin-right: 2px;
}


.publicIconAB {
    position: absolute;
    top: 1px;
    right: -4px;
    margin-right: 6px;
    font-size: 16px;
}


.mainBox {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
}

.operationBar {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 10;
    padding: 5px 10px;
    background-color: #F1F1F1;
}

.languageSwitching {
    position: relative;
    display: flex;
    cursor: pointer;
}

.operationBox {
    position: absolute;
    top: 50%;
    /* font-weight: 500; */
    cursor: pointer;
    transform: translateY(-50%);
    right: 1%;
    display: flex;
    align-items: center;
    font-size: 14px;
}


.dropdown-content {
    display: none;
    position: absolute;
    top: 30px;
    background-color: #f9f9f9;
    min-width: 100px;
    /* box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); */
    z-index: 1;
}

.headerBox {
    position: relative;
    display: flex;
    max-width: 1920px;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.dropdown-content a {
    color: black;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    background-color: #fff;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.logoBox {
    position: relative;
    display: flex;
    align-items: center;
    /* 登录最大宽度 */
    max-width: 940px;
    margin: 10px 0 20px 0;
    height: 70px;
}

.logoBox img {
    position: relative;
    width: 230px;
    height: 72px;
}

.navLine {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #4429FC;
}

.mainNavBox {
    position: relative;
    /* height: 55px; */
    /* 导航最大宽度 */
    max-width: 1450px;
    min-width: 1450px;
    width: 1450px;
    /* overflow-x: auto; */
    /* overflow-y: hidden; */
    /* border: 1px solid red; */
    /* margin: auto; */
}

.mainNavBox ul {
    flex-wrap: wrap !important;
}

.mainNavBox li {
    position: relative;
    flex-shrink: 0;
}


.layui-show {
    /* 修复横向滚动时显示问题 */
    /* min-width: 100% !important; */
}


.lineKey {
    display: flex;
    align-items: center;
    transform: scale(1.1);
    color: #B3B2B1;
}

.mainNavBox a {
    /* 导航字体大小 */
    font-size: 16px;
    padding: 0 20px !important;
    /* font-weight: 600; */
    color: #3A3B3B !important;
}

.layui-nav-bar {
    top: 50px !important;
    height: 2px;
    background-color: #4429FC;
}


.layui-nav-bar:active {
    top: 50px !important;
    height: 2px;
    background-color: #4429FC;
}

.layui-nav .layui-this:after,
.layui-nav-bar {
    top: 50px !important;
    height: 2px;
    background-color: #4429FC;
}


/* 隐藏自带的导航箭头 */
.layui-nav-item .layui-nav-more {
    display: none;
}

.layui-nav .layui-nav-item {
    line-height: 48px !important;
}

.layui-nav {}


.pictureInformation {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}


.mainContentBox {
    position: relative;
    /* 导航最大宽度 */
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 4px;
}

.theLatestNews {
    position: relative;
    width: 350px;
}


.layui-tab .layui-this:after {
    height: 4px;
    background-color: #3FAAF3;
}

.layui-tab-card>.layui-tab-title .layui-this {
    position: relative;
    top: -1px;
    height: calc(100% + 10px);
    background-color: #FFF;
}

.layui-tab-card>.layui-tab-title {
    /* border: 1px solid red; */

    background-color: #F7F7F7;
}

.layui-tab-card {
    background-color: #F7F7F7;
}

.layui-tab-card>.layui-tab-title li {
    /* border: 1px solid red; */
    /* font-weight: 600; */
    font-size: 16px;
}

.layui-tab-title {
    max-width: calc(100% - 90px);
    /* overflow: hidden; */
    /* overflow-x: auto; */
}

/* 设置滚动条 */
/* .layui-tab-title::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #F5F5F5;
}

.layui-tab-title::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #3FAAF3;
} */

.TabsMore {
    position: absolute;
    top: 22px;
    right: 16px;
    font-size: 12px;
    color: #5E5E5E;
    cursor: pointer;
}

.teachersTabsMore {
    position: absolute;
    font-size: 12px;
    bottom: 22px;
    right: 16px;
    color: #5E5E5E;
    cursor: pointer;
}

.teachersTabsMore:hover {
    color: #3FAAF3;
}

.TabsMore a:hover {
    color: #3FAAF3;
}

.TabsMore:hover {
    color: #3FAAF3;
}

.layui-tab {
    box-shadow: none;
}

.newsContent {
    position: relative;
    height: 460px;
}

.newsContent .rotationalContent {
    position: relative;
    margin: auto;
    width: 92%;
    height: 138px;
}

.newsItem {
    position: relative;
    height: 84px;
    margin-top: 12px;
}

.edicationItem {
    position: relative;
    height: 84px;
    margin-top: 12px;
}

.newsItemTitle {
    color: #07568F;
    cursor: pointer;
    font-weight: 800;
    font-size: 18px;
    /* 禁止换行 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsItemTitle:hover {
    /* 下划线 */
    text-decoration: underline;
    color: #3FAAF3;
}

.newsItemContent {
    /* 内容超过三行省略 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    cursor: pointer;
    overflow: hidden;
    color: #5E5E5E;
    margin-top: 4px;
}

.newsInformationBox {
    position: relative;
    height: 460px;
    overflow: hidden;
}

.newsInformationBoxItem {
    position: relative;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 5px 0;
    justify-content: space-between;
    margin-left: 16px;
    margin-right: 30px;
    font-size: 14px;
}

.newsInformationBoxTime {
    font-size: 14px;
    color: #9E9E9E;
}

.newsInformationBoxTitle {
    position: relative;
    max-width: 600px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsInformationBoxTitle:hover {
    text-decoration: underline;
    color: #3FAAF3;
}

.contentOfInternationalVisionBoxItem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 5px 0;
    /* margin-left: 16px; */
}

.contentOfInternationalVisionBoxTitle {
    position: relative;
    max-width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}


.contentOfInternationalVisionBoxTitleBBB {
    max-width: 700px;
}

.contentOfInternationalVisionBoxTitle:hover {
    text-decoration: underline;
    color: #3FAAF3;
}


.contentOfInternationalVisionBox {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.academicAchievementsBox {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.tabsTagList {
    color: #54B2F4;
}

.teachersGrowth {
    position: relative;
    margin-top: 20px;
    height: 320px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #F6F6F6;
}

.mainTitleTeacherGrowth {
    position: relative;
    width: 60px;
    /* 竖排居中 */
    writing-mode: vertical-rl;
    line-height: 60px;
    text-orientation: upright;
    font-size: 28px;
    color: white;
    font-weight: 800;
    height: 100%;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    background-color: #4CA0E8;
}

.PresentationInformation {
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    height: 100%;
    width: 100%;
    margin: 20px;
}

.teacherGrowthItem {
    position: relative;
    margin-right: 40px;
    width: 242px;
    height: 260px;
}

.teacherGrowthItemImg {
    position: relative;
    object-fit: cover;
    width: 242px;
    height: 124px;
}

.teacherGrowthItemTitle {
    position: relative;
    font-weight: 800;
    margin: 15px 0;
    font-size: 14px;
    width: 242px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teacherGrowthItemTitle:hover {
    text-decoration: underline;
    color: #3FAAF3;
}

.teacherGrowthItemContent {
    position: relative;
    font-size: 12px;
    color: #A8A8A8;
    width: 242px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.dividingLine {
    position: relative;
    width: 100%;
    /* height: 6px; */
    background-color: #4FA1E9;
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

.recordInformation {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 20px;
}


.maptitleBoxshow {
    position: relative;
    display: flex;
    align-items: center;
}

.mapBoxName {
    position: relative;
    font-weight: 800;
    color: #188949;
    padding-left: 20px;
    font-size: 24px;
    /* max-width: 320px; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
}

.schoolImgShow {
    position: relative;
    width: 50px;
    object-fit: cover;
    height: 50px;
}

.footer {
    background-color: #4CA0E8;
    padding: 20px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.nav-links {
    margin-bottom: 15px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin: 0 10px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #e0f0ff;
    text-decoration: underline;
}

.separator {
    color: rgba(255, 255, 255, 0.7);
    margin: 0 5px;
}

.record-info {
    color: white;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.8;
    display: none;
}

.record-info div {
    padding: 0 10px;
}

h1 {
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
}

.code-container {
    background-color: #2c3e50;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
    max-width: 800px;
}

.code-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.code-header h2 {
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.copy-btn {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.copy-btn:hover {
    background-color: #2980b9;
}

pre {
    background-color: #1a2530;
    color: #e0e0e0;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
    font-size: 14px;
    line-height: 1.5;
}

.note {
    color: #7f8c8d;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    max-width: 800px;
}

.zicaidandj {
    padding: 10px 0;
    height: max-content !important;
}

.newsInformationIndexBoxIMGGG {
    
}