/* 隐藏侧边栏 */
.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    /* 初始位置在左侧外部 */
    width: 250px;
    height: 100%;
    background-color: #f8f9fa;
    transition: left 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
    color: #aaa;
    background-color: #252525;
}

/* 显示侧边栏 */
.sidebar.active {
    left: 0;
}

/* 导航栏样式 */

.sidebar .sidebar-head {
    height: 35px;
    padding: 7px 10px;
    box-sizing: border-box;
    font-weight: normal;
    color: #777;
    font-size: 14px;
    background: #333333;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.sidebar .nav-menu .menu-item {
    position: relative;
}

.sidebar .nav-menu .menu-item .menu-link {
    display: block;
    text-decoration: none;
    color: #c7c7c7;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 30px 8px 15px;
    border-top: 1px solid rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.sidebar .nav-menu .menu-item .menu-switch-arrow {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0px;
    color: #f6f6f6;
    font-size: 14px;
    // lga 20250331
    //background: url("http://218.5.6.131:1443/http-8080/77726476706e69737468656265737421a1a70fcc69612604/system/_owners/ai/_webprj/images/menu-switch-arrow.png") no-repeat 5px -25px;
}

.sidebar .nav-menu .menu-item .sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    background-color: #2e2e2e;

    max-height: 0;
    /* 初始高度为 0 */
    overflow: hidden;
    transition: max-height .2s linear;
}

/* 显示 sub-menu */
.sidebar .nav-menu .sub-menu.active {
    display: block;
    /* transition: max-height .2s linear; */
}

.sidebar .nav-menu .menu-item .sub-menu .sub-link {
    display: block;
    text-decoration: none;
    color: #c7c7c7;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 30px 8px 15px;
    border-top: 1px solid rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}


/* 轮播图 */
.slider-container {
    width: 100%;
    height: auto;
    /* background-color: #2147a0; */
    background-image: url("http://218.5.6.131:1443/http-8080/77726476706e69737468656265737421a1a70fcc69612604/system/_owners/ai/_webprj/images/轮播图背景1.jpg");
    background-size: 100% 100%;
    position: relative;
}

