
.bds_tsina {
    /*background-color: #000813;*/
    background-image: url('../images/weibo.png') !important;
    background-position: 0 !important;
}
.bds_tsina:hover {
    /*background-color: #000813;*/
    background-image: url('../images/weibo2.png') !important;
    background-position: 0 !important;
}


.bds_weixin {
    /*background-color: #0061a1;*/
     background-image: url('../images/weixin.png') !important;
     background-position: 0 !important;
}

.bds_weixin:hover {
    /*background-color: #0061a1;*/
     background-image: url('../images/weixin2.png') !important ;
     background-position: 0 !important;
}

.bds_renren {
    /*background-color: #f7f7f7;*/
     background-image: url('../images/renren.png') !important ;
     background-position: 0 !important;
}
.bds_renren:hover {
    /*background-color: #f7f7f7;*/
     background-image: url('../images/renren2.png') !important;
     background-position: 0 !important;
}

.bds_kaixin001 {
    /*background-color: #a47e3c;*/
     background-image: url('../images/kaixin.png') !important;
     background-position: 0 !important;
}

.bds_kaixin001:hover {
    /*background-color: #a47e3c;*/
     background-image: url('../images/kaixin2.png') !important;
     background-position: 0 !important;
}


.bds_more {
    /*background-color: #d6e9c6;*/
     background-image: url('../images/more.png') !important;
     background-position: 0 !important;
}

.bds_more:hover {
    /*background-color: #d6e9c6;*/
     background-image: url('../images/more2.png') !important;
     background-position: 0 !important;
}

.share a {
    margin: 15px 4px !important;
    width: 32px !important;
    height: 32px !important;
}


.bdshare-button-style0-32 a {
    float: none !important;

}


.fenye {
    text-align: center;
    clear: both;
    margin-top: 30px;
}

.fenye span{

    border: 1px solid #dddddd;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 0 2px;
}
.fenye span a {
    line-height: 35px;
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #c40000;
}

.fenye .now-fenye {
    background-color: #c40000;
    
}

.fenye .now-fenye  a {
    color: wheat;
}

/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }




.red {
    color: red;
}


.hover-red:hover {
    color: red;
}
