* {
  list-style: none !important;
  text-decoration: none !important;
}
@font-face {
  font-family: SOURCEHANSANSCN-BOLD;
  src: url(../font/SOURCEHANSANSCN-BOLD.OTF);
}
@font-face {
  font-family: SOURCEHANSANSCN-EXTRALIGHT;
  src: url(../font/SOURCEHANSANSCN-EXTRALIGHT.OTF);
}
@font-face {
  font-family: SOURCEHANSANSCN-HEAVY;
  src: url(../font/SOURCEHANSANSCN-HEAVY.OTF);
}
@font-face {
  font-family: SOURCEHANSANSCN-MEDIUM;
  src: url(../font/SOURCEHANSANSCN-MEDIUM.OTF);
}
@font-face {
  font-family: SOURCEHANSANSCN-NORMAL;
  src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
}
@font-face {
  font-family: REGULAR;
  src: url(../font/SOURCEHANSANSCN-REGULAR.OTF);
}
body {
  background: #f1f8f5 !important;
}
.container-fluid {
  margin: 0 !important;
  padding: 0 !important;
}
.container {
  margin: 0 auto !important;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .container {
    width: 95% !important;
  }
}
body {
  background: #fff !important;
}
.banner {
  height: 450px;
  background: url(../img/media-banner.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner h1 {
  font-size: 50px;
  color: #fff;
  font-family: SourceHanSansCN-Bold;
}
.banner h1 span {
  padding-bottom: 27px !important;
  border-bottom: 5px solid #fff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner {
    height: auto;
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .banner h1 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: auto;
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .banner h1 {
    font-size: 3.125rem;
  }
}
.breadcrumb-navigation {
  height: 60px;
  border-bottom: 1px solid #ddd;
}
.breadcrumb-navigation div {
  height: 100%;
  display: flex;
  align-items: center;
}
.breadcrumb-navigation div span {
  color: #016934;
  font-family: SourceHanSansCN-Bold;
}
.breadcrumb-navigation div a {
  color: #333;
  font-family: SourceHanSansCN-Normal;
}
.content {
  margin-top: 70px !important;
}
.content .four-buttons {
  display: flex;
  justify-content: center;
  padding-left: 0 !important;
}
.content .four-buttons li {
  width: 150px;
  height: 45px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
}
.content .four-buttons li:not(:nth-child(4)) {
  margin-right: 40px;
}
.content .four-buttons li a {
  color: #666;
}
.content .four-buttons li.active {
  background: #016934;
}
.content .four-buttons li.active a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .content .four-buttons {
    justify-content: space-between;
  }
  .content .four-buttons li {
    width: 24%;
  }
  .content .four-buttons li:not(:nth-child(4)) {
    margin-right: 0;
  }
}
.content .list-content {
  margin-top: 63px;
}
.content .list-content ul {
  padding-left: 0 !important;
}
.content .list-content ul .list-li {
  width: 381px;
  height: 476px;
  border: 1px solid #ddd;
  margin-bottom: 30px !important;
}
.content .list-content ul .list-li a .top-img {
  width: 380px;
  height: 177px;
  overflow: hidden;
}
.content .list-content ul .list-li a .top-img img {
  width: 100%;
  height: auto;
}
.content .list-content ul .list-li a .bottom {
  padding: 30px 17px;
}
.content .list-content ul .list-li a .bottom .bottom-time .month-and-day {
  font-size: 25px;
  color: #016934;
  font-family: SourceHanSansCN-Bold;
  padding-bottom: 20px;
  border-bottom: 2px solid #aaa;
  margin-right: 15px;
}
.content .list-content ul .list-li a .bottom .bottom-time .year {
  font-size: 15px;
  color: #222;
  font-family: REGULAR;
}
.content .list-content ul .list-li a .bottom .title {
  font-size: 18px;
  color: #222;
  font-family: SourceHanSansCN-Bold;
  margin-top: 25px;
}
.content .list-content ul .list-li a .bottom .des,
.content .list-content ul .list-li a .bottom .more {
  font-size: 15px;
  color: #666;
  line-height: 25px;
  font-family: REGULAR;
}
.content .list-content ul .list-li:hover {
  border-bottom: 5px solid #f59708;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .content .list-content {
    margin-top: 3.75rem;
  }
  .content .list-content ul .list-li {
    width: 49%;
  }
  .content .list-content ul .list-li a .top-img {
    width: 100%;
    height: auto;
  }
  .content .list-content ul .list-li a .top-img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .content .list-content {
    margin-top: 3.75rem;
  }
  .content .list-content ul .list-li {
    width: 100%;
    height: auto;
  }
  .content .list-content ul .list-li a .top-img {
    width: 100%;
    height: auto;
  }
  .content .list-content ul .list-li a .top-img img {
    width: 100%;
    height: auto;
  }
}
.footer {
  height: auto !important;
  background: #f1f8f5 !important;
}
.footer .white {
  background: #fff !important;
}
.fourDirectionsOnTheMobile-footer {
  position: static !important;
}
