#history .list>div:last-child, #list .list>div:last-child{
  border-bottom: 2px solid #122739;
}
.tab_header{
  font-size: 15px;
  font-weight: bold;
  padding:10px 0;
}
.history_item {
  display: flex;
  border-top: 2px solid #122739;
  padding: 10px;
  cursor: pointer;
  padding-top: 20px;
}
.history_item_Title {
  font-size: 30px;
  font-weight: bold;
  margin: auto 0;
  margin-right: 20px;
  color: #0c3056;
}
.detail>table td{
  padding: 5px;
}
.detail tr>td:nth-child(2)::before {
  content: ": ";
}
.detail{
  display: flex;
  flex: 1;
  margin: auto 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.detail p{
  margin : 0
}
.detail>.Mar_bot{
  margin-bottom: 16px;
}
.detail tr>td:first-child{
  width: 80px;
}
.detail table{
  flex: 1;
}
@media screen and (max-width: 800px) {
  .detail{
    display: block;
    font-size: 15px;
    padding: 5px 0;
  }
  .detail>table:first-child{
    /* margin-bottom:  */
  }
  .history_item {
    display: block;
  }
}
