﻿body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }  
h1, h2, h3, h4, h5, h6{ font-size:100%; }  
address, cite, dfn, em, var { font-style:normal; }  
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }  
small{ font-size:12px; }  
ul, ol { list-style:none; }  
a { text-decoration:none; }  
a:hover { text-decoration:underline; }  
sup { vertical-align:text-top; }  
sub{ vertical-align:text-bottom; }  
legend { color:#000; }  
fieldset, img { border:0; }  

.error {
    color:red;
}

fieldset {
    margin:0 5px;
    width:98%;
}

input:read-only {
    background-color: rgb(235, 235, 228);
}

/*审核表单公用CSS*/
.updown {  /*收起；放下*/
    cursor:pointer;
}

/*tableFrame*/
.tableFrame {
    text-align: center;
    /*min-width: 766px;
    max-width:1020px;*/
    border-top: #DDDDDD 1px solid;
    /*border-left: #000 1px solid;*/
    padding: 0;
    font-size: 12px;
    margin: 0 auto;
}
.tableFrame {
    width:766px;
}
.tableFrame ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tableFrame ul li {
    min-width:256px;
    float: left;
    display: block;
    margin-left: -1px;
    line-height: 30px;
    color: #000;
    border-collapse: collapse;
}
/* 表格标题*/
.tableFrameTitle ul {
}
    .tableFrameTitle ul li {border-collapse: collapse;
        background: gray;
        text-align: center;
        color: #fff;
    }
/* 表格内容*/
.tableFrameContent .contentTitle {
    width:93px; text-align:right;
    border-left: #DDDDDD 1px solid;
    border-right: #DDDDDD 1px solid;
    border-bottom: #DDDDDD 1px solid;
    color: #0b6cbc;
    float:left;
    overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
}
.tableFrameContent .contentCell {
    width:160px;
    border-right: #DDDDDD 1px solid;
    border-bottom: #DDDDDD 1px solid;
    float:left;
    text-align:left;
    overflow:hidden;
}
    /*解决label,span默认不占位、设置宽度无效的问题*/
    .tableFrame .contentCell label {
        display:inline-block; 
    }
.tableFrameContent .contentCell input.word1 {
    width:125px;
}
.tableFrameContent .contentCell input.word2 {
    width:113px;
}
.tableFrameContent .contentCell input.word3 {
    width:89px;
}
.tableFrameContent .contentCell5 {
    width:670px;
}
    .tableFrameContent .contentCell input {
        width:138px;/*width:150px;*/
        margin-left: 3px;
    }
    .tableFrameContent .contentCell select {
        width:140px;
        margin-left: 3px;
    }
    
/* button start */
.common-btn{
    overflow: hidden;
    margin: 4px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    line-height: 20px;
    font-size: 12px;
}
/* button end */

/* the gridbox of list start */
.queryBox{width: 99%; min-width: 1100px; margin: 0 auto;}
.listPosition {
    position: absolute;
    top: 55px;
    left: 0.5%;
    bottom: 30px;
    z-index: 20;
    width: 99%;
    overflow: hidden;
    border: 1px solid #a4bed4;
}

.bottomPosition {
    position: absolute;
    bottom: 0;
    left: 0.5%;
    width: 99%;
    overflow: hidden;
    border:1px solid #e2efff;
    border-top:none;
    border-bottom:none;
}
.listPosition .gridbox{width: 100% !important; overflow-x: auto !important; border: 0 none !important;}
.listPosition .objbox {
    overflow-x: hidden;
    overflow-y: auto !important;
}
.listPosition .xhdr{height: 31px !important;}
 
/* the gridbox of list end */
/* button start */
.listBtn{
    overflow: hidden;
    margin: 4px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    line-height: 20px;
    font-size: 12px;
}
/* button end */

/*宽屏下*/
@media screen and (min-width:1020px) {
    .tableFrame {
        width:1020px;
    }
    /* 表格内容*/
    .tableFrameContent .contentTitle {
        width:99px;
    }
    .tableFrameContent .contentCell {
        width:239px;
    }
    .tableFrameContent .contentCell input.word1 {
        width:200px;
    }
    .tableFrameContent .contentCell input.word2 {
        width:190px;
    }
    .tableFrameContent .contentCell input.word3 {
        width:170px;
    }
    .tableFrameContent .contentCell5 {
        width:919px;
    }
    .tableFrameContent .contentCell input {
        width:216px;/*width:224px;*/
    }
    .tableFrameContent .contentCell select {
        width:218px;
    }
}

