 .t4 {
     position: relative;
     overflow: hidden;
     line-height: 46px;
     height: 46px;
     margin: 20px 0;
     padding: 0px;
	 text-align: left;
 }

 .t4 b {
     position: relative;
     display: inline-block;
     padding: 0 20px;
     color: #048;
     font-size: 18px;
 }

 .t4 b:before,
 .t4 b:after {
     content: '';
     position: absolute;
     top: 50%;
     border-top: 1px solid #ddd;
     width: 2000px;
 }

 .t4 b:before {
     left: 100%;
 }

 .t4 b:after {
     right: 100%;
 }
.t2:before {
    background-color: #2d8fff;
}
.t2{
    color: #2d8fff;
}
 table.display th,
 table.display td {
     text-align: center;
     overflow: hidden;
     white-space: nowrap;
     word-break: keep-all;
     text-overflow: ellipsis;
 }

 table.display thead th {
    background-color: #f0f6fc;
    color: #224b7f;
    font-family: MicrosoftYaHei;
    font-size: 18px;
 }
 /* table.dataTable.display tbody tr td:first-child {
    background: url(/material/images/zwdt/xh.png) 50% 8px no-repeat;
    color: #fff;
} */


 .dataTables_length {
     padding: 10px;
 }

 #employeeButtonId {
    margin-top: 30px;
    text-align: right;
 }
 .btn-danger{
    font-size: 16px;
    width: 100px;
    height: 40px;
    border-radius: 3px;
    color: #fff;
    background-color: #2d8fff;
    border-color: #2d8fff;
 }
.btn-default{
    font-size: 16px;
    width: 100px;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 3px;
    color: #333;
    border-color: #f0f0f0;
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger,.btn-danger.focus, .btn-danger:focus,.btn-danger:hover {
    color: #fff;
    background-color: #2d8fff;
    border-color: #2d8fff;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover{
    color: #fff;
    background-color: #2d8fff;
    border-color: #2d8fff;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: -2px;
}
 .form-group {
     padding: 0 10px;
 }

 @media (max-width: 768px) {
     #employeeButtonId {
         text-align: center;
     }
 }
@media (min-width: 768px){}
.form-inline .form-group {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
label {
    display: block;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}
.artContent table, th, td{
	border:0px;
}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}