/* 城促会简介 */
.cch-column {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.cch-column .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cch-column .item:last-child {
  margin-bottom: 0;
}
.cch-column .item .top-img {
  position: relative;
  width: 550px;
  height: auto;
}
.cch-column .item .top-img #zczx-video:hover {
  cursor: pointer;
}
.cch-column .item .bottom-img {
  width: 460px;
  height: auto;
}
.cch-column .top-img .video-title {
  font-size: 18px;
  text-align: center;
  color: #333;
  line-height: 60px;
  font-weight: bold;
}
.cch-column .item .item-content {
  flex: 1;
  font-size: 16px;
  line-height: 30px;
}
.cch-column .item .top-content {
  margin-right: 60px;
}
.cch-column .item .bottom-content {
  margin-left: 60px;
}
/* 领导成员 */
.ldcy-column .top-box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 100px;
  box-sizing: border-box;
  border-bottom: solid 1px #ccc;
}
.ldcy-column .top-box .top-item {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.ldcy-column .top-box .top-item:hover {
  cursor: pointer;
}
.ldcy-column .top-box .top-item img {
  width: 170px;
  height: auto;
}
.ldcy-column .top-box .top-item .ldcy-info {
  width: 100%;
}
.ldcy-column .top-box .top-item .post {
  font-size: 16px;
  line-height: 32px;
  margin-top: 10px;
  text-align: center;
}
.ldcy-column .top-box .top-item .name {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
.ldcy-column .bottom-box {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
}
.ldcy-column .bottom-title {
  font-size: 20px;
  color: #00813F;
  margin-top: 40px;
  font-weight: bold;
}
.ldcy-column .bottom-title span {
  font-size: 16px;
  color: #ccc;
  font-weight: normal;
}
.ldcy-column .bottom-box .bottom-item {
  width: 33%;
  overflow: hidden;
  margin-top: 30px;
}
.ldcy-column .bottom-box .bottom-item .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.ldcy-column .bottom-box .bottom-item .post {
  font-size: 16px;
}
/* 机构设置 */
.jgsz-column img {
  width: 100%;
  height: auto;
}
.jgsz-column .pc-image {
  display: block;
}
.jgsz-column .mobile-image {
  display: none;
}
/* 章程 */
.zc-column .zc-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}