
.row {
    margin: 0;
}

.btn-primary {
    background: var(--primary)
}

b, strong {
    font-weight: bold;
}


.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
}

.breadcrumb img {
    width: 1rem;
    height: 1.1rem;
    vertical-align: middle;
    margin-right: 0.5rem;
    display: inline-block;
    margin-top: 0.4rem;
}

.content {
    min-height: 500px;
}

#left {
    padding: 0;
}

    #left dl {
        border: 1px solid #ccc;
    }

#about #left {
    border: 1px solid #ccc;
}

    #about #left dl {
        border: none;
    }


#left dt {
    padding: 0.8rem 0 0.8rem 3rem;
    border-bottom: 1px solid #ccc;
    background: var(--border-light);
}

    #left dt h3 {
        font-weight: bold;
        font-size: 1.4rem;
        margin-bottom: 0;
    }

#left dd {
    padding: 1rem 0 1rem 3rem;
    border-bottom: 1px solid #ccc;
}

    #left dd:last-child {
        border: 0;
    }

    #left dd a:hover, #left dd.current a {
        color: var(--primary);
    }

    #left dd.current {
        background: url(../images2025/icon_current.png) no-repeat 90% center;
    }

#left dt.expert {
    background: none;
    border-top: 1px solid #ccc;
    border-bottom: none;
    margin-top: 1rem;
}

#committee #left dl {
    padding-bottom: 0;
}

#left dl dl {
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0.5rem 0
}

    #left dl dl dd {
        padding: 0 0 0 4rem;
        font-size: 0.9rem;
        border: none
    }

#right {
    padding-left: 4rem;
    font-weight: 300;
    overflow: hidden;
}

    #right .right-title {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 1.5rem 0;
        text-align: center;
    }

        #right .right-title h1 {
            font-size: 1.8rem;
            font-weight: bold;
            color: var(--primary);
        }

    #right .right-title2 {
        padding-bottom: 1rem;
        border-bottom: 1px solid #ccc;
    }

        #right .right-title2 h1 {
            font-size: 1.4rem;
            font-weight: bold;
            color: var(--primary);
            position: relative;
            display: inline-block;
        }

            #right .right-title2 h1::after {
                content: '';
                position: absolute;
                width: 100%;
                height: 0.2rem;
                bottom: -1.5rem;
                left: 0;
                background-color: var(--primary);
            }

    #right .right-contnet {
        padding: 2rem 0;
    }

        #right .right-contnet article {
            text-align: justify;
            line-height: 2rem;
        }

        #right .right-contnet img {
            max-width: 100% !important;
            height: auto;
        }

        #right .right-contnet video {
            max-width: 100%;
            margin: 3rem auto !important;
            display: block;
        }

        #right .right-contnet table {
            max-width: 100%;
            margin: 1rem auto !important;
        }

        #right .right-contnet iframe {
            margin: 2rem auto;
            display: block;
        }

        #right .right-contnet h1 {
            font-size: 1.5rem
        }

        #right .right-contnet h2 {
            font-size: 1.2rem
        }

        #right .right-contnet h3 {
            font-size: 1.1rem
        }

        #right .right-contnet h4 {
            font-size: 1rem
        }

        #right .right-contnet h5 {
            font-size: 0.9rem
        }

#committee dl {
    padding-bottom: 1.5rem;
}

#committee dd {
    background: url(../images2025/dot.png) no-repeat 2rem center;
}

    #committee dd:nth-child(2) {
        margin-top: 1.5rem;
    }

#committee #left dd {
    padding: 0.3rem 0 0rem 3rem;
    border-bottom: 0;
    margin-bottom: 0;
}

#committee #right .right-title {
    background: url(../images2025/committee_title_bg.jpg);
    border: none;
    background-size: cover;
    padding: 3rem 0;
}

#committee #right h2.title {
    background: var(--primary);
    color: var(--light);
    padding: 1rem;
    font-size: 1rem;
}

