.tableDiv .HXTitle {
  font-size: 22px;
  font-weight: 600;
  color: rgb(192, 80, 77);
}
.blockpicAndTitle {
  height: 40px;
}
.blockpicAndTitle .HXTitle {
  line-height: 30px;
}
.tableDiv .TitlePic {
  margin-left: 10px;
  vertical-align: middle;
  height: 28px;
  margin-bottom: 15px;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table thead th {
  text-align: center;
  background-color: rgb(192, 80, 77);
  color: white;
  font-weight: 600;
  padding: 5px 10px;
}
table tbody th {
  font-weight: 400;
  padding: 5px 10px;
}
table tbody th img {
  width: 150px;
  /* height: 44px; */
}
.centerTh {
  text-align: center;
}
