.tags-list-warpper::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 128px;
  width: 849px;
  height: 242px;
  z-index: 1;
  background: url('../../images//default/detail.png');
}
.tags-list-warpper::after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -90px;
  width: 667px;
  height: 231px;
  z-index: 1;
  background: url('../../images/default/news.png');
}
.tags-detail-box {
  width: 1200px;
  margin: 40px auto 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.tags-detail-box .tags-container {
  width: 720px;
}
.tags-detail-box .tags-container .list .item {
  color: #666;
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 20px 20px 40px rgba(55, 55, 55, 0.16);
  border-radius: 8px;
  margin-bottom: 20px;
}
.tags-detail-box .tags-container .list .item img {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
.tags-detail-box .tags-container .list .item .content {
  width: 520px;
  padding: 20px 20px 20px 0;
}
.tags-detail-box .tags-container .list .item .content .subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tags-detail-box .tags-container .list .item .content .dic {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 24px;
  color: #000;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tags-detail-box .tags-container .list .item .content .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tags-detail-box .tags-container .list .item .content .foot .label {
  display: flex;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
}
.tags-detail-box .tags-container .list .item .content .foot .label p {
  color: #333;
}
.tags-detail-box .tags-container .list .item .content .foot .label li a {
  color: #999;
  margin-left: 7px;
  display: inline-block;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tags-detail-box .tags-container .list .item .content .foot .date {
  color: #999;
  font-size: 14px;
}
.tags-detail-box .sports-news-other {
  flex: 1;
  max-width: 400px;
  margin-left: 80px;
  z-index: 2;
}
.tags-detail-box .sports-news-other .sprots-news-list {
  margin-bottom: 40px;
}
.tags-detail-box .sports-news-other .sprots-tags-container {
  background: #FFFFFF;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 8px;
}
.tags-detail-box .sports-news-other .sprots-tags-container .tags-news {
  padding: 20px;
}
.tags-detail-box .sports-news-other .sprots-tags-container .tags-live {
  padding: 20px;
}
.tags-detail-box .sports-news-other .sprots-tags-container .tags-spcail {
  padding: 20px;
}
.tags-detail-box .sports-news-other .sprots-tags-container .subtitle {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccd5f7;
  position: relative;
}
.tags-detail-box .sports-news-other .sprots-tags-container .subtitle::after {
  content: ' ';
  width: 141px;
  height: 3px;
  position: absolute;
  background: #201753;
  left: 0px;
  bottom: -2px;
  border-radius: 100px;
}
.tags-detail-box .sports-news-other .sprots-tags-container .label {
  padding: 24px 0;
}
.tags-detail-box .sports-news-other .sprots-tags-container .label a {
  color: #08B28E;
  border: 2px solid #08B28E;
  padding: 5.5px 8px;
  margin-bottom: 16px;
  margin-right: 6px;
  display: inline-block;
  cursor: pointer;
  border-radius: 100px;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
