#page-main-content {
    margin: 0px;
    width: 100%;
    height: 800px;
}
#page-main-content div {
    float: left;
}

#page-main-content #west {
    padding-left: 10px;
    width: 25%;
    height: 100%;
}

#page-main-content #east {
    padding-right: 10px;
    width: 73%;
    height: 100%;
}

#content-container {
    width: 100%;
    height: 100%;
}

.pdf-content,.pagination-container {
    width: 98%;
    height: 100%;
}   
#tab1-table {
    width: 100%;
}
.help-doc-ul {
    width: 100%;

}



/*左侧菜单*/
.ul-li-container {
    width: 100%;
    margin-right: 0px;
  }

.ul-li-container > div {
    float: none !important;
}
  .li-content h2 {
    height: 60px;
    position: relative;
  }
  
  .li-content.category-1013940 {
      border-top: 1px solid #E5E5E5;
      margin-top: 8px;
      padding-top: 8px;
  }
  
  .li-content h2 > a, .li-content h3 > a{
      width: 100%;
      text-align: left;
      color: #808080;
  }
  .li-content h2 > a:before {
    position: absolute;
    left: 30px;
    margin-top: 8px;
    /* content: ''; */
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #A6A6A6;
  }
  
  .li-content.open > h2 > a:before {
    /* content: ''; */
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #A6A6A6;
  }
  
  .li-content h3 {
    height: 44px;
  }
  .li-content h2, .li-content h3 {
    font-size: 16px;
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 50px;
  }
  .li-content > ul{
    display: none;
  }
  .li-content.open > ul{
    display: block;
  }
  .li-content > h2.active,
  .li-content > ul > li[class^="content-type-"].active {
    background: #F5F5F5;
    border-radius: 40px;
  }
  
  .li-content > h2:hover > a,
  .li-content > ul > li > h3:hover > a{
    color: #3DA8F5;
  }
  
  .li-content h2:hover > a:before {
    border-color: transparent;
    border-left-color: #3DA8F5;
  }
  
  .li-content.open h2:hover > a:before {
    border-color: transparent;
    border-top-color: #3DA8F5;
  }
  
  .special-section > .item {
    display: flex;
    align-items: center;
    padding: 0 60px;
  }
  
  .special-section > .item > .icon {
    width: 33px;
    height: 33px;
  }
  
  .special-section > .item > .text {
    margin-left: 10px;
  }
  .copy-span {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 7px;
    color: #ccc;
  }
  .sub-help-ul {
    padding-left: 5%;
  }