
/*右侧主内容div样式*/
.main_right_content{
    margin: 12px 12px 0 12px;
    padding: 16px;
    background: #fff;
    overflow: hidden;
}

/*表格部分样式*/
.main_right_content .table {
    width: 100%;
    height: 100%;
}


.col_label{
    font-size: 15px;
    color: #666;
}
.col_value{
    font-size: 15px;
    color: #333;
}



.topTitle {
    position: relative;
    height: 24px;
    width: 100%;
    line-height: 24px;
    overflow: hidden;
    margin: 20px 20px;
  }
  .topTitle:before {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    border-left: 3px solid #1891ff;
    content: "";
  }
 .topTitle_name {
    /* float: left; */
    background: #fff;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 0 12px;
    max-width: 50%;
  }
  .topContent{
      position: relative;
    margin: 0px 20px;
  }
  .score{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid;
    font-size: 22px;
    font-weight: 400;
  }
  .score>p{
    display: inline-block;
  }
  .score>p>span{
    display: block;
    line-height: 1;
    padding: 4px 0;
  }

  .insrtuctionItem{
      display: flex;
      
  }
  .insrtuctionItem .icon{
      margin-right: 16px;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      border-radius: 50%;
      background-color: #1891ff;
  }
  .insrtuctionItem .name{
    margin-right: 16px;
}