﻿/*网上考核页**********/
.checkBox {
    background-color: #FFF;
    margin: 0 auto;
    width: 960px;
    padding: 20px 20px;
    border: solid #e8e8e8 1px;
    position: relative;
    margin-top: 30px;
}

.check {
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
}

.checkBox h1 {
    font-size: 16px;
    color: #323232;
    text-align: center;
    font-weight: bold;
}

.right_left h1 {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    border: none;
    padding-bottom: 2px;
}

.right_left {
    float: left;
}

    .right_left table {
        cursor: pointer;
    }

.right_right {
    float: right;
    margin-top: 24px;
    border: 1px solid #dddddd;
    padding: 14px 10px;
    width: 710px;
    height: 322px;
    position: relative;
}

    .right_right .spaLi {
        color: #000;
        line-height: 32px;
        margin-left:30px;
        padding-right: 30px;
    }

    .right_right li {
        color: #595757;
        letter-spacing: 1px;
        line-height: 30px;
        margin-left: 30px;
        padding-right: 30px;
    }

.mainRight_1 table td {
    width: 28px;
    height: 28px;
    text-align: center;
}

.td_bg {
    background-color: #CCC;
}

.td_bg_1 {
    background-color: #1f7cd9;
    color: #fff;
}

.check table {
    border-collapse: collapse;
    margin-top: 5px;
    color: #7c7c7c;
}

.checkBox table td {
    width: 28px;
    height: 28px;
    text-align: center;
}

.check table td, .check table th {
    border: 1px solid #9b9b9b !important;
}

.button {
    overflow: hidden;
    margin-bottom:15px;
    position: absolute;
    bottom: 0;
    left: 210px;
}

.H {
    margin-top: 10px;
}

.button a {
    float: left;
    width: 70px;
    line-height: 28px;
    background-color: #1f7cd9;
    color: #FFF;
    margin-right:30px;
    text-align: center;
}

    .button a:hover {
        background-color: #276fb3;
    }

.checkBox .time {
    background-image: url(../images/button_bg.png);
    position: absolute;
    right: -75px;
    top: 66px;
    width: 75px;
    height: 50px;
    color: white;
    text-align: center;
    line-height: 50px;
}

  #divCommit a {
        cursor: pointer;
    }
