.news_flash_nav span:nth-child(4),
.news_flash_nav span:nth-child(5),
.news_flash_nav span:nth-child(6) {
    display: none !important;
}

.app9 {
    display: flex;
    justify-content: space-between;
}

.app10 {
    line-height: 40px !important;
}

/* CSS Document */
.body_home {
    width: 1440px;
    margin: 0 auto;
}

.block {
    width: 1440px;
    margin: 0 auto;
}

/* Tab栏样式 */
.tab-nav {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #173887;
    justify-content: flex-end;
}

.tab-nav-item {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-nav-item:hover,
.tab-nav-item.active {
    color: #173887;
    background-color: #f5f8ff;
}

/* Tab内容容器 */
.tab-content {
    position: relative;
    min-height: 600px;
}

.tab-panel {
    display: none;
    width: 100%;
}

.tab-panel.active {
    display: block;
}

.news_right {
    padding-top: 0px !important;
}

.zxyw {
    float: left;
    width: 100%;
    overflow: hidden;
}

.news_top {
    width: 100%;
    overflow: hidden;
}

.news_top h3 {
    float: left;
    color: #000000;
    font-size: 38px;
    font-weight: bold;
    background: url(../images/catname_03.png) left bottom no-repeat;
    padding-bottom: 30px;
    width: 207px;
}

.news_top h3 span {
    color: #173887;
}

.news_top .more {
    float: right;
    font-size: 14px;
    color: #666666;
    background: url(../images/more_03.png) right no-repeat;
    padding-right: 26px;
    margin-top: 16px;
}

/* 核心修改：轮播区宽度改为55% + 修复圆点显示 */
.news_flash {
    float: left;
    width: 55%;
    height: 564px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.news_flash .bd {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news_flash .bd ul {
    width: 300%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    transition: transform 0.5s ease;
}

.news_flash .bd li {
    float: left;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.news_flash .bd ul li .news_img {
    overflow: hidden;
    width: 93%;
    height: 398px;
}

.news_flash .bd ul li img {
    width: 36%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-out;
}

.news_flash .bd ul li img:hover {
    transform: scale(1.1);
}

.news_flash .bd ul li .figurewrap {
    background: #FFF;
    overflow: hidden;
    width: 33.5%;
padding: 20px;
}

.news_flash .bd ul li .figurewrap h3 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #173887;
    padding-top: 14px;
}

.news_flash .bd ul li .figurewrap a {
    display: block;
    font-size: 18px;
    color: #262626;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.news_flash .bd li p {
    font-size: 14px;
    color: #697589;
    line-height: 22px;
    padding-top: 10px;
}

/* 修复圆点显示：调整层级 + 确保容器有ul + 修正active样式 */
.news_flash .news_flash_nav {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 178px;
    /* 调整位置到图片下方，避免被遮挡 */
    z-index: 999;
}

.news_flash .news_flash_nav ul {
    margin: 0;
    padding: 0;
}

.news_flash .news_flash_nav span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px #FFF solid;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    font-size: 0;
}

/* 统一active样式，匹配JS里的类名 */
.news_flash .news_flash_nav span.slick-active,
.news_flash .news_flash_nav span.active {
    background: #fff;
}

.news_flash .slick-prev {
    background: url(../images/prev_yw_03.png) no-repeat;
    width: 25px;
    height: 40px;
    position: absolute;
    top: 50%;
    /* 垂直居中 */
    transform: translateY(-50%);
    z-index: 2;
    border: none;
    font-size: 0;
    left: 20px;
    outline: none;
}

.news_flash .slick-next {
    background: url(../images/next_yw_05.png) no-repeat;
    width: 25px;
    height: 40px;
    position: absolute;
    top: 50%;
    /* 垂直居中 */
    transform: translateY(-50%);
    z-index: 2;
    border: none;
    font-size: 0;
    right: 20px;
    outline: none;
}

/* 右侧新闻区宽度调整，匹配55%布局 */
.news_right {
    width: 40%;
    float: right;
    overflow: hidden;
    margin-top: 10px;
}

.news_right ul li {
    width: 100%;
    height: 95px;
    border-top: 1px #dedede solid;
}

.news_right ul li span {
    font-size: 14px;
    color: #173887;
    padding-top: 10px;
    display: block;
    padding-bottom: 10px;
}

.news_right ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    overflow: hidden;
    background-image: linear-gradient(#003f88, #003f88);
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s;
    background-size: 0 1px;
}

.news_right ul li a:hover {
    color: #173887;
    background-size: 100% 1px;
}

@media screen and (max-width: 767px) {

    .block {
        margin-right: auto;
        margin-left: auto;
        padding: 0 15px;
        width: auto;
    }


    .news_one {
        padding-top: 30px;
    }

    .zxyw {
        width: 100%;
        float: none;
    }

    .news_top h3 {
        font-size: 20px;
        background: url(../images/phdcatname_03.png) left bottom no-repeat;
        width: 107px;
        padding-bottom: 15px;
    }

    .news_top .more {
        margin-top: 0;
    }

    .news_flash {
        width: 100%;
        float: none;
    }

    .news_right {
        width: 100% !important;
        float: none;
    }

    .news_flash .news_flash_nav {
        bottom: 10px;
    }

    .news_flash .news_flash_nav ul li {
        border: 1px #173887 solid;
    }

    .news_flash .news_flash_nav ul li.slick-active {
        background: #173887;
    }

    /* 移动端Tab样式适配 */
    .tab-nav {
        flex-wrap: wrap;
    }

    .tab-nav-item {
        padding: 8px 15px;
        font-size: 16px;
    }
}





/* CSS Document */
.body_home1 {
    width: 1440px;
    margin: 0 auto;
}

.block1 {
    width: 1440px;
    margin: 0 auto;
}

/* Tab栏样式 */
.tab-nav1 {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #173887;
}

.tab-nav-item1 {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-nav-item1:hover,
.tab-nav-item1.active1 {
    color: #173887;
    background-color: #f5f8ff;
}

/* Tab内容容器 */
.tab-content1 {
    position: relative;
    min-height: 600px;
}

.tab-panel1 {
    display: none;
    width: 100%;
}

.tab-panel1.active1 {
    display: block;
}

.news_right1 {
    padding-top: 0px !important;
}

.zxyw1 {
    float: left;
    width: 100%;
    overflow: hidden;
}

.news_top1 {
    width: 100%;
    overflow: hidden;
}

.news_top1 h3 {
    float: left;
    color: #000000;
    font-size: 38px;
    font-weight: bold;
    background: url(../images/catname_03.png) left bottom no-repeat;
    padding-bottom: 30px;
    width: 207px;
}

.news_top1 h3 span {
    color: #173887;
}

.news_top1 .more1 {
    float: right;
    font-size: 14px;
    color: #666666;
    background: url(../images/more_03.png) right no-repeat;
    padding-right: 26px;
    margin-top: 16px;
}

/* 核心修改：轮播区宽度改为55% + 修复圆点显示 */
.news_flash1 {
    float: left;
    width: 55%;
    height: 564px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.news_flash1 .bd1 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news_flash1 .bd1 ul {
    width: 300%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    transition: transform 0.5s ease;
}

.news_flash1 .bd1 li {
    float: left;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.news_flash1 .bd1 ul li .news_img1 {
    overflow: hidden;
    width: 93%;
    height: 398px;
}

.news_flash1 .bd1 ul li img {
    width: 36%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-out;
}

.news_flash1 .bd1 ul li img:hover {
    transform: scale(1.1);
}

.news_flash1 .bd1 ul li .figurewrap1 {
    background: #FFF;
    overflow: hidden;
    width: 33.5%;
    padding: 20px;
}

.news_flash1 .bd1 ul li .figurewrap1 h3 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #173887;
    /* padding-top: 14px;*/
}

.news_flash1 .bd1 ul li .figurewrap1 a {
    display: block;
    font-size: 18px;
    color: #262626;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* padding-top: 10px;*/
}

.news_flash1 .bd1 li p {
    font-size: 14px;
    color: #697589;
    line-height: 22px;
    padding-top: 10px;
}

/* 修复圆点显示：调整层级 + 确保容器有ul + 修正active样式 */
.news_flash1 .news_flash_nav1 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 178px;
    /* 调整位置到图片下方，避免被遮挡 */
    z-index: 999;
}

.news_flash1 .news_flash_nav1 ul {
    margin: 0;
    padding: 0;
}

.news_flash1 .news_flash_nav1 span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px #FFF solid;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    font-size: 0;
}

/* 统一active样式，匹配JS里的类名 */
.news_flash1 .news_flash_nav1 span.slick-active1,
.news_flash1 .news_flash_nav1 span.active1 {
    background: #fff;
}

.news_flash1 .slick-prev1 {
    background: url(../images/prev_yw_03.png) no-repeat;
    width: 25px;
    height: 40px;
    position: absolute;
    top: 50%;
    /* 垂直居中 */
    transform: translateY(-50%);
    z-index: 2;
    border: none;
    font-size: 0;
    left: 20px;
    outline: none;
}

.news_flash1 .slick-next1 {
    background: url(../images/next_yw_05.png) no-repeat;
    width: 25px;
    height: 40px;
    position: absolute;
    top: 50%;
    /* 垂直居中 */
    transform: translateY(-50%);
    z-index: 2;
    border: none;
    font-size: 0;
    right: 20px;
    outline: none;
}

/* 右侧新闻区宽度调整，匹配55%布局 */
.news_right1 {
    width: 40%;
    float: right;
    overflow: hidden;
    margin-top: 10px;
}

.news_right1 ul li {
    width: 100%;
    height: 95px;
    border-top: 1px #dedede solid;
}

.news_right1 ul li span {
    font-size: 14px;
    color: #173887;
    padding-top: 10px;
    display: block;
    padding-bottom: 10px;
}

.news_right1 ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    overflow: hidden;
    background-image: linear-gradient(#003f88, #003f88);
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s;
    background-size: 0 1px;
}

.news_right1 ul li a:hover {
    color: #173887;
    background-size: 100% 1px;
}

@media screen and (max-width: 767px) {

    .block1 {
        margin-right: auto;
        margin-left: auto;
        padding: 0 15px;
        width: auto;
    }

    .app1 ul li:nth-child(2) {
      /*  margin-left: 1186px;*/
    }

    .app1 ul li:nth-child(3) {
       /* margin-left: 1186px;*/
    }

    .news_one1 {
        padding-top: 30px;
    }

    .zxyw1 {
        width: 100%;
        float: none;
    }

    .news_top1 h3 {
        font-size: 20px;
        background: url(../images/phdcatname_03.png) left bottom no-repeat;
        width: 107px;
        padding-bottom: 15px;
    }

    .news_top1 .more1 {
        margin-top: 0;
    }

    .news_flash1 {
        width: 100%;
        float: none;
    }

    .news_right1 {
        width: 100% !important;
        float: none;
    }

    .news_flash1 .news_flash_nav1 {
        bottom: 10px;
    }

    .news_flash1 .news_flash_nav1 ul li {
        border: 1px #173887 solid;
    }

    .news_flash1 .news_flash_nav1 ul li.slick-active1 {
        background: #173887;
    }

    /* 移动端Tab样式适配 */
    .tab-nav1 {
        flex-wrap: wrap;
    }

    .tab-nav-item1 {
        padding: 8px 15px;
        font-size: 16px;
    }
}