/****************************************** 左侧内容 *******************************************/
.newsDetaInfo{
    background: #fff;
    padding:20px;
}
.newsDetaInfo >h1 {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    font-weight:normal;
}
.newsDetaInfo .article{
    border-bottom: 1px solid #eaeaea;
}
.newsDetaInfo .article span{
    color: #999;
    font-size: 14px;
    margin-right: 20px;
}

.newsDetaInfo .DetaCon p,.newsDetaInfo .DetaCon{
    font-size: 15px;
    color: #444;
    line-height: 32px;
}
.newsDetaInfo .DetaCon img{
    margin:14px 0;
    /*display: none;*/
}
.newsDetaInfo .DetaCon a{
    color: #2b72da !important;
}
.newsDetaInfo .DetaCon a:hover{
    color: #e03b36 !important;
}
.newsDetaInfo .DetaCon p{
    margin-top: 12px;
}

.newsDetaInfo .article{
    padding-bottom: 24px;
    margin-top:14px;
    margin-bottom: 24px;
}
/************** 分享 **************/
.shareBox{
    margin:20px 0;
}
.shareBox .reList a{
    color: #4a90e2;
    border:1px solid #4a90e2;
    font-size: 14px;
    display: inline-block;
    padding:0 10px;
    height:24px;
    line-height: 24px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
}
.shareBox .reList a:hover{
    color: #e03b36;
    border:1px solid #e03b36;
}
.shareCon{
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
.shareCon span{
    line-height: 24px;
    display: block;
}
.shareBox .bdsharebuttonbox a{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block;
    width:25px  !important;
    height:25px !important;
    background: url("../images/share.png") no-repeat !important ;
    line-height: 24px;
}
.bdsharebuttonbox a:last-child{
    margin-right: 0;
}
.shareBox .bdsharebuttonbox a:nth-child(1){
    background-position: 0 0 !important;
}
.shareBox .bdsharebuttonbox a:nth-child(2){
    background-position: -30px 0 !important;
}
.shareBox .bdsharebuttonbox a:nth-child(3){
    background-position: -60px 0 !important;
}
.shareBox .bdsharebuttonbox a:nth-child(4){
    background-position: -90px 0 !important;
}
.shareBox .bdsharebuttonbox a:nth-child(5){
    background-position: -120px 0 !important;
}

/************** 上下篇文章 **************/
.pagesBox{
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
}
.pagesBox p{
    font-size: 16px;
    line-height: 16px;
    color: #999;
    margin-top: 20px;
}
/************** 文章标签 **************/
.aboutLab a{
    display: block;
    float: left;
    height:24px;
    line-height: 24px;
    padding:0 10px;
    color: #999;
    background: #f0f0f0;
    font-size: 14px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    margin:20px 0;
    margin-right: 10px;
    cursor: pointer;
}
.aboutLab a:hover{
    background: #e5e5e5;
}

/****************************************** 右侧内容 *******************************************/
.hotlabBox .proTit h3::before,.hotNewsBox .proTit h3::before{
    width:16px;
    height:14px;
    background: url(../images/css_sprites.png) no-repeat;
    background-size: 200px 100px;
}
.hotlabBox .proTit h3,.hotNewsBox .proTit h3{
    padding-left: 24px;
}
.hotlabBox .proTit h3::before{
    background-position: -80px -50px;
}
.hotNewsBox .proTit h3::before{
    height:16px;
    background-position: -110px -26px;
}



