.ent-brief {
  display: flex;
  flex-direction: row;
  border-radius: 12px;
  overflow: hidden;
}
.fancy .ent-brief {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
/* 悬浮效果 */
.fancy .ent-brief:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.left-bg,
.bg-right {
  height: 380px;
  width: 600px;
  box-sizing: border-box;
}

.left-bg {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  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;
}
.fancy .bg-right {
  padding: 26px 32px;
}
.fancy .bg-right.pad {
  padding: 38px 32px 34px;
}
.bg-right-title {
  font-family: AlibabaPuHuiTi;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  /* 字体/黑 */
  color: #292929;
  margin-bottom: 16px;
}

.fancy .bg-right-first {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 0px;

  line-clamp: 9;
  -webkit-line-clamp: 9;
  /* 字体/黑 */
  color: #292929;
  font-family: AlibabaPuHuiTi;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 310px;
  display: -webkit-box;
  word-break: break-word;
}
/* 更多字体颜色 */
.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;
}

.bg-right-more:hover,
.bg-right-more:active,
.bg-right-more:link,
.bg-right-more:visited
{
  color: #3875f6;
}

.prd-logo {
  width: 226px;
  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: 48px;
}

.prd-list,
.news-list {
  display: flex;
  flex-flow: row wrap;
  gap: 0 30px;
  width: 100%;
}

.prd-card {
  display: flex;
  flex-flow: column;
  text-align: center;
  border-radius: 12px;
  width: 380px;
  height: 386px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.prd-card:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.prd-card-img-wrap {
  position: relative;
  width: 380px;
  height: 214px;
}
.prd-card.honor {
  height: 372px;
  transition: all 0.5s ease;
}
.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;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  text-align: center;

  /* 字体/黑 */
  color: #292929;
  /* 宽度调整 */
  width: 320px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.prd-title.honor {
  font-family: AlibabaPuHuiTi;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  /* 字体/黑 */
  color: #292929;
}
.prd-desc {
  font-family: AlibabaPuHuiTi;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  height: 48px;
  /* 字体/深 */
  color: #646464;
}

.honor-img-wrap {
  width: 380px;
  height: 304px;
  position: relative;
  background-color: #f5f6f8;
  flex: 1;
  display: flex;
  justify-content: center;
  border: 1px solid #e7e9ec;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.prd-card:hover .hover-scale-1 {
  transform: scale(1.3);
}
.prd-card:hover .hover-blue {
  color: #3875f6;
  cursor: pointer;
}
