.tab-content {
  display: flex;
  justify-content: center;
}
.tab-pane {
  width: 880px;
}

.bot_t .t_tit {
  background-color: #fff !important;
  font-size: 15px;
  border: 1px solid #9b9b9b;
  color: #3b3b3b;
  display: flex;
  justify-content: space-between;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}
.bot_t .t_tit div {
  padding: 5px 0;
  text-align: center;
}
.bot_t .t_tit .t1,
.bot_t .t_item .t1 {
  min-width: 26%;
  border-right: 1px solid #9b9b9b;
  box-sizing: border-box;
}
.bot_t .t_tit .t2,
.bot_t .t_item .t2 {
  width: 74%;
}
.bot_t .t_item {
  border-bottom: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  border-left: 1px solid #9b9b9b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-bottom: 1px;
}
.bot_t .t_item .t1 {
  text-align: center;
  border: none;
  font-size: 15px;
}
.bot_t .t_item .t2 {
  padding: 0px 8px;
  border-left: 1px solid #9b9b9b;
  font-size: 14px;
  color: #252525;
}
.bot_t .t_item .t2 p {
  margin-bottom: 1px;
}
.bot_t .t_item .t2 p:last-child {
  margin-bottom: 0;
}
.bot_t {
  padding-bottom: 10px;
}

.bot_t img {
  height: auto !important;
}
