#countryCase .countryCase .caseContent {
  padding-bottom: 1rem;
  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%;
  padding: 1rem 0;
  margin-bottom: 2rem;
  border-radius: 8px;
  background-color: white;
}

#countryCase .countryCase .caseContent .caseList {
  width: 95%;
  margin-left: 2.5%;
  border-radius: 5px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  background-color: white;
}

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

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

#countryCase .countryCase .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;
}

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

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

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

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

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

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

#countryCase .countryCase .caseContent .recommend {
  text-align: center;
  letter-spacing: 2px;
  color: #BEBEBE;
}