#committee #right article {
    margin: 2rem 0;
}


/* 领导信息样式 */
#committee .leader {
    text-align: center; /* 文本居中 */
    margin: 0 auto; /* 水平居中 */
    padding: 20px;
}

    #committee .leader img {
        width: 150px; /* 固定宽度 */
        height: 150px; /* 固定高度 */
        border-radius: 50%; /* 圆形图片 */
        object-fit: cover; /* 保持图片比例并覆盖容器 */
        display: block; /* 块级元素以便居中 */
        margin: 0 auto 15px; /* 图片居中并添加底部间距 */
        border: 3px solid #fff; /* 可选：添加白色边框 */
        box-shadow: 0 2px 8px rgba(0,0,0,0.15); /* 可选：添加阴影效果 */
    }

    #committee .leader p {
        margin: 8px 0; /* 调整段落间距 */
        line-height: 1.5; /* 优化行高 */
    }

        #committee .leader p:last-child {
            color: var(--gray-color);
            font-size: 0.9rem;
        }

        #committee .leader p:nth-child(3) {
            font-weight: bold;
            font-size: 1.2rem;
        }

        #committee .leader P:first-child {
            font-weight: bold; /* 标题加粗 */
            font-size: 1.4rem; /* 标题字体大小 */
            color: var(--primary); /* 使用主题色 */
            margin-bottom: 15px;
        }

#committee #right h3 {
    font-size: 1.4rem; /* 标题字体大小 */
    color: var(--primary); /* 使用主题色 */
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.committee-member table {
    border: 1px solid var(--border-light);
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
    color: var(--gray-color);
}

    .committee-member table th {
        background: var(--border-light);
        font-size: 0.9rem;
        padding: 8px;
        text-align: center;
        font-weight: normal;
        color: var(--gray-color); /* 表头文字颜色 */
    }

.committee-member th,
.committee-member td {
    padding: 12px 15px; /* 单元格内边距 */
    text-align: center; /* 文本居中 */
    color: #666;
    vertical-align: middle;
}

.committee-member table tr td:nth-child(1) {
    width: 15%
}

.committee-member table tr td:nth-child(2) {
    width: 15%
}

.committee-member table tr td:nth-child(3) {
    text-align: left;
    width: 40%
}






/**刊物**/
.publication .img-item {
    border: 1px solid #eee;
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

    .publication .img-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        color: var(--primary);
    }

    .publication .img-item .img-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 0.5rem;
    }

.publication .row { /*间距相等，两端对齐，但是如果不满一行则左对齐*/
    gap: 0 1.4rem;
}

    .publication .row > * {
        padding: 0;
    }

.publication .col-md-3 {
    width: 23%;
}



