
body {
  font-family: myFont !important;
}

strong{
     font-family: wwFont !important;
}
.mainx {
  width: 100%;
  padding: 0 .24rem;
  box-sizing: border-box;
}

.jn-detail-title {
  font-size: .4rem;
  font-weight: 600;
  line-height: .7rem;
  color: #333333;
  padding: .24rem 0;
  /* font-family: myFont; */
}

.jn-detail-headLine,
.jn-detail-subtitle {
  font-size: .34rem;
  font-weight: 600;
  line-height: .68rem;
  color: #999999;
}

.jn-detail-panel {
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  margin-bottom: .24rem;

}
.jn-detail-panel  a{
      font-size:12px !important;
}
.jn-detail-panel>div {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.jn-detail-audio {
  width: .4rem;
  height: .4rem;
  margin-right: .16rem;

}

.jn-detail-atext {
  font-size: .28rem;
  color: gray;
}

.jn-detail-date {
  font-size: .28rem;
  /* font-family: myFont; */
  font-weight: 400;
  color: gray;
}

.viewnum {
  font-size: .28rem;
  font-weight: 400;
  color: gray;
}

.jn-detail-content {
  width: 100%;
  overflow: hidden;
}

.jn-detail-priase-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.6rem 0 0.28rem 0;
  width: 1.24rem;
  height: 1.24rem;
  border-radius: 50%;
  border: 1px solid rgba(112, 112, 112);
  display: flex;
  align-items: center;
  margin: 0.6rem auto 1rem auto;
  display: none;
}

.jn-detail-priase {
  width: .54rem;
  height: .54rem;
  margin-bottom: 0.08rem;
  margin-top: 0.2rem;
}

.jn-detail-priase-number {
  font-size: .26rem;
  /* font-family: myFont; */
  font-weight: 400;
  color: #999999;
}

.jn-detail-share {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  display: none;
}

.jn-detail-share>span {
  font-size: .32rem;
  /* font-family: myFont; */
  color: #333333;
  padding-bottom: .42rem;
}

