* {
  margin: 0;
  padding: 0;
}
.scroll #header .index-header {
  background-color: #00a0e8;
}
.main {
  background: url(https://cdn.gdskfz.com/skfz/images/watercutoff/停水公告内页_02.jpg) no-repeat;
  height: 1080px;
}
.container {
  width: 1300px;
  height: 60rem;
  margin: 0 auto;
  color: #fff;
  padding-top: 8rem;
}
.container .item {
  margin: auto 0;
  transform: translateY(18.9375rem);
}
.container .item h1 {
  margin: 0;
  font: 4rem "SourceHanSansCN-Light";
}
.container .item h3 {
  font: 1.875rem "Poppins-Light";
  font-weight: lighter;
}
.container .item .date {
  font: 6.25rem "SourceHanSansCN-Heavy";
  margin-top: 2rem;
  font-weight: bolder;
}
.container .item .time {
  font: 3rem "SourceHanSansCN-Heavy";
  font-weight: bolder;
  margin-bottom: 3rem;
}
.container .item .info {
  width: 41.4375rem;
  height: 7.5rem;
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 1.25rem 1.87rem;
  margin-bottom: 2.5rem;
}
.container .item .info h1 {
  font: 1.5rem "SourceHanSansCN-Bold";
  color: #0061c1;
  font-weight: normal;
  display: inline-block;
  position: relative;
  top: -35px;
}
.container .item .info p {
  color: #7c7c7c;
  width: 29.375rem;
  font: 1rem "SourceHanSansCN-Regular";
  display: inline-block;
}
.container .item .intro {
  width: 35.625rem;
  font-family: "SourceHanSansCN-Medium";
  line-height: 1.5;
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  #body {
    background-position: -25rem;
    min-width: 1200px;
  }
  #body .container {
    width: 1200px;
  }
  #body .container .item {
    padding-left: 6rem;
  }
}
@media screen and (max-width: 1200px) {
  #body {
    background-position: -25rem;
    min-width: 1200px;
  }
  #body .container {
    width: 1200px;
  }
  #body .container .item {
    padding-left: 6rem;
  }
}