.news-list li {
    background: var(--gray-light2);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

    .news-list li h2 {
        font-size: 1.2rem;
        line-height: 1.8em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-list li p.desc {
        color: var(--gray-color);
        line-height: 1.5em;
        font-size: 0.9rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news-list li .data1 span {
        display: block;
    }

    .news-list li .data2 {
        display: none
    }

    .news-list li .data1 span:first-child {
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    .news-list li .data1 span:last-child {
        color: var(--gray-color)
    }



    .news-list li p.more {
        color: var(--secondary);
        margin-bottom: 0;
    }

    .news-list li:hover {
        transform: translateY(-5px);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        background: var(--gray-light);
    }

        .news-list li:hover a {
            color: var(--secondary);
        }

.news-list.newspic-list li {
    background: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding: 1.5rem 0;
}

    .news-list.newspic-list li:last-child {
        border-bottom: 0;
        ;
    }

    .news-list.newspic-list li:hover {
        box-shadow: none;
    }

.news-list.newspic-list .col-md-3 {
    padding-left: 0;
    transition: padding-left 0.3s ease-in-out;
}

.news-list.newspic-list .data2 {
    display: block;
    color: var(--gray-color);
    margin-bottom: 0;
}

    .news-list.newspic-list .data2 img {
        margin-right: 0.5rem;
        vertical-align: middle;
        top: -0.1rem;
        position: relative;
        width: 1rem;
        height: auto;
        opacity: 0.5;
    }

img.lazy-loading {
    opacity: 0.3;
    background: #eee;
}

img.lazy-loaded {
    opacity: 1;
    transition: opacity 0.3s;
}

.news-list.newstxt-list li {
    background: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding: 1rem 0;
}

    .news-list.newstxt-list li:hover {
        box-shadow: none;
        transform: translateY(0px);
    }

    .news-list.newstxt-list li:last-child {
        border: 0;
    }

.news-list.newstxt-list p.more {
    display: none;
}

.news-list.newstxt-list h2, .news-list.newstxt-list .data {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.news-list.newstxt-list h2 {
    width: calc(100% - 8rem);
    font-size: 1rem;
}

.news-list.newstxt-list .num {
    color: var(--textcolor);
}

.newstxt-list .data {
    color: var(--gray-color);
    float: right;
}

.news_recommed li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../images2025/dot.png) left 0.8rem no-repeat;
    padding-left: 15px;
    margin-bottom: 0.5rem;
}

    .news_recommed li:first-child {
        border-bottom: 1px solid #ccc;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 0;
        background: none;
    }

    .news_recommed li img {
        width: 100%;
        height: auto
    }


article .news_header span {
    margin-right: 1rem;
    color: var(--gray-color);
    font-size: 0.8rem;
}

article h1.news_title {
    font-size: 1.5rem;
    line-height: 1.5em;
    text-align: center
}

.news_spec {
    text-align: center;
    color: var(--gray-color);
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem
}


article .news_header img {
    vertical-align: middle;
    width: 0.8rem;
    height: auto;
    margin-right: 0.5rem;
    position: relative;
    top: -0.1rem;
    opacity: 0.5;
}

article h1.title {
    margin: 2rem 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.video-list .ratio {
    border-radius: 0;
}

.video-list .img-item .ratio {
    border: 1px solid #eee;
    padding: 15px;
    transition: all 0.3s ease-in-out;
}

    .video-list .img-item .ratio:hover {
        transform: translateY(-5px);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        color: var(--primary);
    }

.video-list .img-item .img-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.video-list .row { /*间距相等，两端对齐，但是如果不满一行则左对齐*/
    gap: 0 1.5rem;
}

    .video-list .row > * {
        padding: 0;
    }

.video-list .col-md-4 {
    width: 31.333%;
}

/**member**/
.right_select {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    position: relative;
    font-size: 0.9rem;
}

    .right_select svg {
        position: relative;
        margin-top: -0.1rem;
    }

    .right_select a {
        margin-left: 15px;
        float: left;
        display: block;
        height: 40px;
        padding-right: 15px;
        line-height: 40px;
    }

    .right_select select {
        float: left;
        margin: 10px 15px;
        background: none;
        border: none;
        height: 20px;
        color: #999;
        line-height: 20px;
        padding-right: 5px;
        outline: none;
    }

    .right_select span.line {
        display: block;
        width: 1px;
        height: 16px;
        margin-top: 12px;
        float: left;
        background: var(--gray-color);
    }

    .right_select .sel {
        height: 40px;
        float: right;
    }

    .right_select .keyword {
        width:;
        height: 40px;
        background: none;
        padding: 0 5px;
        border: none;
        line-height: 40px;
        float: left;
        color: var(--gray-color);
        outline: none;
    }

    .right_select .btn_search {
        width: 60px;
        height: 40px;
        background: var(--primary);
        color: #fff;
        border: none;
        text-align: center;
        cursor: pointer;
        float: right;
    }

.selet-type {
    display: inline-block;
    position: relative;
    padding: 0 3rem;
    cursor: pointer;
    color: var(--gray-color);
    font-size: 0.9rem;
    line-height: 40px;
}

    .selet-type ul {
        display: none
    }

    .selet-type:hover ul {
        display: block;
        position: absolute;
        left: 30px;
        top: 40px;
        background: #fff;
        border: 1px solid var(--border-light);
    }


.search-bar {
    background: var(--gray-light);
    border: var(--border-light);
}

#member #right .right-contnet {
    padding-top: 0
}

.member-list li {
    margin-bottom: 1rem;
    background: var(--gray-light2);
    padding: 1rem;
}

    .member-list li:hover {
        background: var(--gray-light);
    }

    .member-list li a {
        display: block;
    }

        .member-list li a h5 {
            font-size: 1.2rem;
            margin-bottom: 0.5rem;
        }

        .member-list li a p {
            font-size: 0.9rem;
            color: var(--gray-color);
            margin-bottom: 0;
        }

            .member-list li a p span {
                margin-right: 1rem;
            }


#memberinfo .unit_title {
    background-color: var(--gray-color);
    color: white;
    padding: 1rem 2rem;
    border-radius: 4px 4px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    #memberinfo .unit_title:hover {
        background-color: #34495e;
    }

    #memberinfo .unit_title h2 {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 500;
    }
/* 表格样式 */
.tbblue .rt {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

    .tbblue .rt:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }


.tbblue .tb_unit {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    background-color: #fff;
}

    .tbblue .tb_unit td {
        padding: 0.5rem;
        border: 1px solid #dee2e6;
    }

.tbblue .tdtit {
    width: 15%;
    text-align: right;
}


.tbblue .tdbox .name {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.btn_reg {
    background: var(--primary);
    color: #fff;
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 5px
}

    .btn_reg:hover {
        background: var(--secondary)
    }

.input-group {
    width: auto
}
/**login**/
.captcha-img {
    height: 38px !important;
    cursor: pointer;
    border-radius: 4px;
}

.form-label {
    font-weight: 500;
    color: #333;
}

.pageNext {
    text-align: center
}

    .pageNext a {
        display: inline-block;
        width: calc(50% - 150px);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: middle;
        margin-top: -0.1rem;
    }
/* 动画效果 */
#unitInfo_1, #unitCaseList, #unitProductList, .btn_reg {
    transition: all 0.5s ease-in-out;
}

#unitCaseList {
    clear: both;
    width: 100%;
}

