body {
    background-color: #fcfcfc;
    height: auto;
}

.logo1 {
    float: left;
    overflow: hidden;
    width: 246px;
    background: url(../images/common/logo1.png) no-repeat #0475cb;
    height: 100%;
}

.quit-big {
    float: right;
    overflow: hidden;
    height: 100%;
    width: 70px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 122px;
    background: url(../images/common/icon10.png) no-repeat center 13px #0677cd;
}

.manage-nav {
    height: 100%;
    overflow: hidden;
    float: right;
}

    .manage-nav a {
        color: #FFFFFF;
        text-align: center;
        line-height: 118px;
        font-size: 14px;
    }

    .manage-nav li {
        float: left;
        height: 100%;
        overflow: hidden;
    }

        .manage-nav li > a {
            display: block;
            height: 77px;
            padding: 0 14px;
            border-top: 3px solid transparent;
            background-repeat: no-repeat;
        }

            .manage-nav li.cur > a, .manage-nav li > a.cur, .manage-nav li > a:hover {
                background-color: #199cff;
                border-top: 3px solid #ffea00;
            }

.icon1 {
    background-image: url(../images/common/icon01.png);
    background-position: center 16px;
}

.icon2 {
    background-image: url(../images/common/icon02.png);
    background-position: center 10px;
}

.icon3 {
    background-image: url(../images/common/icon03.png);
    background-position: center 9px;
}

.icon4 {
    background-image: url(../images/common/icon04.png);
    background-position: center 12px;
}

.icon5 {
    background-image: url(../images/common/icon05.png);
    background-position: center 11px;
}

.icon6 {
    background-image: url(../images/common/icon06.png);
    background-position: center 12px;
}

.icon7 {
    background-image: url(../images/common/icon07.png);
    background-position: center 11px;
}

.icon8 {
    background-image: url(../images/common/icon08.png);
    background-position: center 12px;
}

.icon9 {
    background-image: url(../images/common/icon09.png);
    background-position: center 11px;
}

.wrap {
    width: 100%;
    overflow: hidden;
    min-width: 1100px;
    position: relative;
}

.arrow {
    width: 37px;
    height: 37px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/common/arrow.png) center center #5c5c5c no-repeat;
    cursor: pointer;
}

    .arrow:hover {
        background-color: #999;
    }

.container {
    margin-left: 37px;
    overflow: hidden;
    background-color: #f0f0f0;
    max-width: 1600px;
}

.manage-menu {
    width: 171px;
    float: left;
    margin: 20px 0 0 20px;
    background-color: #FFFFFF;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 3px #d1e0ec;
}

    .manage-menu li {
        height: 38px;
        line-height: 38px;
        overflow: hidden;
    }

        .manage-menu li a {
            display: block;
            width: 100%;
            height: 100%;
            color: #666;
            text-indent: 29px;
        }

            .manage-menu li.cur a, .manage-menu li a.cur, .manage-menu li a:hover {
                background-color: #6ab6ef;
                color: #FFFFFF;
            }

.manage-bottom {
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    overflow: hidden;
    color: #8f8f8f;
    clear: both;
    padding: 0 25px;
    background: #f5f5f5;
}

    .manage-bottom a {
        color: #8f8f8f;
    }

        .manage-bottom a:hover {
            text-decoration: underline;
        }

.pos .manage-bottom {
    position: absolute;
    left: 192px;
    bottom: 0;
    right: 0;
    margin-top: 0;
}



.manage-form {
    margin: 20px 20px 0 200px;
    overflow: hidden;
    border: 1px solid #dcebf6;
    background-color: #FFFFFF;
}

.manage-form-label {
    height: 40px;
    display: block;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-indent: 40px;
    background: #73bb3d url(../images/common/arrow01.png) no-repeat 23px center;
}

.manage-form-row {
    height: 28px;
    line-height: 28px;
    text-indent: 12px;
    border-top: 1px solid #dcebf6;
}

    .manage-form-row > div {
        float: left;
        height: 100%;
        border-left: 1px solid #dcebf6;
        overflow: hidden;
    }

        .manage-form-row > div:first-child {
            border-left: none;
        }

.manage-form table tr {
    text-indent: 6px;
}

    .manage-form table tr td {
        border-left: 1px solid #dcebf6;
        border-top: 1px solid #dcebf6;
    }

        .manage-form table tr td:first-child {
            border-left: none;
        }

.tl .col-style1 {
    text-align: left;
}

.col-style1 {
    width: 17.8%;
    background-color: #eefbfc;
    color: #6f92b5;
    text-align: right;
    padding: 4px 4px 4px 0;
}

