.news-detail-warpper::before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 128px;
  width: 849px;
  height: 242px;
}
.news-detail-warpper::after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -90px;
  width: 667px;
  height: 231px;
  z-index: 1;
  background: url(../../images/default/news.png);
}
.spcial-detail-box {
  display: flex;
  justify-content: flex-start;
  width: 1200px;
  margin: 39px auto 60px;
  position: relative;
  z-index: 5;
}
.spcial-detail-left {
  flex: 1;
}
.spcial-detail-right {
  flex: 1;
  max-width: 400px;
  margin-left: 50px;
}
.spcial-match-subtitle {
  display: flex;
  align-items: center;
  background: #08B28E;
  opacity: 0.8;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.spcial-match-subtitle p {
  margin-right: 10px;
}
.spcial-match-subtitle p img {
  width: 25px;
  height: 25px;
}
.spcial-match-subtitle:hover {
  color: #fff !important;
}
.spcial-match-list tr {
  height: 55px;
  border-bottom: 1px solid #d2d2d2;
}
.spcial-match-list tr td {
  text-align: center;
}
.spcial-match-list tr td .flex {
  display: flex;
  align-items: center;
  height: 35px;
}
.spcial-match-list tr td .flex p {
  margin: 0 10px;
}
.spcial-match-list tr td .time {
  padding-left: 20px;
}
.spcial-match-list tr td .home {
  justify-content: flex-end;
}
.spcial-match-list tr td .center {
  width: 100px;
  justify-content: center;
  margin: 0 auto;
  background: #d2d2d2;
  border-radius: 20px;
  color: #fff;
}
.spcial-match-list tr td .center i {
  background: url(/public/static/pc/images/spcial-tv.png) no-repeat center;
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
.spcial-match-list tr td .center:hover i {
  background: url(/public/static/pc/images/spcial-tv_hover.png) no-repeat center;
}
.spcial-match-list tr:last-child {
  border: none;
}
.spcial-news-list {
  border-top: 2px solid #077b63;
}
.spcial-news-list .spcial-news-item {
  color: #666;
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgba(55, 55, 55, 0.16);
  border-radius: 8px;
  margin-bottom: 20px;
}
.spcial-news-list .spcial-news-item img {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
.spcial-news-list .spcial-news-item .content {
  width: 520px;
  padding: 20px 20px 20px 0;
}
.spcial-news-list .spcial-news-item .content .subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.spcial-news-list .spcial-news-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;
}
.spcial-news-list .spcial-news-item .content .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spcial-news-list .spcial-news-item .content .foot .label {
  display: flex;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
}
.spcial-news-list .spcial-news-item .content .foot .label p {
  color: #333;
}
.spcial-news-list .spcial-news-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;
}
.spcial-news-list .spcial-news-item .content .foot .date {
  color: #999;
  font-size: 14px;
}
.spcial-news-list .spcial-news-item:last-child {
  margin: 0;
}
.sprots-news-list {
  margin-bottom: 40px;
}
.sprots-tags-container {
  background: #FFFFFF;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 8px;
}
.sprots-tags-container .tags-news {
  padding: 20px;
}
.sprots-tags-container .tags-live {
  padding: 20px;
}
.sprots-tags-container .tags-spcail {
  padding: 20px;
}
.sprots-tags-container .subtitle {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccd5f7;
  position: relative;
}
.sprots-tags-container .subtitle::after {
  content: ' ';
  width: 141px;
  height: 3px;
  position: absolute;
  background: #201753;
  left: 0px;
  bottom: -2px;
  border-radius: 100px;
}
.sprots-tags-container .label {
  padding: 24px 0;
}
.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;
}
