@media screen and (min-width: 769px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    ul>li {
        list-style: none;
    }

    a {
        text-decoration: none;
        color: inherit;
    }


    body {
        min-width: 1400px;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    /* 电脑手机样式切换需要隐藏的部分 */
    .mobile {
        display: none !important;
    }

    /* AI链接 */
    .AI-box {
        position: fixed;
        bottom: 20px;
        right: 20px;
    }

    .AI-box img {
        display: block;
        width: 80px;
        height: 80px;
        z-index: 99;
    }

    body>header {
        position: relative;
        min-width: 1200px;
        height: 783px;
        background-image: url(../imgs/header-bg.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 23px;
    }

    body>header .nav-container {
        display: flex;
        align-items: center;
        height: 58px;
        width: 1200px;
        margin: 0 auto;
    }

    .nav-container .logo {
        margin-right: 51px;
    }

    .nav-container .logo img {
        width: 368px;
        height: 58px;
    }

    .nav-container .nav {
        display: flex;
        white-space: nowrap;
    }

    .nav-item {
        margin-right: 27px;
        color: #FFFFFF;
        font-size: 20px;
    }

    .nav>li {
        position: relative;
    }

    .nav .nav-children {
        position: absolute;
        display: none;
        flex-direction: column;
        justify-content: space-between;
        background: #FFFFFF;
        border-radius: 10px;
        font-size: 16px;
        color: #000000;
        width: max-content;
        white-space: nowrap;
        text-align: center;
        padding: 15px 30px;
        left: calc((100% - 27px) / 2);
        transform: translate(-50%, 0);
        z-index: 10;
    }

    .nav .nav-children>li:not(:first-child) {
        margin-top: 14px;
    }

    .nav .nav-children>li:hover {
        color: #2D6AB0;
    }

    .nav>li:hover .nav-children {
        display: flex;
    }

    body>header .menu-container {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    body>header .menu {
        width: 1200px;
        height: 154px;
        bottom: 2px;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px 0px rgba(165, 194, 227, 0.24);
        border-radius: 10px;
        padding: 35px 0;
        display: flex;
        justify-content: space-evenly;
        margin: 0 auto;
    }

    body>header .menu .menu-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu-item .desc {
        width: 69px;
        color: #000000;
        font-size: 16px;
        margin-top: 15px;
    }

    body>main {
        flex: 1;
        min-width: 1200px;
        margin-top: -2px;
        background: #EAEFF7;
    }

    .main-container {
        width: 1200px;
        margin: 0 auto;
        padding-top: 30px;
    }

    .title-container {
        width: max-content;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .title-container>.English-text {
        font-size: 18px;
        color: #BFC8DD;
    }

    .title-container>.Chinese-text {
        font-weight: 600;
        font-size: 24px;
        color: #010101;
    }

    .NEWS {
        position: relative;
    }

    .more-container {
        display: flex;
        align-items: center;
    }

    .more-container>.more-text {
        font-weight: bold;
        font-size: 14px;
        color: #010101;
        margin-right: 13px;
    }

    .NEWS>.more-container {
        position: absolute;
        top: 20px;
        right: 0;
    }

    .NEWS>.content-container {
        margin-top: 20px;
        display: flex;
    }

    .NEWS>.content-container .left-content {
        position: relative;
        width: 440px;
        height: 403px;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px 0px rgba(165, 194, 227, 0.24);
        border-radius: 10px;
    }

    .left-content .img-slider {
        width: 100%;
    }

    .img-slider a img {
        width: 100%;
        height: 256px;
        position: relative;
        border-radius: 10px 10px 0 0;
        display: block;
    }

    .news-date {
        font-size: 12px;
        color: #7D7D7D;
    }

    .news-title {
        font-size: 18px;
        color: #010101;
        font-weight: 600;
    }

    .left-content .news-date {
        margin-top: 23px;
        margin-left: 20px;
    }

    .left-content .news-title {
        width: 306px;
        margin-left: 20px;
        margin-top: 14px;
    }

    .left-content>.more-container {
        position: absolute;
        right: 27px;
        bottom: 51px;
    }

    .NEWS>.content-container .right-content {
        flex: 1;
        height: 403px;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px 0px rgba(165, 194, 227, 0.24);
        border-radius: 10px;
        margin-left: 20px;
        padding: 29px 72px 39px 24px;
    }

    .right-content>.news-list-container {
        display: flex;
        flex-direction: column;
    }

    .right-content>.news-list-container .list-item {
        display: flex;
        align-items: center;
        height: 48px;
    }

    .right-content>.news-list-container a:not(:last-child) {
        margin-bottom: 50px;
    }

    .right-content>.news-list-container .list-item .date-container {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .date-container>.day {
        font-size: 34px;
        color: #000000;
        line-height: 48px;
    }

    .date-container>.split {
        font-size: 27px;
        color: #000000;
        margin-left: 5px;
        margin-right: 8px;
        line-height: 48px;
    }

    .year-month-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 32px;
        color: #86909C;
        font-size: 12px;
    }

    .right-content>.news-list-container .list-item .split-line {
        border: 1px solid #E2E2E2;
        margin: 0 20px;
        height: 41px;
    }

    .right-content>.news-list-container .news-container .news-title {
        width: 500px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
    }

    .right-content>.news-list-container .news-container .news-child-title {
        width: 500px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        color: #86909C;
    }

    .RXXZ {
        margin-top: 20px;
        display: flex;
    }

    .RXXZ>.bks-rxxz {
        position: relative;
        flex: 1;
        margin-right: 20px;
        background-image: url(../imgs/bks-rxxz-bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 20px 30px 38px 40px;
    }

    .RXXZ>.yjs-rxxz {
        position: relative;
        flex: 1;
        background-image: url(../imgs/yjs-rxxz-bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 20px 30px 38px 40px;
    }

    .bks-rxxz>.title-container .Chinese-text {
        color: #3386A0;
    }

    .yjs-rxxz>.title-container .Chinese-text {
        color: #334F9E;
    }

    .bks-rxxz>.more-container,
    .yjs-rxxz>.more-container {
        position: absolute;
        right: 128px;
        top: 32px;
    }

    .bks-rxxz>img,
    .yjs-rxxz>img {
        position: absolute;
        top: 24px;
        right: 30px;
    }

    .bks-rxxz>.content-container {
        border-top: 1px solid #CFD8F8;
        margin-top: 17px;
        padding-top: 23px;
    }

    .yjs-rxxz>.content-container {
        border-top: 1px solid #D0E8F1;
        margin-top: 17px;
        padding-top: 23px;
    }

    .bks-rxxz-list-item:not(:last-child),
    .yjs-rxxz-list-item:not(:last-child) {
        margin-bottom: 19px;
    }

    .bks-rxxz-list-item .title,
    .yjs-rxxz-list-item .title {
        color: #000000;
        font-size: 16px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90%;
    }

    .bks-rxxz-list-item .date,
    .yjs-rxxz-list-item .date {
        font-size: 12px;
        color: #86909C;
    }

    .news-study-container {
        background-image: url(../imgs/news-study-bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 497px;
        margin-top: 70px;
        padding-top: 70px;
        padding-bottom: 51px;
    }

    .news-study {
        width: 1200px;
        min-height: 376px;
        margin: 0 auto;
        display: flex;
    }

    .news-study>.NEWS {
        flex: 1;
        position: relative;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.89) 100%);
        box-shadow: 0px 4px 20px 0px rgba(165, 194, 227, 0.24);
        border-radius: 10px;
        border: 1px solid #FFFFFF;
        padding: 30px;
    }

    .news-study>.STUDY {
        margin-left: 20px;
    }

    .news-study>.NEWS .more-container {
        right: 30px;
    }

    .news-study .news-list {
        margin-top: 17px;
    }

    .news-study .news-list .news-list-item a {
        display: flex;
        align-items: center;
        height: 60px;
    }

    .news-study .news-list .news-list-item:not(:last-child) {
        margin-bottom: 24px;
    }

    .news-study>.NEWS .date-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background-image: url(../imgs/yxkx-date-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-right: 20px;
    }

    .news-study>.STUDY .date-container {
        background-image: url(../imgs/xzjd-date-bg.png);
    }

    .news-study>.NEWS .date-container .day {
        font-size: 17px;
        color: #FFFFFF;
        line-height: 17px;
    }

    .news-study>.NEWS .date-container .year-month {
        font-size: 12px;
        color: #FFFFFF;
    }

    .news-study>.NEWS .title-container .title {
        width: 432px;
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .news-study>.NEWS .title-container .child-title {
        width: 432px;
        font-size: 12px;
        color: #86909C;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .life-container {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        padding-bottom: 50px;
    }

    .life-container>.more-container {
        position: absolute;
        right: 0;
        top: 20px;
    }

    .life-container>.content-container {
        margin-top: 18px;
        display: flex;
    }

    .life-container>.content-container .life-item {
        flex: 0.25;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px 0px rgba(165, 194, 227, 0.24);
        border-radius: 10px;
    }

    .life-container>.content-container .life-item:not(:last-child) {
        margin-right: 20px;
    }

    .life-container>.content-container .title-container {
        width: 100%;
        padding: 18px 13px;
    }

    .life-container>.content-container .title {
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 250px;
    }

    .life-container>.content-container .date {
        font-size: 12px;
        color: #86909C;
    }

    footer {
        height: 122px;
        background: #212933;
        font-size: 12px;
        color: #687082;
    }

    footer>.footer-container {
        width: 1200px;
        margin: 0 auto;
        padding: 30px 0;
    }

    .swiper{
        --swiper-pagination-color: #FFFFFF;
        --swiper-pagination-bullet-inactive-color: #000000;
        --swiper-pagination-bullet-width: 12px;
        --swiper-pagination-bullet-height: 12px;
    }
    #imgNews-swiper-pagination{
        position: relative !important;
        top: -120px !important;
    }
}