body {
    background: #f8f8f8;
}

.onCorrect {
    margin-left: 0px;
}

.hyzx_outBox .hy_rightMainBox .hyzx_submitBtn {
    margin-top: 17px;
}

.f_24 {
    color: #242424;
}

.hyzx_outBox .hy_rightMainBox {
    min-height: 400px;
    background: #fff;
}

/* 主要内容开始 */
.materialHd {
    height: 36px;
    margin: 0 1px;
    border-bottom: 1px solid #328bd8;
}

.materialHd ul {
    margin-bottom: 10px;
}

.materialHd ul li {
    padding: 0 14px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px 2px 0 0;
    background: #f8f8f8;
}

.materialHd ul li:hover {
    background: #328bd8;
    color: #fff;
}

.materialHd ul li.on {
    background: #328bd8;
    color: #fff;
}

.materialBd {
    min-height: 470px;
}

.ml16 {
    margin-left: 16px;
}

.mt8 {
    margin-top: 8px;
}

.company input::-webkit-input-placeholder {
    color: #242424;
}

.company input::-moz-placeholder {
    color: #242424;
}

.company input:-moz-placeholder {
    color: #242424;
}

.company input:-ms-input-placeholder {
    color: #242424;
}

.a-btn {
    width: 94px;
    height: 36px;
    line-height: 36px;
    background-color: #0268ba;
}

.table {
    text-align: center;
    width: 810px;
    max-width: 820px;
}

.table>.table-tbody>.tr-top {
    border: 1px solid #ededed;
}

.table>.table-tbody>tr>th {
    text-align: center;
    padding: 5px 0px;
    line-height: 26px;
    font-size: 14px;
    color: #242424;
    background: #f8f8f8;
    border: 1px solid #ededed;
}

.per5 {
    width: 5%;
}

.per10 {
    width: 10%;
}

.per13 {
    width: 13%;
}

.per20 {
    width: 20%;
}

.per27 {
    width: 27%;
}

.table>.table-tbody>tr>td {
    padding: 6px 5px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #ededed;
    font-size: 14px;
}

.w185 {
    width: 185px;
}

.w285 {
    width: 285px;
}

.table .table-tbody tr .th-check01 {
    width: 20px;
}

.table .table-tbody tr .th-num01 {
    width: 30px;
}

.table .table-tbody tr .th-name01 {
    width: 285px;
}

.table .table-tbody .th-time01 {
    width: 185px;
}

.table .table-tbody tr .th-zhuangtai01 {
    width: 118px;
}

.table .table-tbody tr .th-operate01 {
    width: 125px;
}

.table>.table-tbody>tr>.td-company:hover {
    color: #308bd8;
}

.td-operate a {
    color: #328bd8;

}

/* 删除与新增 */
.div_top {
    width: 808px;
    height: 37px;
    line-height: 37px;
    background: #f8f8f8;
    border: 1px solid #ededed;
    border-bottom: none;
}

.f_red {
    color: #fd3f3f;
}

.deleteBox {
    margin-right: 16px;
    padding-left: 21px;
    background: url(../images/sprite/icon_hyzxDelete.png) no-repeat left center;
}

.AddBox {
    padding-left: 20px;
    background: url(../images/sprite/icon_hyzxAdd.png) no-repeat left center;
}




/* 搜索 */
.formLine {
    margin-right: 25px;
}

.formLine .lable {
    /* width: 147px; */
    text-align: right;
}

.formLine .lable span {
    line-height: 40px;
    color: #333333;
    font-size: 14px;
}

.formLine .iptcont {
    padding: 0px 7px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    opacity: 1;
    border-radius: 3px;
}

.formLine .iptcont .ipt {
    border: none;
    outline: none;
    height: 36px;
}

.formLine .dateInput {
    width: 200px;
    height: 36px;
    padding: 0px 7px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    opacity: 1;
    border-radius: 3px;
}

.formLine .line {
    line-height: 36px;
    height: 36px;
    margin: 0 10px;
}

.w200 {
    width: 200px;
}

.formLine .formbtnS {
    width: 68px;
    height: 38px;
    background: #308BD8;
    opacity: 1;
    border-radius: 3px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    margin-right: 10px;
    box-sizing: border-box;
}

.formLine .formbtnR {
    width: 68px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    opacity: 1;
    border-radius: 3px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    box-sizing: border-box;
}