﻿#leftFrame .title {
    margin-left: 5px;
    height: 27px;
    text-align: left;
    line-height: 27px;
}


#treeviewFrame {
    text-align: left;
    margin-top: 2px;
    /*margin-left: 5px;*/
    margin-left: 1px;
    /* height: 600px;
       min-height:200px;*/
    /*    position: relative;*/
}

/*   #treeviewFrame #bookstree {
        width: 220px;
        float: left;
        overflow: hidden;
    }   */


/*    #treeviewFrame */
.bookDiv {
    /* float: left;*/
    width: 220px;
    min-height: 120px;
    min-width: 160px;
    max-width: 680px;
    overflow: hidden;
    visibility: visible;
    background-color: #FDF7E9;
    border: 1px solid #FFCC00;
    /* position: fixed; */ /*基于body定位，全页面拖拽 */
    position: absolute;
    cursor: move;
    z-index: 30;
    transition: none;
    /* 新增：创建独立层叠上下文，作为手柄定位参考 */
    contain: layout paint;
    transform-style: preserve-3d;
    /* 新增：为子元素百分比定位提供参考 */
    padding: 2px 2px 2px 0; /* 与folder-tree的top/left对应 */
}

.bookDiv2 {
    /* float: left;*/
    left: 230px;
    top: 280px;
    min-height: 120px;
    min-width: 160px;
    max-width: 728px;
    overflow: hidden;
    visibility: visible;
    background-color: #FDF7E9;
    border: 1px solid #FFCC00;
    /* position: fixed; */ /*基于body定位，全页面拖拽 */
    position: absolute;
    cursor: move;
    z-index: 30;
    transition: none;
    /* 新增：创建独立层叠上下文，作为手柄定位参考 */
    contain: layout paint;
    transform-style: preserve-3d;
    /* 新增：为子元素百分比定位提供参考 */
    padding: 2px 2px 2px 0; /* 与folder-tree的top/left对应 */
}

#bookstree {
    /* 关键修改：从固定宽高改为百分比 */
    width: 100%;
    height: 100%;
    /*border: 1px solid #bdc3c7;
    border-radius: 4px;*/
    /* 关键修改：移除固定top/left，改用margin适配 */
    /* position: relative;*/
    /* margin: 5px;
    padding: 10px;*/
    transition: none;
}

#dragTop {
    width: 10px;
    height: 10px;
    right: 0;
    top: 0;
    background-color: #b85b5a;
    border-radius: 0 0 0 4px;
    position: absolute;
    cursor: move;
    z-index: 15;
    transform: translate3d(0, 0, 1px); /* 独立渲染层 */
    clip: auto; /* 防止被overflow:hidden裁剪 */
    pointer-events: auto; /* 保证交互正常 */
    contain: strict; /* 独立布局/渲染 */
}

.dragMidRight {
    right: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    cursor: pointer;
    z-index: 15;
    transform: translate3d(0, 0, 1px); /* 独立渲染层 */
    clip: auto; /* 防止被overflow:hidden裁剪 */
    pointer-events: auto; /* 保证交互正常 */
    contain: strict; /* 独立布局/渲染 */

    width: 0;
    height: 0;
    /* 左边框有颜色，其他边框透明 */
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #FF0000;
}
/* 3. 向左的三角形 */
.dragMidLeft {
    right: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    cursor: pointer;
    z-index: 15;
    transform: translate3d(0, 0, 1px);
    clip: auto;
    pointer-events: auto;
    contain: strict;
    width: 0;
    height: 0;
    /* 右边框有颜色，其他边框透明 */
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #FF0000;
}

#resizeDown {
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 0;
    background-color: #FFCC00;
    border-radius: 4px 0 0 0;
    position: absolute;
    cursor: se-resize;
    z-index: 15;
    transform: translate3d(0, 0, 1px);
    clip: auto;
    pointer-events: auto;
    contain: strict;
}

#statisticsFrame {
    float: left;
    text-align: left;
    margin-bottom: 22px;
    width: 225px;
    position: relative;
    border: 1px solid goldenrod;
    /* visibility: hidden;*/
    display: none;
    flex-shrink: 0;
}

    #statisticsFrame #statistitle {
        width: 100%;
        height: 22px;
        color: white;
        font-weight: bolder;
        letter-spacing: 6px;
        text-align: center;
        background-color: #CBAB82;
    }

    #statisticsFrame ul {
        font-size: 12px;
        list-style: none;
        float: left;
        text-align: left;
        width: 100%;
        margin: 0;
        padding-top: 6px;
    }

