.article-box {
  width: 100%;
  position: relative;
  z-index: 2;
  background: white;
}
.article-box .article {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.article-box .article .left {
  flex: 1;
  width: 0;
  display: block;
}
.article-box .article .left .intro-box {
  background: #f9f9f9;
  padding: 15px 20px 1px 20px;
  margin: 15px 0;
  line-height: 150%;
}
.article-box .article .left .intro-box .item {
  display: flex;
  align-content: flex-start;
  margin-bottom: 15px;
}
.article-box .article .left .intro-box .item .t {
  width: 90px;
  color: #409eff;
}
.article-box .article .left .intro-box .item .c {
  flex: 1;
  width: 0;
}
.article-box .article .left .intro-box .item .c a {
  color: #e6a23c;
  text-decoration: underline;
}
.article-box .article .left .intro-box .item .c .mp-code {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.article-box .article .left .detail {
  min-height: 800px;
  line-height: 150%;
}
.article-box .article .left .detail h1 {
  font-size: 50px;
  font-weight: bold;
  color: #409eff;
}
.article-box .article .left .detail h2 {
  font-size: 45px;
  font-weight: bold;
  color: #e6a23c;
}
.article-box .article .left .detail h3 {
  font-size: 40px;
  font-weight: bold;
  color: #f56c6c;
}
.article-box .article .left .detail h4 {
  font-size: 35px;
  font-weight: bold;
  color: #67c23a;
}
.article-box .article .left .detail h5 {
  font-size: 30px;
  font-weight: bold;
  color: #909399;
}
.article-box .article .left .news-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.article-box .article .right {
  border-left: 1px solid #ccc;
  width: 250px;
}
.article-box .article .right .news-item {
  background: #f3f3f3;
}
.article-box .article .right .news-item.active {
  font-weight: bold;
  background: #409eff;
  color: white;
}
.article-box .article .right .news-item:hover {
  opacity: 0.8;
  background: #409eff;
  color: white;
}
/*# sourceMappingURL=project-detail.css.map */