.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);
}