/*详情页*/
.bodyFff{
    background-color: #fff;
}
.aside .bghui{
    background-color: #F8F8FA;
}
.bodyTitle{
    border-bottom: 1px solid #ddd;
    padding: 35px 0px 10px 0px;
}
.bodyTitle .bread-line .home{
    color: #535353;
}
.bodyTitle .bread-line .twoTit{
    color: #a6a6a6;
}
.bodyTitle h1{
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 8px;
}
.bodyTitle .employ-line{
    color: #aeaeae;
    font-size: 14px;
    /* position: relative; */
}
.bodyTitle .employ-line .left-info{
    width: 680px;
    margin-top: 14px;
}
.bodyTitle .employ-line .t-line{
    display: inline-block;
    border-right: 2px solid #f3f3f3;
    height: 13px;
    position: relative;
    top: 2px;
    margin: 0px 5px;
}
.bodyTitle .employ-line .reporter em{
    display: inline-block;
    margin-right: 13px;
}
.articleCenter .introduction{
    margin: 40px 0px;
    padding-left: 15px;
    border-left: 5px solid #e5e5e5;
    color: #989898;
    position: relative;
}
.articleCenter .introduction p{
    line-height: 34px;
    font-size: 16px;
    position: relative;
    top: -10px;
}
.articleCenter .introduction .blank-line{
    position: absolute;
    left: -8px;
    bottom: 0px;
    width: 100%;
    height: 15px;
    background-color: #fff;
}
.articleCenter .article-text{
    color: #6a6a6a;
    font-size: 16px;
}
/* 文章加粗处理 */
.articleCenter .article-text b, .articleCenter .article-text strong{ 
    font-weight: bold;
}
/* 文章有序列表处理 */
.articleCenter .article-text ol li{
    list-style-type: decimal;
}
.articleCenter .article-text em{
    padding-top: 30px;
    display: inline-block;
    font-size: 14px;
    color: #999;
}
/* 文章无序列表处理 */
.articleCenter .article-text ul li{
    list-style-type: disc;
}
.articleCenter .article-text p{
    line-height: 34px;
    /* padding-bottom: 25px; */
}
.articleCenter .article-text p img{
    width: 100%;
    height: 100%;
}
.giveThumbs-up{
    border-bottom: 2px solid #f6f6f6;
    padding: 70px 0px 80px 210px;
}
.giveThumbs-up .interact{
    width: 150px;
    height: 54px;
    border: 1px solid #CFCFCF;
    border-radius: 27px;
    color: #969696;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
}
.giveThumbs-up .interact a{
    display: inline-block;
    color: #969696;
}
.giveThumbs-up .dianzan a:hover{
    color: #f24d54;
}
.giveThumbs-up .interact em{
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 9px;
    margin-right: 3px;
}
.giveThumbs-up .dianzan em{
    background: url(../images/icons.png) -409px -248px no-repeat;  
}
.giveThumbs-up .dianzan-ok{
    border: 1px solid #f24d54;
}
.giveThumbs-up .dianzan-ok a{
    color: #f24d54;
}
.giveThumbs-up .dianzan-ok em{
    background: url(../images/icons.png) -470px -248px no-repeat;  
}
.giveThumbs-up .dianzan:hover, .giveThumbs-up .weibo:hover{
    border: 1px solid #EC000C;    
}
.giveThumbs-up .weixin:hover{
    border: 1px solid #46BB36;
}

.giveThumbs-up .dianzan:hover em{
    background: url(../images/icons.png) -470px -248px no-repeat;  
}
.giveThumbs-up .weixin:hover em{
    background: url(../images/icons.png) -468px -146px no-repeat;  
}
.giveThumbs-up .weibo:hover em{
    background: url(../images/icons.png) -468px -198px no-repeat;  
}

