
  /* 列表样式 */
    
  .mineList {
    margin-top: 40px;
    overflow: hidden;
  }
  
  .blank-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    text-align: center;
  }
  
  .blank-title-line {
    margin: 0 auto;
    margin-top: 21px;
    width: 80px;
    height: 1px;
    border-bottom: 3px solid #962E34;
    border-radius: 2px;
  }
  
  .long-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #DDDDDD;
  }
  
  .xmxg-box {
    margin-top: 20px;
    width: 100%;
    height: 600px;
    margin-bottom: 57px;
  }
  .xmxg-box-left-bg {
    float: left;
    width: 282px;
    height: 100%;
    background: url(../images/wlhz/xmxg-bg.png) no-repeat;
    overflow: hidden;
  }
  .file-img {
    width: 84px;
    height: 84px;
    background: url(../images/wlhz/file-img.png) no-repeat;
    margin: 0 auto;
    margin-top: 134px;
  }
  
  .xmxg-box-left-text {
    text-align: center;
    margin-top: 38px;
    font-size: 32px;
    color: #FFFFFF;
  }
  
  .xmxg-box-left-bg > div:last-child{
    width: 16px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 24px;
  }
  
  .xmxg-box-right {
    position: relative;
    float: left;
    width: 915px;
    height: 597px;
    background: #FFFFFF;
    box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.0500);
    padding-top: 32px;
  }
  
  #pager_blank {
    position: absolute;
    height: 30px;
    right: 0;
    bottom: 10px;
  }
  
  .pageSize1 {
    font-size: 14px !important;
  }