.rights {
  flex: 1;
  min-height: calc(100vh - 356px);
}
.breadCrumbs {
  position: relative;
}
.breadCrumbs a.active {
  font-weight: 600; 
}
.devideLine {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  border: 1px dashed rgba(185, 205, 225, .5);
}


/* 新闻列表、艾思课堂列表公共样式Start */
.rights .flexItem {
  position: relative;
}
.rights .flexItem .leftImg {
  flex: 0 0 180px;
  height: 101px;
}
.rights .flexItem .arrow {
  position: absolute;
  width: 26px;
  right: 0;
  bottom: 10px;
}
.rights .flexItem .arrow img {
  width: 100%;
}
/* 新闻列表、艾思课堂列表公共样式End */

.rights .flexImg img {
  width: 100%;
  height: 100%;
}
.rights .rightDesc {
  flex: 1;
}
.rights .rightDesc .name:hover {
  color: #2275F7;
}

/* 分页器样式Start */
.pagination a {
  display: inline-block;
  width: 30px;
  height: 28px;
  line-height: 28px;
  background: #F4F4F5;
  border-radius: 2px;
  color: #666;
  margin-right: 10px;
}
.pagination a.curPage,
.pagination a:not(.clickDisabled):hover {
  background: #1C539E;
  color: #fefefe;
}
.pagination .clickDisabled {
  cursor: not-allowed;
}
/* 分页器样式End */

/* 文章上下篇按钮样式 */
.preNext a {
  width: 470px;
  height: 60px;
  line-height: 60px;
  border: 0.5px solid #979797;
  border-radius: 3px;
  position: relative;
}
.preNext a:hover {
  color: #0054B8;
}
.preNext a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #0054B8;
  top: 0;
  left: 0;
}
.preNext .pre .text,
.preNext .next .text {
  width: 400px;
}
/* 上下篇按钮样式End */

/* 期刊右侧推荐栏 */
.related {
  flex: 0 0 300px;
  margin-left: 30px;
  padding: 25px;
}
.relatedItem {
  background: #f9f9f9;
  padding: 25px 20px;
}
.relatedItem:last-child {
  margin-bottom: 0;
}
.relatedImg {
  width: 150px;
  height: 200px;
  box-shadow: 0 0 9px 0 rgba(145,145,145,0.50);
  margin: 0 auto 15px;
}
/* 期刊右侧推荐栏End */

/* 论文右侧详情推荐 */
.recommendItem {
  position: relative;
}
.recommendItem:last-child {
  margin-bottom: 0;
}
.recommendItem::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('../images/journal/arrow3.png') no-repeat;
  left: 0;
  top: 0;
}
.recommendItem:hover {
  text-decoration: underline;
}
/* 论文右侧详情推荐End */

/* 论文详情、期刊详情右侧推荐栏标题 */
.relatedTitle .title {
  color: #617EA1;
  position: relative;
}
.relatedTitle .title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #617EA1;
  bottom: -14px;
  left: 0;
}
.relatedTitle {
  border-bottom: 4px solid #d8d8d8;
}
/* 论文详情、期刊详情右侧推荐栏标题End */

.noResult {
  margin-top: 100px;
}
.noResult img {
  transform: scale(0.8);
}
.noResult .desc {
  margin-top: -20px;
}


/* 详情页设置富文本样式 */
.rights .richContent {
  width: 970px;
  min-height: 360px;
}
.rights .richContent table {
  width: 100% !important;
}
.rights .richContent img,
.rights .richContent ul {
  max-width: 100%;
}







