.textOverflowMulti {
  position: relative;
  max-height: 3em;
  margin-right: -1em;
  padding-right: 1em;
  overflow: hidden;
  line-height: 1.5em;
  text-align: justify;
}
.textOverflowMulti::before {
  position: absolute;
  right: 14px;
  bottom: 0;
  padding: 0 1px;
  background: white;
  /* content: "..."; */
}
.textOverflowMulti::after {
  position: absolute;
  right: 14px;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
  content: "";
}

/* wp后台发布文章时上传的图片居中 */
figure {
  text-align: center;
}

.layout-content {
  background-color: #f9fcff;
  padding-bottom: 20px;
}
.layout-content-container {
  width: 1200px;
  margin: 0 auto;
}

.content-p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(0, 0, 0, 0.7);
  line-height: 30px;
}

.directory-row-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.directory-row-left {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #68b6e6;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHeiSemibold;
  color: rgba(255, 255, 255, 1);
  margin-right: 20px;
}
.directory-row-right {
  display: flex;
  flex-flow: wrap;
  height: 52px;
  align-items: center;
  flex: 1;
}
.directory-row-right a {
  width: 158px;
  line-height: 21px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: rgba(0, 0, 0, 0.5);
  line-height: 21px;
  cursor: pointer;
}
#cnzz_stat_icon_1279528876 {
  display: none;
}

/* 外链增加重新调整 */
.swiper-wrapper { 
  margin: 0 auto  !important;
  width: 585px !important;
}
