.content .page .box .leftBox .detail .detailBox {
  padding: 20px 40px 60px 40px;
  width: 100%;
  box-sizing: border-box;
}
.content .page .box .leftBox .detail .videoBox {
  width: 800px;
  height: 453px;
  margin: 22px 50px 0 50px;
}
.content .page .box .leftBox .detail .videoBox .yg {
  width: 100%;
  height: 100%;
}
.content .page .box .leftBox .detail .videoBox .yg img {
  width: 100%;
  height: 100%;
}
.content .page .box .leftBox .detail .detailBox .introtitle {
  width: 100%;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  text-align: left !important;
  padding-bottom: 10px;
}
.content .page .box .leftBox .detail .detailBox .title {
  width: 100%;
  font-size: 28px;
  color: #333333;
  line-height: 35px;
  text-align: left !important;
  font-weight: bold;
  padding-bottom: 10px;
  overflow: hidden;
}
.content .page .box .leftBox .detail .detailBox .title .icon {
  width: 84px;
  height: 36px;
  margin: 4px 20px 0 0;
  float: left;
}

.content .page .box .leftBox .detail .detailBox .title .icon img {
  width: 100%;
  height: 100%;
}
.content .page .box .leftBox .detail .detailBox .infoBox {
  display: flex;
  padding-top: 5px;
  padding-bottom: 20px;
}
.content .page .box .leftBox .detail .detailBox .infoBox .boxLeft {
  width: calc(100% - 200px);
  font-size: 14px;
  color: #666666;
  line-height: 17px;
}
.content .page .box .leftBox .detail .detailBox .infoBox .boxLeft .source {
  padding-bottom: 5px;
}
.content .page .box .leftBox .detail .detailBox .infoBox .boxLeft .date {
  height: 17px;
  display: flex;
}
.content .page .box .leftBox .detail .detailBox .infoBox .boxLeft .date .icon {
  width: 17px;
  height: 17px;
  background: url('../img/eye.png') no-repeat center center;
  background-size: 100% 12px;
}

.content .page .box .leftBox .detail .detailBox .infoBox .btn {
  width: 200px;
  display: flex;
  justify-content: end;
  color: #333;
}

.content .page .box .leftBox .detail .detailBox .infoBox .btn .type {
  margin-left: 20px;
  line-height: 38px;
  cursor: pointer;
}

.content .page .box .leftBox .detail .detailBox .infoBox .btn .type1 {
  font-size: 18px;
  margin-left: 0;
}
.content .page .box .leftBox .detail .detailBox .infoBox .btn .type2 {
  font-size: 16px;
}
.content .page .box .leftBox .detail .detailBox .infoBox .btn .type3 {
  font-size: 14px;
}
.content .page .box .leftBox .detail .detailBox .audioBox {
  padding-bottom: 20px;
}
.content .page .box .leftBox .detail .detailBox .audioBox .audio {
  width: 100%;
}
.content .page .box .leftBox .detail .detailBox .newsBody {
  width: 100%;
  font-size: 18px;
  color: #393939;
  text-align: justify;
  line-height: 2em;
  word-wrap: break-word;
  word-break: normal;
}
.content .page .box .leftBox .detail .detailBox .newsBody .img-desc {
  text-align: center!important;
  display: block;
  text-indent: 0!important;

}
.content .page .box .leftBox .detail .detailBox .newsBody img {
  max-width: 600px;
  max-height: 600px;
  width: auto;
  height:auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.content .page .box .leftBox .detail .detailBox .newsBody video {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.content .page .box .leftBox .detail .detailBox .newsBody p {
  margin-top: 5px;
  margin-bottom: 15px;
  text-indent: 2em;
}

.audioBox .audio-div {
  width: 100%;
}

.audioBox .audio-div .progressBarBg {
  width: 593px;
}
.audioBox .audio-div .audio-div-middle-time1 {
  margin: 15px 0 0 0;
  height: 20px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.audioBox .audio-div .audio-div-middle-time2 {
  margin: 15px 0 0 0;
  height: 20px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.audio-div {
  text-indent: initial;
  width: 369px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  display: flex;
}
.audio-div .playBtn {
  width: 30px;
  height: 30px;
  background: #3eabff url('../img/play1.png') no-repeat center center;
  background-size: 12px 15px;
  margin: 10px 0 10px 40px;
  border-radius: 100%;
  cursor: pointer;
}
.audio-div .audio-div-middle-time {
  height: 20px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin: 15px 0 0 12px;
  width: 40px;
  text-align: right;
}
.audio-div .time2 {
  height: 20px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin: 15px 0 0 0;
}
.audio-div .time3 {
  width: 40px;
}
.audio-div .progressBarBg {
  width: 110px;
  height: 6px;
  background: #efefef;
  border-radius: 3px;
  position: relative;
  margin: 22px 15px;
}
.audio-div .progressBar {
  background-color: #3eabff;
  height: 6px;
  width: 0;
  border-radius: 3px;
}
.audio-div .progressDot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #3eabff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  margin-left: -5px;
  cursor: pointer;
  display: none;
}
.audio-div .volume {
  width: 30px;
  height: 30px;
  background: url('../img/volum2.png') no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  margin-top: 10px;
}
audio {
  display: none;
}
#mescroll {
  overflow-x: hidden;
}
