<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contentzzjg {
font-family: 'fz';
font-size: 14px;
position: relative;
max-width:92%;
margin:0 auto;
}
.contentzzjg * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.org-chart {
  display: block;
  clear: both;
  margin-bottom: 30px;
  position: relative;
}
.org-chart.cf:before, .org-chart.cf:after {
  content: " ";
  display: table;

}
.org-chart.cf:after {
  clear: both;
}
.org-chart.cf {
  *zoom: 1;
}
.org-chart ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.org-chart ul li {
  position: relative;
}
.org-chart ul li span {
  display: block;
  border:#999 2px solid;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: black;
  font-size: 14px;
  box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all linear .1s;
  -moz-transition: all linear .1s;
  transition: all linear .1s;
  background: #eee;
  line-height:50px;
  border-radius:0px;
  font-weight:100;
}
.org-chart .lvl-b {
  color: #333;
  line-height:60px;
  height:60px;
  font-size:18px;
  font-weight:bold;
  background:#fff;
  display:block;
  width:100%;
}
.org-chart .lvl-b a{display:block;width:100%;height:60px; line-height:60px; font-size:18px; font-weight:bold; color:#000;}
.org-chart .lvl-b a:hover{ background:#609de6; color:#fff;display:block;width:100%;}
.org-chart .lvl-r {
  background:#f00;
  color: #fff;
  line-height:60px;
  height:60px;
  font-size:24px;
  border:0px;
  border-radius:5px;
  font-weight:bold;
  display:block;
  width:100%;
}
.org-chart .lvl-r a{display:block;width:100%;height:60px; line-height:60px;font-size:24px;font-weight:bold; color:#fff;}
.org-chart .lvl-r a:hover{ background:#990404; color:#fff;display:block;width:100%;}
.org-chart .lvl-g {
  background:#00854f;
  color: #fff;
  line-height:60px;
  height:60px;
  font-size:18px;
  border:0px;
  border-radius:5px;
  font-weight:bold;
  display:block;
  width:100%;
}
.org-chart .lvl-g a{display:block;width:100%;height:60px; line-height:60px;font-size:24px; font-weight:bold;color:#fff;}
.org-chart .lvl-g a:hover{ background:#245b45; color:#fff;display:block;width:100%;}
.org-chart .lvl-w {
  background:#0571f3;
  color: #fff;
  line-height:60px;
  height:60px;
  font-size:24px;
  border:0px;
  border-radius:5px;
  font-weight:bold;
  display:block;
  width:100%;
}
.org-chart .lvl-w a{display:block;width:100%;height:60px; line-height:60px;font-size:24px; color:#fff;}
.org-chart .lvl-w a:hover{ background:#00418f; color:#fff;display:block;width:100%;}
.org-chart .board {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.org-chart .board:before {
  content: "";
  display: block;
  position: absolute;
  height: 280px;
  width: 0px;
  border-left:#999 2px solid;
  margin-left: 50%;
  top: 20px;
}
.org-chart ul.columnOne {
  height: 100px;
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}
.org-chart ul.columnOne li {
  width: 30%;
  margin: 0px auto;
  top: 10px;
}
.org-chart ul.columnTwo {
  position: relative;
  width: 100%;
  display: block;
  height: 90px;
  clear: both;
}
.org-chart ul.columnTwo li:first-child {
  width: 30%;
  float: left;
}
.org-chart ul.columnTwo li {
  width: 30%;
  float: right;
}
.org-chart ul.columnTwo:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: #999 2px solid;
  margin: 0 auto;
  top: 40px;
}
.org-chart ul.columnThree {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}
.org-chart ul.columnThree li:first-child {
  width: 30%;
  float: left;
  margin-left: 0;
}
.org-chart ul.columnThree li {
  width: 30%;
  margin-left: 5%;
  float: left;
}
.org-chart ul.columnThree li:last-child {
  width: 30%;
  float: right;
  margin-left: 0;
}
.org-chart ul.columnThree:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: #999 2px solid;
  margin: 0 auto;
  top: 40px;
}
.org-chart .departments {
  width: 100%;
  display: block;
  clear: both;
}
.org-chart .departments:before {
  content: "";
  display: block;
  width: 85%;
  height: 22px;
  border-top: #999 2px solid;
  border-left: #999 2px solid;
  border-right: #999 2px solid;
  margin: 0 auto;
  top: 0px;
}
.org-chart .department {
  border-left: #999 2px solid;
  width:15.66666666666667%;
  float: left;
  margin: 0px 4px;
}
.org-chart .department:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 22px;
  border-left: #999 2px solid;
  left: 50%;
  top: -22px;
}
.org-chart .department:first-child:after {
  display: none;
}
.org-chart .department:last-child:after {
  display: none;
}
.org-chart .department.central {
  background: #fff;
}
.org-chart .department.central:after {
  display: none;
}
.org-chart .department span {
  border-left: #999 0px solid;;
}
.org-chart .department li {
  padding-left: 25px;
  border-bottom: #999 2px solid;
  height: 80px;
}
.org-chart .department li span {
  background: #fff;
  top: 38px;
  position: absolute;
  z-index: 1;
  width: 95%;
  height: auto;
  vertical-align: middle;
  right: 0px;
  line-height: 60px;
  height:60px;
  border: #999 1px solid;
  font-size:14px;
  font-weight:100;
}
.org-chart .department li span a{display:block;width:100%;height:60px; line-height:60px; color:#000}
.org-chart .department li span a:hover{ background:#eee; color:#000;display:block;width:100%; font-weight:bold;}
.org-chart .department .sections {
  margin-top: -20px;
}

/* MEDIA QUERIES */
@media all and (max-width: 767px) {
  .org-chart .board {
    margin: 0px;
    width: 100%;
  }
  .org-chart .departments:before {
    border: none;
  }
  .org-chart .department {
    float: none;
    width: 100%;
    margin-left: 0;
    background: #9cdafb;
    margin-bottom: 40px;
  }
  .org-chart .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 60px;
    border-left: #999 2px solid;
    z-index: 1;
    top: -45px;
    left: 0%;
    margin-left: -2px;
  }
  .org-chart .department:after {
    display: none;
  }
  .org-chart .department:first-child:before {
    display: none;
  }
}

.responsive-content {
  width: 767px;
  margin: 0px auto;
}
.responsive-content .org-chart .board {
  margin: 0px;
  width: 100%;
}
.responsive-content .org-chart .departments:before {
  border: none;
}
.responsive-content .org-chart .department {
  float: none;
  width: 100%;
  margin-left: 0;
  background: #9cdafb;
  margin-bottom: 40px;
}
.responsive-content .org-chart .department:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 60px;
  border-left: #999 2px solid;
  z-index: 1;
  top: -45px;
  left: 0%;
  margin-left: -2px;
}
.responsive-content .org-chart .department:after {
  display: none;
}
.responsive-content .org-chart .department:first-child:before {
  display: none;
}
</pre></body></html>