* {
    margin: 0;
    padding: 0;
}

html {
    overflow: hidden;
}

body {
    font: lighter 12px/18px Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    background: #E8ECF6;
    overflow: hidden;
}

*html body, * + html body {
    font: lighter 12px/18px Arial, Helvetica, sans-serif;
    color: #333;
    margin-left: 30px;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

form, p, h1, h2, h3, h4, h5, h6, ul, li, a, input, map {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}
.msgnote {
   /* border: 1px solid #ccc;*/
  /*  padding: 3px 6px 3px 15px;*/
    padding:10px;
    white-space: nowrap;
    overflow: hidden;
    /*background: #eeeeee url(../images/icon.gif) no-repeat 5px center;*/
    clear: both;
    /*margin-top: 1px;*/
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #e60012;
    }
/*header*/
.header {
    width: 100%;
    background: #2383EB;
    right: 0;
    top: 0;
    height: 40px;
    position: absolute;
    z-index: -1;
}

.head {
    min-width: 500px;
    width: 100%;
    margin: 0 auto;
    height: 43px;
    overflow: hidden;
}

.logo {
    float: left;
    padding-left: 15px;
    position: relative;
    z-index: 2;
}

.welcom {
    float: right;
    text-align: right;
    padding: 13px 10px 0 0;
    width: 400px;
    color: #D6B657;
}

    .welcom a {
        color: #f3f3f4;
    }

        .welcom a:hover {
            color: #fff;
        }

    .welcom .lines {
        padding: 0 10px;
        color: #fff;
    }

/**main*/
.main {
    min-width: 1000px;
    width: 100%;
    /*margin: 2px auto;*/
    clear: both;
}

.main_left {
    min-width: 590px;
}

    .main_left ul.ico {
        width: 99.6%;
        margin: 5px auto;
        overflow: hidden;
        clear: both;
        padding-left: 2.4%;
    }

    *html .main_left ul.ico, * + html .main_left ul.ico {
        width: 99.6%;
        margin: 5px auto;
        overflow: hidden;
        clear: both;
        padding-left: 0.0%;
    }

        .main_left ul.ico li {
            float: left;
            width: 10.7%;
            min-width: 62px;
            /*height: 67px;*/
            /*margin: 0 0 8px 2px;*/
            padding:10px 0;
            display: inline;
            text-align: center;
        }

        .main_left ul.ico a {
            color: black;
            /*width: 10.7%;*/
            min-width: 62px;
            _width: 62px;
            height: 17px;
            text-align: center;
            display: block;
            padding-top: 7px;
        } 
        .main_left ul.ico li img {
            width: 39px;
            height: 42px;
        }

    .main_left ul.audit {
        width: 100%;
        background: #eee;
        overflow: hidden;
        clear: both;
        padding: 1px 0;
        margin-left: 20px;
    }

        .main_left ul.audit li {
            float: left;
            width: 45%;
            overflow: hidden;
        }

            .main_left ul.audit li.set_up {
                width: 50%;
            }

            .main_left ul.audit li span {
                float: left;
                margin-left: 8px;
                display: inline;
                line-height: 23px;
            }

.button {
    width: 53px;
    height: 23px;
    display: block;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 22px;
    margin-left: 5px;
    background: url(../images/home_61.gif) no-repeat left top;
}

    .button:hover {
        background: url(../images/home_59.gif) no-repeat left top;
        color: #fff;
    }

.search {
    float: left;
    margin-left: 3px;
}

.audit_input {
    width: 40%;
    height: 20px;
    background: #f4f4f4;
    line-height: 20px;
    border: 1px solid #999;
    color: #555;
    float: left;
}

.main_left ul.docno {
    width: 100%;
    clear: both;
    overflow: hidden;
    background: #bab9b9;
    color: #fff;
    margin: 0 auto;
}

*html .main_left ul.docno, * + html .main_left ul.docno {
    width: 100%;
    clear: both;
    overflow: hidden;
    background: #bab9b9;
    color: #fff;
    margin-left: -5px;
}

    .main_left ul.docno li {
        float: left;
        display: inline;
        text-align: center;
        height: 25px;
        line-height: 25px;
    }

        .main_left ul.docno li.checkbox {
            width: 8%;
        }


        .main_left ul.docno li.docno_con {
            width: 22%;
        }

.data {
    width: 100%;
    margin: 0 auto 2px auto;
    height: 98px;
    clear: both;
    overflow-y: scroll;
    overflow-x: hidden;
}

table td {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.more {
    float: right;
    padding: 7px 5px 0 0;
}

.main_left ul.news {
    width: 48.5%;
    float: left;
    margin-left: 2px;
}

    .main_left ul.news li {
        border: 1px solid #ccc;
        padding: 3px 6px 3px 15px;
        white-space: nowrap;
        overflow: hidden;
        background: #eeeeee url(../images/icon.gif) no-repeat 5px center;
        clear: both;
        margin-top: 1px;
    }

.main_right {
    min-width: 200px;
    height: 583px;
    /*background: #f6f4f4;*/
}

    .main_right h2 {
        padding: 3px 10px;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
    }

        .main_right h2.add {
            background: url(../images/login_63.gif) no-repeat 98% center;
        }

        .main_right h2.minus {
            background: url(../images/login_12.gif) no-repeat 98% center;
        }

    .main_right .all_news {
        width: 100%;
        clear: both;
    }

    .main_right ul.news {
        padding: 3px 5px;
        font-size:14px;
    }

        .main_right ul.news li {
            padding: 1px 6px 1px 20px;
            white-space: nowrap;
            overflow: hidden;
            background: url(../images/icon.gif) no-repeat 5px 8px;
            clear: both;
        }

            .main_right ul.news li.more {
                background: none;
                text-align: right;
                padding-top: 5px;
            }

.main_add {
    min-width: 150px;
    height: 627px;
    /*background: #f6f4f4;*/
    background: #fff;
}

    .main_add li {
        width: 100%;
        clear: both;
        height: 28px;
        margin-top: 3px;
        line-height: 28px;
    }

    .main_add a {
        padding: 0 8px;
        color: #3d3c3c;
        display: block;
    }

        .main_add a:hover {
            color: #fff;
            background: #3f3a39;
        }

        .main_add a.visited {
            color: #fff;
            background: #3f3a39 url(../images/home_11.gif) no-repeat right center;
        }

.main_gap {
    width: 0.5%;
    min-width: 3px;
    float: left;
}
/*copyright*/
.copyright {
    min-width: 1000px;
    width: 100%;
    text-align: right;
    overflow: hidden;
    background: #576172;
    /*margin: 5px auto 0 auto;*/
    clear: both;
    color: #777;
    padding: 12px 0;
    color: rgb(151, 151, 151);
    /*color: rgb(183, 199, 226);*/
    font-size: 14px;
}

*html .copyright, * + html .copyright {
    margin-top: -35px;
}

.copy_text {
    margin-right: 20px;
}
/*common*/
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.main_box, .main_box2 {
    width: 100%;
    /*background: #f6f4f4;*/
    overflow: hidden;
    /*margin-top: -2px;*/
    font-size:14px;
}

.main_box2 {
    background: #fff;
}

.main_box3 {
    background: #eee;
    margin-bottom: 5px;
}

.title {
    width: 100%;
    clear: both;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*background: url(../images/title_bg.gif) repeat-x left top;*/
    background: #F5F7FB;
    border: 1px solid #e6e6e6;
}

.title2 {
    width: 100%;
    clear: both;
    height: 24px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: url(../images/title_bg.gif) repeat-x left top;
    cursor: pointer;
    margin-top: 1px;
}

.title_left {
    width: 3px;
    height: 26px;
    float: left;
}

.title_right {
    width: 3px;
    height: 26px;
    float: right;
    background: url(../images/right-title01.gif) no-repeat left top;
}

.title h1 {
    font-weight: bold;
    color: #333;
        /*height: 26px;
        line-height: 25px;*/
    font-size: 16px;
    float: left;
    padding-left: 10px;
}
