.articleWrap .article {
  width: 78%;
  margin: 0 auto;
  padding: 20px 20px 79px 20px;
  box-sizing: border-box;
}
.articleWrap .article .title {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 2em;
}
.articleWrap .article .desc {
  width: 100%;
  text-align: center;
  margin: 30px 0 10px 0;
  font-size: 18px;
  background-color: #efefef;
  padding: 15px 0;
}
.articleWrap .article .content {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
.articleWrap .article .content p {
  line-height: 30px;
  text-indent: 2em;
  padding-bottom: 8px;
}
.articleWrap .article .content font,
.articleWrap .article .content p,
.articleWrap .article .content span {
  font-size: 17px !important;
  color: #000 !important;
  font-family: 宋体 !important;
}
.articleWrap .article .attach p,
.articleWrap .article .attach a {
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 10px;
  display: block;
}
.articleWrap .article .attach a {
  color: #409eff;
}
.articleWrap .article .activePhoto {
  width: 100%;
  display: grid;
  grid-template-columns: 762fr 258fr;
  height: 680px;
}
.articleWrap .article .activePhoto .wonderfulTitle {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: url("../images/icon23.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.articleWrap .article .activePhoto .wonderfulTitle img {
  width: 28px;
}
.articleWrap .article .activePhoto .wonderfulList {
  overflow-y: scroll;
  height: 620px !important;
}
.articleWrap .article .activePhoto .wonderfulList img {
  width: 100%;
}
.articleWrap .article .bottom {
  padding: 15px 0;
}
.articleWrap .article .bottom p {
  line-height: 30px;
}
