  /* 標題帶左側紅塊樣式 */
    .tt-title {
      font-size: 15px;
      display: flex;
      align-items: center;
      border-left: 6px solid rgba(230, 0, 39, 1);
      padding-left: 10px;
      margin-bottom: 30px;
	  line-height: 14px;
    }
    /* 基本信息樣式 */
    .detail--item {
      color: #333333;
      font-size: 14px;
      display: flex;
      margin-bottom: 20px;
    }
    .detail--item .title_ {
      width: 110px;
    }
    .detail--item .value {
      flex: 1;
      margin-left: 30px;
      line-height: 20px;
      color: #333;
    }
    .detail--item a {
      color: #e60027;
    }
    /* 段落樣式 */
    .p_font {
      color: #333;
      line-height: 30px;
      font-size: 14px;
    }
    /* 主題色號 */
    .main_color {
      color: #e60027;
    }
    /* 表格樣式 */
    .detail--table {
      font-size: 14px;
      margin-bottom: 20px;
      border-collapse: collapse;
      border-width: 0px;
      border-style: none;
    }
    .detail--table .title_tr {
      background-color: #f3f5f8;
      color: #333333;
      text-align: center;
      vertical-align: middle;
      height: 50px;
      font-size: 14px;
    }
    .detail--table td {
      text-align: center;
    }
    .detail--table tr {
      color: #333333;
      text-align: center;
      vertical-align: middle;
      height: 50px;
    }
    .detail--table .value_tr {
      /* 特殊高度的tr内容，沒有單元格合并使用 */
      color: #333333;
      text-align: center;
      vertical-align: middle;
      height: 50px;
    }
    /* 列表樣式 */
    .detail--ul {
      padding-top: 20px;
    }
    .detail--ul li {
      margin-bottom: 10px;
      font-size: 14px;
      color: #333;
    }