.topNav {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-left: 0.4rem;
}

/* .tit{
    font-size: 40px;
    text-align: center;
    margin: 100px auto 80px;
    line-height: 1;
    text-transform: uppercase;
} */
.tabs {
  font-size: 0.36rem;
  color: #666;
  vertical-align: middle;
  margin-bottom: 0.4rem;
}
.tabs a {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 15px;
  color: #666;
}
.tabs a.active {
  color: #000;
  background: url("//www.mythofempires.cn/static/web202603/images/news-tab-activebg.png") center no-repeat;
  background-size: contain;
}

.breadcrumb {
  float: right;
  font-size: 16px;
  color: #999;
  vertical-align: middle;
  margin-top: 15px;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb a:hover {
  color: #fff;
}
.breadcrumb span {
  color: #fff;
}

.back {
  position: relative;
  display: block;
  width: 2.11rem;
  height: 0.55rem;
  line-height: 0.55rem;
  font-size: 0.3rem;
  color: #999;
  text-align: center;
  text-indent: 9px;
  border: 1px solid #999;
}
.back::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 0.18rem;
  width: 0.11rem;
  height: 0.2rem;
  background: url("../images/icon-back.png") 0 0 no-repeat;
  background-size: contain;
}

ul {
  padding: 0 0.4rem;
}
ul .sub {
  margin-bottom: 10px;
}
ul .sub i {
  display: inline-block;
  margin: 0 5px;
}
ul .date {
  color: #999;
}
ul .tag {
  color: #7e6d4d;
}
ul li {
  margin-bottom: 0.9rem;
}
ul h3 {
  font-size: 0.3rem;
  line-height: 1.6;
  margin-bottom: 10px;
  max-height: 1rem;
  overflow: hidden;
  text-overflow: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
ul h3 a {
  color: #ccc;
}
ul p {
  line-height: 1.8;
  max-height: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
ul p a {
  color: #999;
}

.newsdetail {
  position: relative;
  margin: 0 auto 0.5rem;
  padding: 0 0.4rem;
}
.newsdetail .tit {
  font-size: 0.36rem;
  color: #ccc;
  margin-bottom: 0.2rem;
  padding-top: 0.4rem;
  border-top: 1px solid #333;
  text-align: center;
}
.newsdetail .date {
  display: block;
  color: #999;
  border-bottom: 1px solid #333;
  padding-bottom: 0.4rem;
  text-align: center;
}
.newsdetail .newscont {
  padding: 0.4rem 0;
  color: #999;
}
.newsdetail .newscont p {
  line-height: 1.8;
}
.newsdetail .newscont img {
  margin: 10px 0;
}
.newsdetail .newscont a {
  color: #0084ff;
  text-decoration: underline;
}
.newsdetail .newscont iframe {
  max-width: 100%;
}

.pagebox {
  text-align: center;
  color: #999;
  font-size: 16px;
  margin-bottom: 1.6rem;
}
.pagebox a {
  display: inline-block;
  vertical-align: middle;
}
.pagebox .pagerg,
.pagebox .pagelf {
  width: 0.68rem;
  height: 0.68rem;
  background: url("//www.mythofempires.cn/static/web202603/images/swiper2-pn.png") 0 0 no-repeat;
  background-size: 1.42rem 2.68rem;
}
.pagebox .pagerg {
  background-position: -0.68rem 0;
}
.pagebox .page {
  color: #999;
  margin: 0 25px;
}
.pagebox .page.cur {
  color: #bea886;
}
.pagebox img {
  vertical-align: middle;
}/*# sourceMappingURL=list.css.map */