﻿body {
}
.dictortime {
    width: 930px;
    margin-left: 0px;
}

.dictortime div.TimeInfo {
    width: 735px;
    height: 75px;
    background: url(bj_yslbtil_01.gif) no-repeat;
    padding: 5px 0 5px 196px;
}
.dictortime div.DutyBase {
    margin-top: 75px;
}

.dictortime div.TimeInfo span {
    width: 105px;
    height: 75px;
    padding-top: 10px;
}
.dictortime dl dd span em {
    padding-top: 11px;
}

.dictortime dl {
    width: 930px;
    height: 87px;
    background: url(bj_yslb_02.gif) no-repeat;
}
.dictortime dl dt {
    width: 185px;
    height: 87px;
}
.dictortime dl dt p {
    width: 130px;
    height: 87px;
    padding-top: 22px;
}
.dictortime dl dt p em {
    width: 100%;
}
.dictortime dl dt span {
    width: 55px;
    height: 43px;
    line-height: 43px;
}
.dictortime dl dd {
    padding-left: 5px;
    width: 738px;
    height: 43px;
}
.dictortime dl dd span {
    width: 105px;
    height: 43px;
}
.dictortime dl dd span em {
    width: 105px;
    height: 40px;
    padding-top: 17px;
}

.zjxx_list {
    margin: 0;
    width: 40%;
}

.zjxx_info {
    float: none;
}

.zjxx_list img {
    display: inline-block;
}
.flr {
    display: inline-block;
    margin-right: 20px;
    float: left;
}

/*
.docList {
    float:left;
    width: 100%;
}

.docList ul,.docList li {
    width: 100%;
}

.docList li {
    display: flex;
    padding: 20px 0;
}*/

.docTime {
    width: 60%;
    border-collapse: collapse;
}

.docTime table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.docTime th {
    width: 12%;
	background: #f2f2f2;
}
.docTime th,td {
	text-align: center;
    font-size: 13px;
    height: 30px;
    border: 1px solid #f2f2f2;
}

.docTime th:first-child {
    width: 16%;
}

.DutyBase .blue:before {
    content: "班";
}

.DutyBase .seleced {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-top: 4px;
    margin-left: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
}

.DutyBase .seleced.blue {
    background: #95c017;
	position: relative;
}
.DutyBase .stop:before {
    content: "停";
}
.DutyBase .seleced.stop {
    background: #bd4039;
	position: relative;
}
.DutyBase .not:before {
    content: "止";
}
.DutyBase .seleced.not {
    background: #32A6AC;
	position: relative;
}