html,
body,
.container {
  height: auto;
}

.logo {
  position: absolute;
}

footer {
  position: relative;
}

.newsdetail {
  width: 80%;
  margin: 0 auto;
}

.newstit {
  text-align: center;
  text-transform: uppercase;
  color: #b2ab67;
}
.newstit h2 {
  font-size: 0.35rem;
  font-family: Cambria;
  line-height: 1.4;
  margin-bottom: 0.1rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #d3cd96;
}
.newstit span {
  font-size: 0.18rem;
  line-height: 1;
}

.newscont {
  margin-top: 0.2rem;
  color: #b2ab67;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newscont img {
  max-width: 100%;
}
.newscont a {
  color: #ffca6f;
}

@media screen and (min-width: 769px) {
  .newscont {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.24rem;
  }

  .newsdetail {
    width: 100%;
    padding: 0 0.2rem;
    margin-top: 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*# sourceMappingURL=detail.css.map */
