@media (max-width: 768px) {
  #newsDetail .breadCrumb .el-breadcrumb {
    line-height: 25px;
  }

  .content .coverImgBox,
  .content .videoBox .imgBox {
    padding: 0 !important;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  .content .typeBox {
    display: block !important;
    text-align: end;
  }

  .content .typeBox div {
    margin: 0 0 5px 0 !important;
  }

  .content .videoBox #homePlayer {
    width: 100% !important;
  }

  .content .videoBox .imgBox .playBtn {
    width: 66px;
    height: 66px;
  }
}

@media (min-width: 768px) {
  .content .videoBox .imgBox .playBtn {
    width: 106px;
    height: 106px;
  }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1366px) {}

#newsDetail {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  color: #000000;
  margin-bottom: 89px;
  font-size: 16px;
}

#newsDetail .breadCrumb {
  background: #F0F8FF;
  margin: 0 0 60px;
  color: #999999;
  padding: 11.5px 30px;
}

#newsDetail .breadCrumb .el-breadcrumb {
  font-size: 16px;
}

.content .title {
  font-size: 42px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}

.content .typeBox {
  color: #666666;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  margin-top: 55px;
}

.content .typeBox div {
  margin-left: 35px;
}

.content .share {
  cursor: pointer;
}

.content .line {
  height: 10px;
  background: #F5F5F5;
  margin-top: 30px;
}

.content .coverImgBox,
.content .videoBox .imgBox {
  width: 100%;
  height: auto;
  margin: 52px 0 0;
  padding: 0 72px;
}

.content .coverImgBox .coverImg,
.content .videoBox #homePlayer {
  width: calc(100% - 144px);
  height: 100%;
}

.content .videoBox #homePlayer {
  position: absolute;
}

.content .abstract {
  /* color: #073290; */
  font-size: 18px;
  margin-top: 15px;
  line-height: 40px;
  /* text-align: center; */
}

.content .fullText {
  font-size: 18px;
  color: #333333;
  line-height: 40px;
  text-indent: 2em;
  margin-top: 25px;
}

.content .fullText img,
.content .fullText video {
  max-width: 100%;
  margin-left: -36px;
}

.content .preNext {
  color: #073290;
  font-size: 18px;
  margin-top: 70px;
}

.content .next {
  margin-top: 20px;
}

.content .next,
.content .pre {
  cursor: pointer;
}

.content .next:hover,
.content .pre:hover {
  text-decoration: underline;
}

.el-popover {
  min-width: 50px !important;
}

.content .videoBox .imgBox {
  position: relative;
}

.content .videoBox .imgBox .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .videoBox .imgBox .playBtn {
  position: absolute;
  right: 8%;
  bottom: 4%;
  cursor: pointer;
}

.content .videoBox .imgBox .playBtn .playImg {
  width: 100%;
  height: 100%;
}