.item-section-group {
  width: 80%;
  background-size: 100% 100%;
  margin:  40px 10% 0;
  background: #FFFFFF;
  box-shadow: 0 3px 14px 0 rgba(0,0,0,0.102);
}

.section_item {
  position: relative;
  width: 100%;
  height: 44px;
}

.section_bg {
  width: 100%;
  height: 44px;
  background-size: 100% 100%;
}

.section_text {
  position: absolute;
  left: 40px;
  top: 12px;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.item-col {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.item-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: center;
  /* padding: 20px 0; */
}

.item-info {
  width: 40%;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.department-info {
  margin-left: 10%;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
}

.bottom-line {
  border: 1px solid #EEEEEE;
  position: absolute;
}

.img-arrow-right {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.department-name {
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 2px;
}