.yzxc {
  float: left;
  width: 100%;
}
.yzxc h6 {
  float: left;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: bold !important;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #222222;
}
.lins {
  width: 100%;
  margin-top: 0px;
  height: 2px;
  background-color: rgba(165, 21, 21, 0.1);
}
.tablebG {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}
table {
  width: 100%;
  color: #444444;
}
table th {
  height: 60px;
  background-color: rgba(165, 21, 21, 0.1);
  font-weight: bold !important;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  padding: 0 15px;
  text-align: center;
  white-space: nowrap;
}
table td {
  word-break: break-all;
  padding: 20px 15px ;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
  text-align: center;
}
table td img {
  width: 100%;
}
.tools {
  float: left;
  margin-top: 0px;
  margin-bottom: 41px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.tools .btns {
  float: left;
  margin-right: 24px;
  width: 164px;
  height: 42px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
}
.tools .btns:hover {
  cursor: pointer;
}
.tools .btnsACtive {
  color: #fff;
  background-color: #b0261c;
  border: solid 1px #b0261c;
}
@media screen and (max-width: 1000px) {
  .yzxc table {
    min-width: 700px;
  }
}
.tablebG table {
  width: 100%;
  display: none;
}
