@charset "utf-8";

/* ============================================================
   主动公开 - 动态列表（GK-嵌套-动态.html）专用样式
   整合自原 <style> 块 + 原 trspage.css（已被废弃）
   依赖：trspage.js（动态生成翻页按钮）
   ============================================================ */

/* ===== 列表基础 ===== */
ul, ol {
    list-style: none;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
}

/* ===== 信息公开列表容器 ===== */
.xxgk-xxbox {
    width:720px;
    margin:0 15px 15px 15px;
}
.fd {
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 15px;
}

/* ===== 列表行 ===== */
.xxgk-comm-line {
    width: 98%;
    height: 50px;
}
.xxgk-comm-line span,
.xxgk-comm-line span a {
    line-height: 50px;
}
#heightbox li {
    line-height: 50px;
    font-size: 16px;
    min-height: 50px;
}

/* ===== 标题/日期列 ===== */
.xxgk-line-comtit,
.xxgk-line-comdate {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
    outline: 0 !important;
}
.xxgk-line-comtit {
    width: 600px;
    float: left;
}
.xxgk-line-comdate {
    width: 100px;
    float: right;
}
#heightbox {
    width: 720px;
}

/* ===== 表头标签 ===== */
.tab li.tbheader {
    color: #999999;
    text-align: center;
}

/* ===== 主动公开列表 - 表格列宽（页面内扩展） ===== */
body {
    font-family: "微软雅黑"!important;
    height: 1050px;
}
.right {
    float: left;
    width: 720px;
    margin: 0 10px 15px 10px;
    border: none;
}
.right_tit {
    width: 710px;
}
.tab {
    width: 720px;
}
.tab li {
    display: inline;
    float: left;
    line-height: 50px;
    font-size: 16px;
}
.d1, .d2, .d3, .d4 {
    display: block;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
    outline: 0 !important;
}
.d1 { width: 620px; }
.d2 { width: 100px; }

/* ===== 旧版翻页按钮 ID（pageNav 模式） ===== */
#pageNav a {
    cursor: pointer;
    margin: 0 5px;
    border: 1px solid #4895DD;
    padding: 3px;
    color: #4895DD;
}
#pageNav a:hover {
    border: 1px solid #4895DD;
    color: #fff;
    background: #4895DD;
}

/* ===== 自定义滚动条（Webkit 内核） ===== */
.test-1::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
.test-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #2C65A5;
}
.test-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

/* ===== 翻页按钮（原 trspage.css） ===== */
.page_div {
    margin: 20px 10px 20px 0;
    color: #666;
    text-align: center;
}
.page_div button {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#firstPage, #lastPage, #nextPage, #prePage, #jump {
    width: 50px;
    color: #0073A9;
    border: 1px solid #0073A9;
}
#nextPage, #prePage {
    width: 70px;
}
.page_div .current {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF;
}
.totalPages {
    margin: 0 10px;
}
.totalPages span, .totalSize span {
    color: #0073A9;
    margin: 0 5px;
}
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop;
}
#jumpV {
    display: inline-block;
    min-width: 6px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    border: 1px solid #0073A9;
    width: 30px;
    margin: 0 4px;
    color: #666;
    text-align: center;
    margin-top: -3px;
    background-color: #f9f9f9;
}
#result{
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}
@media (max-width: 745px) {
    body {
        height: auto !important;
    }
    .right {
        width: 100%;
        float: unset;
        margin: 0;
    }
    .tab{
        width: 100%;
    }
    .tab li{
        display: flex;
    }
    span.d1{
        flex: 3;
        font-size: 14px;
    }
    span.d2{
        flex: 1;
        font-size: 14px;
    }
    #jump, #jumpV{
        display: none !important;
    }
    .page_div{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .page_div button{
        font-size:12px;
    }
    button#prePage, button#nextPage {
        display: none;
    }
    /* totalList 独占第二行 */
    .page_div .totalList {
        flex-basis: 100%;
        order: 99;
        width: 100%;
        margin-top: 6px;
        text-align: center;
        font-size: 12px;
        color: #666;
    }
}