/* ctm 项目列表 */
#ctm-left-menu{
  display: flex;
  background-color: #0C151F;
}
.project-list .project-list-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
  }

  .project-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
  }

  .status-1 {
    background-color: #C6C6C6;
    border-color: #c6c6c6;
    color: #fff;
  }

  .status-2 {
    background-color: #49ABED;
    border-color: #49ABED;
    color: #fff;
  }

  .status-3 {
    background-color: #1794ff;
    border-color: #1794ff;
    color: #fff;
  }

  .status-4 {
    background-color: #538FF7;
    border-color: #538FF7;
    color: #fff;
  }

  .status-5 {
    background-color: #66DCBB;
    border-color: #66DCBB;
    color: #fff;
  }

  .list-item-meta {
    display: flex;
    flex: 1;
    align-items: flex-start;
    font-size: 0;
  }

  .list-item-meta-content {
    flex: 1 0;
  }

  .list-item-action {
    flex: 0 0 auto;
    margin-left: 16px;
    padding: 0;
    font-size: 0;
    list-style: none;
  }

  .list-item-meta-title {
    margin-bottom: 4px;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    line-height: 26px;
  }

  .list-item-meta-title>a {
    color: rgba(0, 0, 0, .85);
    transition: all .3s;
    display: block;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;

  }

  .list-item-meta-description {
    color: rgba(0, 0, 0, .45);
    font-size: 14px;
    line-height: 22px;
  }

  .list-item-meta-status {
    margin-right: 16px;
  }

  .list-content-item .el-tag {
    border: none;
  }

  .list-content-item .el-tag.un {
    background-color: rgba(0, 0, 0, .1) !important;
  }

  .status-tag {
    width: 50px;
    height: 50px;
    padding: 5px 0px;
    text-align: center;
    line-height: 40px;
  }

  .list-item-meta .list-content {}

  .list-content .list-content-item {
    display: inline-block;
    margin-left: 40px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    vertical-align: middle;
    line-height: 26px;
    min-width: 60px;
  }

  .list-content .list-content-item>p {
    margin-top: 4px;
    margin-bottom: 0px;
    line-height: 22px;
  }

  .list-item-action ul>li {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    color: rgba(0, 0, 0, .45);
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
  }

  .list-item-action p {
    color: rgba(0, 0, 0, .45);
    font-size: 14px;
    line-height: 20px;
  }

  .list-item-action-split {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #f0f0f0;
  }