/*  */
.size {
    margin: 0 auto;
    width: 1180px;
}

.place-department {
    margin-bottom: 15px;
}
.Total-tit {
    margin-bottom: 5px;
    height: 30px;
    border-bottom: 5px solid #C3000A;
}
.clearfix {
    clear: both;
}
.Total-tit span {
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px 3px 0 0;
    display: inline-block;
    background-color: #C3000A;
    color: #fff;
    font-size: 16px;
}
.fl {
    float: left;
}
table {
    width: 100%;
    text-align: center;
    box-shadow: 0 2px 5px #ddd;
}
table thead th:nth-child(1) {
    min-width: 44px;
}
table thead th {
    padding: 10px 0;
    background-color: #ebebeb;
    font-size: 14px;
}
table thead th.on img {
    opacity: 1;
}
table thead th img {
    margin-left: 4px;
    display: inline-block;
}
table tbody tr:nth-child(1) td:nth-child(1).yes-bg {
    background: url(../img/First-bg.png) no-repeat bottom -2px center;
    color: #fff;
}
table tbody tr:nth-child(2) td:nth-child(1).yes-bg {
    background: url(../img/Two-bg.png) no-repeat bottom -2px center;
    color: #fff;
}
table tbody tr:nth-child(3) td:nth-child(1).yes-bg {
    background: url(../img/Three-bg.png) no-repeat bottom -2px center;
    color: #fff;
}
table tbody td {
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #eee;
}
table tbody td a {
    color: #C3000A;
}
thead tr th.on {
    color: #C3000A;
}

.z-search {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: 250px;
}

.z-search span {
    float: left;
    color: #cc0000;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    height: 37px;
    line-height: 37px;
    background: url(../img/Rectangle5.png)no-repeat left center;
}
.z-search form {
    width: 430px;
    float: left;
    position: relative;
    margin-left:161px;
}
.z-search form label {
    height: 37px;
    line-height: 37px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.z-search .z-search-text {
    width: 325px;
    height: 37px;
    border: 1px solid #cccccc;
    background: #FFFFFF;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 50px;
    border-radius:4px;
}
.z-search .z-search-img {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 21px;
    height: 21px;
    font-size: 0;
    background: url(../img/search.png);
    border: 0;
    cursor: pointer;
    outline: none;
}
.layui-laydate-content{
    height: 230px;
}
.layui-laydate-content table{
    display: none;
}