#leftFrame #qrCode {
    text-align: center;
    margin: 260px 0 0 38px;
    position: fixed;
    z-index: 99;
}

#qrCode img {
    width: 90px;
    padding-left: -50px;
}

/* 二维码关闭按钮 */
#qrCodeClose {
    position: absolute;
    top: -2px;
    right: 2px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #e74c3c;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    user-select: none;
}

    #qrCodeClose:hover {
        background-color: #c0392b;
    }

#contentFrame #runNews {
    width: 680px;
    text-align: center;
    vertical-align: text-bottom;
}

#contentFrame #loginFrame {
    font-size: 12px;
    height: 27px;
    text-align: center;
    padding-right: 5px;
    background-position: -228px 0px;
}

#contentFrame #login {
    float: right;
    width: auto;
    color: #503800;
    padding-right: 5px;
}

#login a {
    font-weight: bold;
}

#contentFrame #login .rl {
    height: 25px;
    width: 62px;
    background-position: top;
}

#login div {
    float: left;
    padding-top: 5px;
    padding-right: 5px;
}

#contentFrame #PanelLogin {
    padding: 0;
}

#contentFrame #login input.input {
    font-size: 12px;
    width: 84px;
}

#contentFrame #login input.btnLogin {
    position: relative;
    bottom: 0px;
    top: 4px;
}

#searchResultFrame2 #itemContent {
    float: left;
    font-size: 13px;
    padding: 1px 14px 3px 16px;
    width: 696px;
    line-height: 24px;
    min-height: 560px;
}

#itemContent p {
    padding-left: 2em;
    margin: 6px 0;
}

#contentFrame #searchFrame {
    text-align: left;
    width: 616px;
    vertical-align: text-bottom;
    border: 1px solid #E9E4D7;
    margin: 10px 0 10px 0;
    padding: 8px 0 2px 72px;
    font-size: 13px;
    line-height: 32px;
}

#contentFrame #mapPath {
    text-align: left;
    padding: 4px;
    background-color: #E9E4D7;
    border-bottom: 1px solid #DFD7C5;
}

#contentFrame #searchResultFrame {
    text-align: left;
    min-height: 650px;
}

#contentFrame .title {
    position: relative;
    left: 179px;
    height: 27px;
    text-align: left;
    line-height: 27px;
    width: 100%;
    top: 0px;
}

#searchResultFrame #searchResultMsg {
    width: 670px;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 6px;
    padding: 6px 0 4px 20px;
}

.actionMessage {
    width: 670px;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 6px;
    padding: 8px 0 4px 20px;
}

#contentFrame #searchFrame .keywordTextbox {
    width: 200px;
}

.displaynone {
    display: none;
}

#itemContent div {
    font-size: 13px;
    font-weight: bold;
    text-indent: 2em;
    margin: 2px 0 2px 0;
}

#itemContent a {
    font-weight: normal;
    color: #b85b5a;
    text-decoration: none;
}

    #itemContent a:hover, #searchFrame a:hover {
        font-weight: normal;
        color: #9c3433;
    }

.srcell {
    padding: 3px 0px;
}

    .srcell div, .srcell span {
        line-height: 140%;
    }

span.hot, span.hot a {
    color: #FF0000;
}

.srcell .ctitle, .srcell .summary, .srcell .derivation, .srcell .miniature {
    max-width: 648px;
    font-size: 18px;
    padding: 3px 0px;
    padding-left: 48px;
    word-wrap: break-word;
}

.srcell .derivation {
    color: #333333;
    width: 628px;
    font-size: 20px;
    background: url(/images/c_derivation.gif) no-repeat 10px 12px;
}

    .srcell .derivation a {
        text-decoration: none;
    }

.srcell .ctitle {
    font-size: 22px;
    color: #008000;
    background: url(/images/c_title.gif) no-repeat 10px 12px;
}

.srcell .summary {
    overflow: hidden;
    background: url(/images/c_summary.gif) no-repeat 10px 10px;
    color: #333333;
}

.srcell .miniature {
    padding-top: 8px;
}

    .srcell .miniature img {
        border: 1px solid #999999;
        max-width: 500px;
    }

