.article {
  padding: 10px;
}

.article .article-item {
  position: relative;
  margin: 1.25rem 0;
  height: 140px;
}

@media screen and (max-width: 450px) {
  .article .article-item {
    height: 125px;
  }
}

.article .article-item > div.header {
  margin-bottom: 0.9375rem;
}

.article .article-item .title {
  width: calc(100% - 7.875rem);
  font-family: SourceHanSansCN-Bold;
  font-size: 1.125rem;
  letter-spacing: 0px;
  color: #232323;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article .article-item .title a {
  font-weight: bold;
  vertical-align: super;
}

.article .article-item .time {
  width: 7.25rem;
  text-align: right;
  font-family: ArialMT;
  font-size: 0.875rem;
  color: #999999;
}

.article .article-item .img {
  float: left;
  width: 25%;
}

.article .article-item .img img {
  width: 100%;
  height: 100%;
  min-height: 95px;
  max-height: 100px;
  vertical-align: top;
}

.article .article-item .text {
  float: left;
  width: 75%;
  padding-top: 7px;
  padding-left: 10px;
  font-family: SourceHanSansCN-Regular;
  font-size: 0.875rem;
  line-height: 24px;
  color: #838383;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.article .article-item .text .Author {
  position: absolute;
  bottom: 0px;
  font-family: NotoSansHans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #242424;
}

.article .article-item .text .Author .head-pho {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 2.25rem;
  vertical-align: middle;
}

.article .article-item .text .action {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.article .article-item .text .action > label {
  margin-left: 15px;
  min-width: 3rem;
}

.article .article-item .text .action .wacth {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../images/book_details/browse_2.png) no-repeat;
  vertical-align: middle;
  background-size: 16px;
}

.article .article-item .text .action .nolike {
  display: inline-block;
  background: url(../../images/knowledge/xin_1.png) no-repeat;
  width: 18px;
  height: 18px;
  background-size: 18px;
  vertical-align: middle;
  cursor: pointer;
}

.article .article-item .text .action .like {
  background: url(../../images/Information_details/icon04.png) no-repeat;
}

.article .article-item .no-img {
  float: none;
  width: 100%;
  height: 5.8125rem;
  padding: 0;
}

.article .article-item .no-img > div:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.attention .head-pho img {
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

.attention .branchName {
  text-align: center;
  padding: 5px 0;
}

.attention .introduce {
  height: 100%;
  padding: 0 1.25rem 0 0;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: justify;
}
