body {
  background: top center/auto url(../img/bg-zfhy.jpg) no-repeat;
}

.zfhy-header {
  height: 290px;
}
.zfhy-header .logo-wrapper {
  padding-top: 30px;
}
.zfhy-header .title {
  position: relative;
  z-index: 99;
  padding-top: 80px;
  text-align: center;
  font-family: FZDHTK--GBK1, FZDHTK--GBK1, sans-serif;
  font-size: 85px;
  color: #d9e3ff;
}

.headline-section {
  margin-top: -180px;
  padding-top: 280px;
  padding-bottom: 40px;
}
.headline-section .headline-wrapper {
  position: relative;
  padding: 35px 50px 40px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
}
.headline-section .headline-wrapper .title {
  font-size: 1.875rem;
  color: #1c82d2;
}
.headline-section .headline-wrapper .date {
  font-size: 1.125rem;
  color: #000000;
}
.headline-section .headline-wrapper .desc {
  font-size: 1.125rem;
  margin-top: 15px;
/*  text-indent: 2rem; */
  line-height: 2.5;
}
.headline-section .headline-wrapper .btn-list-wrapper {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.headline-section .headline-wrapper .btn-list-wrapper .btn-more {
  color: #007bed;
  margin: 15px;
  background-color: #fff;
  border-radius: 23px;
  border: 1px solid #007bed;
  font-size: 1.125rem;
  padding: 8px;
  text-align: center;
  min-width: 140px;
}
.headline-section .tag {
  position: absolute;
}
.headline-section .tag1 {
  top: -175px;
  right: 40px;
}
.headline-section .tag2 {
  top: 4px;
  right: -62px;
}
.headline-section .tag3 {
  left: -16px;
  bottom: -30px;
}

.meeting-list-wrapper {
  padding: 15px 15px 40px;
}

.meeting-list {
  margin-left: 40px;
  border-left: 2px solid #1c80c7;
  padding-left: 40px;
}
.meeting-list .entry {
  margin-top: 15px;
}
.meeting-list .entry .date {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #a9a9a9;
  border-radius: 4px 4px 4px 4px;
  position: relative;
}
.meeting-list .entry .date::before {
  position: absolute;
  text-align: center;
  border-radius: 50%;
  content: "\e65b";
  font-family: "iconfont";
  font-size: 24px;
  width: 38px;
  height: 38px;
  color: #fff;
  background: #1c80c7;
  line-height: 38px;
  left: -60px;
  top: -2px;
}
.meeting-list .entry .date::after {
  top: calc(50% - 6px);
  left: -4px;
  position: absolute;
  content: "";
  border-right: 5px solid #a9a9a9;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.meeting-list .entry .desc {
  font-size: 1rem;
  color: #999999;
  line-height: 2;
}
.meeting-list .entry .title {
  padding: 5px 0;
  font-size: 1.125rem;
  line-height: 2;
}

@media only screen and (max-width: 991px) {
  .zfhy-header .title {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .zfhy-header {
    height: 190px;
  }
  .zfhy-header .title {
    padding-top: 0;
    text-align: center;
    font-family: FZDHTK--GBK1, FZDHTK--GBK1, sans-serif;
    font-size: 48px;
  }
}

/*# sourceMappingURL=zfhy.css.map */
