#case .case .caseTitle {
  box-shadow: 2.5px 2.5px 15px rgba(0, 0, 0, 0.1), -2.5px -2.5px 15px rgba(0, 0, 0, 0.1);
  width: 95%;
  margin-left: 2.5%;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 0.3rem 0;
  height: 3rem;
  background-color: white;
}

#case .case .caseTitle h3 {
  font-weight: bold;
  margin-top: 0.2rem;
  font-size: 22px;
}

#case .case .caseTitle .row {
  margin-left: 0;
  margin-right: 0;
}

#case .case .caseTitle .row div {
  padding-left: 0;
  padding-right: 0;
}

#case .case .caseTitle .swiper-container .swiper-wrapper .swiper-slide {
  font-weight: bold;
}

#case .case .caseTitle .swiper-container .swiper-wrapper a {
  color: #444444;
}

#case .case .caseTitle .swiper-container .swiper-wrapper .active {
  color: #252C63;
}

#case .case .caseContent {
  padding-bottom: 1rem;
}

#case .case .caseContent .caseList {
  box-shadow: 2.5px 2.5px 15px rgba(0, 0, 0, 0.1), -2.5px -2.5px 15px rgba(0, 0, 0, 0.1);
  width: 95%;
  margin-left: 2.5%;
  border-radius: 5px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  background-color: white;
}

#case .case .caseContent .caseList .row {
  margin-left: 0;
  margin-right: 0;
}

#case .case .caseContent .caseList div .caseImg {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

#case .case .caseContent .caseList div h4 {
  font-weight: bold;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 15px;
  line-height: 0.6rem;
}

#case .case .caseContent .caseList div .icon {
  width: 20px;
  height: auto;
  margin-left: 0.4rem;
}

#case .case .caseContent .caseList div .tag {
  position: relative;
}

#case .case .caseContent .caseList div .tag span {
  background-color: #2B3269;
  color: white;
  padding: 0.2rem 0.3rem;
  border-radius: 5px;
}

#case .case .caseContent .caseList div .tag a {
  position: absolute;
  right: 0;
  color: #BDBDBD;
  text-decoration: none;
}

#case .case .caseContent .caseList div .tag a:hover,
#case .case .caseContent .caseList div .tag a:focus,
#case .case .caseContent .caseList div .tag a:active {
  color: #BDBDBD;
  text-decoration: none;
}

#case .case .caseContent div.caseList:first-child {
  margin-top: 0;
  padding-top: 0;
  margin-top: -0.05rem;
}

#case .case .loadMore {
  color: #BEBEBE;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
