.flexTitle {
  justify-content: space-between;
  align-items: center;
}

.journalItem {
  flex: 0 0 27%;
  position: relative;
}
.journalItem:nth-child(3n) {
  margin-right: 0;
}
.journalItem:hover {
  color: inherit;
}
.jTitle {
  font-weight: 700;
  word-break: break-all;
  line-height: 22px;
  height: 44px;
}
.jTitle:hover {
  color: var(--theme);
}
.jTitle.lines4 {
  height: 88px;
  -webkit-line-clamp: 4;
}
.jTitle:hover {
  text-decoration: underline;
}
.jReviewer {
  height: 44px;
}
.journalItem .date {
  color: #666660;
}
.articleNav {
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
}
.nav span {
  padding-bottom: 13px;
}
.articleList {
  flex-wrap: wrap;
}
.articleItem {
  flex: 0 0 100%;
  border-bottom: 1px solid #d8d8d8;
  /* position: relative; */
  flex-direction: row-reverse;
}

.column-2 .articleItem {
  flex: 0 0 49%;

}
.column-2 .articleItem:nth-child(2n) {
  margin-left: 2%;
}
.articleImg {
  flex: 0 0 158px;
  width: 158px;
  height: 118px;
  /* margin-right: 35px; */
}
.column-2 .articleItem {
  padding-right: 20px;
}
.column-2 .articleImg {
  flex: 0 0 147px;
  height: 110px;
  /* margin-right: 6px; */
}
.articleImg img {
  width: 100%;
  height: 100%;
}
.articleItem .article {
  flex: 1;
  width: 0;
}
.articleItem .name {
  color: #989898;
  margin: 6px 0;
}
.pdf {
  width: 15px;
  height: 17px;
}
.related .line {
  margin: 0 8px;
  width: 0;
  height: 16px;
  border: 0.5px solid #D8D8D8;
}

.banner{
  background: url(../images/index/bannerBg.png) no-repeat center;
}

.borderBottom {
  border-bottom: 1px solid #dadada;
}
