.organization {
  padding: 2.5rem 0 5.6rem;
  background: url(../img/about/organization/bg.jpg) no-repeat left bottom;
  background-size: contain;
}
.organization .con-top .title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}
.organization .con-top ul {
  margin-top: 1.8rem;
}
.organization .con-top ul li {
  float: left;
  width: 31.9%;
  height: 4rem;
  background: #eee;
  padding: 0 1.4rem;
  cursor: pointer;
}
.organization .con-top ul li:not(:nth-child(3n)) {
  margin-right: 2.15%;
}
.organization .con-top ul li h2 {
  float: left;
  width: 86%;
  font-size: 0.8rem;
  color: #333;
  line-height: 4rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.organization .con-top ul li h3 {
  float: right;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #8a8a8a;
  margin-top: 1.25rem;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.organization .con-top ul li h3 span {
  font-size: 1rem;
  color: #8a8a8a;
  line-height: 1.5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.organization .con-top ul li.active {
  background: #003882;
}
.organization .con-top ul li.active h2 {
  color: #fff;
}
.organization .con-top ul li.active h3 {
  background: #d8222a;
  border: 1px solid #003882;
}
.organization .con-top ul li.active h3 span {
  color: #fff;
}
.organization .con-top ul li:hover {
  background: #003882;
}
.organization .con-top ul li:hover h2 {
  color: #fff;
}
.organization .con-top ul li:hover h3 {
  background: #d8222a;
  border: 1px solid #003882;
}
.organization .con-top ul li:hover h3 span {
  color: #fff;
}
.organization .con-bottom {
  margin-top: 4rem;
}
.organization .con-bottom ul li {
  display: none;
}
.organization .con-bottom ul li img {
  width: 100%;
}
.organization .con-bottom ul li.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .organization {
    padding: 30px 0 40px;
  }
  .organization .con-top .title h2 {
    font-size: 18px;
  }
  .organization .con-top ul li {
    padding: 20px 10px;
    position: relative;
    height: auto;
  }
  .organization .con-top ul li h2 {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    height: 60px;
  }
  .organization .con-top ul li h3 {
    float: left;
    width: 30px;
    height: 30px;
    position: relative;
    left: 50%;
    margin-left: -15px;
  }
  .organization .con-top ul li h3 span {
    line-height: 30px;
    font-size: 20px;
  }
  .organization .con-bottom {
    margin-top: 20px;
    padding: 0 20px;
  }
}
/*# sourceMappingURL=about_organization.css.map */