html,
body,
i,
table,
tr,
td,
th,
span,
div,
em,
ul,
li,
a,
img,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul,
li,
span,
a,
input,
table,
tr,
th,
td,
em {
  box-sizing: border-box;
}
i,
em {
  font-style: normal;
}
a {
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
span {
  display: inline-block;
}
.input {
  display: inline-block;
  height: 100%;
  padding-left: 20px;
  background-color: #fff;
}
.input::-ms-clear {
  display: none;
}
.input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.input:focus {
  border-color: #00c6ff;
}
.wrapper .main_body {
  min-height: 507px;
  color: #333;
  margin: 20px auto 100px;
  background-color: #fff;
}
.wrapper .main_body div {
  box-sizing: border-box;
}
.wrapper .main_body .RBList-banner {
  width: 100%;
  height: 214px;
  background-image: url('https://obs.negn.cn/creditchina-cms/pc/img/redNameList_01.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wrapper .main_body .RBList-section1 .RBList-section1-box {
  padding: 30px 20px;
  overflow: hidden;
}
.wrapper .main_body .RBList-section1 .RBList-section1-box > li {
  width: 545px;
  padding-bottom: 20px;
}
.wrapper .main_body .RBList-section1 .RBList-section1-box > li.RBList-section1-prevLi {
  float: left;
}
.wrapper .main_body .RBList-section1 .RBList-section1-box > li.RBList-section1-lastLi {
  float: right;
}
.wrapper .main_body .RBList-section1 .RBList-section1-box > li .RBList-section1-title {
  width: 100%;
  height: 40px;
  background-color: #f8f8f8;
  border-left: 10px solid #e22323;
  overflow: hidden;
}
.wrapper .main_body .RBList-section1 .RBList-section1-box > li .RBList-section1-title span {
  float: left;
  height: 100%;
  line-height: 40px;
  color: #e22323;
  font-size: 18px;
  padding-left: 15px;
}
.wrapper .main_body .RBList-section1 .RBList-section1-box > li .RBList-section1-title a {
  float: right;
  height: 100%;
  line-height: 40px;
  margin-right: 10px;
  font-size: 12px;
  color: #666;
}
.wrapper .main_body .RBList-section1 .RBList-section1-box > li .RBList-section1-contentList {
  width: 100%;
  padding: 10px 0;
}
.wrapper .main_body .RBList-section1 .RBList-section1-box > li .RBList-section1-contentList li {
  width: 100%;
  height: 36px;
  line-height: 36px;
}
.wrapper .main_body .RBList-section1 .RBList-section1-box > li .RBList-section1-contentList li i {
  float: left;
  width: 22px;
  height: 100%;
  text-align: center;
  color: #bcbcbc;
  display: inline-block;
}
.wrapper .main_body .RBList-section1 .RBList-section1-box > li .RBList-section1-contentList li a {
  float: left;
  height: 100%;
  color: #333;
  font-size: 14px;
  padding-left: 5px;
}
.wrapper .main_body .RBList-section1 .RBList-section1-box > li .RBList-section1-contentList li span {
  float: right;
  color: #999;
}
.wrapper .main_body .RBList-section2 {
  padding: 0 20px 45px;
}
.wrapper .main_body .RBList-section2 .RBList-section2-tab {
  width: 100%;
  height: 44px;
  text-align: center;
}
.wrapper .main_body .RBList-section2 .RBList-section2-tab span {
  position: relative;
  height: 100%;
  width: 20%;
  border: 1px solid #c3c3c3;
  border-left: none;
  font-size: 18px;
  color: #333;
  line-height: 44px;
}
.wrapper .main_body .RBList-section2 .RBList-section2-tab span i {
  position: absolute;
  bottom: -4px;
  left: 47%;
  width: 20px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.wrapper .main_body .RBList-section2 .RBList-section2-tab span.RBList-section2-firstSpan {
  border-left: 1px solid #c3c3c3;
}
.wrapper .main_body .RBList-section2 .RBList-section2-tab span.active {
  background-color: #e22323;
  border-color: #e22323;
  color: #fff;
}
.wrapper .main_body .RBList-section2 .RBList-section2-tab span.active i {
  background-image: url('https://obs.negn.cn/creditchina-cms/pc/img/RBNameList_02.png');
}
.wrapper .main_body .RBList-section2 .RBList-section2-contentLists {
  width: 100%;
  background-color: #f8f8f8;
  padding: 20px 0 10px;
}
.wrapper .main_body .RBList-section2 .RBList-section2-contentLists table {
  width: 100%;
}
.wrapper .main_body .RBList-section2 .RBList-section2-contentLists table tr {
  text-align: center;
  font-size: 14px;
}
.wrapper .main_body .RBList-section2 .RBList-section2-contentLists table tr td {
  width: 20%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #e22323;
}
.wrapper .main_body .RBList-section2 .RBList-section2-contentLists p {
  height: 44px;
  text-align: right;
}
.wrapper .main_body .RBList-section2 .RBList-section2-contentLists p a {
  height: 100%;
  line-height: 44px;
  color: #e22323;
  font-size: 14px;
}
.wrapper .main_body .RBList-section3 {
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
}
.wrapper .main_body .RBList-section3 .RBList-section3-title {
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  line-height: 50px;
  background-color: #e22323;
}
.wrapper .main_body .RBList-section3 .RBList-section3-title span {
  float: left;
  height: 100%;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
}
.wrapper .main_body .RBList-section3 .RBList-section3-title .RBList-section3-inputBox {
  position: relative;
  float: right;
  margin-right: 58px;
  width: 540px;
  height: 100%;
}
.wrapper .main_body .RBList-section3 .RBList-section3-title .RBList-section3-inputBox input {
  display: inline-block;
  height: 100%;
  padding-left: 20px;
  background-color: #fff;
  height: 30px;
  width: 100%;
}
.wrapper .main_body .RBList-section3 .RBList-section3-title .RBList-section3-inputBox input::-ms-clear {
  display: none;
}
.wrapper .main_body .RBList-section3 .RBList-section3-title .RBList-section3-inputBox input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.wrapper .main_body .RBList-section3 .RBList-section3-title .RBList-section3-inputBox input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.wrapper .main_body .RBList-section3 .RBList-section3-title .RBList-section3-inputBox input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.wrapper .main_body .RBList-section3 .RBList-section3-title .RBList-section3-inputBox input:focus {
  border-color: #00c6ff;
}
.wrapper .main_body .RBList-section3 .RBList-section3-title .RBList-section3-inputBox span {
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  width: 30px;
  background-image: url('https://obs.negn.cn/creditchina-cms/pc/img/RBNameList_03.png');
  background-repeat: no-repeat;
  background-position: center;
}
.wrapper .main_body .RBList-section3 .RBList-section3-table {
  width: 100%;
  padding-bottom: 44px;
}
.wrapper .main_body .RBList-section3 .RBList-section3-table table {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
}
.wrapper .main_body .RBList-section3 .RBList-section3-table table tr {
  width: 100%;
}
.wrapper .main_body .RBList-section3 .RBList-section3-table table tr th {
  border: 1px solid #e22323;
  height: 36px;
  text-align: center;
  background-color: #e22323;
  color: #fff;
}
.wrapper .main_body .RBList-section3 .RBList-section3-table table tr th.companyName {
  width: 40%;
  border-right-color: #fff;
}
.wrapper .main_body .RBList-section3 .RBList-section3-table table tr th.code {
  width: 35%;
  border-right-color: #fff;
}
.wrapper .main_body .RBList-section3 .RBList-section3-table table tr th.count {
  width: 25%;
}
.wrapper .main_body .RBList-section3 .RBList-section3-table table tr td {
  border: 1px solid #e22323;
  height: 36px;
  text-align: center;
}
.wrapper .main_body .RBList-section3 .RBList-section3-table table tr td a {
  color: #333;
}
.wrapper .main_body .RBList-section3 .RBList-section3-table .RBList-section3-loadMore {
  height: 40px;
  width: 100%;
  text-align: right;
}
.wrapper .main_body .RBList-section3 .RBList-section3-table .RBList-section3-loadMore a {
  height: 100%;
  line-height: 40px;
  color: #e22323;
  font-size: 14px;
}
.wrapper .main_body .RBList-section3 .RBList-section3-table .no-data {
  width: 100%;
  height: 84px;
  background: url('https://obs.negn.cn/creditchina-cms/pc/img/no-more.png') no-repeat center 40px;
  padding-top: 250px;
  display: none;
}
.wrapper .main_body .RBList-section3 .RBList-section3-table .no-data .no-data-message {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
