.article-box {
  width: 100%;
  padding: 0.1rem;
}
.issue-info {
  margin: 0.1rem 0 0.16rem;
  height: 0.38rem;
  line-height: 0.38rem;
  color: #969696;
  font-size: 0.14rem;
}
.brief {
  height: 0.38rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.brief span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #4dd05f;
  width: 0.38rem;
  height: 0.38rem;
  color: #fff;
  line-height: 0.38rem;
  text-align: center;
}

.brief span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-width: 0.06rem;
  border-style: solid;
  border-color: #4dd05f #fff #fff #4dd05f;
}

.brief .title {
  font-size: 0.14rem;
  color: #969696;
  line-height: 0.2rem;
  padding-left: 0.5rem;
}

.articleContent{
    margin-top: .3rem;
}