.wp_single table{
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
}

.wp_single tbody > tr td{
  height: 75px;
  overflow: hidden;
}

.wp_single tbody > tr:first-child {
  font-weight: bold;
  height: 50px;
  background-color: #255aa6;
  color: #fff;
}

.wp_single tbody > tr:first-child td{
height: 50px;
}

.wp_single tbody > tr td{
  background-color: transparent;
}

.wp_single tbody td *{
  font-size: 20px;
  font-family: 宋体 !important;
}

.wp_single tbody > tr:first-child td *{
  font-family: 微软雅黑 !important;
font-size: 18px !important;
}

.wp_single table p{
  margin-bottom: 0;
}

.wp_editor_art_table td{border-color: #666}