.project-bar {
    margin: 10px 10px 0 10px;
    width: calc(100% - 20px);
    height: 60px;
    background-color: #fff;
}
.project-bar .form-group {
    padding: 14px 0;
}
.project-bar .form-group .bootstrap-select {
    padding-left: 10px;
}
.project-bar .form-group .btn-select {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border: none;
}
.workbench-container {
    display: inline-block;
    margin: 10px 0 0 10px;
    vertical-align: top;
    background-color: #fff;
}
.workbench-container .container-title {
    padding: 0 24px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #E8E8E8;
}
.container-header-title {
    padding-left: 10px;
    font-size: 16px;
    height: 16px;
    border-left: 3px solid #2C92F6;
}
.project-bar-info {
    margin-top: 22px;
    width: 100%;
    height: 20px;
    line-height: 20px;
}
.project-bar-info .project-bar-info-bar {
    margin: 3px 0;
    display: inline-block;
    vertical-align: top;
    height: 14px;
}
.project-bar-info label {
    width: 120px;
    text-align: right;
    font-size: 14px;
    color: #333;
}
.project-bar-info .project-bar-info-num {
    margin-left: 12px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.num-list {
    width: 100%;
    height: 90px;
    background-color: #FAFAFA;
}
.num-item {
    float: left;
    width: 25%;
    height: 100%;
}
.num-item label {
    margin-top: 18px;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: rgba(0,0,0,0.45);
    text-align: center;
}
.num-item span {
    margin-top: 4px;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: rgba(0,0,0,0.85);
    text-align: center;
}
.timeout {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}
.timeout span {
    display: inline-block;
    margin-right: 8px;
    transform: translateY(-2px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.timeout_level_0 span {
    background-color: #52C41A;
}
.timeout_level_1 span {
    background-color: #F25644;
}
.timeout_level_2 span {
    background-color: #FC722E;
}
.timeout_level_3 span {
    background-color: #FAB66A;
}
.fm-list {
    margin: 10px 25px 0 25px;
    width: 350px;
    height: 90px;
    background-color: #FAFAFA;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
}
.fm-item {
    float: left;
    margin-top: 18px;
    width: 25%;
    height: 54px;
}
.fm-item:first-of-type {
    border-right: 1px solid #E8E8E8;
}
.fm-item:first-of-type span {
    color: #2C92F6;
}
.fm-item label {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: rgba(0,0,0,0.45);
    text-align: center;
}
.fm-item span {
    display: block;
    width: 100%;
    font-size: 20px;
    color: rgba(0,0,0,0.85);
    text-align: center;
}
.fm-item i {
    display: inline-block;
    margin-left: 7px;
    transform: translateY(-3px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.fm-item i.status_1 {
    background-color: #2FC25B;
}
.fm-item i.status_3 {
    background-color: #F5A623;
}
.fm-item i.status_2 {
    background-color: #F5222D;
}
.content-list {
    padding: 0 14px;
    width: 100%;
}
.content-item {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E8E8E8;
}
.content-item-tag {
    display: inline-block;
    vertical-align: top;
    width: 64px;
    color: #2C92F6;
}
.content-item span {
    display: inline-block;
    margin-left: 17px;
    vertical-align: top;
    font-size: 14px;
    color: #333;
}
.content-item a {
    display: inline-block;
    margin-left: 4px;
    width: 150px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.workbill-rank {
    margin: 20px 0 0 24px;
    height: 230px;
    width: 376px;
    overflow-y: auto;
}
.workbill-rank-item {
    position: relative;
    margin-bottom: 18px;
    width: 100%;
    height: 24px;
}
.workbill-rank-item:last-of-type {
    margin-bottom: 0;
}
.workbill-rank-item span {
    position: absolute;
    left: 0;
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #CCC;
    font-weight: bold;
}
.workbill-rank-item:nth-of-type(-n+3) span {
    color: transparent;
    background-size: 12px 16px;
    background-position: 50%;
}
.workbill-rank-item:nth-of-type(1) span {
    background-image: url(/img/1st.png);
}
.workbill-rank-item:nth-of-type(2) span {
    background-image: url(/img/2nd.png);
}
.workbill-rank-item:nth-of-type(3) span {
    background-image: url(/img/3rd.png);
}
.workbill-rank-item img {
    position: absolute;
    left: 20px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.workbill-rank-item p {
    position: absolute;
    left: 52px;
    line-height: 24px;
}
.workbill-rank-item label {
    position: absolute;
    right: 20px;
    line-height: 24px;
}