/* 页面基础样式 */
html,
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.wrap {
  width: 100%;
  height: 100%;
}

.new_top img {
  width: 100%;
  object-fit: cover;
}

.back {
  display: block;
  width: 1.42rem;
  height: 0.5rem;
  margin: 0.2rem 0;
  background: url("../imgs/new/new-back.png") no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.main {
  width: 14rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.art_info {
  border-bottom: 0.01rem solid #e5e5e5;
  text-align: center;
}

.art_info h1 {
  width: 100%;
  font-size: 0.42rem;
  color: #444;
  font-weight: bolder;
  line-height: 0.6rem;
}

.art_info p {
  font-size: 0.16rem;
  color: #aaa;
}

.article {
  width: 100%;
  padding: 0.6rem 0;
  font-size: 0.19rem;
  line-height: 0.4rem;
}

.article a {
  color: #336df4;
  text-decoration: underline;
}

.article p {
  color: #444;
}

.article img {
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
}

.article .new_container {
  display: flex;
  justify-content: space-between;
}

.article .new_image_h {
  width: calc(50% - 0.1rem);
}

.bottom {
  width: 100%;
  height: 2.06rem;
  background-color: #0b1a25;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}

.bottom .b_logo {
  width: 1.1rem;
  height: 1rem;
  background: url("../imgs/MOClogo.png") no-repeat;
  background-size: 100% auto;
}

.bottom .b_18 {
  width: 0.68rem;
  height: 0.98rem;
  background: url("../imgs/18plus.png") no-repeat;
  background-size: 100% auto;
}

.bottom .text_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #959595;
  font-size: 0.15rem;
}

.bottom .text_box span {
  font-weight: 500;
  color: #5f5f5f;
  line-height: 0.3rem;
}

.bottom .text_box .link_box {
  display: flex;
  margin-bottom: 0.1rem;
}

.bottom .text_box .link_box a {
  text-decoration: none;
  font-weight: 400;
  color: #959595;
}
