.header {
  background: top center / auto 100% url(../img/column-header-bg.jpg) no-repeat;
  height: 400px;
  padding-top: 20px;
}
@font-face {
  font-family: "FZDH";
  src: url("./FZDHTJW.ttf") format("truetype");
}

.top-logo {
  display: flex;
  align-items: center;
}
.top-logo .text {
  font-size: 20px;
  color: #fefefe;
  margin-left: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}

.logo-wrapper .text {
  font-size: 60px;
  font-family: FZDH;
  font-weight: normal;
  color: #fefefe;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.43);
}

.main-section {
  background-color: #f7f7f7;
}
.main-section .container {
  background-color: #ffffff;
}
.breadcrumb {
  padding-top: 20px;
  background-color: #fff;
}
.breadcrumb-item {
  color: #333;
}
.categories-list-wrapper {
  background: #f8f8f8;
}
.categories-list-wrapper .title {
  padding: 10px 10px 10px 20px;
  background-color: #0955c3;
  color: #fff;
  font-size: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.categories-list-wrapper .title .icon-wrapper {
  height: 60px;
  width: 60px;
  text-align: center;
  margin-right: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
}
.categories-list-wrapper .title .iconfont {
  color: #0955c3;
  line-height: 60px;
  font-size: 32px;
}
.categories-list-wrapper .subtitle {
  padding: 0 12px;
}
.categories-list-wrapper .subtitle:hover {
  background-color: #ccc;
}
.categories-list-wrapper .subtitle .text {
  text-align: center;
  display: block;
  padding: 16px 0;
  color: #333;
}
.categories-list-wrapper .subtitle:not(:last-child) .text {
  border-bottom: 1px solid #f0f0f0;
}
.subcate-wrapper {
  padding: 0;
}
.entry-list-wrapper .title-wrapper {
  border-bottom: 2px solid #ddd;
  padding: 5px 0 0 5px;
  display: flex;
}
.entry-list-wrapper .title-wrapper .title {
  font-size: 24px;
  color: #0d71be;
  border-bottom: 2px solid #0d71be;
  padding: 8px;
  margin-bottom: -2px;
}
.entry-list-wrapper .title-wrapper .title::before {
  content: "";
  height: 20px;
  border-left: 5px solid #0d71be;
  margin-right: 10px;
}
.list-wrapper {
  padding: 10px 0px;
}
.entry-wrapper {
  padding: 10px 0;
  line-height: 32px;
  display: flex;
  justify-content: space-between;
}
.entry-wrapper .title::before {
  content: "\2022";
  margin-right: 5px;
  color: #aaa;
}
.entry-wrapper .bureau {
  color: #0955c3;
}
.entry-wrapper .date {
  color: #9f9f9f;
  flex: 0 0 6rem;
  text-align: right;
}

.top-banner-section {
  background: center top / auto 100% no-repeat url(../img/nc-banner-bg.jpg);
}
.main-section {
  background-color: #f3f3f3;
}
.article-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  text-align: center;
  font-size: 28px;
  color: #15499a;
}
.info-wrapper {
  padding: 1rem 0;
}
.content-wrapper {
  color: #555;
}
.controls {
  display: flex;
  align-items: center;
}
.controls .iconfont {
  font-size: 22px;
}
.controls .divider {
  font-size: 20px;
  color: #ccc;
}
@media only screen and (max-width: 1199px) {
  .header {
    height: 250px;
  }
  .logo-wrapper {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    height: 200px;
  }
  .logo-wrapper {
    padding-top: 10px;
  }
  .logo-wrapper .text {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding-top: 5px;
    height: auto;
    background-position: center right -100px;
  }
  .top-logo img {
    height: 32px;
  }
  .top-logo .text {
    font: 16px normal;
    letter-spacing: 1px;
  }
  .logo-wrapper {
    padding: 15px 0;
  }
  .logo-wrapper .text {
    font: 40px normal;
  }
  .info-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .content-wrapper img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 350px) {
}
@media print {
  body * {
    visibility: hidden;
  }
  .main-section .container,
  .main-section .container * {
    visibility: visible;
  }
  .main-section .container {
    position: absolute;
    left: 0;
    top: 0;
  }
}
