#wrapper {
  width: 100%;
}
#wrapper .navbar {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
}
#wrapper .navbar-nav {
  height: 80px;
}
#wrapper .navbar-nav li {
  display: flex;
  align-items: center;
  height: 100%;
}
#wrapper .navbar-nav li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #333333 !important;
  opacity: 0.7;
}
#wrapper .navbar-nav li a.active {
  opacity: 1;
}
#wrapper .navbar-nav li a.active::after {
  bottom: 2px !important;
  border-color: #3988ff !important;
}
#wrapper .navbar-nav li .navPoject {
  opacity: 0.7;
  color: #333333 !important;
}

.newCategory .navWrap {
  box-shadow: 0 5px 10px -5px #ccc;
}

.newCategory .collapse:not(.in) .navbar-nav a,
.newCategory .collapse:not(.in) .navbar-nav div {
  position: relative;
  color: #999999;
}

.newCategory .navbar-nav a.active {
  color: #333333 !important;
}

.newCategory .collapse:not(.in) .navbar-nav a.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid #3988ff;
  width: 55%;
}

.newCategory .container {
  /* width: min-content; */
  width: 1200px;
  padding: 0 10px;
  box-sizing: border-box;
}

.newCategory .caseListItem {
  width: 33.3%;
}

.newCategory .caseTitleDes {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  color: #666666;
}

.newCategory .pagingBox {
  margin: auto;
  text-align: center;
}

.newCategory .infoItemPicWrap {
  width: 380px;
  height: 250px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 43px;
}

.newCategory .infoItemPicWrap img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}

.newCategory .hasMoreText {
  font-size: 24px;
}
