@font-face {
  font-family: "FZDHTJW";
  src: url(./FZDHTJW.ttf);
}

* {
  list-style: none;
}
html {
  background: #ffffff;
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
  color: #555;
}
a {
  color: #555;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.header {
  height: 480px;
  position: relative;
  background: top center / cover url(../img/header-bg.jpg) no-repeat;
}
.logo-wrapper img {
  margin-top: 20px;
  height: 50px;
}
.title-wrapper .title {
  font-family: "FZDHTJW";
  font-size: 72px;
  color: #fff;
  text-align: center;
  margin-top: 130px;
}
.column-title-wrapper {
  margin-top: 50px;
  height: 76px;
  background: top center / auto 100% url(../img/title.png) no-repeat;
}
.list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 20px 0;
}
.item-wrapper {
  flex: 0 0 110px;
  margin: 25px 33px;
}
.item-link span {
  display: block;
  margin: auto;
  text-align: center;
}
.icon-wrapper {
  width: 86px;
  height: 86px;
  line-height: 86px;
  background: #eeeeee;
  border-radius: 50%;
}
.icon-wrapper .iconfont {
  color: #006eb0;
  font-size: 45px;
}
.item-link .text-wrapper {
  margin-top: 6px;
}
.item-link:hover .icon-wrapper {
  background-color: #006eb0;
  transition: all .3s ease;
}
.item-link:hover .icon-wrapper .iconfont {
  color: #eee;
  transition: all .3s ease;
}
.side-column-list-wrapper .entry-wrapper::before {
  content: "\00bb";
  color: #bbb;
  font-size: 22px;
}
.side-column-list-wrapper .entry-wrapper a {
  color: #333;
}
.side-column-list-wrapper .entry-wrapper {
  line-height: 42px;
  border-bottom: 1px solid #eee;
}
.side-column-list-wrapper .entry-wrapper:last-child {
  border-bottom: none;
}
.side-column-title-wrapper .title {
  margin-bottom: 0;
  background: #407fce;
  border: 1px solid #407fce;
  color: #fff;
  text-align: center;
  line-height: 100px;
}
.content-wrapper {
  border: 1px solid #eee;
  padding: 24px 16px;
}
.side-column-title-wrapper .title .iconfont {
  font-size: 36px;
  color: #fff;
}
.side-column-list-wrapper {
  border: 1px solid #eee;
  padding: 10px 8px 0 8px;
}
.content-title-wrapper {
  color: #407fce;
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
}
.content-title-wrapper .title {
  font-size: 24px;
  padding: 0 24px 15px 24px;
  margin-bottom: -2px;
  display: inline-block;
  border-bottom: 3px solid #407fce;
}
.content-detail-wrapper img {
  max-width: 96%;
}
.footer-info-wrapper {
  border-top: 5px solid #919191;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-info-wrapper span {
  display: inline-block;
  padding: 0 8px;
}
@media only screen and (max-width: 992px) {
  .header {
    height: 380px;
  }
  .title-wrapper .title {
    margin-top: 100px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: auto;
    padding-bottom: 30px;
  }
  .logo-wrapper img {
    margin-top: 5px;
    height: 40px;
  }
  .title-wrapper .title {
    margin-top: 20px;
    font-size: 40px;
  }
  .list-wrapper {
    margin: 0;
  }
  .column-title-wrapper {
    height: 50px;
  }
  .item-wrapper {
    flex: 0 0 90px;
    margin: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .column-title-wrapper {
    margin-top: 20px;
  }
  .list-wrapper {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 350px) {
  .item-wrapper {
    flex: 0 0 90px;
    margin: 20px;
  }
}
