.con {
  padding-top: 27px;
  padding-bottom: 88px;
  height: auto;
}
.conCurrent {
  margin-bottom: 25px;
}
.conCurrent ul {
  display: flex;
  align-items: center;
}
.conCurrent ul li {
  margin-right: 7px;
  font-size: 16px;
}
.conCurrent ul li a {
  color: #292929;
}
.current {
  color: #c60e0e;
}
.rightJt {
  font-family: \5B8B\4F53, serif;
}
/* 当前位置 */
.listCon {
  display: flex;
  justify-content: space-between;
}
.conNavCurrent {
  background-color: #c60e0e !important;
  color: #fff !important;
  font-weight: bold;
}
/* 组织结构 */
.textCon {
  height: auto;
  border: 1px solid #eee;
}
.content {
  font-size: 16px;
  padding: 20px;
  color: #292929;
  line-height: 1.7em;
}
.content img {
  max-width: 95%;
  text-align: center;
}
.content p {
  margin-bottom: 7px;
}
.content a {
  color: #0000ee;
  text-decoration: underline;
}
