.inner-banner {
  position: relative;
  height: 400px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.inner-banner .presentation {
  position: absolute;
  top: 50%;
  left: calc(50% - 1345px / 2);
  transform: translate(10px, -50%);
  max-width: 50%;
}
.inner-banner .caption-lg:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 10px 0 15px 0;
  background: #012b7e;
}
.section-body {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.section-body .headlines {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 80px;
}
.section-body .caption-ns {
  position: absolute;
  z-index: 20;
  left: 40px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-around;
  place-items: center;
  box-sizing: border-box;
  width: 180px;
  height: 160px;
  padding: 30px;
  color: #fff;
  background: #012b7f;
}
.section-body .headlines .items {
  position: relative;
  box-sizing: border-box;
  width: 660px;
  height: 440px;
}
.section-body .headlines .figure {
  width: calc(100% - 660px);
}
.section-body .headlines .figure p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section-body .headlines .items {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  padding: 20px;
  border-top: 5px solid #012b7f;
  background: #fff;
}
.section-body .headlines li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 200px;
  border-bottom: 1px solid #d9d9d9;
}
.section-body .headlines li:nth-last-child(1) {
  border-bottom: 0;
}
.section-body .headlines .meta {
  font-style: italic;
  color: #999;
}
.section-body .headlines .title {
  display: block;
  margin: 2px 0;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section-body .headlines .synopsis {
  color: #666;
}
.section-body .headlines .title:hover {
  color: #012b7f;
}
.section-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-top: 60px;
}
.section-items .item {
  background: #fff;
}
.section-items .content {
  box-sizing: border-box;
  padding: 20px;
}
.section-items .author {
  display: flex;
  place-items: center;
  height: 36px;
}
.section-items .avatar {
  margin-right: 10px;
  border-radius: 50%;
}
.section-items .title {
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.4;
}
.section-items .date {
  margin-top: 20px;
  font-size: 14px;
  color: #999;
}
.button-load {
  display: block;
  width: 110px;
  padding: 6px 0;
  margin: 20px auto 0 auto;
  color: #012b7f;
  text-align: center;
  border-bottom: 1px solid #012b7f;
}

/* responsive-category-news */
@media (max-width: 1345px) {
  .inner-banner .presentation {
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    width: calc(100% - 30px);
    max-width: 100%;
  }
  .section-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-body .headlines {
    padding-top: 60px;
  }
  .section-body .caption-ns {
    width: 140px;
    height: 120px;
  }
  .section-body .headlines .figure {
    width: 100%;
  }
  .section-body .headlines .items {
    width: 100%;
  }
  .section-items {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .inner-banner {
    height: 300px;
  }
}
@media (max-width: 780px) {
  .inner-banner {
    height: 200px;
  }
  .section-items {
    grid-template-columns: 1fr 1fr;
  }
  .section-items .title {
    font-size: 16px;
  }
  .section-items .date {
    margin-top: 10px;
  }
}
