.council_xing {
  font-family: PingFang HK;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #999999;
  margin-left: 16px;
  position: absolute;
  line-height: 28px;
}

.council_xiao {
  width: 100px;
  height: 25px;
  font-family: PingFang HK;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #999999;
  margin-left: 16px;
  position: absolute;
  line-height: 25px;
  text-align: left;

}


.introduce_line {
  width: 100%;
  height: 0px;
  opacity: 0.8;

  border: 1px dashed #bbae98;
}

.introduce_vertical_line {
  height: 172px;
  margin-top: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.introduce_bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  /* background: #f7f6f3; */
}

.introduce_box {
  width: 85%;
  height: 254px;

  opacity: 1;

  /* background: #f7f6f3; */

  /* border: 0.5px solid rgba(187, 174, 152, 0.5); */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 4px;
}

.introduce_box:hover {
  text-decoration: none;
}

.introduce_box:hover .box_name {
  color: #4e369e;
}

.box_img {
  width: 90px;
  height: 90px;
  border-radius: 56px;
  opacity: 1;
  background-color: pink;
  margin-top: 25px;
  margin-bottom: 16px;
}

.box_name {
  width: 48px;
  height: 24px;
  opacity: 1;
  text-align: center;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;

  color: #333333;
}

.box_txt {
  opacity: 1;
  width: 100%;
  /* height: 60px; */
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* justify-content: space-around; */
  margin-top: 12px;
  color: #666666;
  text-align: center;
}

.txt_line {
  height: 20px;
  line-height: 20px;
}

.box_three {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.tab-pane {
  /* margin-left: 60px; */
}

.orgchart {
  width: 100%;
}

.node {
  fill: #fff;
  stroke: #000;
  stroke-width: 1.5px;
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}

.text {
  font-size: 12px;
  text-anchor: middle;
}

.council {
  margin-left: 60px;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .title {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    color: #333333;
    border-bottom: 0.5px solid #c7b593;
    margin-bottom: 32px;
    padding-bottom: 12px;
    margin-top: 34px;
    max-width: 100%;
  }

  .box_top_top {
    display: flex;
    flex-direction: row;
  }

  .box_one {
    width: 459px;
    height: 303px;
    opacity: 1;
    background: rgba(100, 90, 141, 0.04);
    /* border: 0.5px solid rgba(187, 174, 152, 0.5); */
  }

  .box_two {
    width: 200px;
    height: 303px;
    opacity: 1;
    background: rgba(100, 90, 141, 0.04);
    /* border: 0.5px solid rgba(187, 174, 152, 0.5); */
    margin-left: 40px;
    /* border-bottom: none; */
  }

  .box_three {
    width: 698px;
    height: 303px;
    opacity: 1;

    background: rgba(100, 90, 141, 0.04);
    /* border: 0.5px solid rgba(187, 174, 152, 0.5); */
  }

  .introduce_top_one {
    height: 9% !important;
  }

  .introduce_tops {
    /* height: 57.5%; */
    opacity: 1;
    text-align: left;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    color: #4e369e;
  }

  .introduce_top {
    height: 25px;
    opacity: 1;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-top: 10px;
    /* margin-left: 20px; */
    margin-bottom: 10px;
    text-align: center;
    color: #4e369e;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .council_big {
    height: 25px;
    opacity: 1;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    position: relative;
  }

  .box_bottom {
    margin-top: 49px;
    display: flex;
    flex-direction: row;
  }

  .tab-pane,
  .tab-content {
    min-width: 60%;
    flex-grow: 1;
  }

  .journal_max {
    min-width: 70% !important;
    flex-grow: 1;
  }

  .tab-pane {
    text-align: left;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .title {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    color: #333333;
    border-bottom: 0.5px solid #c7b593;
    margin-bottom: 32px;
    padding-bottom: 12px;
    margin-top: 34px;
    max-width: 100%;
  }

  .box_top {
    display: flex;
    flex-direction: row;
  }

  .box_one {
    width: 42.5%;
    height: 303px;
    opacity: 1;
    background: rgba(100, 90, 141, 0.04);
    padding-top: 0.5px;
    /* border: 0.5px solid rgba(187, 174, 152, 0.5); */
  }

  .box_two {
    width: 18.5%;
    height: 40%;
    opacity: 1;
    background: rgba(100, 90, 141, 0.04);
    padding-top: 0.5px;
    margin-left: 40px;
    /* border-bottom: none; */
  }

  .box_three {
    width: 65%;
    height: 5%;
    opacity: 1;

    background: rgba(100, 90, 141, 0.04);
    padding-top: 0.5px;
  }

  .introduce_vertical_line {
    height: 0;
    width: calc(100% - 30px);
    margin-top: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .introduce_top_one {
    height: 5% !important;
  }

  .introduce_top {
    height: 9%;
    opacity: 1;
    text-align: left;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    color: #4e369e;
  }

  .box_bottom {
    margin-top: 24px;

    display: flex;
    flex-direction: row;
  }

  .tab-pane,
  .tab-content {
    min-width: 100%;
  }

  .introduce_bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .box_bottom,
  .box_top {
    flex-direction: column;
  }

  .box_two,
  .box_three,
  .box_one {
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
    height: auto;
    /* margin-bottom: 24px; */
  }

  .box_two {
    margin-top: 24px;
  }

  .council {
    margin-left: 0;
    padding: 0 16px;
  }

  .tab-pane {
    margin-left: 0px;
  }
}

.side_bc {
  background: url(../img/side_bc.png) !important;
  background-size: contain !important;
  background-position: 30px 0px !important;
  background-repeat: no-repeat !important;
  padding-bottom: 20px;
}

.side_council {
  background: url(../img/side_bc.png) !important;
  background-size: contain !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
  padding-bottom: 20px;
}

.side_reasarch {
  background: url(../img/side_bc.png) !important;
  background-size: cover !important;
  background-position: 0px -200px !important;
  background-repeat: no-repeat !important;
  padding-bottom: 20px;
}

.side_net {
  background: url(../img/side_bc.png) !important;
  background-size: cover !important;
  background-position: 0px -100px !important;
  background-repeat: no-repeat !important;
  padding-bottom: 20px;
}

.side_teacher {
  background: url(../img/side_bc.png) !important;
  background-size: cover !important;
  background-position: 0px -18px !important;
  background-repeat: no-repeat !important;
  padding-bottom: 20px;
}

.side_training {
  background: url(../img/side_bc.png) !important;
  background-size: cover !important;
  background-position: 0px 0px !important;
  background-repeat: no-repeat !important;
  padding-bottom: 20px;
}

.teachers-item {
  padding-left: 8px;
  padding-right: 8px;
}
.content_txt IMG{border:none !important;}
.content_txt #vsb_content_2 P{    text-indent: 0 !important;
    font-family: PingFang SC;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.875rem;
    letter-spacing: 0px;
    text-align: left;
    color: #666666;}

.content_txts img{max-width:100%;height:auto;}
.content_txts a{  word-break: break-all;
    display: inline-block;}


@media (min-width: 768px) {
  .box_two {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}