* {
  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;
}
@media screen and (max-width: 767px) {
  .breadcrumb-navigation div a.this-name {
    display: none;
  }
}
.content .title {
  margin-top: 50px;
  margin-bottom: 40px;
  color: #016934;
  font-size: 30px;
  font-family: SourceHanSansCN-Bold;
}
.content .time-and-autor {
  font-size: 15px;
  color: #333;
  font-family: REGULAR;
  margin-bottom: 35px;
}
.content .text-content p {
  font-size: 15px;
  line-height: 19px;
  color: #666;
  font-family: REGULAR;
}
.content .prev {
  margin-top: 61px;
}
.content .next {
  margin-bottom: 60px;
}
.content .prev,
.content .next {
  font-size: 16px;
  color: #333;
  font-family: REGULAR;
}
.news-recommendation h1 {
  height: 50px;
  background: #016934;
  color: #fff;
  font-size: 18px;
  padding-left: 10px;
  font-family: SourceHanSansCN-Bold;
  display: flex;
  align-items: center;
  cursor: default;
}
.news-recommendation .recommendation-content {
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-recommendation .recommendation-content li {
  width: 49%;
  margin-top: 4px;
}
.news-recommendation .recommendation-content li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-recommendation .recommendation-content li a .left-time {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 25px;
}
.news-recommendation .recommendation-content li a .left-time .day {
  color: #016934;
  font-size: 55px;
  height: 55px;
  font-family: SourceHanSansCN-Medium;
  margin-bottom: 16px;
}
.news-recommendation .recommendation-content li a .left-time .year-and-month {
  font-size: 16px;
  font-family: REGULAR;
  color: #b3b3b3;
}
.news-recommendation .recommendation-content li a .right-text .text-title {
  font-size: 16px;
  color: #333;
  font-family: REGULAR;
}
.news-recommendation .recommendation-content li a .right-text .text-des {
  font-size: 14px;
  color: #666;
  font-family: REGULAR;
}
@media screen and (max-width: 767px) {
  .news-recommendation .recommendation-content li {
    width: 100%;
  }
}
.recommended {
  margin-top: 70px !important;
  font-size: 25px;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.recommended::before {
  content: "" !important;
  display: block !important;
  width: 7px;
  height: 36px;
  background-color: #026836;
  margin-right: 7px;
}
.recommended-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 !important;
  margin-top: 43px !important;
}
.recommended-product::before,
.recommended-product::after {
  display: none !important;
}
.recommended-product li {
  width: 373px;
  height: 538px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.recommended-product li:hover {
  border: 1px solid #016934;
}
.recommended-product li .top-img {
  width: 319px;
  height: 319px;
}
.recommended-product li .top-img img {
  width: 100%;
  height: auto;
}
.recommended-product li .bottom-title-des .name {
  color: #333;
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
}
.recommended-product li .bottom-title-des .des {
  font-family: SourceHanSansCN-Regular;
  color: #999;
  font-size: 15px;
  line-height: 25px;
}
.recommended-product li .bottom-title-des .link span {
  color: #999;
}
.recommended-product li .bottom-title-des .link a:nth-child(1) {
  color: #016934;
}
.recommended-product li .bottom-title-des .link a.two {
  color: #333;
}
.footer {
  height: auto !important;
  background: #f1f8f5 !important;
}
.footer .white {
  background: #fff !important;
}
