.wrap{
    padding-top: 68px;
    /* height:calc(100% - 63px); */
    /* height: 100%; */
}
.header{
    color: #1F1F1F;
}
.login > span {
    border: 1px solid #1F1F1F;
    color: #4D4D4D;
  }
  .logo-img{
    background: url(../img/lianlian-logo.png) no-repeat center center;
    background-size: 100%;
  }
/* 左侧导航菜单栏 */
.page-container{
    position: relative;
    display: flex;
    /* height: 100%; */
    
    color: #1A1A33;
    height: 100%;
}
.menuLeft{
   
    /* position: fixed;
    left: calc(50% - 600px);
    top: 68px; */
    width: 200px;
    /* height: calc(100% - 68px);
    padding-left: 30px;
    padding-bottom: 20px;
    overflow: auto; */
    height: 100%;
}
.menuLeft>div{
    background: #f9f9fc;
    width: 200px;
        position: fixed;
        /* left: calc(50% - 600px); */
        top: 68px;
        /* width: 220px; */
        height: calc(100% - 68px);
        padding-left: 20px;
        padding-bottom: 20px;
        overflow: auto;
        padding-top: 36px;
}
.menuLeft>div>div{
    margin-top: 36px;
   }
.main{
    width: calc(100% - 450px);
    margin-left: 20px;
    padding-bottom: 30px;
}

.rightNav{
    width: 200px;
    padding-left: 20px;
}
.link{
    width: 180px;
    position: fixed;
    top: 68px;
    border-left: 4px solid #e8e8f2;
    margin-top: 20px;
}

.titleFirst{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #1A1A33;
    line-height: 19px;
}
.menuLeft ul a{
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #586376;
    line-height: 16px;
    padding-right: 15px;
    cursor: pointer;
}
.menuLeft ul a:hover,.menuLeft ul a.active{
    color: #267DE1;
}
.tableList li{
    display: flex;
    border: 1px solid #f9f9fc;
    border-bottom: none;
    height: 40px;
    line-height: 40px;
}
.tableList .thead{
   font-weight: 700;
}
.tableList li:last-child{
    border-bottom:  1px solid #f9f9fc;
}
.tableList li>div{
    height: 100%;
    padding-left: 10px;
}

.tableList li>div:first-child{
    flex: 2;
    border-right:  1px solid #f9f9fc;
}
.tableList li>div:nth-child(2){
    flex: 6;
}
.page-title{
    font-size: 32px;
    margin-top: 50px;

}
.page-titleSecond{
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.page-titleThird{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-content{
    font-size: 15px;
    margin-top: 20px;
}
.page-content .page-titleThird{
font-size: 14px;
}
.update-time{
    margin-bottom: 60px;
}
.page-content a {
    color: #267DE1;
  }
  .page-content p{
    text-align: justify;
      padding: 6px 0;
  }
  .link>div{
    font-size: 14px;
    color: #586376;
    line-height: 16px;
    display: block;

    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .link a{
      display: inline-block;
      cursor: pointer;
          padding-left: 12px;
  }
  .link a.active{
    margin-left: -4px;
    border-left: 4px solid #267DE1;
  }

  .link a:hover,.link a.active{
      color: #267DE1;
  }

  .link .level a{
      margin-top: 10px;
      font-size: 12px;
      padding-left: 20px;
  }
  .bgColor,.noBgColor{
      background: #F4F7FB;
      border-radius: 4px;
      padding: 18px;
      font-size: 14px;
      margin-bottom: 40px;
  }
  .noBgColor{
      background: transparent;
      padding:0px 18px;
  }
  .bgColorTitle{
      margin: 10px 0 5px;
      font-weight: 700;
      display: inline-block;
  }
table{

      margin-top: 20px;
  }


  th,td{
    color: #1A1A33; 
    font-size: 12px;
    padding:10px 5px;
    text-align: left;
  }
  td>div{
      padding: 2px 0px;
  }
/* 小屏幕时，图片和文字调换位置顺序 */
@media (max-width: 992px) {
    .header{
        color: #FFFFFF;
        background: #000D24;
    }
      .logo-img{
        background: url(../img/lianlian-logo-active.png) no-repeat center center;
        background-size: 100%;
      }
}