.structure .section {
    position: relative;
    overflow: hidden;
}

.structure a {
    display: block;
    color: #000000;
    text-align: center;
    border: 1px solid #000;
    padding: 5px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 917;
}

.structure a.tree {
    line-height: 2;
    font-size: 16px;
    font-weight: bold;
}

.structure a.leaf {
    line-height: 1.5;
    font-size: 14px;
}

.structure b {
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #000000;
}

.structure b.x {
    height: 1px;
    margin-top: -0.5px;
    left: 0;
    right: 0;
    top: 50%;
}

.structure b.y {
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -0.5px;
}

.structure .trees {
    position: relative;
}

.structure .section.first .node a {
    margin-left: 210px;
    margin-right: 185px;
}

.structure .section.first .trees {
    padding-top: 15px;
    padding-bottom: 15px;
}

.structure .section.first b.x {
    left: 50%;
    width: 75px;
}

.structure .section.first .trees a {
    width: 180px;
    position: relative;
    left: 170px;
}

.structure .section.first .trees a:hover {
      color:#891214;
   font-weight:bold;
   font-size:16px;
}

.structure .section.second b.x {
    top: 0;
}

.structure .section.second ul {
    margin-left*: -30px;
    margin-right: -10px;
    overflow: hidden;
}

.structure .section.second li {
    float: left;
    width: 10%;
    padding-top: 75px;
    position: relative;
    height: 160px;
    padding-bottom: 60px;
}

.structure .section.second li.first span {
    display: block;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #fff;
    margin-left: -0.5px;
}

.structure .section.second li.last span {
    content: '';
    display: block;
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
    width: 50%;
    height: 3px;
    background-color: #fff;
}

.structure .section.second li b.y {
    height: 75px;
    bottom: auto;
}

.structure .section.second li.branche b.y {
    height: 200%;
    bottom: 0;
}

.structure .section.second li a {
    width: 50px;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.structure .section.second li a:hover {
  color:#891214;
}

.structure .section.second li h1,
.structure .section.second li h2 {
    line-height:1.5;
    font-size: 16px;
    font-weight: bold;
    float: right;
    width: 30px;
    margin-top: 18px;
}


.structure .section.second li h1:hover,
.structure .section.second li h2:hover {
    color:#891214;
}

.structure .section.second li p {
    line-height: 1.5;
    font-size: 14px;
    margin-top: 5px;
    text-indent: 0;
    writing-mode: tb-rl;
    float: left;
    width: 20px;
}
.structure .section.second li p:hover {
    color:#891214;
}

.structure .section.second li h2 {
    padding-left: 10px;
    padding-right: 10px;
}

.structure .section.third {
    margin-top: -20px;
}

.structure .section.third .box {
    position: relative;
    overflow: hidden;
}

.structure .section.third > b.x {
    left: 24.5%;
    right: 15.5%;
    top: 20px;
    border-top: 1px solid #000;
    height: 30px;
    background-color: #ffffff;
}

.structure .section.third .box > a {
    width: 125px;
}

.structure .section.third ul {
    padding-top: 20px;
}

.structure .section.third li {
    position: relative;
    padding-top: 20px;
}

.structure .section.third li.first span {
    content: '';
    display: block;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #fff;
    margin-left: -0.5px;
}

.structure .section.third li.last span {
    content: '';
    display: block;
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
    width: 50%;
    height: 3px;
    background-color: #fff;
}

.structure .section.third li b {
    top: 1px;
}

.structure .section.third li a {
    width: 16px;
    padding-left: 5px;
    padding-right: 5px;
}

.structure .section.third .box b.x {
    top: 65px;
}

.structure .section.third .box b.y {
    bottom: 0;
    height: 65px;
}

.structure .section.third .box.first {
    float: left;
    width: 43.5%;
    padding-right: 1%;
}

.structure .section.third .box.first > b.x {
    right: 7%;
}

.structure .section.third .box.first > b.y {
    left: 41.125%;
    right: auto;
}

.structure .section.third .box.first li {
    float: left;
    width: 10%;
}

.structure .section.third .box.first li a {
    height: 170px;
}
.structure .section.third .box.first li a:hover {
   color:#891214;
   font-weight:bold;
   font-size:14px;
}

.structure .section.third .box.first li.last a {
    height: 235px;
}

.structure .section.third .box.second {
    float: left;
    width: 30%;
    padding-right: 1%;
}

.structure .section.third .box.second > b.x {
    right: 11.5%;
}

.structure .section.third .box.second > b.y {
    left: 41.125%;
    right: auto;
}

.structure .section.third .box.second li {
    float: left;
    width: 20%;
}

.structure .section.third .box.second li a {
    height: 210px;
    padding-left:10px;
    padding-right:10px;
}
.structure .section.third .box.second li a:hover {
   color:#891214;
   font-weight:bold;
   font-size:14px;
}

.structure .section.third .box.second li.last a {
    height: 235px;
}

.structure .section.third .box.last {
    float: left;
    width: 23%;
    padding-left: 1%;
}

.structure .section.third .box.last > b.x {
    left: 25%;
}

.structure .section.third .box.last > b.y {
    left: auto;
    right: 48.775%;
}

.structure .section.third .box.last li {
    float: left;
    width: 50%;
}

.structure .section.third .box.last li a {
    height: 270px;
    padding-left:15px;
    padding-right:15px;
    width:24px;
}
.structure .section.third .box.last li a:hover {
      color:#891214;
   font-weight:bold;
   font-size:14px;
}