/*背景斜线与图片*/
.organization-Slash {
  height: 110px;
  display: flex;
  justify-content: center;
  background-size: auto auto;
  background-image: repeating-linear-gradient(
    51deg,
    transparent,
    transparent 11px,
    #e3f5ef 10px,
    #e3f5ef 12px
  );
}
.organization-Slash-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.organization-Slash-img p {
  font-size: 2.5rem;
  font-weight: 700;
  margin-left: 10px;
}
/*课程内容部分*/
.c-organization {
  margin-top: 10px;
}
.c-organization li {
  width: 43%;
  margin-left: 20px;
  display: inline-block;
}
.c-organization li a {
  color: #0078d4;
  text-decoration: underline;
  display: flex;
  align-items: flex-start;
}
.c-organization li a:hover {
  color: red;
  text-decoration: underline;
}
.c-organization li a span {
  margin-left: 5px;
}
.c-organization li a img {
  margin-top: 10px;
}
/*第三阶层的業務内容部分*/
.organization_list_style {
  margin-top: 15px;
  white-space: break-spaces;
}
.organization_list_style > li {
  position: relative;
  padding-left: 10px;
}
.organization_list_style > li:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 12px;
  background-color: #000;
  border-radius: 2px;
  width: 2px;
  height: 2px;
}
.organization-class {
  margin-bottom: 45px;
}
/*第三阶层的業務内容下面的两个表格*/
@media only screen and (min-width: 1200px) {
  .c-defTable dl dt {
    width: 300px;
    color: white;
  }
}
.c-defTable dl dt {
  color: white;
  width: 100%;
  background: var(--primary);
}
.c-defTable-dt {
  font-weight: normal !important;
}
