<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mNavWrap {
  width: 1200px;
  align-items: center;
}

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

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

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

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

.infoList {
  width: 624px;
  height: 126px;
  color: #999;
  padding: 6px 0;
}

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

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

.infoList li:nth-child(2) {
  font-size: 14px;
  margin: 8px 0 20px;
}

/* çƒ­ç‚¹ç›´æ’­ å¡ç‰‡åŠ¨æ€ */
.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 &gt; div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.htShowInner &gt; div img {
  width: 34px;
  height: 34px;
}
.htShowInner &gt; 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 &gt; div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

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

.infoli {
  color: #999;
}

.infoliIn a &gt; div &gt; span {
  display: inline-block;
  color: #999;
}

.infoliIn {
  width: 418px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 20px;
  padding-bottom: 20px;
}
.infoli:first-child .infoliIn{
  margin-top: 0;
}
.infoli:last-child .infoliIn{
  border:none
}
.infoliIn p{
  height: 52px;
}

.infoliIn:hover a&gt;div&gt;p{
    color: var(--c11);
}</pre></body></html>