.giveThumbs-up .weixin{
    position: relative;
}
.giveThumbs-up .weixin .weixin-code{
    right: 16px;
    bottom: -119px;
}
.giveThumbs-up .weixin .weixin-code-detail canvas {
    opacity: 0;
}
.giveThumbs-up .weixin em{
    background: url(../images/icons.png) -409px -146px no-repeat;  
    top: 8px;
}
.giveThumbs-up .weibo em{
    background: url(../images/icons.png) -409px -198px no-repeat; 
    top: 8px; 
}
.leftTitle{
    color: #27282d;
    font-size: 20px;
    font-weight: 600;
    padding: 30px 0px;
}
.leftTitle-t{
    padding: 25px 0px 10px 0px;
}
.articleComment .make-comment{
    position: relative;
    margin-bottom: 30px;
}
.articleComment .make-comment .head-portrait{
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #ccc;
    position: absolute;
    left: 0px;
    top: 10px;
    background: url(../images/icons.png) -293px -349px no-repeat; 
}
.articleComment .make-comment .comment-input{
    position: relative;
}
.articleComment .make-comment .comment-input .weixin-code{
    right: auto;
    left: 0;
    bottom: auto;
    top: 47px;
}
.articleComment .make-comment .comment-input .entering{
    width: 570px;
    height: 47px;
    line-height: 47px;
    border: 2px solid #ddd;
    padding: 0px 14px;
    font-size: 14px;
    caret-color: transparent;
    border-radius: 4px 0px 0px 4px;
    border-right: 0px;
}
.articleComment .make-comment .comment-input .register{
    width: 113px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color:#1C79D8;
    font-size: 16px;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
}
.articleComment .comment-list{
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 30px;
}
.articleComment .comment-list .more-thing{
    text-align: right;
    margin-top: 30px;
    position: relative;
}
.articleComment .comment-list .more-thing .weixin-code{
    right: 30px;
}

.articleComment .comment-list .client{
     font-size: 16px;
     color: #333;
     cursor: pointer;
}
.articleComment .comment-list .client:hover .weixin-code{
    display: block;
}
.articleComment .comment-list li{
    border-top: 2px solid #f0f0f0;
    padding: 18px 0px;
    position: relative;
    overflow: hidden;
    color: #676767;
}
.articleComment .comment-list li .head{
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #ccc;
    position: absolute;
    left: 0px;
    top: 18px;
}
.articleComment .comment-list li .head a{
    display: inline-block;
}
.articleComment .comment-list li .head img{
    width: 32px;
    height: 32px;
    border-radius: 100%;
}
.articleComment .comment-list li .dianzan{
    position: absolute;
    right: 0px;
    top: 24px;
    font-size: 16px;
}
.articleComment .comment-list li .dianzan em{
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(../images/icons.png) -351px -147px no-repeat;
    position: relative;
    top: 1px;
    margin-left: 8px;
    cursor: pointer;
}
.articleComment .comment-list li .dianzan em:hover{
    background-position: -351px -199px;
}
.articleComment .comment-list li .dianzan-ok em{
    background-position: -351px -199px;
}
.articleComment .comment-list li .dianzan-ok{
    color: #EC000C;
}
.articleComment .comment-list li .info{
    padding-left: 50px;
}
.articleComment .comment-list li .info .name-region{
    margin-bottom: 10px;
}
.articleComment .comment-list li .info .name-region a{
    color: #2f5b94;
}
.articleComment .comment-list li .info .name-region .p-name{
    font-size: 16px;
    color: #333;
}
.articleComment .comment-list li .info .name-region .timer{
    color: #b7b7b7;
    display: inline-block;
    margin-left: 12px;
}
.articleComment .comment-list li .info .com{
    font-size: 16px;
    margin-top: 15px;
    line-height: 29px;
}
.recommend-list{
    position: relative;
    top: -26px;
}
.recommend-list li{
    overflow: hidden;
    border-bottom: 2px solid #f0f0f0;
    padding: 26px 0px;
}
.recommend-list .re-left{
    width: 203px;
}
.recommend-list .re-left .pic{
    display: inline-block;
}
.recommend-list .re-left .pic img{
    width: 203px;
    height: 114px;
}
.recommend-list .re-right{
    width: 516px;
    margin-left: 20px;
    position: relative;
    height: 117px;
}
.recommend-list .re-right h4 a{
    font-size: 18px;
    color: #4f4f4f;
    line-height: 28px;
}
.recommend-list .re-right .bom{
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.detailsBar{
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0px;
}
.detailsBar .detailsMenu{
    width: 814px;
    margin: 9px 0 0 27px;
}
.detailsBar .detailsMenu em a{
    font-size: 14px;
    color: #202020;
    display: inline-block;
    padding: 0px 11px 2px 11px;
}
.detailsBar .detailsMenu em{
    margin-right: 5px;
}
.detailsBar .detailsMenu em a:hover{
    background-color: #1c79d8;
    color: #fff;
    border-radius: 4px;
}
.detailsBar .detailsMenu em.cur a{
    background-color: #1c79d8;
    color: #fff;
    border-radius: 4px;
}
.detailsAside{
    margin-top: 30px;
}
.fontChanges{
    width: 280px;
    text-align: right;
}
.fontChanges span{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/icons.png) -339px -23px no-repeat;
    margin-left: 25px;
    cursor: pointer;
}
.fontChanges span.back{
    background-position: -339px -23px;
}
.fontChanges span.back:hover{
    background-position: -339px -69px;
}
.fontChanges span.small{
    background-position: -392px -23px;
}
.fontChanges span.small:hover{
    background-position: -392px -69px;
}
.fontChanges span.add{
    background-position: -444px -23px;
}
.fontChanges span.add:hover{
    background-position: -444px -69px;
}
.searchList2 .listInfo .nomarlShow{
    border-top: 0px;
    border-bottom: 1px solid #f4f4f4;
}
.searchList2 .listInfo .nomarlShow .listRight .searchText{

}
.searchList2 .listInfo .nomarlShow .listRight .searchText .text-h{
    line-height: 21px;
    color: #999;
    font-size: 14px;
}
.searchList2 .listInfo .nomarlShow .listRight .searchText .text-h .blue{
    color: #1C79D8;
}
.searchList2 .listInfo .listLeft{
    margin-left: 0px;
}
.searchList2 .listInfo .noPic .listRight{
    width: 100%;
    margin-left: 0px;
}
.searchList2 .listInfo li.threePic .listRight{
    width: 100%;
}
.searchList2 .listInfo li.threePic .listRight{
    margin-left: 0px;
}
.searchList2 .listInfo li.threePic .threePic-img li{
    width: 248px;
}
.searchList2 .listInfo li.threePic .threePic-img li img{
    width: 248px;
    height: 153px;
    transition: all 0.6s;
}
.searchList2 .listInfo li.threePic .threePic-img li img:hover{
    transform: scale(1.2); 
}