.jn-detail-share>ul {
  width: 68%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jn-detail-share>ul>li {
  text-align: center;
}

.jn-detail-share>ul>li:last-child {
  display: none;
}

.jn-detail-share>ul>li>img {
  width: .78rem;
  height: .78rem;
  margin-bottom: 0.16rem;
}

.jn-detail-share>ul>li>p {
  font-size: 0.2rem;
  color: #333;
  line-height: 1.2;
}

.jn-detail-news-title {
  margin-top: .4rem;
  font-size: .28rem;
  /* font-family: myFont; */
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
}

.jn-detail-news-title::before {
  content: ' ';
  width: .04rem;
  height: .28rem;
  background: #CD271F;
  border-radius: .02rem;
  display: inline-block;
  margin-right: .1rem;
}

.jn-detail-newslist li a {
  display: flex;
  justify-content: space-between;
  padding: .3rem 0;
  border-bottom: .01rem rgba(0, 0, 0, .08) solid;
}

.jn-detail-newslist {
  padding-bottom: 1.4rem;
}

.jn-detail-newslist li a>div {
  width: 4.6rem;
}

.jn-detail-newslist li a>div>p {
  font-size: .32rem;
  /* font-family: myFont; */
  line-height: .44rem;
  color: #333333;
  margin-bottom: .2rem;
}

.jn-detail-newslist li a>div>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jn-detail-newslist li a>div>div>span {
  font-size: .22rem;
  /* font-family: myFont; */
  color: #999999;
}

.jn-detail-newslist li a>img {
  width: 2rem;
  height: 1.5rem;
  border-radius: .08rem;
}

/*@font-face {*/
/*  font-family: 'fontnameRegular';*/
/*  src: url('fontname.eot');*/
/*  src: local('fontname Regular'), local('fontname'), url('./FZSSJW.TTF') format('woff'),*/
/*    url('fontname.ttf') format('truetype'), url('fontname.svg#fontname') format('svg');*/
/*}*/

/*语音播报按钮*/


/*.video-js {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

/*.video-js .vjs-big-play-button {*/
/*  font-size: 2.5em;*/
/*  line-height: 2.3em;*/
/*  height: 2.5em;*/
/*  width: 2.5em;*/
/*  -webkit-border-radius: 2.5em;*/
/*  -moz-border-radius: 2.5em;*/
/*  border-radius: 2.5em;*/
/*  background-color: #73859f;*/
/*  background-color: rgba(115, 133, 159, .5);*/
/*  border-width: 0.15em;*/
  /*margin-top: -1.25em;早就注释了*/ 
  /*margin-left: -1.75em;早就注释了*/
/*}*/

/* 中间的播放箭头 */
/*.vjs-big-play-button .vjs-icon-placeholder {*/
/*  font-size: 1.63em;*/
/*}*/

/* 加载圆圈 */
/*.vjs-loading-spinner {*/
/*  font-size: 2.5em;*/
/*  width: 2em;*/
/*  height: 2em;*/
/*  border-radius: 1em;*/
/*  margin-top: -1em;*/
/*  margin-left: -1.5em;*/
/*}*/

.header {
  height: 4.12rem;
  background: #999999;
}

.content {
  padding: 0 .3rem;
  /*margin-bottom: .1rem;*/
}

.content .title {
  font-size: 24px;
  padding: 15px 0;
  line-height: 34px;
}

/*#aritcleContent p{
  font-size: 20px!important;
  line-height: 2.2!important;
  margin-top: 1em;
  margin-bottom: 1em;
}*/
.info {
  font-size: 0;
  padding-bottom: .2rem;
  border-bottom: .01rem solid #e7e7e7;
  /*display: none;*/
  /* 苹果每次上线前都要修改 去掉来源 */
}

.info .info-logo {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: middle;
  /*margin-right: .38rem;*/
}

.info span {
  vertical-align: middle;
  font-size: 18px;
  margin-right: 10px;
  /*line-height: .34rem;*/
  /*color: #666666;*/
}

.cont {
  padding: 7px 0;
}

.cont p {
  /*  margin: .25rem 0;*/
  font-size: 18px;
  line-height: 1.5;
  /*padding-bottom: .5rem;*/
}

.cont .cont-ta {
  padding: 0;
  margin: 0;
  font-size: .3rem;
  line-height: .58rem;
  color: #666666;
}

.share {
  padding-bottom: .5rem;
}

.share .share-title {
  font-size: .34rem;
  text-align: center;
  margin-bottom: .4rem;
}

.share .share-list {
  font-size: 0;
  text-align: center;
}

.share .share-item {
  display: inline-block;
  width: .68rem;
  height: .68rem;
  margin: 0 .3rem;
}

.xiangguan {
  padding: 0 .3rem;
}

.xiangguan .xiang-header {
  font-size: .34rem;
  padding-top: .5rem;
  text-align: center;
  padding-bottom: .36rem;
}

.xiangguan .xiang-header .xiang-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .15rem;
}

.xiangguan .xiang-header span.xiang-line {
  display: inline-block;
  width: .78rem;
  height: .02rem;
  border-top: .01rem solid #d6d6d6;
  vertical-align: middle;
}

.xiangguan .xiang-list .xiang-item {
  display: box;
  display: -webkit-box;
  margin-bottom: .3rem;
}

.xiangguan .xiang-list .xiang-item .photo {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 1.35rem;
  margin-right: .3rem;
  border-radius: .08rem;
  overflow: hidden;
}

.xiangguan .xiang-list .xiang-item .photo img {
  width: 2rem;
  height: 1.35rem;
}

.xiangguan .xiang-list .xiang-item .photo .photo-icon {
  position: absolute;
  display: inline-block;
  width: .64rem;
  height: .64rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(./../img/bofang.png) no-repeat;
  background-size: .64rem .64rem;
  border-radius: 100%;
  opacity: .7;
}

.xiangguan .xiang-list .xiang-item .x-name {
  font-size: .34rem;
  -webkit-box-flex: 1;
  box-flex: 1;
}

.xiangguan .xiang-list .xiang-item .x-text {
  font-size: .3rem;
  line-height: .45rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.block-image img {
  padding: .1rem 0;
  max-width: 100%;
}

/*底部编辑/记者/责编*/
.editors a {
  display: block;
  font-size: 18px;
  line-height: 35px;
  color: #666;
}

/*语音播放*/
.video_play {
  background: rgba(40, 38, 38, 0.5);
  width: 97%;
  position: fixed;
  left: 0;
  height: 50px;
  bottom: 20px;
  border-radius: 30px;
  border-top: 1px solid rgba(38, 38, 38, 0.5);
  padding: 5px;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.video_play .textTitle {
  display: inline-block;
  width: 200px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video_play .close {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  border-radius: 15px;
  border: 1px solid;
  background: rgba(0, 0, 0, 0);
  margin-right: 5px;
}

.video_play #select {
  display: inline-flex;
  width: 150px;
  justify-content: space-between;
}

.video_play #select .layui-anim {
  background: rgba(40, 38, 38, 0.5);
}

.video_play .runPoint {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/speaker/pause.png);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: 4px 8px;
  background-color: rgba(0, 0, 0, 0);
}