.col-style2 {
    width: 15.1%;
    color: #3c3c3c;
    padding: 4px 4px 4px 0;
}

.col-style3 {
    width: 48%;
    padding: 4px 4px 4px 0;
}

.col-style4 {
    width: 80.9%;
    padding: 4px 4px 4px 0;
}

.col-style5 {
    width: 32%;
    color: #3c3c3c;
    padding: 4px 4px 4px 0;
}

.manage-form-back {
    height: 28px;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    line-height: 28px;
    background: #74c2fe;
    text-indent: none;
    border-radius: 3px;
    margin: 4px 0 0 4px;
    cursor: pointer;
}

    .manage-form-back:hover {
        background: #199cff;
    }




.manage-content {
    overflow: hidden;
    position: relative;
    padding-left: 192px;
    min-height: 400px;
    padding-top: 1px;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
}

.manage-left {
    width: 191px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #9ecff4;
    border-top: 1px solid #9ecff4;
    padding-top: 37px;
    background-color: #f4fafc;
    z-index: 10001;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
}

    .manage-left.fixed {
        position: fixed;
    }

.manage-content.slideLeft {
    padding-left: 37px;
}

    .manage-content.slideLeft .manage-left {
        left: -196px;
    }

.manage-left-top {
    width: 192px;
    height: 37px; /* overflow: hidden;*/
    position: absolute;
    left: 0;
    top: 0;
    background-color: #414141;
    color: #999;
    text-indent: 45px;
    line-height: 37px;
    font-size: 14px;
}

    .manage-left-top .arrow {
        left: 155px;
        background-image: url(../images/common/arrow_left.png);
    }

.manage-content.slideLeft .manage-left-top .arrow {
    left: 196px;
    background-image: url(../images/common/arrow.png);
}

.left-menu {
}

    .left-menu dl {
        /*-webkit-transition: height ease-in 0.3s;
        -moz-transition: height ease-in 0.3s;
        -ms-transition: height ease-in 0.3s;
        -o-transition: height ease-in 0.3s;*/
    }

        .left-menu dl.slide {
            overflow: hidden;
        }

        .left-menu dl dt {
            height: 42px;
            line-height: 42px;
            text-indent: 45px;
            font-size: 14px;
            background-color: #b6e2ff;
            color: #000;
            border: 1px solid #9ccaea;
            border-width: 1px 0;
            cursor: pointer;
            position: relative;
        }

            .left-menu dl dt.m_1 {
                background: #b6e2ff url(../images/common/icon_m_1.png) no-repeat 14px center;
            }

            .left-menu dl dt.m_2 {
                background: #b6e2ff url(../images/common/icon_m_2.png) no-repeat 16px center;
            }

            .left-menu dl dt.m_3 {
                background: #b6e2ff url(../images/common/icon_m_3.png) no-repeat 14px center;
            }

            .left-menu dl dt i {
                display: block;
                height: 100%;
                width: 15px;
                position: absolute;
                top: 0;
                right: 15px;
                background: url(../images/manage/leftnav_arrow_up.png) no-repeat center center;
            }

        .left-menu dl.slide dt i {
            background: url(../images/manage/leftnav_arrow_down.png) no-repeat center center;
        }

        .left-menu dl dd {
            height: 36px;
            background-color: #f4fafc;
            line-height: 36px;
        }

            .left-menu dl dd a {
                display: block;
                height: 34px;
                border: 1px solid #f4fafc;
                border-width: 1px 0;
                width: 100%;
                text-indent: 48px;
                position: relative;
                background: url(../images/common/point.png) no-repeat 36px center;
            }

                .left-menu dl dd a.cur, .left-menu dl dd.cur a, .left-menu dl dd a:hover {
                    border-color: #9acbf1;
                    color: #ff5519;
                    background: url(../images/common/point_cur.png) no-repeat 36px center #FFFFFF;
                }

                .left-menu dl dd a em {
                    background-color: #f94724;
                    display: none;
                    height: 100%;
                    left: 0;
                    position: absolute;
                    top: 0;
                    width: 4px;
                }

                .left-menu dl dd a.cur em, .left-menu dl dd.cur a em {
                    display: block;
                }



.slideLeft .manage-right {
    border-left: 1px solid #9ecff4;
}

.manage-right {
    overflow: hidden;
    margin-left: 0px;
}