.case_list {
    margin-left: -20px;
    width: 760px;
}

    .case_list li {
        width: 165px;
        overflow: hidden;
        vertical-align: middle;
        text-align: center;
        float: left;
        margin-left: 20px;
    }

        .case_list li img {
            width: 150px;
            height: 100px;
            margin-top: expression((110-this.height)/2);
            vertical-align: middle;
            padding: 2px 2px 2px 2px;
            border: #ccc 1px solid;
        }

        .case_list li a {
            display: block;
        }

        .case_list li:hover a {
            border-color: #d50000;
        }






.product_list {
    margin-left: -20px;
    width: 760px;
}

    .product_list li {
        width: 165px;
        overflow: hidden;
        vertical-align: middle;
        text-align: center;
        float: left;
        margin-left: 20px;
    }

        .product_list li img {
            width: 150px;
            height: 100px;
            margin-top: expression((110-this.height)/2);
            vertical-align: middle;
            padding: 2px 2px 2px 2px;
            border: #ccc 1px solid;
        }

        .product_list li a {
            display: block;
        }

        .product_list li:hover a {
            border-color: #d50000;
        }


/* 响应式设计 */
@media (max-width: 768px) {
    .tbblue .tb_unit td {
        display: block;
        width: 100%;
    }

    .tbblue.tdtit {
        text-align: left;
        background-color: #e9ecef;
        border-bottom: none;
    }

    .tbblue .tdbox {
        border-top: none;
    }

    .tbblue .unit_title h2 {
        font-size: 1.1rem;
    }
}

/* 作品和产品列表样式 */
#unitCaseList, #unitProductList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 0 0 4px 4px;
}

/* 链接样式 */
.tdbox a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .tdbox a:hover {
        color: #2980b9;
        text-decoration: underline;
    }

