.banner {
  width: 100%;
  height: 300px;
}
.banner img {
  width: 100%;
  height: 100%;
}
.content {
  padding-top: 40px;
  min-height: 100vh;
}
.content .nav {
  border-right: 1px solid #eee;
}
.content .nav .nav-link {
  position: relative;
  color: #919aa4;
  font-size: 18;
  font-weight: 600;
}
.content .nav .activeStyle::after {
  width: 4px;
  height: 40px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #66a50e;
}
.content .nav .active {
  color: #333;
  background-color: transparent;
}
.col3Style {
  border-right: 1px solid #999;
}
.cards {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
.cards .cards-a {
  display: block;
  display: flex;
  text-decoration: none;
}
.cards .cards-a-simple {
  display: block;
  display: flex;
  text-decoration: none;
  width: 100%
}
.cards .cards-body-simple {
  float: left
}
.cards .cards-time-simple {
  float: right
}
.cards .cards-time-simple span {
  color: #b6babe
}
.cards .cards-item-img {
  width: 220px;
  height: 150px;
}
.cards .cards-item-img img {
  width: 100%;
  height: 100%;
}
.cards .cards-item-info {
  flex: 1;
  margin-left: 20px;
}
.cards .cards-item-info .cards-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: #333;
}
.cards .cards-item-info .cards-title-simple {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: #333;
  font-weight: bold;
}
.cards .cards-item-info .cards-text {
  text-indent: 32px;
  padding-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: #666;
}
.cards .cards-item-info .cards-p {
  margin-bottom: 0;
}
.cards .cards-item-info .cards-p .text-muted span {
  padding-left: 20px;
}
.paging {
  margin: 0 auto;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging ul {
  margin-bottom: 0;
}
.paging .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
  color: #fff;
  background-color: #4d9aec;
}
.paging .page-link {
  border: 0px;
}

.projectCase-item-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;
}

.projectCase-item-list a {
  width: 31%;
}

.projectCase-item-list a:hover {
  text-decoration: none;
}

.projectCase-item-list li:nth-child(-n+3) {
  margin-bottom: 20px;
}

.projectCase-item-list .projectCase-item .projectCase-item-img {
  width: 100%;
  height: 100%;
}

.projectCase-item-list .projectCase-item .projectCase-item-img img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
}

.projectCase-item-list .projectCase-item .projectCase-item-info {
  height: 120px;
  padding: 20px;
  background-color: #f3f8fb;
}

.projectCase-item-list .projectCase-item .projectCase-item-info h4 {
  font-size: 18px;
  font-weight: 600;
}

.projectCase-item-list .projectCase-item .projectCase-item-info p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 14px;
  color: #666;
}
