* {
  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/case-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 {
  margin-top: 70px !important;
}
.content ul {
  padding-left: 0 !important;
}
.content ul li {
  width: 379px;
  height: 355px;
  cursor: pointer;
  margin-bottom: 20px;
}
.content ul li .top-img {
  width: 379px;
  height: 297px;
  overflow: hidden;
}
.content ul li .top-img img {
  width: 100%;
  height: auto;
}
.content ul li .bottom {
  height: 58px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.content ul li .bottom .case-name {
  font-size: 16px;
  color: #333;
  font-family: REGULAR;
}
.content ul li .bottom .more {
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #666;
  font-family: REGULAR;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .content {
    margin-top: 2.1875rem !important;
  }
  .content ul li {
    width: 49%;
    height: auto;
  }
  .content ul li .top-img {
    width: 100%;
    height: auto;
  }
  .content ul li .top-img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .content {
    margin-top: 2.1875rem !important;
  }
  .content ul li {
    width: 100%;
    height: auto;
  }
  .content ul li .top-img {
    width: 100%;
    height: auto;
  }
  .content ul li .top-img img {
    width: 100%;
    height: auto;
  }
}
.footer {
  height: auto !important;
  background: #f1f8f5 !important;
}
.footer .white {
  background: #fff !important;
}
