* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
a {
  text-decoration: none;
}
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  font-family: 'FZLanTYK_Zhong';
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/m/img/news/bg.jpg) no-repeat center -0.2rem;
  background-size: cover;
}
.hide {
  display: none;
}
.news {
  margin: 1.5rem auto 0;
  height: 86%;
  width: 100%;
  overflow-y: auto;
}
.check_more {
  font-size: 0.18rem;
  color: #f873a2;
  font-weight: bold;
  /* 给问文字加白色描边 */
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.back_btn {
  position: fixed;
  top: 1.1rem;
  right: 0.15rem;
  width: 1.29rem;
  height: 0.38rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/m/img/news/back_btn.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 209;
  cursor: pointer;
}
.big_new {
  display: block;
  width: 6.9rem;
  height: 4.4rem;
  background-size: 100% 100%;
  position: relative;
  margin: 0.2rem auto 0;
}
.big_new .big_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.03rem 0 0 0.14rem;
}
.big_new .img {
  margin-top: 0.15rem;
  margin-right: 0.24rem;
  width: 6.6rem;
  height: 2.82rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/klsp/m/img/page3/img.png);
  background-size: 100% 100%;
  border-radius: 0.2rem 0.3rem 1.2rem 0.3rem;
  border: 2px solid #fff;
}
.big_new .text {
  width: 6.95rem;
  height: 1.52rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/klsp/static/m/img/page4/news_text_bg.png);
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  padding: 0.1rem 0.2rem;
}
.big_new .text .data {
  font-size: 0.3rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.big_new .text .data span {
  font-size: 0.2rem;
  font-weight: bold;
}
.big_new .text .describe {
  font-weight: 300;
  font-size: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: normal;
  font-weight: bold;
}
.new {
  width: 6.9rem;
  height: 1.38rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/klsp/static/m/img/page4/small_news_bg.png);
  background-size: 6.28rem 100%;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0.2rem auto;
  color: #4b5fe1;
  font-weight: bold;
}
.new .cover {
  width: 2.66rem;
  height: 1.38rem;
}
.new .cover img {
  margin-top: 0.24rem;
  width: 2.66rem;
  height: 1.14rem;
  border-radius: 0.2rem 0.2rem 0.7rem 0.2rem;
  border: 2px solid #fff;
  overflow: hidden;
  object-fit: cover;
}
.new .text {
  font-weight: 300;
  font-size: 0.26rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  font-size: 0.2rem;
  font-weight: bold;
}
.new .data {
  font-weight: bold;
}
.new .right_box {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 0.4rem 0.1rem 0.1rem;
}
.new .bottom {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.2rem;
}
.news_detail_box {
  width: 100%;
  height: 80%;
  top: 14%;
  overflow-y: auto;
  margin: 0 auto;
  display: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem;
  position: absolute;
  z-index: 2;
}
.news_detail_box iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.more_btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.48em;
  height: 0.62rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/klsp/m/img/news/more.png);
  background-size: 100% 100%;
  z-index: 10;
  cursor: pointer;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
