.notice_header_list {
  width: calc(100% - 840px);
  padding: 10px;
  overflow-y: auto;
}
.article {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.article .article_hover {
  display: none;
  width: 100%;
  position: relative;
  border-right: 3px;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 4px;
}
.article .article_hover img {
  width: 100%;
  height: 100%;
}
.article .article_hover .article_hover_title {
  color: #fff;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: 0px 20px 5px;
  background: linear-gradient(rgba(0, 0, 0, 0), #333);
}
.article .article_title {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
}
.article:hover .article_hover {
  display: inline-flex;
  align-items: center;
  max-height: 190px;
}
.article:hover .article_title {
  display: none;
}
.notice_header_list .active .article_hover {
  display: inline-flex;
  align-items: center;
  max-height: 190px;
}
.notice_header_list .active .article_title {
  display: none;
}
.noticeBg .notice_list_right {
  width: calc(100% - var(--layout-page-notice-banner-width) + 10px);
  margin-left: 10px;
}
.noticeBg .notice_list_right .recommend_header {
  padding: 10px 0px;
  background-color: #fff;
}
.noticeBg .notice_list_right .recommend_header .recommend_title {
  color: var(--title-box-color-text2);
  border-left: 4px solid var(--title-box-color-border2);
  position: relative;
  padding: 10px 20px;
}
.noticeBg .notice_list_right .recommend_header .recommend_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 4px solid var(--title-box-color-border2);
  width: 0;
  height: 0;
}
.noticeBg .notice_list_right .recommend_header .recommend_title .recommend_title_body {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: var(--title-box-color-text2);
}
.noticeBg .notice_list_right .recommend_list .recommend_item {
  height: 280px;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #E5E6EB;
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  border-radius: 5px;
  /*overflow: hidden;*/
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .box-tag-left {
  position: absolute;
  top: -17px;
  left: 25px;
  z-index: 1;
  max-width: calc(50% - 20px);
  padding: 2px 2px 2px 4px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .box-tag-right {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 2px 2px 4px;
  border-radius: 4px;
  max-width: calc(50% - 20px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .live_tag{
  width: 20px;
  height: 22px;
  margin-left: 5px
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .live_tag .playing{
  width: 20px;
  height: 20px;
}

.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .box-tag-right img {
  width: 20px;
  height: 20px;
  /*margin-right: 5px;*/
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .box-tag-right .tag_text {
  display: inline-block;
  line-height: 16px;
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .theme-red-bg-white-font {
  min-width: 55px;
  background-color:var(--tag-color-bg8);
  color: var(--tag-color-text8);
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .theme-orange-bg-white-font {
  background-color: #F9B702;
  color: var(--theme-color-whith);
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .theme-blue-bg-white-font {
  color: var(--tag-color-text);
  background: var(--theme-global-color-primary-gradient-tb3);
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .game_footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px;
  width: calc(100% - 20px);
  display: inline-flex;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0), #333);
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .game_footer .game_footer_left {
  margin-right: 10px;
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .game_footer .game_footer_left img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .game_footer .game_footer_right {
  width: calc(100% - 58px);
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .game_footer .game_footer_right .right_top {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #FFFFFF;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .game_footer .game_footer_right .right_bottom {
  width: 100%;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .game_footer .game_footer_right .right_bottom .box-username {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #FFFFFF99;
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .game_footer .game_footer_right .right_bottom .box-pv {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: right;
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .game_footer .game_footer_right .right_bottom .box-pv img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
@keyframes showHover {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 190px;
    /* 指定的最大高度 */
  }
}
