.qyld {
  width: 100%;
  height: 850px;
  margin-bottom: 60px;
  margin-top: 40px;
  background-color: #fff;
}
.left-pic {
  float: left;
  width: 490px;
  height: 100%;
  overflow: hidden;
}
.left-pic img {
  height: 100%;
}
.leadership-table {
  width: calc(100% - 490px);
  margin-left: 490px;
  height: 850px;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}
.leadership-table-header {
  display: flex;
  color: #fff;
  background-color: #4c2d82;
  height: 46px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leadership-table-header_title {
  width: 50%;
  border-right: 1px solid #fff;
}
.leadership-table-header_name {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leadership-table .leadership-each-info {
  width: 100%;
  line-height: 35px;
  display: flex;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #fff;
  background-color: #e9ebf5;
}
.leadership-table .leadership-each-info_title {
  width: 50%;
  border-right: 1px solid #fff;
}
.leadership-table .leadership-each-info_name {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .qyld {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
  .left-pic {
    display: none;
  }
  .leadership-table {
    width: 100%;
    padding: 5px;
    margin-left: 0;
    height: auto;
  }
}