/*分享*/
.bdsharebuttonbox{
    width:284px;
    background:#fff;
    display:none;
    position: fixed;
    z-index:999;
    /*left:50%;
    top:50%;
    margin-left:-150px;
    margin-top:-50px;*/
    margin-left:-300px;
    margin-top:-170px;
    padding:10px;
    border: 6px solid #8F8F8F;
    border-radius: 3px;
}
.bdsharebuttonbox a{
    width:119px;
    float:left;
    color:#333;
}
.tool_title{
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.bdshare_dialog_close {
    width: 22px;
    height: 23px;
    background: url(../img/share/pop_c.gif?v=2d7108c8.gif) no-repeat 0 0;
    float: right;
    display: block;
    margin-top: 2px;
}
.s_pc_gg{
    display:none;
}

.weixin-code-detail{
    position: absolute;
    right: 17px;
    bottom: 70px;
    width: 116px;
    height: 116px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0px 8px rgba(0,0,0,0.2);
    text-align: center;
    display: none;
    z-index: 1;
    cursor: auto;
}
.weixin-code-detail .er{
    margin-top: 8px;
}
.weixin-code-detail .er img{
    width: 98px;
    height: 98px;
    display: block;
    margin: auto;
}
.weixin-code-detail .arrow-up{
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50px;
    bottom: -17px;
}
.pinglunCode .desk{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    background: rgba(0,0,0,.5);
    z-index: 9;
}
.pinglunCode{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    padding: 15px 0 10px 0px;
    display: none;
}
.pinglunCode .consinl{
    width: 310px;
    height: 310px;
    position: absolute;
    z-index: 10;
    background: #fff;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #575757;
    padding: 18px 10px 10px 10px;
}
.pinglunCode .consinl .er{
    padding-top: 10px;
    width: 70%;
}
.pinglunCode .consinl .bbm{
    text-align: left;
    color: #a4a4a4;
    padding-left: 45px;
}
.pinglunCode .consinl .close{
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    top: 10px;
    right: 13px;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
}

.article .giveThumbs-up .noClick{
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}
.dianzan-move{
    position: absolute;
    top: -20px;
    left: 50px;
    -webkit-animation: 0.8s move;
    animation-fill-mode: forwards;
    display: none;
}
@-webkit-keyframes move{
    0%{
        top: -20px;
    }
    100%{
        top: -35px;
    }
}

.dianzan-move i{
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 9px;
    margin-right: 3px;
    background: url(../images/icons.png) -470px -248px no-repeat;
}
.yugaoBg{
    width: 800px;
    height: 450px;
    position: relative;
}
.yugaoBg img{
    width: 100%;
    height: 100%;
}
    .yugaoBg span {
    font-size:24px;
    display:block;
    width: 100%;
    height:30px;
    text-align:center;
    line-height:30px;
    color:white;
    position: absolute;
    top:50%;
    margin-top:-15px;
}