.ent-brief {
  display: flex;
  flex-direction: row;
  border-radius: 12px ;
  overflow: hidden;
}
.left-bg,
.bg-right {
  flex: 1;
  height: 380px;
}


.left-bg {
  background-size: cover;
  padding: 54px 48px;
  text-align: right;
}

.text-cn {
  font-family: AlibabaPuHuiTi;
  font-size: 38px;
  font-weight: 500;
  line-height: 40px;
  text-align: right;
  letter-spacing: 0px;

  font-variation-settings: 'opsz' auto;
  font-feature-settings: 'kern' on;
  color: #3d3d3d;
}
.text-en {
  font-family: AlibabaPuHuiTi;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0px;

  font-variation-settings: 'opsz' auto;
  font-feature-settings: 'kern' on;
  color: #3d3d3d;
}

.bg-right {
  background: linear-gradient(180deg, #f5f6f8 0%, rgba(245, 246, 248, 0) 100%);
  padding: 48px 48px;
}
.ent-brief .bg-right {
  padding: 26px 32px;
}
.bg-right.pad {
  padding: 38px 32px 34px;
}
.bg-right-first {
  font-family: AlibabaPuHuiTi;
  margin-bottom: 0px;
  font-weight: normal;
  line-height: 28px;
  /* 字体/黑 */
  color: #292929;
  font-size: 16px;
  /* 字体/灰 */
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 310px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-right-more {
  font-family: AlibabaPuHuiTi;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0px;

  font-variation-settings: 'opsz' auto;
  font-feature-settings: 'kern' on;
  /* 主色-蓝 */
  color: #3875f6;
}

.prd-logo {
  width: 442px;
  margin-bottom: 20px;
}

.prd-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 110px;
  margin-bottom: 110px;
}
.prd-wrap:last-child {
  margin-bottom: 0;
}

.prd-wrap-title {
  font-family: AlibabaPuHuiTi;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  /* 字体/深 */
  color: #646464;
  width: 800px;
  margin-bottom: 40px;
}

.prd-list,
.news-list {
  display: flex;

  flex-flow: row wrap;
  gap: 40px 24px;
  width: 100%;
}

.prd-card {
  /* border: 1px solid #ebebeb; */
  text-align: center;
  color: #333333;
}
.prd-card-img-wrap {
  position: relative;
  width: 380px;
  height: 220px;
  border-radius: 12px;
}
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  cursor: pointer;
  z-index: 3;
}
.prd-card-img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  z-index: 2;
}


.prd-title {
  font-family: AlibabaPuHuiTi;
  margin-top: 16px;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  text-align: center;

  /* 字体/黑 */
  color: #292929;
  /* 宽度调整 */
  width: 370px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.news-title {
  font-family: AlibabaPuHuiTi;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  text-align: center;

  /* 字体/黑 */
  color: #292929;
  margin-bottom: 12px;

  /* 宽度 省略号 */
  width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.news-content {
  font-family: AlibabaPuHuiTi;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  /* 字体/灰 */
  color: #646464;
  max-width: 380px;
  /* 字体调整 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  text-align: left;
}

.news-card-img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  z-index: 2;
}
.news-card-img-wrap {
  position: relative;
  margin-bottom: 12px;
  width: 380px;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
}

/* 动画 */
.hover-scale-1 {
  transition: transform 0.8s ease;
}
.hover-scale-1:hover {
  transform: scale(1.3);
}

/* 选中变色 */
.hover-blue:hover {
  color: #3875f6;
}

.news-card-img-wrap:hover .hover-scale-1 {
  transform: scale(1.3);
}

.prd-card-img-wrap:hover .hover-scale-1 {
  transform: scale(1.3);
}
.aboute-us-title {
  display: block;
  width: 182px;
  margin: 0 auto 40px;
}