* {
  margin: 0;
  padding: 0;
}

.xbnl-list-box {
  width: 1200px;
  margin: 0 auto;

}

.xbnl-list-box .list-info-box {
  width: 100%;
  height: 60px;
  letter-spacing: 0;
}

.xbnl-list-box .list-wrapper {
  position: relative;
  background-color: white;
  width: 1200px;
  padding-bottom: 92px;
  
}
.xbnl-list-box .list-table-wrapper{
  padding: 0 150px;
}
.xbnl-list-box .list-table {
  box-sizing: border-box;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100% !important;
  margin-top: 28px;
}

.xbnl-list-box .list-table td,
.xbnl-list-box .list-table th {
  box-sizing: border-box;
  border: 1px solid #F0F0F0;
  padding:16px 0;
  width: 126px;
  line-height: 20px;
  background-color: #f5f5f5;
  text-align: center;
}

.xbnl-list-box .list-table th {
  border: 1px solid;
  color: white;
  font-weight: 600;
}
.xbnl-list-box .list-table th:first-of-type{
  width: 40%;
}
.xbnl-list-box .list-table th:nth-child(2){
  width: 15%;
}
.xbnl-list-box .list-table th:nth-child(3){
  width: 15%;
}
.xbnl-list-box .list-table th:nth-child(4){
  width: 30%;
}
.xbnl-list-box .search-keywords-wrapper {
  margin: 24px 150px 0;
  font-size: 0;
  letter-spacing: 0;
  background: #F3F3F3;
  border-radius: 4px;
  overflow: hidden;
}

.xbnl-list-box .select-box.keywords {
  display: inline-block;
  vertical-align: top;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  /*margin-top: 16px;*/
  /*margin-left: 32px;*/
  color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  /*background: #F3F3F3;*/
}

.xbnl-list-box .select2-container .select2-selection--single {
  background: #F3F3F3;
  height: 40px !important;
  border-radius: 4px !important;
  border: none !important;
}
.xbnl-list-box .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 40px;
}
.xbnl-list-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}

.xbnl-list-box .list-button {
  vertical-align: middle;
  margin-left: 24px;
  width: 60px;
  height: 40px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
}

.xbnl-list-box .search-wrapper {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  /*margin-top: 16px;*/
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.xbnl-list-box input[type=text] {
  border: none;
  text-indent: 16px;
  color: rgba(0, 0, 0, 0.8);
  background-color: #f2f2f2;
  height: 40px;
  font-size: 13px;
  width: 286px;
  padding-right: 26px;
  box-sizing: border-box;
  /*margin-left: -5px;*/
  /*border-radius: 0px 4px 4px 0px;*/
}

.xbnl-list-box .icon-search-wrapper {
  display: inline-block;
  font-size: 16px;
  padding: 12px 8px;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  /*background-color: #F3F3F3;*/
  /*margin-right: 32px;*/
  /*border-radius: 4px;*/
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  box-sizing: border-box;
}

.xbnl-list-box .ui-paging.list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.select2-results__option {
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  line-height: 40px;
  font-size: 13px;
}

/* 分页样式start */
.xbnl-list-box .ui-paging {
  width: 100%;
  height: 92px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

.xbnl-list-box .ui-paging .total-data {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  line-height: 32px;
}

.xbnl-list-box .ui-paging .paging-flex {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

.xbnl-list-box .ui-paging .js-list-page {
  font-size: 0;
}

.xbnl-list-box .ui-paging .js-list-page * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px !important;
  padding: 0 10px !important;
  border: 1px solid #ddd;
  line-height: 30px;
  border-radius: 0px !important;
  font-size: 14px;
  color: #333;
}

.xbnl-list-box .ui-paging .js-list-page .bg-theme {
  color: #fff !important;
}

.xbnl-list-box .ui-paging .js-list-page .disabled {
  opacity: .6;
}

.xbnl-list-box .ui-paging .js-list-page input {
  width: 52px;
  height: 32px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.xbnl-list-box .click-more {
  display: none;
}

/* 分页样式end */
@media only screen and (min-width: 1px) and (max-width: 926px) {
  .xbnl-list-box {
    position: unset;
    width: 100%;
  }

  .xbnl-list-box .select-box.time {
    display: inline-block;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 0px;
  }

  .xbnl-list-box .list-info-box {
    width: 100%;
    height: auto;
    /*max-height: 36px;*/
  }
  .xbnl-list-box .list-table-wrapper{
    padding: unset;
  }
  .xbnl-list-box .select-box.keywords {
    align-items: center;
    font-size: 14px;
    /*line-height: 10px;*/
    /*margin-top: 8px;*/
    margin-left: auto;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    background: #F3F3F3;
  }

  .xbnl-list-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    /*line-height: 20px !important;*/
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
  }

  .xbnl-list-box .search-keywords-wrapper {
    float: unset;
    margin: 8px;
  }

  .xbnl-list-box .search-wrapper {
    /*display: flex;*/
    /*align-self: flex-start;*/
    font-size: 0;
    vertical-align: middle;
    /*height: 16px;*/
    color: rgba(0, 0, 0, 0.2);
    width: calc(100% - 170px);
  }

  .xbnl-list-box input[type=text] {
    border: none;
    text-indent: 16px;
    /*display: flex;*/
    /*align-self: flex-start;*/
    color: rgba(0, 0, 0, 0.2);
    /*background-color: #f2f2f2;*/
    height: 100%;
    width: 100%;
    font-size: 13px;
    /*border-radius: 0px 4px 4px 0px;*/
    box-sizing: border-box;
  }

  .xbnl-list-box .icon-search-wrapper {
    /*display: inline;*/
    margin-left: auto;
    font-size: 14px;
    padding: 4px;
    /*color: rgba(0, 0, 0, 0.4);*/
    /*vertical-align: middle;*/
    /*background-color: #F3F3F3;*/
    /*height: 8px;*/
    /*margin-right: 8px;*/
    /*border-radius: 4px;*/
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
  }


  .xbnl-list-box .list-wrapper {
    position: relative;
    background-color: white;
    width: 100%;
    padding-bottom: 24px;
  }

  .xbnl-list-box .list-table {
    box-sizing: none;
    border-collapse: collapse;
    table-layout: none;
    max-width: 96%;
    height: auto;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }


  .list-table td,
  .list-table th {
    box-sizing: border-box;
    border: .0313rem solid #F0F0F0;
    padding: .5rem .375rem .5rem .375rem;
    width: auto;
    text-align: left;
    font-size: .4375rem;
    line-height: .625rem;
  }

  /*  移动端分页样式 start*/
  .xbnl-list-box .ui-paging {
    width: 100%;
    height: auto;
    position: unset;
    padding: 0;
    -webkit-transform: unset;
    transform: unset;
  }

  .xbnl-list-box .ui-paging .paging-flex {
    display: none;
  }

  .xbnl-list-box .ui-paging .total-data {
    margin: 1.6875rem 0 0;
    font-size: 0.875rem;
    line-height: 1.21875rem;
    color: #666666;
  }

  .xbnl-list-box .click-more {
    display: block;
    line-height: 1.21875rem;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-top: 1.6875rem;
    color: #999999;
    font-size: 0.875rem;
    cursor: pointer;
  }
}