.primary-linear-gradient {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.primary-linear-gradient-reverse {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.test {
  content: '';
  width: 130px;
  height: 1px;
  background: #045bde;
  display: inline-block;
  margin: 0 70px 3px 15px;
}
.test1 {
  content: '';
  width: 4px;
  height: 4px;
  background: #c4c4c4;
  display: inline-block;
  margin: 3px 83px;
}
.text-ellipsis-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-container .page-left .article-content {
  margin: 35px 0 35px 0;
}
.page-container .page-left .article-content p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 41px;
  text-indent: 32px;
}
.page-container .h3 {
  font-size: 36px;
  font-family: SourceHanSansCN-Heavy;
  font-weight: 800;
  font-style: italic;
  color: #131419;
  line-height: 40px;
  margin-top: -2px;
}
.page-container .page-footer {
  height: 120px;
  overflow: hidden;
  clear: both;
  text-align: center;
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.page-container .page-footer span {
  color: #fff;
  line-height: 120px;
  font-size: 24px;
  font-weight: bold;
  margin-left: 50px;
  font-style: italic;
  display: inline-block;
  vertical-align: top;
  font-family: SourceHanSansCN-Bold;
}
.page-container .page-footer .span1 {
  font-size: 36px;
  font-weight: 800;
  position: relative;
  margin-right: 104px;
}
.page-container .page-footer .span1:after {
  content: '';
  position: absolute;
  right: -106px;
  height: 1px;
  background: white;
  width: 80px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1600px) {
  .page-left .article-content {
    margin: 46px 0 78px 0;
  }
  .page-left .article-content p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 41px;
  }
  .page-left .article-content img {
    display: none;
  }
  .page-right {
    text-align: center;
    padding: 20px 0;
  }
  .page-right img {
    margin: 0 auto;
    width: 900px;
  }
}
@media screen and (max-width: 1600px) {
  .page-left {
    width: 100%;
  }
  .page-left .article-content .img-center {
    margin: 30px 0;
    display: block;
    text-align: center;
  }
  .page-left .article-content .img-center img {
    width: 800px;
  }
  .page-right {
    display: none;
  }
}
