.menu{
    display: inline-block;
    background-color: #EFEFEF;
    width: 100%;
    height: 68px;
    line-height: 68px;
}
.menu>div.left{
    float:left;
    margin-top: 22px;
    width: 500px;
}
.menu>div.left button.today{
    width: 80px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
    margin: 0 15px;
    background: #A6A6A6;
    color: #fff;
    border-radius: 5px;
    outline: none;
}
.menu>div.left button.today.unselected{
    background: #fff;
    color: #000;
}
.menu>div.left>div{
    float: left;
}
.menu>div.left a{
    width: 50px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    float: left;
    background-color: #fff;
    margin-right: 1px;
    font-size: 18px;
}
.menu>div.curDate{
    float:left;
}
.menu>div.right{
    float:right;
    margin-top: 22px;
}
.menu>div.right a{
    display: inline-block;
    float: left;
    color: #a6a6a6;
    background-color: #fff;
    width: 90px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
}
.menu>div.right a.cur{
    color: #fff;
    background-color: #a6a6a6;
}
.field-table{
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #fff;
    border: solid 1px #e2e2e2;
}
.field-table thead td{
    text-align: center;
    width: 136px;
    height: 40px;
    line-height: 40px;
}
.field-table thead td div{
    display: inline-block;
    margin-left: 5px;
    width: 50px;
    text-align: center;
}
.field-table thead td.first-td{
    width: 58px;
}
.field-table tbody{
    border-top:2px solid #DEDEDE;
}
.field-table tbody li{
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #ccc;
}
.field-table tbody td.sign{
    border:none;
    text-align: center;
    padding: 0 22px;
}

.field-table tbody td ul li,.field-table tbody td ul li a{
    display: block;
    width: 100%;
}
.field-table tbody td ul li a .time-site{
    height: 20px;
    line-height: 20px;
    width: 124px;
    margin: 0 auto;
}
.field-table tbody td ul li a .time-site .time-box{
    display: inline-block;
    float: left;
    color: #403B3B;
}
.field-table tbody td ul li a .time-site .field-box{
    display: inline-block;
    float: right;
    color: #403B3B;
}
.field-table tbody td ul li a .bid-content{
    width: 124px;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}
.field-table tbody tr{
    background-color: #fff;
}
.field-table tbody tr td ul li.crossing{
    background-color:#fafafa;
}
.field-table tbody tr td ul li.crossing .sign{
    background-color: #fff;
}
.field-table tr td td ul li.selected.odd{
    background-color: #EEF9FF;
    color: #fff;
    border-bottom:1px solid #fff;
}
.bid-tast{
    padding-top: 10px;
    width:600px;
}
.bid-tast ul li{
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 26px;
    padding: 0 4px;
    margin-bottom: 6px;
    border-bottom:solid 1px #F5F5F5;
}
.bid-tast ul li:hover{
    color:red;
}
.bid-tast ul li:before{
    content: "";
    position: absolute;
    background: url(../images/dics.png) no-repeat;
    height: 6px;
    width: 6px;
    display: inline-block;
    top: 10px;
}
.bid-tast ul li .task-content{
    width: 570px;
    white-space: normal;
    word-break: break-all;
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
}
.bid-tast ul li .task-content-num{
    float:left;
    width: 420px;
    white-space: normal;
    word-break: break-all;
    display: inline-block;
    margin-left: 20px;
}
.bid-tast ul li .tast-time{
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.bid-tast ul li .tast-field{
    display: inline-block;
    float: right;
}