.JGXX-BOX {
  display: none;
}
.PTBZ-BOX {
  display: none;
}
.centerBox {
  width: 1000px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.MEchanLeft {
  width: 734px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #777777;
  border-top: 4px solid #2798E6;
  padding: 15px 18px;
}
.MEchanLeft h3 {
  text-align: center;
  margin-bottom: 20px;
}
.MEchanLeft h3 span {
  font-size: 19px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #000000;
  line-height: 23px;
  vertical-align: middle;
}
.MEchanLeft h3 i {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../../../images/wz202004/combination/titleLeft.png) 0 0 no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.MEchanLeft .MainChanBox .tableBox {
  display: flex;
  border: 1px solid #ccc;
  margin-top: 10px;
}
.MEchanLeft .MainChanBox .tableBox > div {
  width: 100%;
  line-height: 35px;
  padding: 0 5px;
}
.MEchanLeft .MainChanBox .tableBox .tableLeft {
  border-right: 1px solid #ccc;
}
.MEchanLeft .MainChanBox .tableBoxMax {
  border: 1px solid #ccc;
  margin-top: 10px;
  padding: 5px 5px;
}
.MEchanLeft .MainChanBox .titleBox {
  color: #000;
  font-weight: 600;
}
.MEchanLeft .MainChanBox .tit {
  margin-top: 18px;
}
.MEchanLeft .MainChanBox .tit i {
  display: inline-block;
  width: 6px;
  height: 19px;
  background: #2798e6;
  border-radius: 10px;
  vertical-align: middle;
  margin-right: 10px;
}
.MEchanLeft .MainChanBox .tit span {
  vertical-align: middle;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #000000;
}
.MEchanLeft .MainChanBox .listBox_ul {
  margin-top: 20px;
  padding: 0 20px;
}
.MEchanLeft .MainChanBox .listBox_ul > li {
  margin-bottom: 10px;
}
.MEchanLeft .MainChanBox .listBox_ul > li .TwoTitle {
  margin-bottom: 10px;
}
.MEchanLeft .MainChanBox .listBox_ul > li .TwoTitle i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: red;
  vertical-align: middle;
  margin-right: 10px;
}
.MEchanLeft .MainChanBox .listBox_ul > li .TwoTitle span {
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
}
.MEchanLeft .MainChanBox .listBox_ul > li .TwoMain {
  font-size: 12px;
  background: #f0f0f0;
  padding: 3px 20px;
  line-height: 20px;
}
.MEchanLeft .MainChanBox .listBox_ul > li .TwoMain .title {
  font-weight: 600;
}
