@charset "UTF-8";
/**
 * 科室职责
 * date: 2024-7-11
 * author: TH;
 */
.right-box {
  width: calc(100% - 240px);
  margin-left: 30px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 30px;
  box-sizing: border-box;
}

.duty-item {
  margin-bottom: 30px;
}
.duty-item:last-child {
  margin-bottom: 0;
}
.duty-tt {
  margin-bottom: 16px;
  text-align: center;
}
.duty-tt span {
  position: relative;
  line-height: 36px;
  position: relative;
  font-size: 24px;
  font-weight: 750;
}
.duty-tt span::before, .duty-tt span::after {
  position: absolute;
  content: "";
  width: 72px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  background: url("../images/tt_dot.png") center no-repeat;
}
.duty-tt span::before {
  left: -96px;
}
.duty-tt span:after {
  right: -96px;
  transform: rotate(180deg);
}
.duty-detail {
  line-height: 32px;
  font-size: 16px;
  text-indent: 32px;
}