.wp_single table{
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.wp_single tbody > tr td{
  height: 75px;
  overflow: hidden;
}

.wp_single tbody > tr:first-child{
  font-weight: bold;
}

.wp_single tbody > tr:first-child td{
height: 50px;
}

.wp_single tbody td span{
  font-size: 20px;
  font-family: 宋体 !important;
}

.wp_single tbody > tr:first-child td span{
  font-family: 微软雅黑 !important;
font-size: 18px !important;
}

.wp_single tbody > tr td {
  min-width: 20%;
}

.wp_single tbody > tr td:nth-of-type(1){
  width: 28%;
}

.wp_single tbody > tr td:nth-of-type(2){
  width: 20%;
}

.wp_single tbody > tr td:nth-of-type(3){
  width: 20%;
}

.wp_single table p{
  margin-bottom: 0;
}

.wp_editor_art_table td{border-color: #666}