 /* ========== 覆盖原系统固定宽高 ========== */
    .nav_menustyle_1_3 {
      width: 100% !important;
      background: #fff;
      border: 1px solid #d0e8f0;
      border-top: none;}

    .nav_menustyle_1_3 ul {
      list-style-type: none;
      padding: 0;
      margin: 0;}

    .nav_menustyle_1_3 li {
      float: none !important;
      text-align: left !important;
      position: relative;
      height: auto !important;
      min-height: auto !important;
      max-height: none !important;
      overflow: visible !important;}

    .nav_menustyle_1_3 a {
      display: block;
      text-decoration: none;
      height: auto !important;
      line-height: 1.5 !important;
      width: auto !important;
      white-space: normal !important;
      transition: all 0.2s ease;}

    /* ========== 一级菜单 ========== */
    .nav_menustyle_1_3 > ul > li {
      border-bottom: 1px solid #d0e8f0;}

    .nav_menustyle_1_3 > ul > li:last-child {
      border-bottom: none;}

    .nav_menustyle_1_3 > ul > li > a {
      padding: 13px 30px 13px 18px;
      font-size: 18px;
      color: #000!important;
      background: #e1effa!important;
      position: relative;
      font-weight: normal;
      display: flex;
  /* 水平居中 */
  justify-content: center;
  /* 垂直居中 */
  align-items: center;}

    .nav_menustyle_1_3 > ul > li > a:hover {
      background: #b6d9e5!important;
      color: #000 !important;}

    .nav_menustyle_1_3 > ul > li > a::after {
      content: '▾';
      position: absolute;
      right: 7px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 26px;
      color: #000;}

    .nav_menustyle_1_3 > ul > li.cur > a::after {
      content: '▴';}

    .nav_menustyle_1_3 > ul > li.cur > a {
      background: #b6d9e5!important;
      color: #000!important;
      font-weight: bold;
      padding-left: 15px;}

    .nav_menustyle_1_3 > ul > li > ul {
      display: none;
      background: #fff;}

    .nav_menustyle_1_3 > ul > li.cur > ul {
      display: block;}

    /* ========== 二级菜单 ========== */
    .nav_menustyle_1_3 > ul > li > ul > li {
      border-bottom: 1px solid #e8f4f8;}

    .nav_menustyle_1_3 > ul > li > ul > li:last-child {
      border-bottom: none;}

    .nav_menustyle_1_3 > ul > li > ul > li > a {
      padding: 11px 32px 11px 28px;
      font-size: 15px;
      color: #000!important;
      background: #f5faff !important;
      position: relative;
      border-left: 3px solid transparent;
      display: flex;
  /* 水平居中 */
  justify-content: center;
  /* 垂直居中 */
  align-items: center;}

    .nav_menustyle_1_3 > ul > li > ul > li > a:hover {
      background: #c5e3ed!important;
      color: #000 !important;
      border-left-color: #0d7377;}

    .nav_menustyle_1_3 > ul > li > ul > li > a::after {
      content: '▾';
      position: absolute;
      right: 14px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      color: #000;}

    .nav_menustyle_1_3 > ul > li > ul > li.cur > a::after {
      content: '▴';}

    .nav_menustyle_1_3 > ul > li > ul > li.cur > a {
      color: #000!important;
      font-weight: bold;
      background: #d4ebf2!important;
      border-left-color: #0d7377;}

    .nav_menustyle_1_3 > ul > li > ul > li > ul {
      display: none;
      background: #f5f9fb;}

    .nav_menustyle_1_3 > ul > li > ul > li.cur > ul {
      display: block;}

    /* ========== 三级菜单（叶子节点） ========== */
    .nav_menustyle_1_3 > ul > li > ul > li > ul > li {
      border-bottom: 1px solid #e8f4f8;}

    .nav_menustyle_1_3 > ul > li > ul > li > ul > li:last-child {
      border-bottom: none;}

    .nav_menustyle_1_3 > ul > li > ul > li > ul > li > a {
      padding: 10px 16px 10px 16px;
      font-size: 13px;
      color: #000!important;
      background: #fff!important;
      position: relative;
      border-left: 3px solid transparent;
      display: flex;
  /* 水平居中 */
  justify-content: center;
  /* 垂直居中 */
  align-items: center;}

    .nav_menustyle_1_3 > ul > li > ul > li > ul > li > a:hover {
      background: #fff !important;
      color: #000!important;
      border-left-color: #0d7377;}

    .nav_menustyle_1_3 > ul > li > ul > li > ul > li.cur > a {
      color: #000!important;
      background: #d4edf5!important;
      border-left-color: #0d7377;}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
