.case {
  padding-bottom: 0.6rem;
  background: #F7F8FB;
}
.case .main > .list {
  margin-top: 0.2rem;
  margin-bottom: 0.48rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
}
.case .main > .list .item {
  width: 3.32rem;
  height: 3.12rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.case .main > .list .item .imgBox {
  width: 100%;
  height: 2.51rem;
}
.case .main > .list .item .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .main > .list .item .tit {
  width: 100%;
  height: 0.61rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 0.18rem;
  color: #333333;
  padding: 0 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseDetail {
  background: #F7F8FB;
  padding-bottom: 0.6rem;
}
.caseDetail .content {
  background: #FFFFFF;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  padding: 0.35rem 0.4rem 0.53rem;
}
.caseDetail .content .title {
  font-weight: bold;
  font-size: 0.28rem;
  color: #000000;
  line-height: 0.48rem;
  text-align: center;
  margin-bottom: 0.34rem;
}
.caseDetail .content .info {
  display: flex;
  justify-content: center;
  gap: 0.48rem;
  padding-bottom: 0.23rem;
  border-bottom: 0.01rem solid #C9C9C9;
  margin-bottom: 0.3rem;
}
.caseDetail .content .info p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #6A6A6A;
}
.caseDetail .content .info p span {
  color: #333333;
}
.caseDetail .content .content {
  border-bottom: 0.01rem solid #C9C9C9;
}
.caseDetail .content .detPage {
  margin-top: 0.45rem;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}
.caseDetail .content .detPage a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
}
.caseDetail .content .detPage a:hover {
  color: #000000;
}


@media only screen and (max-width: 1024px) {
  .bannerWrap{
    margin-top: 50px;
  }
  .breadWrap{
    margin-top: 0;
  }
  .caseDetail .content .info p,.caseDetail .content .info p span,.info2 p span,.info2 p,.caseDetail .content .detPage a{
    font-size: 12px !important;
  }
  tr{
    display: flex;
    flex-wrap: wrap;
  }
  td{
    flex: 0 0 100%;
  }
  .case .main > .list{
    gap: 0.24rem 0;
    justify-content: space-between;
    width: 98%;
    margin: 0.2rem auto 0;
  }
  .case .main > .list .item{
    flex: 0 0 48%;
  }
  .case .main > .list .item .tit{
    font-size: 12px;
    display: block;
    line-height: 0.61rem;
  }
  .caseDetail .content p{
    font-size: 12px;
  }
  .breadWrap{
    display: none;
  }
}