html,
body {
  min-width: 320px;
  background-color: #fff;
}
body {
  background: url('../images/icons/newbg.png') no-repeat;
  background-size: cover;
  height: 33.25rem;
  overflow: hidden;
  padding-top: 2.65rem;
}
header {
  width: 100%;
  margin-bottom: 1rem;
}
header .new-title {
  width: 12.725rem;
  height: 1.325rem;
  margin: 0 auto;
}
header .new-title img {
  width: 100%;
  height: 100%;
}
.news-conter {
  width: 16.65rem;
  height: 26.125rem;
  background: url('../images/icons/new-box.png') no-repeat;
  background-size: cover;
  padding: 1.25rem 0.5rem;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: auto;
}
.news-conter .title-line {
  width: 100%;
  margin-bottom: 1rem;
}
.news-conter .sq-new-dec {
  margin-top: 0.5rem;
}
.news-conter .sq-new-dec h1 {
  font-size: 1.5rem;
  text-align: center;
}
.news-conter .sq-new-dec .world-contain {
  width: 100%;
}
.news-conter .sq-new-dec .world-contain .world-dec {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
}
.news-conter .sq-new-dec .world-contain .world-dec p {
  text-indent: 2em;
}
