@charset "utf-8";
@media (min-width: 320px) {
  html {
    font-size: 42.6667px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 51.2px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 59.7333px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 68.2667px;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 72.5333px;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 76.8px;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 81.0667px;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 33.3333px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 100px;
  }
}
.m-info {
  background-color: #ffffff;
}
.m-info .list {
  display: flex;
  flex-wrap: wrap;
}
.m-info .list .item {
  padding: 0 0.35rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem solid #EEEEEE;
}
.m-info .list .item a {
  display: block;
  display: flex;
  justify-content: space-around;
  align-content: center;
}
.m-info .list .item .item_dl_bt {
  width: 100%;
  padding-top: 14px;
}
.m-info .list .item .item_dl_bt .item_title {
  font-size: 0.28rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m-info .list .item .item_dl_bt .item_name {
  display: flex;
  margin-top: 0.17rem;
}
.m-info .list .item .item_dl_bt .item_name .source,
.m-info .list .item .item_dl_bt .item_name .time {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: 400;
  color: #B8B8B8;
  line-height: 0.24rem;
  margin-right: 0.2rem;
}
.info-head {
  padding-top: 0.2rem;
  margin-bottom: 0.05rem;
  display: flex;
  justify-content: center;
}
.info-head a {
  display: inline-block;
  font-size: 0.14rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.2rem;
  margin: 0 0.1rem;
  position: relative;
}
.info-head a:after {
  content: "";
  position: absolute;
  width: 0.31rem;
  height: 0.01rem;
  background-color: #ca0000;
  bottom: -0.03rem;
  left: 50%;
  margin-left: -0.15rem;
  display: none;
}
.info-head .info-cur {
  color: #ca0000;
}
.info-head .info-cur:after {
  display: block;
}
