
@font-face{
    font-family: myFont;
    src: url('../assets/font/FZBIAOYSJW.TTF');
}
body{
    font-family: myFont !important;
}
section{
    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 > div{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.jn-detail-audio{
    width: .4rem;
    height: .4rem;
    margin-right: .16rem;
    vertical-align: middle;
}
.jn-detail-atext{
    font-size: .26rem;
    color: #bfbfbf;
}
.jn-detail-date{
    font-size: .24rem;
    /* font-family: myFont; */
    font-weight: 400;
    line-height: .32rem;
    color: gray;
    vertical-align: middle;
}
.jn-detail-content{
    width: 100%;
    overflow: hidden;
}
.jn-detail-priase-box{
    width: 100%;
    display: flex !important;
    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 0.28rem auto;
    /*display:block ;*/
}
.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;
        padding: 20px 0;
}
.jn-detail-share > span{
    font-size: .32rem;
    /* font-family: myFont; */
    color: #333333;
    padding-bottom: .42rem;
    display: none;
}
.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: .58rem;
    height: .58rem;
    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{
    width:100%;
  padding: .1rem 0;
}

/*底部编辑/记者/责编*/
.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);
  min-width: 85px;
}

.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: .34rem !important;
    /* font-family: myFont; */
    line-height: .6rem !important;
    font-weight: wei;
    color: #4A4A4A;
}
.openBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.28rem 0;
    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,
.openBox .box-right{
    display: flex;
    align-items: center;
}
.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%;
}
.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;
}

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

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

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

.commentList .list-item {
    margin-bottom: 20px;
}

.commentList .list-item .item-top {
    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: 18px;
    font-weight: bolder;
    font-style: oblique;
    padding-top: 15px;
    padding-left: 0.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;
}