@charset "UTF-8";
.left-bar .article-tit {
  background: #fff;
  padding: 30px 30px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #F1F3F5;
}

.left-bar .article-tit p {
  text-align: left;
  color: #202020;
  font-size: 20px;
  font-weight: bold;
}

.article-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}

.article-list > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}

.article-list .line {
  width: 90%;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #F1F3F5;
}

.rank {
  position: absolute;
  right: 50px;
  top: 10px;
  width: 50px;
  height: 56px;
  font-size: 0;
}

.rank.rank1 {
  background: url(../ossweb-img/rank1.png) no-repeat center/cover;
}

.rank.rank2 {
  background: url(../ossweb-img/rank2.png) no-repeat center/cover;
}

.rank.rank3 {
  background: url(../ossweb-img/rank3.png) no-repeat center/cover;
}

.rank.rankO {
  font-size: 22px;
  color: #8E8E8E;
  text-align: center;
  line-height: 65px;
  background: url(../ossweb-img/rank_other.png) no-repeat center/cover;
}

.rank.rank100 {
  background: url(../ossweb-img/rank100.png) no-repeat center/cover;
}

.left {
  margin-right: 20px;
}

.left .tit {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  position: relative;
}

.left .tit span {
  position: relative;
  z-index: 1;
}

.left .tit::before {
  content: '';
  position: absolute;
  left: -10px;
  top: -15px;
  width: 38px;
  height: 35px;
  z-index: 0;
  background: url(../ossweb-img/quo_icon.png) no-repeat center/cover;
}

.left .txt {
  margin-top: 10px;
  width: 466px;
  max-height: 130px;
  font-size: 18px;
  overflow: hidden;
  color: #000;
  /* ������������ */
  display: -webkit-box;
  /* ����ʹ�õ��Բ��� */
  -webkit-line-clamp: 5;
  /* ������ʾ 5 �� */
  -webkit-box-orient: vertical;
  /* ����Ϊ��ֱ���� */
  text-overflow: ellipsis;
  /* �����Ĳ�����ʾʡ�Ժ� */
  line-height: 1.4;
  /* �и� */
}

.left .txt.on {
  width: 700px;
}

.right {
  width: 238px;
  height: 151px;
  border-radius: 8px;
  overflow: hidden;
  padding-top: 10px;
}

.right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  width: 100%;
}

.bottom_left p {
  font-size: 16px;
  color: #939393;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom_left p span {
  margin: 0 5px;
}

.bottom_right ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom_right li {
  width: 97px;
  height: 38px;
  margin: 0 5px;
  background: url(../ossweb-img/btn1_on.png) no-repeat center/100% 100%;
}

.bottom_right li span,
.bottom_right li b {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.bottom_right li.on {
  width: 96px;
  height: 37px;
  margin: 0 5px;
  background: url(../ossweb-img/btn1.png) no-repeat center/100% 100%;
}

.bottom_right li.on span,
.bottom_right li.on b {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.bottom_right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.bottom_right i {
  width: 24px;
  height: 24px;
  display: block;
}

.bottom_right i.emoji1 {
  background: url(../ossweb-img/meme_emoji1.png) no-repeat center/100% 100%;
}

.bottom_right i.emoji2 {
  background: url(../ossweb-img/meme_emoji2.png) no-repeat center/100% 100%;
}

.bottom_right i.emoji3 {
  background: url(../ossweb-img/meme_emoji3.png) no-repeat center/100% 100%;
}

.bottom_right span {
  margin: 0 2px;
}

.nulInfo {
  width: 100%;
  height: auto;
  padding: 20px;
  text-align: center;
}

.right-bar {
  width: 386px;
  height: auto;
  position: fixed;
  top: 92px;
  right: 50%;
  margin-right: -600px;
}
