.nav {
  display: flex;
}

body {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/bg3.jpg);
}

.wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}

.cont {
  width: 1200px;
  height: 95%;
  background-color: #ffffff;
  position: relative;
  box-sizing: border-box;
  padding: 116px 50px 62px;
  margin: 0 auto;
}
.cont .news_tit {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/tit2.png);
  width: 272px;
  height: 31px;
  position: absolute;
  top: 30px;
  left: 0;
}
.cont .btn_back {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/btn_back.png);
  width: 76px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #010101;
  position: absolute;
  top: 40px;
  right: -20px;
  cursor: pointer;
}
.cont .news_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.cont .news_box .fit_news {
  width: 45%;
  height: 100%;
  overflow: hidden auto;
  cursor: pointer;
}
.cont .news_box .fit_news img {
  width: 100%;
  height: auto;
}
.cont .news_box .fit_news .tit {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-weight: "syht-bold";
  font-weight: bolder;
  margin: 10px 0;
}
.cont .news_box .fit_news .des {
  font-size: 18px;
  line-height: 26px;
  color: #616161;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.cont .news_box .fit_news .time {
  font-size: 18px;
  color: #616161;
  margin-top: 10px;
}
.cont .news_box .news_lists {
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  margin: 0 -20px 0 80px;
  padding-right: 20px;
}
.cont .news_box .news_lists .news_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.cont .news_box .news_lists .news_list .time {
  font-family: "syht-bold";
  font-size: 32px;
  line-height: 36px;
  color: #000;
  opacity: 0.2;
  font-weight: bolder;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  margin-right: 20px;
}
.cont .news_box .news_lists .news_list .time .year {
  font-size: 18px;
  margin-top: 13px;
}
.cont .news_box .news_lists .news_list .jump {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cont .news_box .news_lists .news_list .jump:hover .tit,
.cont .news_box .news_lists .news_list .jump:hover .des {
  color: #8f2a29;
}
.cont .news_box .news_lists .news_list .jump .tit {
  width: 100%;
  font-family: "syht-bold";
  font-size: 20px;
  line-height: 1;
  color: #000000;
  margin-bottom: 15px;
  transition: all 300ms linear;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cont .news_box .news_lists .news_list .jump .des {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #616161;
  transition: all 300ms 100ms linear;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  padding-left: 8px;
}
.cont .news_box .news_lists .news_list .jump .des img {
  display: none;
}

.article {
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  padding-right: 20px;
  margin-right: -20px;
}
.article .tit {
  width: 760px;
  font-size: 36px;
  color: #000000;
  text-align: center;
  font-family: "syht-font";
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
}
.article .tit::after {
  content: "";
  width: 80px;
  height: 6px;
  background-color: #8f2a29;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.article .time {
  font-size: 20px;
  color: #616161;
  text-align: center;
}
.article .article_detail {
  font-size: 20px;
  line-height: 36px;
  color: #616161;
}
.article .article_detail p,
.article .article_detail img, .article .article_detail video {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}
.article .article_detail img, .article .article_detail video {
  max-width: 80%;
  margin-bottom: 50px;
}/*# sourceMappingURL=news.css.map */