.mNavWrap {
  width: 1200px;
  align-items: center;
}

.mNav {
  display: flex;
  flex-wrap: wrap;
  width: 1140px;
}

.mNav li {
  padding: 8px 26px;
  cursor: pointer;
}
.mNav li:hover {
  background-color: var(--c2) !important;
  color: var(--c1) !important;
}

.mNav img {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}

.infoBoxList > img {
  width: 208px;
  height: 138px;
  object-fit: cover;
  border-radius: 4px;
}

.infoList {
  width: calc(100% - 223px);
  /*height: 126px;*/
  color: #999;
  padding: 6px 0;
  box-sizing: border-box;
  position: relative;
  margin-left: 5px;
}

.infoList li:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.infoList li.ellipsis{
  margin-bottom: 0;
}

.infoBoxList:hover .actli {
  color: red;
}

.infoBoxList:hover img{
}

.infoList li:nth-child(2) {
  font-size: 14px;
  margin: 8px 0 10px;
}
.infoList li:nth-child(3){
  width: 100%;
  position: absolute;
  bottom: 8px;
  left: 0;
}

/* 热点直播 卡片动态 */
.hotLiveBox {
  width: 262px;
  color: #fff;
  margin-left: 7px;
}
/* 显示 */
.htShow {
  margin-top: 10px;
  height: 110px;
  padding-top: 10px;
  background: url(/images/htbanner.png) no-repeat center;
}

.htShowInner {
  justify-content: space-around;
}

.htShowInner > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.htShowInner > div img {
  width: 34px;
  height: 34px;
}
.htShowInner > div a {
  color: #fff;
}

.htShowP {
  width: 60px;
  text-align: center;
}
/*隐藏 */
.htHidden {
  margin-top: 10px;
  height: 40px;
  background: #f3f4f7;
  line-height: 40px;
}
.htHiddenInner {
  color: #707070;
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
}
.htHiddenInner div:nth-child(1) {
  width: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.htHiddenInnerDiv {
  width: 150px;
  display: flex;
  justify-content: center;
}
.htHiddenInnerDiv span:nth-child(1) {
  width: 66px;
  text-align: right;
}
.htHiddenInnerDiv span:nth-child(2) {
  width: 66px;
  text-align: left;
}
/* 热点直播 卡片动态 */

.infoBox > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.infoBox img {
  width: 192px;
  height: 108px;
  margin-right: 14px;
}

.infoli {
  color: #999;
  width: 50%;
  padding-top: 20px;

}
.infoli:nth-of-type(2n) .infoliIn{
    padding-left: 7.5px;
  padding-right: 0;
}


.infoliIn a > div > span {
  display: inline-block;
  color: #999;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.infoliIn {
  padding-right: 7.5px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.infoli:first-child .infoliIn{
  margin-top: 0;
}
/*.infoli:last-child .infoliIn{*/
/*  border:none*/
/*}*/
.infoliIn a{
  align-items: normal;
}
.infoliIn div:nth-of-type(2){
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 206px);

}
.infoliIn p{
  padding-top: 5px;
  /*height: 52px;*/
}

.infoliIn:hover a>div>p{
    color: var(--c1);
}
.match-info p{
    font-size:16px;
    line-height:2.2;
    margin:4px 0;
    color: #525252;
}
.pubtime{
    color: #666;
    margin: 0px 0 15px 0 !important;
    font-size: 14px;
}
.warPaperBox a{
    color: #bd1a2d;
}
.live-signal-wrap{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}
.live-signal-item{
    display:inline-block;
    padding:4px 14px;
    background:#f0f4f9;
    color:#1864c4;
    border-radius:4px;
    font-size:14px;
    text-decoration:none;
    border:1px solid #d4e3f5;
}
.live-signal-item:hover{
    background:#1864c4;
    color:#fff;
}
.live-signal-card{
overflow: hidden;
    background-color: #fafbfb;
    margin-top: 22px;
    padding: 8px 8px 2px 8px;
    border-radius: 10px;
    background: rgba(74, 144, 226, 0.1);
    border: 1px solid rgba(74, 144, 226, 0.28);
}
.live-signal-header{
    margin: 5px 10px 6px;
    font-size: 15px;
    font-weight: 700;
    color: #367bc8;
    text-align: left;
}
.live-signal-body{
    padding:8px 16px;
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}
.live-signal-tag a{
    background: linear-gradient(135deg, #367bc8, #34f575);
    color: white;
    padding: 1px 13px;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 4px;
    cursor: pointer;
    border: none;
    transition: transform 0.5s;
    border-radius: 22px;
    width: 154px;
}
@media (max-width:768px){
    .live-signal-body{
        gap:8px;
    }
    .live-signal-tag{
        font-size:13px;
        padding:5px 12px;
    }
}
.live_source{
    display: flex;
    gap: 12px;
}
.live_source li{
    flex-shrink: 0;
}
