@charset "UTF-8";
.container-charts {
  background: #fff;
}

.tlt {
  padding: 4px 0 6px 8px;
  border-bottom: 1px solid #eee;
  background: rgb(245, 246, 247);
}
.tlt h3 {
  font-size: 20px;
  color: #333;
}
.tlt h3:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #627bc7;
  margin-right: 8px;
  border-radius: 4px;
}

.dollar-mark_tabs {
  width: 100%;
}
.dollar-mark_tabs ul {
  padding: 0 8px;
  margin: 8px 0;
  display: flex;
  justify-content: space-between;
}
.dollar-mark_tabs ul li {
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
.dollar-mark_tabs ul li.active {
  color: #627bc7;
  border-bottom: 1px solid #627bc7;
}

.charts {
  width: 100%;
  height: 200px;
}

.red {
  color: red !important;
}

.green {
  color: green !important;
}

.symbol-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.symbol-list .item {
  padding: 0 10px;
  border-left: 2px solid transparent;
  height: 45px;
  border-bottom: 1px dashed #d2e3ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}
.symbol-list .item:last-child {
  border-bottom: none;
}
.symbol-list .item span {
  flex: 1;
  text-align: center;
}
.symbol-list .item.active {
  background: #f8f9fa;
  border-left: 2px solid #627bc7;
}
.symbol-list .item:hover {
  border-left: 2px solid #627bc7;
  background: #f8f9fa;
}

.news-list {
  background: #fff;
}
.news-list .list {
  display: flex;
  flex-direction: column;
}
.news-list .list .newsItem {
  padding: 15px 6px;
  border-bottom: 1px solid #eee;
  border-left: 2px solid transparent;
}
.news-list .list .newsItem:last-child {
  border-bottom: none;
}
.news-list .list .newsItem:hover {
  background: #f8f9fa;
  border-left: 2px solid #627bc7;
}
.news-list .list .newsItem a {
  display: flex;
}
.news-list .list .newsItem a img {
  height: 50px;
  width: 80px;
  object-fit: cover;
}
.news-list .list .newsItem a .news-title {
  cursor: pointer;
  flex: 1;
  margin-left: 10px;
  font-size: 16px;
  color: #333;
  display: -webkit-box; /* 使用旧版Flexbox布局 */
  -webkit-box-orient: vertical; /* 设置内容垂直排列 */
  -webkit-line-clamp: 2; /* 限制显示的行数 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  max-height: 40px;
}

/*# sourceMappingURL=right.css.map */