.srcell .feedback {
    text-align: right;
    padding-right: 3px;
}

.bname {
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    vertical-align: top;
    text-align: left;
    padding: 5px 0px 5px 0px;
}

.bvalue {
    font-size: 14px;
    vertical-align: top;
    text-align: left;
    text-indent: 28px;
    line-height: 26px;
    width: 98%;
    padding: 5px 0px 5px 10px;
}

.green {
    color: Green;
    text-decoration: underline;
}

.zjnujgw {
    font-family: 浙师大甲骨文;
}

.jgwsw {
    font-family: @甲骨文释文;
}

.ps {
    font-size: 13px;
    color: blue;
}

.zsdb {
    padding: 30px 0 0 48px;
}

.pager {
}

    .pager ul {
        width: 662px;
        margin: 0 auto;
        margin-top: 6px;
        padding-left: 28px;
        list-style: none;
    }

        .pager ul li {
            font-size: 13px;
            margin-right: 12px;
            display: inline;
        }

.disable {
    color: #D4D0C8;
}

.checked {
    font-weight: bold;
    color: red;
}

.searchResultDataList {
    width: 100%;
    margin: 0 0 6px 0;
}

#divIntr {
    padding-left: 20px;
    padding-top: 56px;
}

    #divIntr #monthInfo {
        padding-left: 60px;
        font-size: 14px;
        color: black;
    }

#datalstIntro {
    width: 85%;
    margin: 4px 30px 0 80px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.searchResultDataListItem {
    padding: 3px;
}

.searchResultDataListAlter {
    padding: 3px;
}

.searchResultTable {
    vertical-align: top;
    text-align: left;
}

#loadingArea {
    position: absolute;
    top: 300px;
    left: 49%;
    text-align: center;
    width: 200px;
}

#loadingImg {
    width: 200px;
    height: 60px;
    text-align: center;
    padding-top: 35px;
    line-height: 15px;
    border: solid 1px #cccccc;
}

#UpdatePanelList {
    margin-left: 3px;
    margin-right: 2px;
}

#searchResultHeader {
    position: inherit;
    margin-bottom: 1px;
    text-align: left;
    margin-right: 1px;
    width: 700px;
}

#searchResultList {
    width: 700px;
    padding-top: 2px;
    margin-bottom: 16px;
}

    #searchResultList:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        margin-bottom: 2px;
        padding-top: 1px;
        width: 700px;
    }

#searchResultFooter {
    width: 700px;
}

ul {
    line-height: 28px;
    margin: 6px 0 0 40px;
    padding: 0;
}

.showdaodu {
    font-size: 14px;
    margin: 8px 0;
}

.col3 {
    list-style: none;
    width: 666px;
    text-indent: 2em;
    font-size: 14px;
    margin-left: 40px;
    padding: 0;
}

    .col3 li {
        float: left;
        width: 220px;
        padding-right: 2px;
        line-height: 32px;
    }

#cbxDate {
    margin-left: 8px;
}

#sliderDiv {
    float: left;
    width: 220px;
    color: #292929;
    font-size: 12px;
}

#slider {
    float: left;
    width: 90px;
    height: 10px;
    margin: 4px 8px 0 2px;
}

.dateDiv {
    float: left;
    width: 116px;
}

#date, #date1 {
    width: 43px;
    background-color: #D4D0C8;
    font-weight: normal;
}

#mrEvent {
    width: 60px;
    list-style: none;
    background-color: gold;
    position: absolute;
    z-index: 100;
    display: none;
}

    #mrEvent li {
        width: 100%;
    }

        #mrEvent li:hover, #mrEvent li:focus {
            font-weight: bold;
            color: black;
            cursor: pointer;
        }

.b1 {
    float: left;
    width: 177px;
    padding: 0 3px 0 3px;
    overflow: hidden;
}

.b2 {
    float: left;
    width: 42px;
}

    .b2 text {
        color: azure;
        background-color: #E8E0D5;
        color: #DB1480;
        padding: 2px 4px;
    }

.onlycheck {
    color: forestgreen;
}

.notcheck {
    color: red;
}

.onlycheck:hover, .onlycheck:focus {
    font-weight: bold;
    color: forestgreen;
}

.notcheck:hover, .notcheck:focus, .warn {
    font-weight: bold;
    color: red;
}

.hex {
    height: 60px;
}
