.join-nav{
    height: 5rem;
    background-color: #000;
}
.join-nav .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.join-nav .row .left{
  font-size: 1.1rem;
  color: #fff;
}
.join-nav .row .right{
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
.join-nav .row .right a{
    display: block;
    padding: 0 2rem;
    color: #fff;
  }
  .join-nav .row .right a:hover{
    color: #a51e35;
  }
 .mui-ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.mui-ellipsis-1 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.article-title{
  padding: 80px 0 47px 0;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
}
.article-title h2{
 color: #333;
 font-weight: 600;
}
.article-title .seenum{
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #c7ab81;
 }
 .article-title .seenum img{
  margin-right: 8px;
 }
 .article-title .seenum span{
  font-size: 14px;
 }
 .article{
   padding-top: 50px;
 }
.article p{
    font-size: 17px !important;
    line-height: 34px;
    text-indent: 2rem;
    margin-bottom: 10px;
    color: #333 !important;
    font-family: Arial,sans-serif !important;
}
.article p img{
    display: block;
    margin: 0 auto;

}
.article div{
    font-size: 17px;
    line-height: 23px;
}
.article div video {width:600px;}
 .tags-share{
  padding: 61px 0 40px 0;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
 }
 .tags-share .left{
display: flex;
justify-content: flex-start;
align-items: center;
  }
 .tags-share .left span{
 color: #999;
 font-size: 15px;
 margin-left: 7px;
 }
.tags-share .tags{
    display:flex;
}
 .tags-share .tags .item{
   border: 1px solid #ccc;
   padding: 5px 18px;
   color: #666;
   font-size: 13px;
   border-radius: 4px;
   margin-left: 10px;
 }

 .tags-share .right img{
   margin-left: 20px;
 }
 .page{
   padding: 40px 0 120px 0;
 }
 .page .pre,
 .page .next{
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 165px 0 97px;
}
.page .pre:hover,
.page .next:hover{
 background-color: #f4f4f4;
 color: #333;
}
  .nomore{
    display: none;
  }


.weixin-imga{
  position: relative;
}
.weixin-imga .weixin_erweimaa{
    position: absolute;
    right: 50px;
    top: 50px;
    width: 261px;
    height: 315px;
    box-sizing: border-box;
    padding: 6px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    z-index: 9999;
    padding-right: 5px;
    cursor: pointer;
}
.weixin-imga .weixin_erweimaa .share-bot p{
    font-size: 13px;
}
.tags-share .right .weixin-imga .weixin_erweimaa .erweima-img{
    width: 100%;
    margin: 10px auto;
}
.weixin-imga .weixin_erweimaa .share-top{
    display: flex;
    justify-content: space-between;
}
.weixin-imga .weixin_erweimaa .pengyouquan{
    font-weight: 600;
}

.weibo-tu,
.social-share .icon-weibo:hover{
    background: url(../../../images/articledetails/news_xinwen_xiangqing_weibo_icon.png) !important;
}
.qq-tu,
.social-share .icon-qq:hover{
    background: url(../../../images/articledetails/news_xinwen_xiangqing_qq_icon.png) !important;
}
.qzone-tu,
.social-share .icon-qzone:hover{
    background: url(../../../images/articledetails/news_xinwen_xiangqing_qqkongjian_icon.png) !important;
}
.social-share .social-share-icon{
    border: none !important;
    width: 36px !important;
    height: 36px !important;
}
.social-share .icon-weibo:after,
.social-share .icon-qq:after,
.social-share .icon-qzone:after{
    content: '';
}
.social-share .icon-weibo:before,
.social-share .icon-qq:before,
.social-share .icon-qzone:before{
    content: '' !important;
}
.social-share .icon-weibo:hover,
.social-share .icon-qq:before,
.social-share .icon-qzone:before{
    content: '' !important;
}
.tags-share .right .share-info{
    display: flex;
    justify-content: space-around;
    align-items: center;
}



   


