section {
  text-align: center;
  padding: 5rem 0;
  background-color: #f8f8f8;
  position: relative;
}

section.header .pic_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

section.header .text {
  position: relative;
  z-index: 3;
}

section.news {
  background-color: #f8f8f8;
  padding: 5rem 0;
}

section.news ul {
  width: 63rem;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.news ul li {
  display: block;
  vertical-align: top;
  width: 18rem;
  margin: 1.5rem;
  padding-bottom: 1rem;
  text-align: left;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}

section.news ul li img {
  display: block;
  width: 18rem;
  height: 12rem;
  margin-bottom: 0.75rem;
}

section.news ul li h2 {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  margin-bottom: 0rem;
  padding: 0 0.75rem;
}

section.news ul li span {
  display: block;
  color: #999;
  margin-bottom: 0.5rem;
  padding: 0 0.75rem;
}

section.news ul li p {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.75rem;
}

section.news ul li:hover {
  box-shadow: 0 0 1rem rgba(0, 65, 153, 0.3);
}

section.news .pageNav {
  text-align: center;
  margin: auto;
  margin-top: 2rem;
}

section.news .pageNav .inf {
  display: none;
}

section.news .pageNav em {
  color: #fff;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  background: #004199;
  border: 1px solid #004199;
  margin: auto 0.25rem;
  font-style: normal;
}

section.news .pageNav a {
  color: #333;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  background: #fff;
  border: 1px solid #d2d2d2;
  margin: auto 0.25rem;
}

section.news .pageNav a:hover {
  border-color: #004199;
}

@media (max-width: 780px) {
  section.news {
    padding-top: 3rem;
  }

  section.news ul {
    width: 96%;
    text-align: center;
  }

  section.news ul li {
    width: 40%;
    margin: 1.5rem 4%;
    padding-bottom: 1.5rem;
  }

  section.news ul li img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  section.news ul {
    width: auto;
    margin: auto 1rem;
    text-align: center;
  }

  section.news ul li {
    width: 100%;
    margin: 1.5rem 0;
  }
}

body.detail section.header h1 {
  font-size: 1.5rem;
}

body.detail section.article {
  max-width: 60rem;
  margin: auto;
  padding: 2rem 3rem;
}

body.detail section.article h1 {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

body.detail section.article p.date {
  text-align: center;
  color: #999;
}

body.detail section.article div.info p {
  line-height: 1.75;
  margin-bottom: 1rem;
}

body.detail section.article div.info img {
  max-width: 100%;
}

body.detail section.article div.pn {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

body.detail section.article div.pn a {
  color: #333;
}

body.detail section.article div.pn div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

body.detail section.article div.pn div span {
  display: block;
}

body.detail section.article div.pn div a:hover,
body.detail section.article div.pn div a:active {
  text-decoration: underline;
}

body.detail section.article div.pn div em {
  font-style: normal;
  color: #999;
}

body.detail section.article div.pn .p {
  text-align: left;
}

body.detail section.article div.pn .n {
  text-align: right;
}

@media (max-width: 480px) {
  body.detail section.article div.pn {
    display: block;
  }

  body.detail section.article div.pn .n {
    text-align: left;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed #e5e5e5;
  }
}

/*# sourceMappingURL=news.css.map */