.layui-form-select .layui-edge {
  display: none;
  width: 0;
  height: 0;
}

.layui-form-select .layui-input {
  /*width: 70px;*/
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  text-align: center;
  border-radius: 30px;
  border: 1px solid;
  background: rgba(0, 0, 0, 0);
}

.layui-select-title {
  background: rgba(0, 0, 0, 0);
}

.layui-form-select dl dd.layui-this {
  background-color: rgba(40, 38, 38, 0.5);
  ;
}

.layui-form-select {
  margin-left: 5px;
  background: rgba(0, 0, 0, 0);
}

#aritcleContent p {
  font-size: 16px;
  /* font-family: myFont; */
  line-height: .6rem !important;
}

.openBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.28rem 0.15rem;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px -4px 13px rgba(0, 0, 0, 0.09);
  position: fixed;
  bottom: 0;
  width: 100%;
  /* opacity: 0.9; */
}

.openBox .box-left {
  display: flex;
  align-items: center;
}
.openBox .box-right{
      display: flex;
}
.box-left img {
  width: 0.7rem;
  margin-right: 0.26rem;
}

.box-left p {
  font-size: .32rem;
  /* font-family: FZYaSongS-R-GB; */
  font-weight: 400;
  line-height: .4rem;
  color: #333333;
}

.box-right .openapp {
  width: 1.62rem;
  height: 0.58rem;
  margin-right: 0.26rem;
}

.box-right .openapp img {
  width: 100%;
  height: 100%;
  /*margin-top: -0.15rem;*/
}

.box-right .close img {
  width: 0.54rem;
  height: 0.54rem;
}

/*.jn-detail-content p video {*/
/*  width: 100% !important;*/
/*  height: 100% !important;*/
/*  object-fit: initial !important;*/
/*  margin: 0 auto !important;*/
/*}*/

p img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  /* padding: .1rem 0rem; */
}

.qkk-head-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.qkk-head-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.comment-wrap .comment-title {
  font-size: 18px;
  padding: 0.1rem 0.3rem;
  background-color: #f7f7f7;
}

.commentList {
  background: #fff;
  padding: 0.3rem 0.3rem;
  font-size: 16px;
  margin: 0;
}

.commentList .noComment {
  text-align: center;
  font-size: 10px;
  color: #cccccc;
}

.commentList .list-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.commentList .list-item .item-top {
  width: 130px;
  display: flex;
  align-items: center;
}

.commentList .list-item .item-top .user-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.commentList .list-item .item-top .user-name {
  font-size: 12px;
  color: #999999;
}

.commentList .list-item .comment-text {
  padding-left: 50px;
  font-size: 14px;
}

.comment-wrap h5 {
  font-size: 16px;
  font-weight: bold;
  font-style: oblique;
  margin: 18px 0 10px;
  /*padding-top: 15px;*/
  padding-left: .3rem;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 5px;
  letter-spacing: 1.5px;
}

.comment-wrap h5 font {
  background-image: linear-gradient(150deg, #FB9A80, #E8003F);
  -webkit-background-clip: text;
  color: transparent;
}

.comment-wrap .separate {
  height: 10px;
  background-color: #F2F2F2;
}

.mg-top {
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}


.edit-font {
  margin-right: 0.35rem;
}

.voice {
  text-align: right;
  /* margin-left: 4rem; */
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  /* width: 1rem; */
  /* margin: 11px 0px 25px 10px; */
  /* font-size: 16px; */
  /* line-height: 28px; */
}

.voice img {
    display: inline-block;
    height: 26px;
}
.women_speak,.men_speak {
    display: none!important;
}

#relatednews {
    display: none!important;
}

img {
    max-width: 100%;
}
video {
    max-width: 100%;
}
/*@font-face {*/
/*  font-family: myFont;*/
/*  src: url('../font/SourceHanSerifCN-Regular.otf');*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: wwFont;*/
/*  src: url('../font/SourceHanSerifCN-Bold.otf');*/
/*  font-display: swap;*/
/*}*/