/*首页*/
body{ 
    background-color: #f2f2f2; 
    color: #000;
}
.bodyfff{
    background-color: #fff;
}
.content{ 
    width: 1100px; 
    margin: 0px auto;
    position: relative;
}
.logoBar{ 
    height: 63px; 
}
.logoBar .logo{ 
    width: 107px; 
    height: 26px; 
    display: inline-block;
    background: url(../images/logo.png) no-repeat; 
    margin-top: 18px;
}
.logoBar .tips{
    color: #7c8ebc;
    padding: 0px 0 0 8px;
    position: relative;
    top: -8px;
}
.logoBar .search{
    position: relative;
}
.logoBar .search .textInput{
    margin-top: 18px;
    position: relative;
    margin-right: 90px;
}
.logoBar .search .textInput .s{
    width: 304px;
    height: 26px;
    padding: 0px 60px 0 10px;
    background-color: #e2e2e2;
    border-radius: 8px;
}
.logoBar .search .textInput .s-icon{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/icons.png) -24px -272px no-repeat; 
    position: absolute;
    right: 41px;
    top: 6px;
    cursor: pointer;
}
.logoBar .search .s-share{
    position: absolute;
    right: 0px;
    top: 20px;
}
.logoBar .search .s-share .weixin{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icons.png) -171px -114px no-repeat; 
    cursor: pointer;
    position: relative;
}
.logoBar .search .s-share .weixin:hover .weixin-code{
    display: block;
    bottom: -128px;
}
.logoBar .search .s-share .sina{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icons.png) -171px -166px no-repeat;
    margin-left: 13px; 
    cursor: pointer;
}
.listBar{
    height: 80px;
}
.listBar .logo2{ 
    width: 166px; 
    height: 40px; 
    display: inline-block;
    background: url(../images/logo2.png) no-repeat; 
    margin-top: 20px;
}
.listBar .tips{
    font-size: 14px;
    top: -14px;
}
.listBar .search .s-share .sina{
    width: 29px;
    height: 29px;
    background: url(../images/2@weibo.png) no-repeat;
    background-size: 100%;
    margin-left: 23px; 
}
.listBar .search .s-share .sina:hover{
    background: url(../images/2@weibo-hov.png) no-repeat;
    background-size: 100%;
}
.listBar .search .s-share .weixin{
    width: 29px;
    height: 29px;
    background: url(../images/2@weixin.png) no-repeat; 
    background-size: 100%;
    cursor: pointer;
}
.listBar .search .s-share .weixin:hover{
    background: url(../images/2@weixin-hov.png) no-repeat; 
    background-size: 100%;
}
.listBar .search .s-share .weixin:hover .weixin-code{
    display: block;
}
/* .listBar .search .s-share .weixin .weixin-code{
    right: -46px;
    bottom: -128px;
} */
.listBar .search .textInput .s{
    width: 301px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #D2D2D2;
    background-color: #F8F8FA;
    font-size: 14px;
}
.listBar .search .textInput .s-button{
    width: 55px;
    height: 34px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    border-radius: 0px 4px 4px 0px;
    background-color: #1C79D8;
}
.listBar .search .textInput .s-button .icon{
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/icons.png) -25px -323px no-repeat; 
    position: absolute;
    top: 8px;
    left: 18px;
}
.listBar .search .textInput{
    margin-right: 118px;
    margin-top: 24px;
}
.listBar .search .s-share{
    top: 27px;
}
.header{ 
    height: 50px; 
    background-color: #1C79D8; 
    border-radius: 4px; 
    margin-bottom: 23px;
}
.header span, .header span a{
    display: inline-block;
}
.header span{
    margin: 11px 0px 0px 17px;
}
.header span a{
    font-size: 16px;
    color: #fff;
    /* margin-top: 7px;
    margin-left: 30px;
    margin-right: 12px; */
    /* border: 1px solid #f00; */
    padding: 1px 13px 2px 13px;
    border-radius: 2px;
    font-weight: 600;
}
.header span a:hover{
    background-color: #b1d1f1;
    color: #073f81;
}
.header span.cur a{
    background-color: #b1d1f1;
    color: #073f81;
}
.article{ 
    width: 760px;
    min-height: 500px;
}
.share-to .er canvas{
    opacity: 0;
}
.bigImage-overflow{
    height:436px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    border-radius: 4px;    
}
.bigImage-overflow-zt{
    background-color: #000;
}
/* .allbgLogo{
    background: url(../images/logo@2x.png) #ccc center center no-repeat;
    background-size: 50%;
} */
.article .bigImage{ 
    margin-bottom: 41px;
    position: relative;
    height: 436px;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 auto;
    display: table;
}
.article .bigImage a{
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
}
.article .bigImage img{ 
    border-radius: 4px;
    width: 760px;
    transition: all 0.6s;
    height: 436px;
}
.article .bigImage img.zt{
    height: auto;
}
.article .bigImage img:hover{
    transform: scale(1.2);
}
.article .bigImage-overflow .headimg-tit{
    position: absolute;
    left: 0px;
    /* bottom: 1px; */
    width: 100%;   
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6)0%, rgba(0,0,0,0.5)55%, rgba(0,0,0,0)98%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.6)0%, rgba(0,0,0,0.5)55%, rgba(0,0,0,0)98%);/* Opera */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.6)0%, rgba(0,0,0,0.5)55%, rgba(0,0,0,0)98%);/* Firefox */
    background: linear-gradient(bottom, rgba(0,0,0,0.6)0%, rgba(0,0,0,0.5)55%, rgba(0,0,0,0)98%); /* 标准的语法（必须放在最后） */
    border-radius: 4px;
    top: 321px;
    height: 115px;
}
.article .bigImage-overflow .headimg-tit a{
    color: #fff;
    font-size: 30px;
    padding: 0px 25px;
    padding-bottom: 30px;
    position: absolute;
    bottom: 0px;
}
.listContent{ 
    background-color: #fff; 
    border-radius: 4px;
}
.loadingMore{
    text-align: center;
    color: #A7A7A7;
    font-size: 14px;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    width: 170px;
    height: 32px;
    line-height: 32px;
    margin: 0px auto;
    margin-top: 122px;
    cursor: pointer;
    display: none;
}
.listContent .bigTitle{ 
    font-weight: 600; 
    color: #27282D; 
    font-size: 20px; 
    padding: 5px 20px 7px 0px; 
}
.listContent .listInfo .nomarlShow{ 
    border: 1px solid #fff;
    border-top: 1px solid #f2f2f2; 
    padding: 20px 0;
}
.listContent .listInfo .nomarlShow:hover{
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    border-radius: 4px;
    border-bottom: 1px solid #fff; 
    position: relative;
    padding-left: 10px;
    left: -10px;
    width: 766px;
}
/* .listContent .listInfo .nomarlShow:hover .weixin-code{
    display: none;
} */
.listContent .listInfo .listLeft{ 
    width: 240px; 
    height: 154px;
    border-radius: 4px;   
    overflow: hidden;
}
.listLeft-overflow{
    overflow: hidden; 
    display: table;
    height: 154px;
    text-align: center;
    margin: 0px auto;
    position: relative;
    /* background-color: #000; */
}
.listLeft .listLeft-overflow-zt{
    background-color: #000;
}
.listContent .listInfo .listLeft a{
    display: block;
    display: table-cell;
    vertical-align: middle;
}
.listContent .listInfo .listLeft img{ 
    width: 100%; 
    border-radius: 4px;
    transition: all 0.6s;
    width: 240px;
    height: 154px;
}
/* 针对专题图片的尺寸 */
.listContent .listInfo .listLeft img.zt{
    width: 100%;
    height: auto;
}
.listContent .listInfo .listLeft img:hover{
    transform: scale(1.2); 
}
.listContent .listInfo img.bigImg{ 
    transition: all 0.6s;
}
.listContent .listInfo img.bigImg:hover{
    transform: scale(1.2); 
}
.listContent .listInfo .nomarlShow .listRight{
     width: 480px; 
     height: 154px;
     margin-left: 20px;
     position: relative;
}
.listContent .listInfo li.noPic .listRight{
    width: 741px; 
    height: 110px;
    margin-left: 0px;
}
.listContent .listInfo li.threePic .listRight{
    width: 100%; 
    height: 233px;
    margin-left: 0px;
}
.listContent .listInfo li.threePic .threePic-img li{
    float: left;
    width: 248px;
    height: 154px;
    overflow: hidden;
    margin-right: 7px;
    border-radius: 4px;
    position: relative;
}
.listContent .listInfo li.threePic .threePic-img li:last-child{
    margin-right: 0px;
}
.listContent .listInfo li.threePic .threePic-img li img{
    border-radius: 4px;
    width: 248px;
    height: 154px;
}
.listContent .listInfo .nomarlShow .listRight .tags{
    width: 480px;
    height: 30px;
    overflow: hidden;
}