.manage-screening {
    overflow: hidden;
    height: 58px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #cdd7de;
    padding: 0 10px 0 25px;
}

    .manage-screening > div {
        display: block;
        height: 58px;
        line-height: 58px;
    }

    .manage-screening select {
        height: 32px;
        width: 139px;
        border: 1px solid #d3d9dc;
        background-color: #f0f0f0;
        color: black;
        margin-right: 8px;
        vertical-align: middle;
        border-radius: 2px;
    }

    .manage-screening input[type="text"] {
        height: 30px;
        width: 127px;
        border: 1px solid #d3d9dc;
        background-color: #f0f0f0;
        margin-right: 8px;
        vertical-align: middle;
        border-radius: 2px;
        padding: 0 5px;
    }

    .manage-screening input[type="button"] {
        height: 32px;
        width: 66px;
        border-radius: 2px;
        border: none;
        color: #FFFFFF;
        text-align: left;
        text-indent: 10px;
        background: url(../images/manage/search_btn.png) no-repeat 41px center #75c4ff;
        margin-right: 8px;
        cursor: pointer;
    }

    .manage-screening input[type="submit"] {
        height: 32px;
        width: 66px;
        border-radius: 2px;
        border: none;
        color: #FFFFFF;
        text-align: left;
        text-indent: 10px;
        background: url(../images/manage/search_btn.png) no-repeat 41px center #75c4ff;
        margin-right: 8px;
        cursor: pointer;
    }

    .manage-screening input[type="button"]:hover {
        background: url(../images/manage/search_btn.png) no-repeat 41px center #199cff;
    }

    .manage-screening input[type="submit"]:hover {
        background: url(../images/manage/search_btn.png) no-repeat 41px center #199cff;
    }

    .manage-screening .high_search {
        color: #82b5ee;
    }

    .manage-screening a:hover {
        text-decoration: underline;
    }

    .manage-screening .record {
        color: #666666;
    }

        .manage-screening .record a {
            margin-right: 5px;
            color: #666;
        }

            .manage-screening .record a.cur {
                color: #f29e31;
            }

.manage-opt {
    height: 37px;
    line-height: 37px;
    margin: 5px 0 0 0px;
    overflow: hidden;
}

    .manage-opt a {
        display: block;
        float: left;
        margin-right: 5px;
        height: 33px;
        font-size: 12px;
        line-height: 33px;
        background-color: #f2f6f8;
        border: 1px solid #d3dbde;
        cursor: pointer;
        background-position: 10px center;
        background-repeat: no-repeat;
        border-radius: 3px;
        padding: 0 10px 0 39px;
    }

        .manage-opt a.opt1 {
            background-image: url(../image/2016/t01.png);
        }

        .manage-opt a.opt2 {
            background-image: url(../image/2016/t03.png);
        }

        .manage-opt a.opt3 {
            background-image: url(../image/2016/t06.png);
        }

        .manage-opt a.opt4 {
            background-image: url(../image/2016/t04.png);
        }

        .manage-opt a.opt5 {
            background-image: url(../image/2016/t05.png);
        }

        .manage-opt a.opt7 {
            background-image: url(../image/2016/t08.png);
        }

        .manage-opt a.opt6 {
            background-image: url(../image/2016/t09.png);
        }

        .manage-opt a:hover {
            background-color: #dff1ff;
            border: 1px solid #0785e4;
            color: #000;
        }



.manage-turnpage {
    overflow: hidden;
    height: 28px;
    margin: 0px 0 0 0px;
    line-height: 28px;
    position: relative;
}

    .manage-turnpage > div {
        height: 28px;
    }

select {
    height: 33px;
    border-radius: 2px;
    border-top: solid 1px #a7b5bc;
    border-left: solid 1px #a7b5bc;
    border-right: solid 1px #ced9df;
    border-bottom: solid 1px #ced9df;
    /*border: 1px solid #999;*/
}

.psize {
    width: 54px;
    height: 28px;
    border-radius: 2px;
    border: 1px solid #999;
}

.manage-page {
    height: 100%;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 300px;
    right: 300px;
}

.manage-page-content {
    display: inline-block;
    overflow: hidden;
}

    .manage-page-content a {
        display: block;
        height: 26px;
        overflow: hidden;
        float: left;
        line-height: 26px;
        min-width: 26px;
        text-align: center;
        border: 1px solid #dbe2e5;
        background-color: #FFFFFF;
        border-radius: 2px;
        cursor: pointer;
        margin: 0 2px;
        background-position: center center;
        background-repeat: no-repeat;
        _display: inline-block;
    }

        .manage-page-content a:hover {
            background-color: #dff1ff;
            border: 1px solid #0785e4;
        }

        .manage-page-content a.first {
            background-image: url(../image/2016/page_first.png);
        }

        .manage-page-content a.pre {
            background-image: url(../image/2016/page_pre.png);
        }

        .manage-page-content a.next {
            background-image: url(../image/2016/page_next.png);
        }

        .manage-page-content a.last {
            background-image: url(../image/2016/page_last.png);
        }

    .manage-page-content span {
        display: block;
        float: left;
        height: 28px;
        line-height: 28px;
        min-width: 36px;
        text-align: center;
        font-size: 14px;
        overflow: hidden;
    }

        .manage-page-content span input {
            width: 46px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            font-size: 14px;
            border: 1px solid #dbe2e5;
            border-radius: 2px;
            margin-left: 5px;
            outline: none;
        }