/* 数据为空时的样式 */
.empty-data {
    text-align: center;
    padding: 20px;
    color: #6c757d;
    font-style: italic;
}

/**项目列表**/



#works_list_top li {
    float: left;
    margin: 5px;
}

    #works_list_top li a {
        display: block;
        border: #ccc 1px solid;
        padding: 0 5px;
    }

.works_list {
    clear: both;
    margin-top: 3rem;
    margin-left: -6px;
}

    .works_list li .picbox {
        width: 100%;
        height: 185px;
        overflow: hidden;
        vertical-align: middle;
        text-align: center;
    }

    .works_list li {
        float: left;
        margin-bottom: 12px;
        line-height: 1.8em;
        text-align: center;
        position: relative;
    }

        .works_list li a {
            padding: 1px 1px 1px 1px;
            border: #ccc 1px solid;
            display: block;
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 60%; /* 3:4 比例 = 4/3*100% */
            overflow: hidden;
        }

        .works_list li img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            min-width: 100%;
            min-height: 100%;
            max-width: none;
            object-fit: cover;
        }

        .works_list li:hover a {
            border-color: #d50000;
        }



        .works_list li p {
            display: none;
            width: 176px;
            height: 45px;
            background: #f0f0f0;
            position: absolute;
            left: 2px;
            top: 80px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            -moz-binding: url('ellipsis.xml#ellipsis');
        }

        *html .works_list li:hover p {
        }

        .works_list li:hover p {
        }

/* 搜索区域容器 */
#page_search {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px 20px;
    text-align: center
}

    /* 搜索标签样式 */
    #page_search > span:not(.hidden) {
        color: #333;
        font-size: 0.95rem;
        white-space: nowrap;
    }

    /* 输入框和下拉菜单通用样式 */
    #page_search .s_in, #page_search select {
        padding: 0px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 0.9rem;
        width: 180px;
        transition: border-color 0.2s;
    }

        /* 输入框和下拉菜单聚焦状态 */
        #page_search .s_in:focus, #page_search select:focus {
            outline: none;
            border-color: #134985;
            box-shadow: 0 0 0 2px rgba(19, 73, 133, 0.2);
        }

    /* 提交按钮样式 */
    #page_search .s_out {
        background-color: #134985;
        color: white;
        border: none;
        border-radius: 4px;
        padding: 0 20px;
        font-size: 0.9rem;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        /* 提交按钮悬停状态 */
        #page_search .s_out:hover {
            background-color: #0f3a6b;
        }

/* 响应式调整 */
@media (max-width: 767px) {
    #page_search {
        flex-direction: column;
        align-items: stretch;
        padding: 15px;
    }

        #page_search .s_in, #page_search select {
            width: 100%;
        }

        #page_search .s_out {
            width: 100%;
        }
}

.search_mode {
}

    .search_mode ul {
        display: flex;
        justify-content: center
    }

    .search_mode li {
        float: left;
        margin-left: 10px;
    }

        .search_mode li.fst {
            font-weight: bold;
            color: #555;
        }

    .search_mode #bt_SearchUnit {
        background: #d50000;
        border: none;
        width: 60px;
        height: 22px;
        font: 12px/20px "Microsoft YaHei";
        text-align: center;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        color: #fff;
    }

    .search_mode #bt_SearchJob {
        background: #d50000;
        border: none;
        width: 60px;
        height: 22px;
        font: 12px/20px "Microsoft YaHei";
        text-align: center;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        color: #fff;
    }





.highslide-gallery {
    margin-bottom: 2rem
}

    .highslide-gallery
    .nph_area {
        width: 100%
    }

    .highslide-gallery
    .nph_photo_ctrl {
        height: auto !important
    }

    .highslide-gallery
    .nph_photo_next {
        background: url(/swfimg/caser.png) 95% center no-repeat;
    }

