* {
  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;
}
.main-section {
  background: top center / cover url(../img/bg.jpg) no-repeat;
  padding-bottom: 80px;
}
.header {
  height: 250px;
}
.logo-wrapper img {
  margin-top: 20px;
  height: 60px;
}
.title-wrapper img {
  margin-top: 40px;
  height: 72px;
}
.column-title {
  border-radius: 10px 10px 0 0;
  border: 1px solid #ed2c25;
  background-color: #ed2c25;
  font-size: 30px;
  text-align: center;
  padding: 8px 0;
  color: #fff;
}
.content-wrapper {
  padding: 18px 12px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ed2c25;
  background-color: #fff;
}
.subtitle-wrapper {
  border-bottom: 1px solid #ccc;
  font-size: 22px;
}
.subtitle-wrapper a {
  color: #fff;
}
.subtitle-wrapper .title {
  display: inline-block;
  background-color: #d47470;
  padding: 4px 12px;
  border-radius: 4px 4px 0 0;
}
.content-wrapper .entry-list-wrapper {
  padding: 0;
  margin: 0 -8px -16px 0;
  display: flex;
  flex-wrap: wrap;
}
.icon-list-wrapper {
  padding: 0;
  margin: 0 -40px -16px 0;
  display: flex;
}
.content-wrapper .entry-wrapper {
  margin: 0 8px 16px 0;
  min-width: calc(33% - 8px);
  flex: 0;
}
.content-wrapper .entry-wrapper a::before {
  content: "\2022\0020";
}
.entry-wrapper a {
  font-size: 18px;
  color: #333333;
}
.icon-entry-wrapper {
  padding: 12px;
  background-color: #e6a45d;
  border-radius: 8px;
  margin: 0 40px 16px 0;
  flex: 0 0 calc(33% - 40px);
}
.icon-entry-wrapper a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.icon-entry-wrapper .iconfont {
  margin-right: 1rem;
  display: block;
  text-align: center;
  line-height: 56px;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background-color: #fff;
  color: #e6a45d;
  font-size: 32px;
}
.image-list-wrapper {
  padding: 0;
  margin: 0;
}
.image-wrapper a {
  display: block;
  padding: 36px 110px;
  font-size: 22px;
  color: #fff;
}
.image-wrapper:nth-child(1) {
  background: top center / 100% auto url(../img/title-1.jpg) no-repeat;
  margin-bottom: 26px;
}
.image-wrapper:nth-child(2) {
  background: top center / 100% auto url(../img/title-2.jpg) no-repeat;
  margin-bottom: 26px;
}
.image-wrapper:nth-child(3) {
  background: top center / 100% auto url(../img/title-3.jpg) no-repeat;
}
.footer-info span {
  display: inline-block;
  margin: 3px 5px;
}
@media only screen and (max-width: 1199px) {
  .image-wrapper a {
    padding: 16px 40px;
  }
}
@media only screen and (max-width: 992px) {
  .logo-wrapper img {
    margin-top: 10px;
    height: 50px;
  }
  .title-wrapper img {
    margin-top: 30px;
    height: auto;
    width: 80%;
  }
  .header {
    height: 200px;
  }
  .image-wrapper a {
    padding: 60px 110px;
  }
}
@media only screen and (max-width: 767px) {
  .logo-wrapper img {
    margin-top: 10px;
    height: 30px;
  }
  .title-wrapper img {
    margin-top: 30px;
    height: auto;
    width: 90%;
  }
  .header {
    height: 150px;
  }
  .icon-list-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }
  .icon-entry-wrapper {
    padding: 12px;
    background-color: #e6a45d;
    border-radius: 8px;
    margin: 0 0 16px 0;
    flex: 0 0 100%;
  }
  .image-wrapper {
    background-size: auto 100% !important;
  }
  .image-wrapper a {
    padding: 20px 20px;
  }
  .image-wrapper:nth-child(-n + 2) {
    margin-bottom: 20px;
  }
  .entry-list-wrapper {
    flex-wrap: wrap;
  }
  .entry-wrapper {
    margin: 0 0 16px 0;
    flex: 0 0 100%;
  }
  .main-section {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 350px) {
}

.pages .pages-l a.on, .pages .pages-l a.on:hover {
    background: #ed2c25 !important;
    border: 1px solid #ed2c25 !important;
    color: #fff;
}
.pages .pages-l a:hover {
    background: #ed2c25 !important;
    color: #fff;
    border: 1px solid #ed2c25 !important;
}
.pages .pages-l a.prevStop:hover, .pages .pages-l a.nextStop:hover {
    border: 1px solid #d9d9d9 !important;
    background: #f2f2f2 !important;
}