.page-content {
    max-width: 1200px;
    height: 100%;
    background-color: blue;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.page-content .page-row {
    width: fit-content;
    height: 100%;
    display: flex;
    transition: 1s;

}

.page-content .page {
    width: 1200px;
    height: auto;
}

.page-content img {
    width: 100%;
    height: 27vw;
    object-fit: cover;
}

/* 按钮 */
.point-content {
    /* background-color: #0B2F8E; */
    position: absolute;
    bottom: 10%;
    right: 4%;
    display: flex;
}

.point-content .point {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: white;
    margin: 3px;
}

.point-content .point.active {
    background-color: #2147a0;
}

/* 新闻模块 */
.newsc {
    /* height: 420px; */
    padding-top: 26px;
}

.mainc {
    height: 410px;
}

.morec {
    line-height: 47px;
    font-size: 14px;
    color: #959595;
}

.postc {
    /* width: 100%; */
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1.5px solid #2147a0;
}

@media screen and (max-width: 959px) {
    .postc {
        margin: 0 10px;
        box-sizing: border-box;
    }
}

.postc-titlec {
    height: 47px;
    line-height: 47px;
    color: #2147a0;
    font-size: 21px;
    font-weight: normal;
}

.postc-more {
    height: 47px;
    text-align: center;
    width: 80px;
}

.news_bd {
    height: 360px;
}

.news_bd a {
    font-size: 15px;
}

.mainc_left {
    width: 472.79px;
    height: 100%;
}

.mainc_right {
    width: 696px;
    height: 100%;
}

@media screen and (max-width: 1200px) {

    .slider-container{
        height: auto;
    }
    
    .page-content {
        height: auto;
    }

    .mainc {
        width: calc(100% - 30px);
        margin: auto;
    }

    .mainc_left {
        width: calc(50% - 40px);
    }

    .mainc_right {
        width: calc(50% - 40px);
    }
}

@media screen and (max-width: 959px) {

    .mainc_left {
        width: 100%;
        display: none;
    }

    .mainc_right {
        width: 100%;
        padding: 0 10px;
        /* display: none; */
    }
}

.picc img {
    width: 100%;
    height: 307px;
}

.importnewc {
    background: #eae4da;
    width: 100%;
    height: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 19px;
    box-sizing: border-box;
}

.importnewc a {

    /* color: #2147a0; */
    /* font-size: 14px; */
    line-height: 55px;
    text-align: left;
    padding-left: 17px;
    white-space: nowrap;      /* 禁止换行 */
    overflow: hidden;        /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */

}

.time {
    width: 82px;
    height: 30px;
    background: #eae4da;
    color: #2147a0;
    font-family: 'Candara';
    font-weight: bold;
    font-size: 13px;
    margin-top: 4px;
    text-align: center;
    line-height: 30px;
}

.tisp {
    line-height: 30px;
    font-size: 14px;
    color: #9d0301;

    font-weight: bold;
    font-family: 'Candara';
}

.itsp:hover {
    color: #2147a0;
}

.itsp {
    /* font-size: 13px; */
    line-height: 40px;
    color: black;
    flex: 1;
    /* 让 a 标签占据剩余空间 */
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    margin-right: 10px;
    /* 与 time 的间距 */
}

/* 公告模块 */
.news {
    /* height: 480px; */
    padding: 50px 0;
}

.news-container {
    width: 100%;
    height: 100%;
    gap: 30px;
    box-sizing: border-box;
}

.news-left,
.news-right {
    width: calc(50% - 15px);
}

@media screen and (max-width: 1200px) {
    .news-container {
        width: 100%;
        flex-direction: column;
    }

    .news-left,
    .news-right {
        width: 100%;
        flex: 0 0 100%;
        margin: auto;
    }
}

@media screen and (max-width: 992px) {
    .news-container {
        width: 100%;
        flex-direction: column;
    }

    .news-left,
    .news-right {
        width: 100%;
        flex: 0 0 100%;
        margin: auto;
        padding: 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .news-container {
        width: 100%;
        flex-direction: column;
    }

    .news-left,
    .news-right {
        width: 100%;
        flex: 0 0 100%;
        margin: auto;
    }
}


/* 标题 */
.title-container {
    width: 100%;
    height: 80px;
    font-size: 24px;
    color: #2147a0;
}

.title-container .title-left .logo {
    width: 40px;
    height: 40px;
    /* background-color: #2147a0; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

#logo1 {
    background-image: url("http://218.5.6.131:1443/http-8080/77726476706e69737468656265737421a1a70fcc69612604/system/_owners/ai/_webprj/image/tongzhi.png");
}

#logo2 {
    background-image: url("http://218.5.6.131:1443/http-8080/77726476706e69737468656265737421a1a70fcc69612604/system/_owners/ai/_webprj/image/hammer.png");
}

.title-container .title-right {
    width: 35px;
    height: 35px;
    /* background-color: #2147a0; */
    background-image: url("http://218.5.6.131:1443/http-8080/77726476706e69737468656265737421a1a70fcc69612604/system/_owners/ai/_webprj/image/more.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}


/* 内容 */
.news-right .list {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.news-content {
    width: 100%;
    height: 65px;
    /* padding: 10px 0; */
    font-size: 17px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.news-content a:hover {
    color: #2147a0;
}

.news-content .left {
    display: flex;
    align-items: end;
}

.news-content .left-date {
    width: 60px;
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.news-content .left-date .day {
    font-size: 18px;
    color: #2147a0;
    font-weight: bold;
}

.news-content .left-date .year-month{
    width: 100%;
}

.news-content .left-date .left-line {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2px solid #2147a0;
    border-left: 2px solid #2147a0;
}

.news-content .right {
    /* color: #7e0001; */
    font-size: 16px;
    width: 76%;

    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
}

.news-content.notify .right {
    border-bottom: 2px solid rgb(243, 243, 243);
}

.news-content.research {
    height: 53px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgb(243, 243, 243);
}

.news-content.research .left-date {
    width: 70px;
    height: 30px;
    background-color: #2147a0;
    border-radius: 20px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 底部自动轮播图 */
.auto-banner-container {
    width: 100%;
    /* height: 280px; */
    background-color: white;
}

.auto-banner-container .banner-content {
    max-width: 1200px;
    height: 100%;
    /* background-color: blue; */
    margin: auto;
    overflow: hidden;
    /* position: relative; */
}

.auto-banner-container .banner-content .banners-title {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 0 20px 0;
}

.auto-banner-container .banner-content .left {
    width: 100%;
    color: #2147a0;
    font-weight: 600;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.auto-banner-container .banner-content .banners-row {
    margin-left: 5px;
    width: fit-content;
    height: 100%;
    /* background-color: blueviolet; */
    transition: 0.5s ease;

    gap: 40px;
}

/* 轮播图-每个卡片 */
.auto-banner-container .banner-content .banner {
    width: 370px;
    margin: 10px 0;
    box-shadow: 0 0 8px black;
}

.auto-banner-container .banner-content .banner .img-content {
    width: 100%;
    aspect-ratio: 1 / 0.6;
    overflow: hidden;
}

.auto-banner-container .banner-content .banner img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: 0.3s;
}

.auto-banner-container .banner-content .banner:hover img {
    transform: scale(1.2);
}

.auto-banner-container .banner-content .text {
    width: 100%;
    height: 150px;
    background-color: white;
    padding: 20px 25px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.auto-banner-container .banner-content .text .top {
    font-weight: 600;
    height: 36px;
    overflow: hidden;
    /* 超出部分隐藏 */
    display: -webkit-box;
    /* 启用弹性盒子布局 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制为 3 行 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
}

.auto-banner-container .banner-content .text .bottom {
    color: #999999;
    font-size: 14px;
    height: 63px;
    overflow: hidden;
    /* 超出部分隐藏 */
    display: -webkit-box;
    /* 启用弹性盒子布局 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    -webkit-line-clamp: 3;
    /* 限制为 3 行 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
}


@media (max-width: 1279px) {
    .auto-banner-container .banner-content {
        width: 971px;
    }

    .auto-banner-container .banner-content .banner {
        width: 297px;
    }
}

@media (max-width: 992px) {
    .auto-banner-container .banner-content {
        width: 750px;
    }

    .auto-banner-container .banner-content .banner {
        width: 355px;
    }

}

@media (max-width: 768px) {
    .auto-banner-container .banner-content {
        width: 100%;
        padding: 0 10px;
    }

    .auto-banner-container .banner-content .banner {
        width: calc((100vw - 80px) / 2);
    }
}

/* 按钮 */
.buttons-content {
    width: 100%;
    padding: 40px 0 0 0;
    box-sizing: border-box;
}

.buttons-content img {
    width: 32px;
    height: 32px;
}

/* 底部栏 */
/* 背景 */
.bottom-container {
    width: 100%;
    background-color: #2147a0;
}

.bottom-container .bk-content img {
    width: 100%;
    height: auto;
    background-color: #f4f4f4;
    /* background-image: url("./../images/五马桥1.jpg"); */
    background-size: auto 100%;
    background-repeat: no-repeat;
}

/* 信息 */
.bottom-container .mes-content {
    height: 160px;
    background-color: #2147a0;
    color: #eeeeee;
    /* padding: 0 10px; */
    margin: auto;
    font-size: 14px;
}

/* logo */
.bottom-container .logo-container {
    width: 15%;
    height: 100%;
    /* background-color: green; */
}

.bottom-container .logo-content {
    width: 100%;
    height: 110px;
    background-color: lightgreen;
    gap: 30px;
}

.bottom-container .logo-bk {
    width: 90px;
    height: 90px;
    /* background-color: white; */
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.bottom-container .logo1 {
    width: 100%;
    height: 100%;
    /* background-image: url("./../images/logo3.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
}

.bottom-container .logo2 {
    display: none;
}

/* 文字 */
.bottom-container .rows-content {
    width: 67%;
    /* flex: 1; */
    height: 100%;
    /* background-color: pink; */
    gap: 60px;
}

.bottom-container .rows {
    gap: 15px;
}

/* wx */
.bottom-container .wx-container {
    width: 18%;
    /* width: 10%; */
    /* background-color: #9d0301; */
}

.bottom-container .wx {
    width: 100%;
    height: 90px;
    margin-left: 20px;
    border-left: 1.5px solid #cdcdcd;
}

.bottom-container .wx img {
    width: 80px;
    height: 80px;
}

@media (max-width: 992px) {

    .bottom-container .mes-content {
        width: 100%;
    }
}

/* 媒体查询：屏幕宽度小于 768px */
@media screen and (max-width: 768px) {

    .bottom-container .mes-content {
        flex-direction: column;
        height: fit-content;
        align-items: center;
    }

    .bottom-container .wx-container {
        display: none;
    }

    .bottom-container .logo-container {
        width: 100%;
        align-items: center;
        padding: 20px 0 0;
    }

    .bottom-container .logo-bk {
        width: calc(100% - 70px);
        height: auto;
    }

    .bottom-container .logo1 {
        display: none;
    }

    .bottom-container .logo2 {
        display: block;
        width: 100%;
        height: 100%;
    }

    .bottom-container .rows-content {
        width: 100%;
        height: fit-content;
        flex-direction: column;
        gap: 8px;
        padding: 20px 0 40px;
    }

    .bottom-container .rows {
        flex-direction: row;
        padding: 0 20px;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .bottom-container .rows .row:last-child {
        width: 100%;
        /* 最后一个row占满整行 */
        text-align: center;
        flex-basis: 100%;
        /* 让最后一个row的内容居中 */
    }

}

@media screen and (max-width: 767px) {
    .logol .nav-bar-menu {
        display: block;
    }
}

@media screen and (max-width: 576px) {

.bottom-container .mes-content {
   font-size: 10px;
}
    .news-content {
        align-items: stretch;
    }
        .news-content .right {
    white-space: normal;
    font-size: 16px;
    width: 76%;
    line-height: 25px;
    max-height: 50px; /* 两行的高度 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: flex;
    align-items: center;
    }

    .news-content .right::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    }

    /* 单行时的垂直居中 */
    .news-content .right:first-line {
    line-height: 50px; /* 容器高度 */
    }

    .news-content.notify .right {
    border-bottom: 2px solid rgb(243, 243, 243);
    height: 50px;
    }
    .page-content .page {
        aspect-ratio: 2 / 0.9;
    }
    .mainc {
        height: auto;
    }

    .news_bd {
        flex-wrap: wrap;
        height: auto;
    }

    .mainc_left {
        width: 100%;
        display: inline-block;
        margin-top: 25px;
        padding: 0 10px;
    }

   .picc img {
        width: 100%;
        height: auto;
    }

    .mainc_right {
        width: 100%;
        padding: 32px 10px 0 10px;
        /* display: none; */
    }
}

.header {
    padding: 11px 20px 0 20px;
    font-size: 14px;
    color: #454545;
}

.header a {
    margin: 0 5px;
}

.header a:nth-child(2) {
    margin-left: 0;
}

.article {
    padding-top: 15px;
}

.article  .title {
    padding: 5px;
    font-size: 24px;
    text-align: center;
    color: #2147A0;
}

.art_metas {
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.art_update {
    display: inline-block;
    margin-right: 10px;
}

.art_views {
    display: inline-block;
}

.article .text {
    padding: 0 24px;
}

.article .text p {
    width: 100%;
    font-size: 18px;
    font-family: 宋体, simsun;
    line-height: 1.75em;
    text-indent: 36px;
    color: #333;
    text-align: justify;
}
@media(max-width: 769px){
.page-content img {
    width: 100%;
    height: 38vw;}
    .banner .dots{ bottom: 13px !important}
}