.listContent .listInfo .nomarlShow .listRight .tags em{
    margin-bottom: 15px;
    display: inline-block;
}
.listContent .listInfo .listRight .articleTitle{ 
    line-height: 26px; 
    font-size: 18px; 
    padding-bottom: 15px;
    font-weight: 600;
}
.listContent .listInfo .listRight .articleTitle a{
    color: #000;
}
.listContent .listInfo .listRight .articleTitle a .blue{
    color: #1C79D8;
}
.listContent .listInfo .listRight .articleTitle em{
    color: #1C79D8;
}
.listContent .listInfo .nomarlShow .listRight .articleTitle a:hover{
    color: #1C79D8;
}
.listContent .listInfo .listRight .articleTitle .reco{ 
    margin-right: 20px; 
    border-radius: 4px; 
    padding: 0px 8px 1px 8px; 
    border: 1px solid #1c79d8; 
    color: #1c79d8; 
    font-size: 14px; 
    font-weight: 600;
}
.listContent .listInfo .listRight .tags em a{
    display: inline-block;
    color: #999;
    padding: 2px 10px 3px 10px; 
    color: #999; 
    background-color: #F0F0F0; 
    font-size: 12px; 
    border-radius: 4px;
    margin-right: 7px;
}
.listContent .listInfo .nomarlShow .listRight .tags em a:hover{
    color: #1c79d8; 
    background-color: #eff5fc; 
}
.listContent .listInfo .listRight .bom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    color: #A7A7A7;
}
.listContent .listInfo .listRight .share-to{
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: -4px;
    display: none;
    cursor: pointer;
}
.listContent .listInfo li.threePic .listRight .share-to{
    right: 20px;
}
.weixin-code{
    position: absolute;
    right: 0px;
    bottom: 48px;
    width: 342px;
    height: 342px;
    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 .closeWx{
    width: 11px;
    height: 11px;
    background: url(../images/close.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 15px;
    cursor: pointer;
    padding: 5px;
}
.weixin-code .wx-t{
    padding-top: 20px;
}
.weixin-code .er img{
    width: 200px;
    height: 200px;
    padding: 20px 0px 10px 71px;
}
.weixin-code2{
    position: absolute;
    right: -38px;
    bottom: 48px;
    width: 110px;
    height: 110px;
    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-code2 .er2{
    width: 99px;
    height: 99px;
    padding: 0px;
    padding-top: 5px;
}
.weixin-code .arrow-up{
    width:0;
    height:0;
    border:10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50px;
    top: -17px;
}

.listContent .listInfo .nomarlShow:hover .listRight .share-to{
    display: block;
}
.listContent .listInfo .listRight .share-to .sina{
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/icons.png) -171px -69px no-repeat;
}
.listContent .listInfo .listRight .share-to .sina:hover{
    background-position: -250px -69px;
}
.listContent .listInfo .listRight .share-to .weixin{
    display: inline-block;
    width: 20px;
    height: 21px;
    background: url(../images/2@listWeixin.png) no-repeat;
    background-size:100%;
    margin-left: 22px;
}
.listContent .listInfo .listRight .share-to .weixin:hover{
    background: url(../images/2@listWeixi-hov.png) no-repeat;
    background-size:100%;
}
/* .listContent .listInfo .listRight .share-to .weixin:hover .weixin-code{
    display: block;
} */
.listContent .listInfo .nomarlShow .listRight .bom .source a{
    color: #A7A7A7;
}
/* .listContent .listInfo .nomarlShow .listRight .bom .source a:hover{
    color: #1c79d8;
} */
.listContent .listInfo .listRight .bom span{
    padding-right: 18px;
}
.listContent .listInfo .listRight .bom .time{
    background: url(../images/icons.png) -25px -21px no-repeat;
    padding-left: 17px;
}
.listContent .listInfo .listRight .bom .comment{
    background: url(../images/icons.png) -25px -65px no-repeat;
    padding-left: 17px;
}
.listContent .listInfo .listRight .bom .see{
    background: url(../images/icons.png) -25px -119px no-repeat;
    padding-left: 17px;
}
.listContent .listInfo .listRight .bom .zan{
    background: url(../images/icons.png) -25px -166px no-repeat;
    padding-left: 17px;
}

.aside{ 
    width: 300px;
}
.aside .advert01{
    width: 300px;
    height: 68px;
}
.aside .advert01 img{
    width: 100%;
    height: auto;
}
.aside .advert01, .aside .advert02{
    margin-bottom: 30px;
}
.aside .advert01 a, .aside .advert02 a{
    display: inline-block;
}
.aside .advert02 img{
    width: 300px;
    height: 532px;
}
.aside .asideList{
    background-color:#F8F8FA;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 30px;
    font-size: 14px;
    margin-top:20px;
    color: #4A4A4A;
    position: relative;
}
.aside .asideList .lineS{
    width: 100%;
    height: 24px;
    background-color: #F8F8FA;
    position: absolute;
    bottom: 10px;
    left: 0px;
}
.aside .asideList .tit{
    padding-bottom: 20px;
}
.aside .asideList .tit h3{
    color: #27282D;
    font-size: 20px;
    font-weight: 600;
}
.aside .asideList .tit a{
    color: #979797;
    font-size: 12px;   
    padding-top: 7px;    
}
.aside .asideList .tit a:hover{
    color: #1C79D8;
}
.aside .asideList .tit a i{
    background: url(../images/icons.png) -25px -220px no-repeat;
    display: inline-block;
    width: 10px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-left: 6px;
}
.aside .list-a li{
    border-left: 3px solid #eee;
    position: relative;
    font-size: 14px;
    color: #4A4A4A;
    padding-left: 14px;
    padding-bottom: 25px;
}
.aside .list-a li .round{
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 2px solid #1C79D8;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: -7px;
    top: 0;
}
.aside .list-a li .t{
    font-size: 12px;
    color: #9B9B9B;
}
.aside .list-a li a{
    color: #4A4A4A;
    line-height: 22px;
    position: relative;
    top: -5px;
}
.aside .list-a li a:hover{
    color: #1C79D7;
}
.aside .list-b li{
    padding-bottom: 19px;
}
.aside .list-b li .videoImg{
    width: 260px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    min-height: 100px;
}
.aside .list-b li .videoImg img{
    width: 260px;
    border-radius: 4px;
    transition: all 0.6s;
}
.aside .list-b li .videoImg img:hover{
    transform: scale(1.2); 
}
.aside .list-b li .videoImg .litteTip{
    font-size: 12px;
    color: #fff;
    padding: 1px 8px 1px 8px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 4px; 
    background-color: #F55153;   
}
.aside .list-b li.huifang .litteTip{
    background-color: #1C79D8;
}
.aside .list-b li .text{
    padding: 8px 0px 5px 0;
}
.aside .list-b li .text a{
    line-height: 18px;
    color: #4A4A4A;
}
.aside .list-b li .text a:hover{
    color: #1C79D7;
}
.aside .list-b li .showTime{
    color: #F55153;
}
.aside .list-b li.huifang .showTime{
    color: #1C79D8;
}
.aside .list-c li{
    margin-bottom: 15px;
}
.aside .list-c li .topicImg{
    width: 260px;
    /* height: 90px;*/
    overflow: hidden; 
    border-radius: 4px;
    min-height: 100px;
}
.aside .list-c li .topicImg img{
    width: 260px;
    border-radius: 4px;
    transition: all 0.6s;
    margin-bottom: -6px;
}
.aside .list-c li .topicImg img:hover{
    transform: scale(1.2);
}
.aside .list-c li .text{
    padding: 8px 0px 5px 0;
}
.aside .list-c li .text a{
    line-height: 18px;
    color: #4A4A4A;
}
.aside .list-c li .text a:hover{
    color: #1C79D8;
}
.aside .list-d{
    background: url(../images/list.png) left 5px no-repeat;
    background-size: 19px;
}
.aside .list-d li{
    position: relative;
}
.aside .list-d li:hover .hot24-img{
    /* display: block; */
}
.aside .list-d .number1{
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../images/list.png) -2px -1px no-repeat;
    position: absolute;
    left: 1px;
    top: 0px;
}
.aside .list-d .hot24-img{
    width: 100px;
    height: 58px;
    display: none;
}
.aside .list-d .hot24-img a{
    display: inline-block;
}
.aside .list-d .hot24-img img{
    width: 100px;
    height: 65px;
    border-radius: 4px;
}
.aside .list-d .hot24-right{
    width: 234px;
    margin-left: 10px;
}
.aside .list-d li{
    /* margin-bottom: 20px; */
    padding-left: 20px;
    height: 88px;
    overflow: hidden;
    border: 1px solid #F8F8FA;
    width: 250px;
}
.aside .list-d li .hot24-text{
    color: #4A4A4A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 2; */
    overflow: hidden;
    text-overflow: ellipsis;
}
.aside .list-d li .hot24-text:hover{
    color: #1C79D8;
}
.aside .list-d li .hot24-time{
    color: #9b9b9b;
    font-size: 12px;
    padding-top: 8px;
}

.aside .list-e{

}
.aside .list-e li{
    overflow: hidden;
}
.aside .list-e li .codeImg{
    width: 97px;
}
.aside .list-e li .codeText{
    color: #A7A7A7;
}
.aside .list-e li{
    padding-left: 36px;
    padding-bottom: 14px;
}
.aside .list-e li img{
    width: 98px;
    height: 98px;
}
.aside .list-e li .codeText{
    margin-left: 10px;
}
.aside .list-e li .codeText h4{
    font-size: 16px;
    margin-top: 29px;
}
.aside .list-e li .codeText p{
    font-size: 12px;
}
.aside .asideList .contribute{
    text-align: center;
}
.aside .asideList .contribute .hold{
    color: #A7A7A7;
    font-size: 14px;
    width: 85px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    margin: 10px 0 20px 0;
}

.footer{ 
    width: 100%;
    background-color:#F8F8FA;
    margin-top: 97px;
    font-size: 14px;
}
.footer .f-top{
    border-bottom: 2px solid #eeeef0;
    height: 77px;
}
.footer .f-top a{
    color: #27282D;
    display: inline-block;
    margin-top: 40px;
    margin-right: 114px;
}
.footer .f-top a:last-child{
    margin-right: 0px;
}
.footer .f-textscript{
    color: #6D6D6D;
}
.footer .f-textscript li{
    width: 290px;
    float: left;
    padding: 30px 76px 30px 0px;
}
.footer .f-textscript li:last-child{
    padding-right: 0px;
}
.footer .f-textscript li p{
    line-height: 26px;
}
.footer .f-partner{
    text-align: center;
    border-bottom: 2px solid #eeeef0;
    padding-bottom: 30px;
    margin-left: -90px;
}
.footer .f-partner .tit{
    color: #27282D;
    padding-bottom: 20px;
}
.footer .f-partner p{
    line-height: 26px;
}
.footer .f-partner p a{
    color: #6D6D6D;
    display: inline-block;
    margin: 0px 5px;
}
.footer .f-bottom{
    text-align: center;
    color: #ADADAD;
    display: none;
}
.footer .f-bottom .copyright{
    height: 70px;
    line-height: 70px;
}
.footer .f-partner .content{
    position: relative;
}
.footer .f-partner .install-part{
    position: absolute;
    right: -40px;
    top: -116px;
}
.footer .f-partner .footer_logo{
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.f-hov{
    position: absolute;
    right: -174px;
    bottom: 90px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0px 8px rgba(0,0,0,0.2);
    text-align: center;
    z-index: 2;
    display: none;
    width: 100px;
    height: 100px;
    padding: 10px;
}
.f-hov img{
    width: 100%;
}
.weixinCode .f-hov img{
    /* padding-top: 5px; */
}
.appleCode .f-hov{
    bottom: 22px;
}
.androidCode .f-hov{
    bottom: -30px;
}
.f-hov .arrow-left{
    width: 0;
    height: 0;
    border:10px solid transparent;
    border-right-color: #fff;
    position: absolute;
    left: 50px;
    top: -17px;
}

.footer .f-partner .install-part .weixin, .footer .f-partner .install-part .apple, .footer .f-partner .install-part .android{
    width: 48px;
    height: 49px;
    background: url(../images/icons.png) -25px -341px no-repeat;
    margin-bottom: 22px;
    cursor: pointer;
}
.footer .f-partner .install-part .weixin{
    width: 48px;
    height: 49px;
    margin-bottom: 22px;
    cursor: pointer;
    background: url(../images/icons.png) -198px -341px no-repeat;
}
.footer .f-partner .install-part .weixin:hover{
    background-position: -198px -410px;
}
.footer .f-partner .install-part .apple{
    background-position: -25px -341px;
}
.footer .f-partner .install-part .apple:hover{
    background-position: -25px -410px;
}
.footer .f-partner .install-part .android{
    background-position: -110px -341px;
}
.footer .f-partner .install-part .android:hover{
    background-position: -110px -410px;
}

.bkPortal{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    display: none;
}
.bkPortal .desk{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    background: rgba(0,0,0,.5);
    z-index: 9;
}
.bkPortal .con{
    width: 490px;
    height: 325px;
    position: absolute;
    z-index: 10;
    background: #fff;
    border-radius: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.bkPortal .con .text-title{
    text-align: center;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 55px;
    height: 55px;
    border-bottom: 2px solid #f7f7f7;
}
.bkPortal .con .text-middle{
    font-size: 14px;
    color: #717171;
    text-align: left;
    padding: 20px 20px 0px 30px;
    line-height: 24px;
    border-bottom: 2px solid #f7f7f7;
    height: 180px;
}
.bkPortal .bk-close{
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
    width: 11px;
    height: 11px;
}
.bkPortal .con .know {
    width: 88px;
    height: 33px;
    color: #fff;
    display: block;
    background: #4285f4;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    margin: 0px auto;
    margin-top: 14px;
}

.backTop{
    position: fixed;
    right: 30px;
    bottom: 130px;
    font-size: 14px;
    color: #000;
    z-index: 100;
}

.backTop em{
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/backTop@2x.png) center center no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.backTop em:hover{
    background:url(../images/icons.png) -463px -293px;
}
.s_px_jxsp_anniu{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    width: 46px;
    height: 46px;
    background:url(../images/s_pc_spbf.png) no-repeat;
    z-index: 99;
}

/* 商业资讯 右侧*/
.syzx{background: #f7f8f9;font-size: 14px;padding: 20px;}
.syzx .syzx-title span{font-size: 18px;}
.syzx .syzx-title .more{text-align: right;display: block;position: relative;top: -23px;color: #4a4a4a;}
.syzx .syzx-title .more:hover{ color: #1C79D8;}
.syzx .syzx-list li{padding-left: 15px;position: relative;line-height: 22px;margin-bottom: 15px;}
.syzx .syzx-list li a{color: #4a4a4a;}
.syzx .syzx-list li a:hover{color: #1C79D8;}
.syzx .syzx-list li i{background: #a4bcda;background: #a4bcda;width: 6px;height: 6px;display: inline-block;border-radius: 100%;position: absolute;top:7px;z-index: 1;left: 0;}
/* 商业资讯列表 */
.syzxList .pin_demo{border-bottom:1px solid #eaeaea; padding: 25px 0 10px 0;}
.syzxList .pin_demo .time{font-size: 16px;color: #333;}
.syzxList .pin_demo .pin_tit{width: 940px;}
.syzxList .pin_demo .pin_tit a{font-size: 18px;color: #333;}
.syzxList .pin_demo .pin_tit a:hover{color: #1C79D8;}
/* 商业资讯列表 分页*/
.turnPage{text-align: center;margin-top: 80px;}
ul.pagination2 {display: inline-block;padding: 0;margin: 0;overflow: hidden;text-align: center;}
ul.pagination2 li {display: inline;}
ul.pagination2 li a {color:#7B7B7B;float: left;padding: 0 9px;display: inline-block;margin: 0 5px;text-decoration: none;background-color: #fff;border: 1px solid #E3E3E3;font-size: 20px;}
ul.pagination2 li a.one, ul.pagination2 li a.last{width: 62px;font-size: 16px;height: 30px;line-height: 29px;border-radius: 3px 0 0 3px;}
ul.pagination2 li a.last{border-radius: 0px 3px 3px 0px;}
ul.pagination2 li a:hover{background-color: #1C79D8;color: #fff;border: 1px solid #1C79D8;}
ul.pagination2 li a.active {background-color: #1C79D8;border: 1px solid #1C79D8;color: white;}