.caseBanner {
  width: 100vw;
  background-image: url('/template/pc/ycnhz/img/case/caseBanner.png');
  height: 31.25vw;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 9vw;
  box-sizing: border-box;
}
.caseCivilBanner {
  background-image: url('/template/pc/ycnhz/img/case/caseCivilBanner.jpg');
}
.searchBox {
  width: 50vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5vw auto;
}
.search {
  width: 39.48vw;
  height: 4.17vw;
  border: 2px solid #C61B24;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  font-size: 1.35vw;
  text-align: center;
  color: #fff;
  line-height: 3.96vw;
}
.search::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.search:-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.search::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.search:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.searchBtn {
  width: 10.2vw;
  height: 4.17vw;
  background-color: #C61B24;
  text-align: center;
  color: #fff;
  font-size: 1.67vw;
  font-weight: 400;
  display: inline-block;
  line-height: 4.17vw;
}
.searchBtn:hover {
  cursor: pointer;
}
.caseCivil {
  padding: 5.1vw 0;
}
.titleBox {
  display: flex;
  justify-content: space-between;
  padding-right: 6.04vw;
}

.caseMenu {
  display: flex;
  width: 55vw;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.caseMenu li {
  /* width: 6vw; */
  padding: 0.5vw 1vw;
  height: 2.5vw;
  line-height: 2.5vw;
  text-align: center;
  font-size: 1.25vw;
}
.caseMenu li:hover {
  cursor: pointer;
}

.caseCtx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2vw;
  padding: 0 6.5vw;
}
.caseBox {
  width: 25vw;
  text-align: center;
  margin-top: 2vw;
  cursor:pointer 
}
.caseBoxImg {
  width: 25vw;
  height: 14.58vw;
}
.caseBoxTit {
  color: #292929;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 3vw;
}
.caseBoxDesc {
  width: 25vw;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #929292;
  font-size: 1.04vw;
}


































.searchBox {}
<!--0.00025510787963867-->