.fl {
  float: left;
}

.fr {
  float: right;
}

.page__right {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border: 1px solid #dfdfdf;
  box-shadow: 2px 2px 2px #dfdfdf;
  background: #fff;
  behavior: url(https://news.vobao.com/Content/themes/Default/PIE.htc);
}

.page__right .right-title {
  overflow: hidden;
  position: relative;
  width: 90%;
  height: 49px;
  padding: 0 17px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 49px;
  color: #333;
  font-size: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page__right .right-title .r-title__name {
  height: 49px;
  line-height: 49px;
}

.page__right .right-title .r-title__more {
  color: #a9a9a9;
  font-size: 14px;
  text-decoration: none;
}

.page__right .right-title .r-title__more:hover, .page__right .right-title .r-title__moreactive, .page__right .right-title .r-title__morevisited {
  color: #a9a9a9;
}

.page__right .right-content {
  padding: 0 10px;
}

.page__right .right-content .right-a {
  display: block;
  position: relative;
  width: 100%;
  margin: 10px 0;
}

.page__right .right-content .right-a .right-a-img {
  width: 100%;
  display: block;
}

.page__right .right-content .right-a .right-a-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
