.dark .newLeft {
  background: #151515;
}
.dark .side-box,
.dark .newsbox,
.dark .articlebox {
  background-color: #282828;
}
.dark .Htitle,
.dark .article .match,
.dark .relation .play,
.dark .matchItem,
.dark .Htitle .selectbox,
.dark .right .box .tags {
  border-color: #444;
}
.dark .Htitle .more,
.dark .right .box {
  color: #999;
}
.dark .crumbs a.off {
  color: #ccc;
}
.dark .Htitle .selectbox {
  background: #282828;
  color: #eee;
}
.dark .listtab tr:hover,
.dark .matchItem:hover,
.dark .hotmatch .matchItem:hover,
.dark .hotmatch .turn:hover {
  background: #322f21;
}
.dark .match .relation span,
.dark .listtab .teamname {
  color: #fff;
}
.dark .right .box .tagtitle {
  background: #444;
  color: #ccc;
}
.dark .right .box .tags {
  background: #232a30;
}
.dark .tag span {
  background: #000;
  color: #bbb;
}
h2,
h3 {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.newsbox ul::after,
.article::after,
.articlebox::after {
  content: "";
  display: block;
  clear: both;
}
.fcg {
  color: #666;
}
.newsbox img {
  width: 100%;
  height: 100%;
}
.mcontent {
  margin: 0 auto 10px auto;
  min-height: 400px;
}
body .NotificalPop {
  width: 500px;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body .NotificalPop .tit {
  font-size: 24px;
}
body .NotificalPop p {
  font-size: 20px;
  line-height: 30px;
  min-height: 115px;
  margin: 10px;
}
body .NotificalPop .btn {
  font-size: 20px;
}
body .NotificalPop .closebtn {
  top: 12px;
  right: 12px;
  transform: scale(1.2);
}
.crumbs {
  width: 1060px;
  color: #999;
  font-size: 12px;
  line-height: 20px;
  margin: 0 auto;
}
.crumbs a.off {
  color: #307b06;
  font-weight: 600;
  margin: 0 5px;
}
.newLeft {
  width: 690px;
  float: left;
  border-radius: 4px;
  overflow: hidden;
}
.newLeft .Htitle {
  line-height: 30px;
}
.newsbox {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.newsbox.pic {
  height: 370px;
  overflow: hidden;
  position: relative;
}
.newsbox.pic .text {
  width: calc(100% - 20px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 10px;
}
.newsbox.pic .text span {
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}
.newsbox.pic .Lbtn,
.newsbox.pic .Rbtn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #000;
  width: 25px;
  height: 40px;
  border-radius: 0 20px 20px 0;
  opacity: 0.5;
  outline: none;
  cursor: pointer;
}
.newsbox.pic .Rbtn {
  left: auto;
  right: 0;
  border-radius: 20px 0 0 20px;
}
.newsbox.pic .Lbtn::before,
.newsbox.pic .Rbtn::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  display: block;
  z-index: 10;
}
.newsbox.pic .Rbtn::before {
  transform: rotate(-135deg);
  left: 5px;
}
.newsbox.pic .Lbtn:hover,
.newsbox.pic .Rbtn:hover {
  opacity: 0.8;
}
.article {
  margin-bottom: 15px;
  cursor: pointer;
}
.article:last-child {
  margin: 0;
}
.artimg {
  width: 125px;
  height: 70px;
  float: left;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.artimg .live {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.7;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.artimg .live::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 56%;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-bottom: 0 none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 2px;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.useritem {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.useritem .uicon {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 5px;
}
.useritem .userName {
  color: var(--textcolor-1);
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.useritem .userName .badge {
  font-style: normal;
  white-space: nowrap;
  background: #FFF3E8 !important;
  color: #cb6f2d !important;
  height: 15px !important;
  line-height: 15px !important;
  font-weight: normal !important;
  border-radius: 2px !important;
  padding: 0 6px !important;
  font-size: 12px;
  margin-left: 5px;
  vertical-align: unset !important;
}
.article .match {
  float: left;
  width: calc(100% - 35px);
  text-align: left;
  margin-left: 35px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e5e5e5;
  position: relative;
}
.article .match:hover {
  color: #f60;
}
.article:last-child .match {
  border: none;
}
.match h2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* -webkit-box-pack: center;*/

}
.match .relation {
  background: linear-gradient(90deg, rgba(67, 149, 30, 0.2), rgba(67, 149, 30, 0.05));
  color: var(--textcolor-1);
  font-size: 12px;
  line-height: 20px;
  padding: 3px 1px;
  border-radius: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*position: absolute;bottom: 15px;left: 0;*/

}
.match .relation span {
  display: inline-block;
  margin: 0 2px;
}
.match .relation span.time {
  color: var(--textcolor-2);
}
.league {
  color: var(--textcolor-2);
  border-left: 1px solid var(--black05);
  border-right: 1px solid var(--black05);
  line-height: 14px;
  padding: 0 8px;
  vertical-align: 0;
}
.league .flag {
  width: auto;
  height: 12px;
  border-radius: 2px;
  margin-right: 4px;
  vertical-align: -1px;
}
.relation .play {
  background: var(--bgcolor-1);
  color: var(--text-primary);
  width: 40px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  border-radius: 10px;
}
.relation .ln {
  width: 135px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #999;
  float: right;
}
.view .article {
  position: relative;
  width: 48%;
  float: left;
}
.view .article .match {
  width: calc(100% - 135px);
  height: auto;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  margin-left: 10px;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  padding-bottom: unset;
}
.view .article:nth-child(even) {
  margin: 0 0 15px 25px;
}
.newsbox .news {
  display: block;
}
.news .article {
  position: relative;
  flex: 0 0 33.3%;
  width: 33.3%;
  height: 184px;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news .artimg {
  width: 210px;
  height: 117px;
}
.news .article .match {
  float: none;
  width: 90%;
  height: auto;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  padding: 5px 0 0 0;
  margin-left: 0px;
}
.photo .article {
  position: unset;
  height: auto;
  flex: 0 0 25%;
  width: 25%;
  margin-bottom: 10px;
}
.photo .article:hover {
  opacity: 0.8;
}
.photo .artimg {
  width: 155px;
  height: 86px;
  border-radius: 3px 3px 0 0;
}
.photo .text {
  width: 145px;
  height: 27px;
  background: #444;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  padding: 2px 5px;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article a:hover,
.photo a:hover {
  text-decoration: none;
}
.swiper-slide .live {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.7;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.swiper-slide .live::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 56%;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 14px solid #000;
  border-bottom: 0 none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.swiper-slide .live.big {
  transform: translate(-50%, -50%) scale(2);
}
.real-info {
  padding: 0 5px;
}
.real-info .infolis {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 5px;
  border-bottom: 1px dashed var(--border-3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.real-info .infolis:last-child {
  border: none;
}
.real-info .infolis a:hover {
  text-decoration: none;
}
.newRight {
  width: 360px;
  float: right;
}
.side-box {
  background-color: #FFF;
  margin-bottom: 10px;
  padding: 0 10px 10px 10px;
  border-radius: 4px;
}
.side-box .nobr {
  border-bottom: none;
  margin-bottom: 0;
}
.Htitle {
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  position: relative;
}
.Htitle .selectbox {
  font-size: 12px;
  height: 22px;
  font-weight: normal;
  color: #444;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 0 5px;
  position: absolute;
  top: 9px;
  right: 0;
}
.Htitle .more {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  float: right;
  cursor: pointer;
}
.news_con31 {
  margin-bottom: 6px;
}
.listtab tr:hover,
.matchItem:hover,
.hotmatch .matchItem:hover,
.hotmatch .turn:hover {
  background: #fffcee;
  cursor: pointer;
}
.listtab tr:first-child:hover {
  background: unset;
  cursor: unset;
}
.listtab .teamname {
  color: var(--textcolor-1);
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  width: 140px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}
.listtab .num {
  color: var(--textcolor-3);
  font-weight: 600;
  font-style: italic;
  line-height: normal;
  font-family: "Sofascore Sans Condensed", sans-serif;
}
.listtab .deduct {
  position: relative;
  text-align: left;
}
.listtab .deduct .icon {
  color: var(--textcolor-3);
  float: right;
  cursor: pointer;
}
.listtab .deduct .ext {
  background: var(--bgcolor-1);
  color: var(--textcolor-2);
  font-size: 12px;
  font-style: normal;
  text-align: left;
  padding: 5px;
  border-radius: 5px;
  width: 150px;
  position: absolute;
  top: 28px;
  right: -136px;
  box-shadow: 0 0 10px var(--black30);
  z-index: 1;
}
.listtab .more {
  color: var(--blue40);
  font-size: 12px;
}
.listtab .more:hover {
  color: var(--thirdly-color);
}
.listtab .more .icon {
  font-size: 12px;
  font-weight: bold;
}
.listtab .flag {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  margin: 0 4px 0 0;
  vertical-align: -2px;
  display: inline-block;
  overflow: hidden;
}
.listtab .flag img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.shooter .teamname {
  width: 200px;
}
.matchItem {
  width: 100%;
  border-top: solid 1px #e5e5e5;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.matchItem .teamIcon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 5px;
}
.matchItem .teamName {
  font-size: 13px;
  line-height: 15px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.matchItem .teams,
.matchItem .home,
.matchItem .guest {
  font-size: 12px;
  text-align: right;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
.matchItem .guest {
  justify-content: flex-start;
  text-align: left;
}
.matchItem .vs {
  font-size: 16px;
  font-weight: bold;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 20px;
}
.matchItem .vs.date {
  color: #999;
  font-size: 12px;
  font-weight: normal;
  word-break: break-all;
  word-wrap: break-word;
}
.matchItem .date span {
  display: block;
}
.matchItem .article {
  width: 100%;
  height: 25px;
  line-height: 25px;
  margin: 3px 0px;
  background: var(--gray10);
  border-radius: 3px;
}
.matchItem .article .kind {
  padding: 2px 6px;
  background: var(--primary-color);
  color: var(--white);
  margin: 5px;
  vertical-align: middle;
  border-radius: 3px;
  font-weight: bold;
}
.matchItem .article a {
  display: inline-block;
  width: 88%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.matchItem:hover .article,
.dark .matchItem:hover .article {
  background: var(--yellow30);
}
.dark .matchItem .article {
  background: var(--gray80);
}
.group-tit td {
  text-align: left;
  font-weight: bold;
  padding: 10px 0px;
}
tr.group-tit:hover {
  background: none;
  cursor: default;
}
.hotmatch::after {
  content: "";
  clear: both;
  display: block;
}
.hotmatch {
  margin: 10px 0;
}
.hotmatch .matchItem {
  background: var(--bgcolor-1);
  width: calc(20% - 8px);
  padding: 8px 0;
  margin-right: 10px;
  border: none;
  border-radius: 6px;
  float: left;
}
.hotmatch .matchItem.hasbtn {
  width: calc(20% - 11px);
  margin-right: 5px;
}
.hotmatch .matchItem:last-child {
  margin: 0;
}
.hotmatch .date {
  width: 50px;
  color: var(--textcolor-3);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
}
.hotmatch .teambox {
  flex: 1;
  overflow: hidden;
}
.hotmatch .teambox .teams {
  justify-content: flex-start;
  margin: 4px 0;
}
.hotmatch .teambox .teamIcon {
  width: 20px;
  height: 20px;
  margin: 0;
}
.hotmatch .teambox .tName {
  font-size: 13px;
  line-height: 16px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotmatch .turn {
  background: var(--bgcolor-1);
  float: left;
  border: none;
  border-radius: 6px;
  width: 12px;
  height: 68px;
  padding: 0px;
}
.hotmatch .turn > div {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width: 7px;
  height: 7px;
  background: var(--textcolor-1);
  position: relative;
  left: 2px;
  top: 30px;
}
.hotmatch .turn.rbtn > div {
  transform: rotate(180deg);
}
.hotmatch .turn.lbtn {
  margin-right: 5px;
}
.hotmatch .turn.disabled > div {
  background: var(--textcolor-4);
}
.hotmatch .turn.disabled:hover {
  background: var(--bgcolor-1);
  cursor: not-allowed;
}
.r_video .vd {
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}
.r_video .vd a:hover {
  text-decoration: none;
}
.r_video .vd:last-child {
  margin: 0;
}
.r_video .artimg {
  width: 100%;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
}
.r_video .artimg img {
  width: 100%;
  height: auto;
}
.r_video .vtitle {
  font-size: 14px;
  font-weight: bold;
  width: calc(100% - 10px);
  line-height: 20px;
  padding-top: 6px;
  margin: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.matchItem.v2 .teamIcon {
  width: 24px;
  height: 24px;
  border-radius: 0%;
  margin-bottom: 0px;
}
.matchItem.v2 .vs {
  line-height: 16px;
}
.listpage .newsbox {
  padding: 10px 20px;
  border-radius: 4px;
}
.listpage .news .article {
  flex: 0 0 25%;
  width: 25%;
  height: 225px;
}
.listpage .Htitle {
  font-size: 32px;
  padding-bottom: 4px;
}
.listpage .artimg {
  width: 240px;
  height: 134px;
}
.listpage .time {
  width: 90%;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  margin: 6px 0 0 0;
}
.articlebox {
  background: #fff;
  width: 1020px !important;
  padding: 10px 20px !important;
  border-radius: 4px;
}
.articlebox .Htitle {
  font-size: 32px;
  line-height: 38px;
  padding-bottom: 10px;
}
.articlebox .left {
  width: 670px;
  float: left;
  font-size: 16px;
  line-height: 24px;
}
.articlebox .left img {
  max-width: 100%;
  width: auto;
}
.articlebox .left span {
  font-weight: inherit;
}
.articlebox .left a {
  color: #0000ee;
  text-decoration: underline;
}
.articlebox .left ul {
  padding-inline-start: 40px;
  list-style-type: disc;
  margin-block-end: 1em;
}
.dark .articlebox .left a {
  color: #0089F1;
}
.left p {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 12px 0;
}
.left .infotext li {
  line-height: 30px;
  margin: 8px 0;
}
.left .infotit {
  background: linear-gradient(-90deg, transparent, var(--blue10));
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 4px;
}
.left .live {
  width: 670px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.left .link {
  margin-top: 50px;
}
.left .link span {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
}
.left .link span a {
  color: #0089F1;
  width: 90%;
  margin-left: 6px;
  vertical-align: -4px;
  display: inline-block;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left .link .more {
  display: flex;
  width: max-content;
}
.left .link .more span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 570px;
}
.left .link .more span a {
  width: 100%;
}
.right {
  width: 310px;
  float: right;
}
.right .side-box {
  padding: 0;
}
.right .box {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.right .box .from {
  color: #0089F1;
  font-weight: bold;
  padding-left: 5px;
}
.right .box .time {
  float: right;
}
.right .box .icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
}
.right .box .tagtitle {
  background: #e5e5e5;
  font-weight: bold;
  line-height: 24px;
  padding: 0 10px;
  display: block;
}
.right .box .tags {
  background: #f3f9ff;
  font-size: 12px;
  padding: 4px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 10px 2px 0 0;
  display: inline-block;
}
.right .Htitle {
  font-size: 16px;
  line-height: 40px;
  padding: 0;
}
.right .artimg {
  width: 124px;
  height: 70px;
}
.right .artimg img {
  width: 100%;
  height: auto;
}
.right .match {
  width: 176px;
  font-size: 13px;
  line-height: 17px;
  padding: 5px 0 0 5px;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  float: unset;
}
.win-f {
  color: #60b723;
}
.lose-f {
  color: #EE6435;
}
.draw-f {
  color: #aaa;
}
.ad {
  margin-bottom: 8px;
}
.survey {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.survey .tips {
  color: var(--textcolor-2);
  line-height: normal;
  padding: 5px 0;
}
.survey .supportbtn {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey .icon {
  width: 50px;
  height: 50px;
  font-size: 12px;
  border-radius: 50%;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.survey .icon:before {
  font-size: 20px;
  margin: 2px auto;
  display: block;
}
.survey .good {
  border: 1px solid #71ab49;
}
.survey .bad {
  border: 1px solid #d64444;
}
.survey .bad::before {
  transform: rotate(180deg);
}
.survey .on .good,
.survey .on .bad {
  color: var(--text-white);
}
/*标签*/

.tag {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
}
.tag span {
  background: #bdbdbd;
  color: #fff;
  padding: 3px 7px;
  margin-right: 2px;
  border-radius: 3px;
}
.view .tag {
  position: absolute;
  float: left;
  width: calc(100% - 135px);
  margin-left: 10px;
  bottom: 0px;
  left: 125px;
}
.news .tag {
  position: absolute;
  bottom: 1px;
  left: 0px;
  width: 205px;
}
.news.photo .tag {
  position: unset;
  width: 140px;
  padding: 2px 5px;
  border-radius: 0 0 3px 3px;
  margin-top: unset;
  font-size: 11px;
}
.news.photo .tag span {
  padding: 2px 5px;
}
.photo .explain {
  width: 155px;
  overflow: hidden;
  background: #444;
  border-radius: 0 0 3px 3px;
}
.hot-tags a {
  font-size: 12px;
  display: block;
}
.hot-tags a:hover {
  text-decoration: none;
}
.hot-tags li {
  background: var(--table_highlight);
  height: 28px;
  line-height: 28px;
  padding: 2px;
  margin-bottom: 4px;
  border-radius: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.hot-tags i {
  background: var(--bgcolor-1);
  color: #b4c3d9;
  font-size: 16px;
  padding: 6px;
  margin-right: 8px;
  border-radius: 50%;
}
.hot-tags li:nth-child(1) i {
  color: #ff4949;
}
.hot-tags li:nth-child(2) i {
  color: #ff7a2a;
}
.hot-tags li:nth-child(3) i {
  color: #ffb323;
}
/*推广*/

.mcontent.simple .listtab tr:hover,
.mcontent.simple .matchItem:hover {
  cursor: default;
}
