.news_con{
    padding-bottom: 60px;
}
.news_detail{
    padding-top: 16px;
}
.detail_title{
    text-align: center;
    padding:48px 0 40px;
    border-bottom:1px solid #f5f5f5;
}
 .detail_title h3{
    font-size:18px;
    color: #222;
     margin-bottom: 10px;
}
.news_detail .des_bottom{
    font-size: 12px;
    color: #999;
    display: flex;
    align-content: center;
    width:100%;
    justify-content: center;
}
.news_detail .read{
    margin-left: 32px;
}
.news_detail  .des_bottom .read img{
    vertical-align: text-top;
}

.rick_text{
    padding:24px 60px;
}
/*标签*/
.general{
    margin-top: 30px;
}
.general .entire_label{
    float: left;
    margin-left: 5px;
}
.general .icon-biaoqian {
    font-size: 20px;
    color: #A9A9A9;
    float: left;
}
/*分享*/
.news_detail .share{
    color: #999;
    font-size: 14px;
    padding-top: 12px;
}
.news_detail .social-share .social-share-icon{
    font-size: 23px;
    line-height: 30px;
}
.news_detail .social-share .icon-qzone:before{
    font-family: "iconfont" !important;
    content:"\e60f";
}
.social-share .icon-qq:before{
    font-family: "iconfont" !important;
    content:"\e882";
}
.social-share .icon-weibo:before{
    font-family: "iconfont" !important;
    content:"\e608";
}
.social-share .icon-wechat:before{
    font-family: "iconfont" !important;
    content:"\e600";
}
/*免费声明*/
.news_detail .statement {
    border-radius: 10px;
    padding: 15px;
    color: #999;
    line-height: 1.5;
    margin: 15px 0;
    font-size: 12px;
    background:#EBECEF;
}
/*上下一篇*/
.news_detail .piece{
    margin:16px 0;
    color: #999;
    font-size: 14px;
}
.news_detail .piece .left_piece:first-child{
    margin-right: 9px;
}
.news_detail .piece .left_piece{
    float: left;
    width:335px;
    background: #fff;
    padding:16px 58px;
    border-radius: 10px;
}

/*相关文章*/
.related_title{
    padding:15px 37px;
    margin-bottom:1px;
    color: #222;
    position: relative;
}
.related_title span:after{
    content:'';
    position: absolute;
    bottom: 0;
    width: 65px;
    left:35px;
    border-bottom:2px solid #F15766;
}
.related_con{
    padding:18px 37px 30px;
}
.related_con ul li{
    position: relative;
    padding-left: 20px;
    color: #999;
    font-size: 14px;
}
.related_con ul li:not(:first-child){
    margin-top: 10px;
}
.related_con ul li:before{
    content:'';
    display: block;
    width: 10px;
    height: 10px;
    background: #bbb;
    border-radius: 50%;
    position: absolute;
    left:0px;
    top:6px;
}
.news_detail video {
    padding: 35px 0;
    background: #000;
}
.hideHref{
    display: none;
}