.gridB2 {
  background: #f8f8f8;
}
h4,
p {
  margin: unset;
}
.gridB2 .content {
  display: flex;
  flex-wrap: wrap;
}
.gridB2 .gridContentInner2 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.gridB2 .gridContentInner2 .item{
  margin-bottom: 24px;
}
@media (max-width: 720px){
.gridB2 .gridContentInner2 .item{
  margin-bottom: 24px !important;
}
}
.gridB2 .contentInner .gridTitle {
  margin-bottom: 64px;
}
.gridB2 .title-box {
  display: inline;
  margin-right: 24px;
}

.gridB2 .contentInner .gridTitle .rightImg {
  transition: 0.3s all ease;
  transform: translateX(0);
}

.gridB2 .contentInner .gridTitle .H2style {
  width: 100%;
  white-space: normal;
}

.gridB2 .contentInner .gridTitle:hover .H2style {
  transition: 0.3s all ease;
  opacity: 0.5;
}
.gridB2 .contentInner .noAction:hover .H2style {
  transition: 0.3s all ease;
  opacity: 1;
}

.gridB2 .contentInner .gridTitle:hover .rightImg {
  transition: 0.3s all ease;
  transform: translateX(10px);
  opacity: 0.5;
}

.gridB2 .contentBox {
  margin-right: 16px;
  margin-bottom: 16px;
  width: 32.5%;
  background: #fff;
  padding: 48px 32px 32px 32px;
  box-sizing: border-box;
  border-radius: 20px;
}

.gridB2 .contentBox:nth-child(3n) {
  margin-right: 0;
}

.gridB2 .contentTitle {
  font-family: HarmonyOSHans-Medium;
  white-space: normal;
  margin-bottom: 16px;
  overflow: hidden;
}

.gridB2 .lineFlow {
  width: 100%;
  word-wrap: break-word;
  opacity: 0.8;
  margin-bottom: 24px;
  white-space: break-spaces;
}

.gridB2 .button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  background: #f8f8f8;
  transform: rotate(-30deg);
}

.gridB2 .iconImg {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  /* position: relative;
  left: 80%; */
}

.gridB2 .innerTitle a {
  color: #000;
}

.gridB2 .gridTitle a {
  color: #000;
}

.gridB2 .contentInner {
  padding-bottom: 80px;
}

.gridB2 .th2 {
  height: 52px;
  -webkit-line-clamp: 2;
}

.gridB2 .th4 {
  height: 100px;
  -webkit-line-clamp: 4;
}

.gridB2 .th6 {
  height: 145px;
  -webkit-line-clamp: 6;
}

@media (min-width: 1px) and (max-width: 600px) {
  .gridB2 .contentInner .gridTitle .H2style {
    width: 100%;
    white-space: unset;
    text-overflow: unset;
    overflow: unset;
  }
  .gridB2 .title-box {
    margin-right: 8px;
  }
  .gridB2 .contentTitle {
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
    margin-bottom: 8px;
    font-size: 24px;
    letter-spacing: 0;
  }
  .gridB2 .contentInner {
    padding-top: 64px !important;
    padding: 0 24px 64px;
  }

  .gridB2 .contentInner .gridTitle {
    padding-top: 0;
    margin-bottom: 24px;
  }

  .gridB2 .contentBox {
    width: 100%;
    margin-bottom: 16px;
    padding: 32px 16px;
    margin-right: 0;
  }

  .gridB2 .contentBox:last-child {
    margin-bottom: 0;
  }

  .gridB2 .lineFlow {
    height: unset;
    opacity: 0.8;
    overflow: unset;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    margin-bottom: 0;
    line-height: 20px;
  }
  .gridB2 .gridContentInner2 .button-box {
    display: none;
  }

  .gridB2 .iconImg {
    left: 75%;
  }

  .gridB2 .th2 {
    height: auto;
    -webkit-line-clamp: initial;
  }

  .gridB2 .th4 {
    height: auto;
    -webkit-line-clamp: initial;
  }

  .gridB2 .th6 {
    height: auto;
    -webkit-line-clamp: initial;
  }
}

@media (min-width: 601px) and (max-width: 1200px) {
  .gridB2 .contentBox {
    margin-bottom: 16px;
    width: 49.39759036144579%;
  }

  .gridB2 .contentBox {
    margin-right: 1.2048192%;
  }

  .gridB2 .contentBox:nth-child(3n) {
    margin-right: 1.2048192%;
  }

  .gridB2 .contentBox:nth-child(2n) {
    margin-right: 0;
  }

  .gridB2 .contentInner {
    padding: 0 32px 64px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .gridB2 .contentBox {
    margin-bottom: 16px;
    width: 32.72727272%;
    margin-right: 0.90909%;
  }

  .gridB2 .contentBox :nth-child(3n) {
    margin-right: 0;
  }
}
