.is_menu_tip{
    font-size:13px !important;
        line-height: 10px !important;
    /* margin-bottom: 10px; */
    padding-bottom: 10px;
    word-break: break-word;}
ol li{padding-top:5px;padding-bottom:5px;}
.ejlm h2{line-height:50px;}
.flex_column{
display:flex;flex-direction: column;}
.name_1{    line-height: 60px;}
.name_2{margin-bottom: 10px;margin-top:-5px;
    font-size: 23px;
    line-height: 20px;}
 @media only screen and (max-width: 1400px) {
    .ejlm h2 .name_2 {
        font-size: 25px;}
}
.ejlm ul li a{
display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;}
.ejlm ul li a span{
line-height:25px;}
.menu_tip_span{
font-size:14px;
color:#737373;}
.ejlm ul>li.on>a span{color:#fff;}
  .xsfx p,.xsfx h2,.xsfx span{
          
            /* ========== 核心配置 ========== */
            /* 1. 中文任意字符换行，英文仅在空格处换行（核心） */
            word-break: break-word; 
            /* 2. 保证英文单词（含连字符）整体换行，不截断 */
            overflow-wrap: break-word;
            word-wrap: break-word; /* 兼容旧浏览器 */
            /* 3. 禁止英文在连字符处自动换行 */
            hyphens: none;
            -webkit-hyphens: none;
            -moz-hyphens: none;
            -ms-hyphens: none;}

.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);}
