
.met-news {
    display: flex;
    min-height: 50vh; /* 或指定高度 */
}

/*.sidebar {
    width: 250px;
    background: #f0f0f0;
    transition: width 0.3s;
}

    .sidemenu.collapsed {
        width: 60px;
    }*/

.content {
    flex: 1;
    background: #fff;
    transition: margin-left 0.3s;
}

/* 当菜单展开时，内容区域自适应 */
.sidebar:not(.collapsed) + .content {
    margin-left: 0;
}

.pro-txt0 {
    font-size:  25px;
    font-weight: bold;
    color: #666;
    line-height: 1.2;
    margin-bottom: 5px;
}

.gridtitle {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    line-height: 1.2;
    margin-bottom: 5px;
}


 .table {
        table-layout: fixed;
    }
td {
    white-space: nowrap;
    overflow: hidden;
    word-break: keep-all;
    text-align: center;
}
.th-inner {
    text-align: center;
    
}


th {
    vertical-align: middle !important; /* 使用 !important 确保覆盖Bootstrap的默认样式 */
    color:#fff;
}


.table > thead {
    background-image: url("../../../../images/thbk.jpg");
}

.custom-table > thead {
   
    background-image: url("../../../../images/thbk2.png");
}