/* 产品详情 */
.rich_collection {
  margin-bottom: 20px;
}

.rich_collection>p {
  margin: 15px 0;
  font-size: 16px;
}


.rich_collection>p span {
  line-height: 30px;
}

/* 视频 */
.gz_video {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 600px;
  height: 320px;
  object-fit: fill;
}

@media (max-width: 1220px) {
  .gz_video {
    width: 500px;
    height: 300px;
  }
}

@media (max-width: 1120px) {
  .gz_video {
    width: 400px;
    height: 250px;
  }
}

@media (max-width: 690px) {
  .gz_video {
    width: 380px;
    height: 220px;
  }
}

@media (max-width: 630px) {
  .gz_video {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    transform: none;
  }
}

/* 推荐新闻 */
.latest_news {
  padding: 10px 0;
  box-sizing: border-box;
}

.latest_news>li {
  padding: 0.5em 1em;
  font-size: 14px;
}

.latest_news>li>a {
  display: block;
  line-height: 1.2;
  color: #5a5a5a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}


.latest_news>li>a:hover {
  color: #005eb8;
}

.latest_news>li>a:before {
  content: '+';
  font-weight: bold;
  margin-right: 5px;
  font-size: 16px;
}
