@charset "UTF-8";
.content-wrap[data-v-f1faff8c] {
  padding: 6.25vw 12.5vw;
  background: rgb(245, 247, 250);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* 将容器分为三列 */
  grid-template-rows: auto auto;
  /* 第一列中的元素占两行 */
  grid-gap: 1.3541666667vw;
  /* 设置两列之间的间距 */
  grid-template-areas: "item1 item1 item1" "item2 item3 item4";
}
.content-wrap .title_wrap[data-v-f1faff8c] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 50;
  padding: 0px;
  margin-bottom: 1.9270833333vw;
}
.content-wrap .title_wrap .left[data-v-f1faff8c] {
  margin-right: 2.6041666667vw;
  white-space: nowrap;
  color: rgb(38, 55, 81);
  font-size: 2.7083333333vw;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0px;
  display: flex;
  justify-content: flex-start;
}
.content-wrap .title_wrap .right[data-v-f1faff8c] {
  color: rgb(89, 102, 122);
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.5625vw;
  letter-spacing: 0px;
  text-align: justify;
  margin-top: 2px;
}
.content-wrap .contentItem[data-v-f1faff8c] {
  grid-column: auto;
  /* 所有元素按照默认列布局 */
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.content-wrap .contentItem .top_img[data-v-f1faff8c] {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  border-radius: 0.2083333333vw;
}
.content-wrap .contentItem .top_img picture img[data-v-f1faff8c] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.7s;
}
.content-wrap .contentItem .top_img:hover img[data-v-f1faff8c] {
  transform: scale(1.2);
}
.content-wrap .contentItem0[data-v-f1faff8c] {
  grid-column: 1/span 1;
  /* 第一列第一个元素 */
  grid-row: 1/span 2;
  /* 第一列第一个元素占两行 */
  grid-area: item1;
  /* 设置元素在所在网格区域的名称 */
}
.content-wrap .contentItem1[data-v-f1faff8c] {
  grid-area: item2;
  border-radius: 0px 0px 4px 4px;
  background: rgb(255, 255, 255);
}
.content-wrap .contentItem1 .top_img[data-v-f1faff8c] {
  height: 18.125vw;
  overflow: hidden;
}
.content-wrap .contentItem1 .top_img picture img[data-v-f1faff8c] {
  border-radius: 4px 4px 0 0;
}
.content-wrap .contentItem2[data-v-f1faff8c] {
  grid-area: item3;
  border-radius: 0px 0px 4px 4px;
  background: rgb(255, 255, 255);
}
.content-wrap .contentItem2 .top_img[data-v-f1faff8c] {
  height: 18.125vw;
  overflow: hidden;
}
.content-wrap .contentItem2 .top_img picture img[data-v-f1faff8c] {
  border-radius: 4px 4px 0 0;
}
.content-wrap .contentItem3[data-v-f1faff8c] {
  grid-area: item4;
  border-radius: 0px 0px 4px 4px;
  background: rgb(255, 255, 255);
}
.content-wrap .contentItem3 .top_img[data-v-f1faff8c] {
  height: 18.125vw;
  overflow: hidden;
}
.content-wrap .contentItem3 .top_img picture img[data-v-f1faff8c] {
  border-radius: 4px 4px 0 0;
}
.content-wrap .contentItem .aboutText[data-v-f1faff8c] {
  padding: 1.7708333333vw;
  text-align: justify;
  letter-spacing: 0px;
  font-weight: 400;
}
.content-wrap .contentItem .aboutText.noHeight[data-v-f1faff8c] {
  height: 0;
  padding: 0;
}
.content-wrap .contentItem .aboutText .title[data-v-f1faff8c] {
  color: rgb(0, 20, 51);
  font-size: 1.3541666667vw;
  line-height: 2.0833333333vw;
  height: 4.1666666667vw;
  margin-bottom: 1.25vw;
}
.content-wrap .contentItem .aboutText .subTitle[data-v-f1faff8c] {
  color: rgb(89, 102, 122);
  font-size: 0.8333333333vw;
  line-height: 1.3541666667vw;
}
@media (min-width: 0) and (max-width: 767px) {
.content-wrap[data-v-f1faff8c] {
    padding: 13.3333333333vw 4.2666666667vw;
    display: block;
}
.content-wrap .contentItem[data-v-f1faff8c] {
    position: relative;
    overflow: hidden;
    margin-bottom: 4.2666666667vw;
}
.content-wrap .contentItem0[data-v-f1faff8c] {
    margin-bottom: 4.2666666667vw;
}
.content-wrap .contentItem1 .top_img[data-v-f1faff8c], .content-wrap .contentItem2 .top_img[data-v-f1faff8c], .content-wrap .contentItem3 .top_img[data-v-f1faff8c] {
    height: auto;
}
.content-wrap .contentItem .top_img:hover img[data-v-f1faff8c] {
    transform: none;
}
.content-wrap .contentItem .title_wrap[data-v-f1faff8c] {
    display: block;
    margin-bottom: 4.2666666667vw;
}
.content-wrap .contentItem .title_wrap .left[data-v-f1faff8c] {
    font-size: 6.4vw;
    font-weight: 400;
    line-height: 6.4vw;
    letter-spacing: 1.0666666667vw;
    text-align: center;
    margin-right: 0;
    margin-bottom: 4.2666666667vw;
    justify-content: center;
}
.content-wrap .contentItem .title_wrap .right[data-v-f1faff8c] {
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 5.8666666667vw;
}
.content-wrap .contentItem picture img[data-v-f1faff8c] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.content-wrap .contentItem .aboutText[data-v-f1faff8c] {
    padding: 4.2666666667vw;
}
.content-wrap .contentItem .aboutText .title[data-v-f1faff8c] {
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    height: auto;
}
.content-wrap .contentItem .aboutText .subTitle[data-v-f1faff8c] {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
}
}