/**专家库**/
.expert-list {
    display: flex
}

    .expert-list dt {
        width: 15%
    }

    .expert-list dd {
        flex: 1;
        background: none !important;
        margin-top: 0 !important;
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
    }

    .expert-list span {
        display: inline-block;
        background: var(--border-light);
        text-align: center;
        width: 18.3%;
        margin-bottom: 1rem;
        font-weight: bold;
        padding: 0.5rem 0;
    }

#serve .right-contnet {
    padding-top: 0
}

#serve h2.title {
    font-size: 1.2rem;
    margin: 2rem 0;
}

#serve h2 i {
    display: inline-block;
    width: 0.3rem;
    height: 1.5rem;
    background: var(--primary);
    margin-right: 0.5rem;
    vertical-align: middle;
}
/* 4:3图片比例容器 */
.ratio {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

    .ratio::before {
        content: '';
        display: block;
        /* 4:3比例计算: (3/4)*100% = 75% */
        padding-top: 60%;
    }

    .ratio img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        object-fit: cover; /* 保持比例并填充容器，可能裁剪部分图片 */
        /* 如需完整显示图片(可能有空白)，使用 object-fit: contain; */
    }




/* 分页组件样式 */
.divPage {
    margin: 3rem auto;
    text-align: center;
}

.pages {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

    .pages b,
    .pages a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 1rem;
        height: 2.5rem;
        border-radius: 4px;
        text-decoration: none;
        font-size: 0.95rem;
        transition: all 0.2s ease;
    }

    /* 当前页码样式 */
    .pages b {
        background-color: var(--secondary);
        color: white;
        border: 1px solid var(--secondary);
    }

    /* 其他页码样式 */
    .pages a {
        color: #495057;
        border: 1px solid #dee2e6;
    }

        .pages a:hover {
            background-color: #e9ecef;
            border-color: #ced4da;
            transform: translateY(-1px);
        }

    /* 下一页按钮样式 */
    .pages .bt_pn {
        padding: 0 1rem;
        background-color: white;
        font-weight: 500;
    }

        .pages .bt_pn:hover {
            background-color: #f1f3f5;
        }

    /* 记录信息样式 */
    .pages span {
        margin-left: 1rem;
        color: #6c757d;
        font-size: 0.9rem;
    }

/* 响应式调整 */
@media (max-width: 768px) {
    #right .right-contnet table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: block
    }


    #left {
        display: none;
    }

    #right {
        padding: 0;
    }

    .pages {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0.5rem;
    }

        .pages b,
        .pages a {
            height: 2rem;
            font-size: 0.85rem;
        }

        .pages span {
            margin-left: 0;
            margin-top: 0.5rem;
            width: 100%;
            text-align: center;
        }

    #right .right-title h1 {
        font-size: 1.5rem;
    }

    .publication .col-md-3 {
        width: calc(50% - 0.75rem);
    }

    .member-list li a p span:last-child {
        display: block;
    }

    .news-list li {
        padding: 0.5rem 1rem;
    }

        .news-list li.row > * {
            padding: 0;
        }

        .news-list li .data1 {
            display: none;
        }

        .news-list li .data2 {
            display: block;
            margin-bottom: 0;
        }

        .news-list li p.more {
            display: none;
        }

        .news-list li h2 { /*超出两行自动隐藏*/
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            white-space: normal;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 0;
        }

    .news-list.newstxt-list li .col-md-1 {
        display: none;
    }

    .news-list.newstxt-list h2 {
        width: 100%;
    }

    .newstxt-list .data {
        float: none;
    }

    .news-list.newspic-list .row > * {
        padding: 0;
    }

    .news-list.newspic-list h2 {
        margin: 0.5rem 0;
    }

    .video-list .row {
        gap: 0;
    }

    .video-list .col-md-4 {
        width: 100%;
    }

    article .news_header span {
        display: block;
    }

    .right_select {
        height: auto
    }

    .selet-type {
        padding: 0 1.5rem
    }

    #reg .text-end {
        text-align: left !important
    }
}
