/* 页面标题开始 */
.page-title .title {
  display: flex;
  width: 100%;
  color: #fff;
  background: #0f0232;
  align-items: center;
  margin-top: 100px;
}
.page-title .title .content {
  width: 50%;
  font-weight: 400;
  text-align: right;
}
.page-title .title .content p {
  margin: 0;
}
.page-title .title .content p:nth-of-type(1) {
  font-size: 32px;
  line-height: 60px;
  margin-top: 100px;
}
.page-title .title .content p:nth-of-type(2) {
  font-size: 40px;
}
.page-title .title img {
  display: block;
  height: 165px;
  margin-left: 10%;
  margin-top: 100px;
}
.page-title .title video {
  display: block;
  height: 165px;
  margin-left: 10%;
  margin-top: 100px;
}
.page-title .hr {
  width: 50%;
  height: 1px;
  background: #a30055;
  position: absolute;
  border: none;
}
/* 页面标题结束 */