.tableContainer {
    /*overflow: hidden;*/
    margin: 8px 0 0px 0px;
    padding-bottom: 8px;
}

    .tableContainer > div {
        min-width: 1200px;
    }

    .tableContainer table {
        border: 1px solid #d3d9dc;
        border-radius: 2px;
        background-color: #FFFFFF;
        width: 100%;
    }

        .tableContainer table thead th {
            height: 32px;
            background-color: #dbe2e5;
            color: #3C3C3C;
            text-align: center;
            border-bottom: 1px solid #d1e7f2;
        }

        .tableContainer table tbody tr.even {
            background-color: #f3fafd;
        }

        .tableContainer table tbody tr:hover {
            background-color: #fffae2;
        }

        .tableContainer table tbody tr {
            height: 40px;
        }

            .tableContainer table tbody tr.HeaderStyle {
                height: 34px;
            }

        .tableContainer table tbody td {
            /*border: 1px solid #ddf2fe;
            border-width: 0 0 1px 1px;*/
            text-align: center;
        }

            .tableContainer table tbody td a:hover {
                text-decoration: underline;
            }

        .tableContainer table tbody tr td:first-child {
            border-width: 0 0 1px 0;
        }

        .tableContainer table tfoot tr {
            height: 38px;
            background-color: #f7f9fa;
        }

            .tableContainer table tfoot tr td {
                text-align: center;
            }

        .tableContainer table tbody .modify {
            display: inline-block;
            width: 23px;
            height: 23px;
            cursor: pointer;
            background: url(../images/manage/edit.png) no-repeat;
            margin: 0 1px;
        }

            .tableContainer table tbody .modify:hover {
                background: url(../images/manage/edit_h.png) no-repeat;
            }

        .tableContainer table tbody .view {
            display: inline-block;
            width: 23px;
            height: 23px;
            cursor: pointer;
            background: url(../images/manage/view.png) no-repeat;
            margin: 0 1px;
        }

            .tableContainer table tbody .view:hover {
                background: url(../images/manage/view_h.png) no-repeat;
            }

        .tableContainer table tbody .tdel {
            display: inline-block;
            width: 23px;
            height: 23px;
            cursor: pointer;
            background: url(../images/manage/tdel.png) no-repeat;
            margin: 0 1px;
        }

            .tableContainer table tbody .tdel:hover {
                background: url(../images/manage/tdel_h.png) no-repeat;
            }


.color-blue {
    color: #58c0f5;
}

    .color-blue:hover {
        color: #ff3f2b;
    }

.color-red {
    color: #ff3f2b;
}

    .color-red:hover {
        color: #58c0f5;
    }

.tableContainer table tbody td .color-red {
    color: #333;
}

    .tableContainer table tbody td .color-red:hover {
        color: #ff3f2b;
    }

.l-title {
    margin-left: 50px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
}

.manage-min-title {
    height: 40px;
    background: url(../image/2016/righttop.gif) repeat-x;
}

.record a:hover {
    color: #F29E31;
}

.querybutton {
    cursor: pointer;
    margin-left: 5px;
    height: 33px;
    font-size: 12px;
    line-height: 33px;
    border: 1px solid #d3dbde;
    background:#f2f6f8 url(../image/2016/t10.png) no-repeat 6px center;
    border-radius: 3px;
    padding: 0 10px 0 39px;
}

.advquerybutton {
    cursor: pointer;
    margin-left: 5px;
    height: 33px;
    font-size: 12px;
    line-height: 33px;
    border: 1px solid #d3dbde;
    background:#f2f6f8 url(../image/2016/t11.png) no-repeat 6px center;
    border-radius: 3px;
    padding: 0 10px 0 39px;
}

.querybutton:hover,.advquerybutton:hover{
       background-color: #dff1ff;
            border: 1px solid #0785e4;
            color: #000;
}

.manage-opt2 {
    margin-top: 5px;
}

.tplist table {
    border-width: 0px;
    width:auto;
}