/********************** 新闻详情页 Start **********************/
.news_introduction {
    width: 1600px;
    display: flex;
    height: auto;

    /* background-color: #ffffff; */
    margin-top: 20px;
    padding: 30px 100px 60px;
    margin: auto;
}

.left {
    padding: 30px;
    width: 1000px;
    background-color: #FFF;
}
.right{
    margin-left: 20px;
    width: 350px;
     
}

/* 页面小导航 */
.news_introduction_nav img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.news_introduction_nav a {
    color: #666666;
    font-size: 14px;
}

.news_introduction_nav a:hover {
    color: #F85959;
}

.news_introduction_nav span {
    color: #666666;
    font-size: 14px;
}

/* 新闻详情内容 */
.news_introduction_content h2 {
    color: #333333;
    font-size: 30px;
    margin-top: 30px;
}

.news_introduction_content>span {
    display: inline-block;
    color: #999999;
    font-size: 14px;
    margin-top: 30px;
}

.news_introduction_content>p {
    /*color: #333333;*/
    font-size: 18px;
    line-height: 32px;
}

.news_introduction_content .fbly {
    margin-bottom: 30px;
}

.news_introduction_content_img {
    text-align: center;
}

.news_introduction_content_img img {
    max-width: 850px;
}

.news_introduction_content_author {
    /*background-color: blue; */
    margin-top: 60px;
}

.news_introduction_content_author>span {
    display: inline-block;
    color: #999999;
    font-size: 16px;
    border-left: 4px solid #F85959;
    padding-left: 10px;
}


/*分享*/
.bshare-custom.icon-medium span {
    font-size: 16px;
    line-height: 26px;
}

.bshare-custom.icon-medium a {
    height: 26px !important;
    line-height: 26px;
}

.bshare-custom.icon-medium .bshare-weixin {
    display: inline-block;
    background: url(../../images/wx@2x.png) no-repeat !important;
    background-size: 24px 24px !important;
}

.bshare-custom.icon-medium .bshare-qqim {
    display: inline-block;
    background: url(../../images/qq@2x.png) no-repeat !important;
    background-size: 24px 24px !important;
}

.bshare-custom.icon-medium .bshare-sinaminiblog {
    display: inline-block;
    background: url(../../images/wb@2x.png) no-repeat !important;
    background-size: 24px 24px !important;
}

.bshare-custom.icon-medium .bshare-qzone {
    display: inline-block;
    background: url(../../images/kj@2x.png) no-repeat !important;
    background-size: 24px 24px !important;
}

.bsBox {
    width: 232px !important;
    height: 256px !important;
}

/*.news_introduction_content_author div{*/
/*    margin-top: 60px;*/
/*}*/
/*.news_introduction_content_author div span{*/
/*    color: #333333;*/
/*    vertical-align: top;*/
/*}*/
/*.news_introduction_content_author div img{*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    margin-right:6px ;*/
/*}*/


/********************** 新闻详情页 end **********************/