.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;
}
h3 {
  font-family: SourceHanSansCN-Heavy;
  font-weight: 800;
  font-style: italic;
  margin-top: -2px;
}
.page-container .navbars {
  margin: 40px 0;
}
.page-container .navbars ul {
  overflow: hidden;
  clear: both;
}
.page-container .navbars ul li {
  float: left;
}
.page-container .navbars ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.page-container .navbars ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #C4C4C4;
  display: inline-block;
  margin: 3px 83px;
}
.page-container .navbars ul li.last-li:after {
  content: "";
  background: #fff;
  display: inline-block;
}
.page-container .navbars ul li.active a {
  color: #045BDE;
}
.page-container .navbars ul li.active:after {
  content: "";
  width: 130px;
  height: 1px;
  background: #045BDE;
  display: inline-block;
  margin: 0 70px 3px 15px;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  /* Firefox 4 */
  -webkit-transition: width 0.5s;
  /* Safari 和 Chrome */
  -o-transition: width 0.5s;
  /* Opera */
}
.page-container .navbars ul li:hover a {
  color: #045BDE;
}
.page-container .navbars ul li:hover:after {
  content: "";
  width: 130px;
  height: 1px;
  background: #045BDE;
  display: inline-block;
  margin: 0 70px 3px 15px;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  /* Firefox 4 */
  -webkit-transition: width 0.5s;
  /* Safari 和 Chrome */
  -o-transition: width 0.5s;
  /* Opera */
}
.page-container .page-left {
  float: left;
}
.page-container .page-left .article-content {
  margin-top: 5px;
}
.page-container .page-left .article-content p.p1 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 41px;
}
.page-container .page-left .article-content p.p2 {
  color: #333333;
  line-height: 40px;
  font-size: 20px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  font-style: italic;
}
.page-container .page-left .article-content h3 {
  margin: 100px 0 50px 0;
}
.page-container .page-right {
  float: right;
  margin-top: 40px;
  text-align: right;
}
.page-container .page-right .img1 {
  display: block;
}
.page-container .page-right .img2 {
  display: block;
}
@media screen and (min-width: 1600px) {
  .article-content {
    width: 890px;
  }
  .page-right .img1 {
    width: 480px;
    height: auto;
    margin-right: 40px;
  }
  .page-right .img2 {
    width: 195px;
    height: auto;
    margin-left: 120px;
    margin-top: 239px;
  }
}
@media screen and (max-width: 1600px) {
  .article-content {
    width: 788px;
  }
  .page-right .img1 {
    width: 400px;
    height: auto;
  }
  .page-right .img2 {
    width: 150px;
    height: auto;
    margin-left: 90px;
    margin-top: 280px;
  }
}
.page-container h3 {
  margin-bottom: 50px;
}
