/*blog*/
.b-blog_wide {
    width: 980px;
    background: #f4d1fb;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, rgb(232, 200, 247) 31%, rgb(255, 218, 252) 66%);
    background-image:    -moz-linear-gradient(left, rgb(232, 200, 247) 31%, rgb(255, 218, 252) 66%);
    background-image:      -o-linear-gradient(left, rgb(232, 200, 247) 31%, rgb(255, 218, 252) 66%);
    background-image:         linear-gradient(to right, rgb(232, 200, 247) 31%, rgb(255, 218, 252) 66%);
    }
.b-blog_wide h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    }
.b-blog_wide .b-blog_options {
    margin-top: 11px;
    margin-right: 10px;
    padding: 0
    }
.b-blog__forums {
    list-style: none;
    float: left;
    margin-top: 10px
    }
.b-blog__forums-item {
    float: left;
    margin-left: 10px;
    background: none;
    font-weight: bold
    }
    .b-block__forums-item:first-child {
        margin-left: 0;
        }
    .b-blog__forums-item_current {
        }
        .b-blog__forums-item_current > a {
            color: #A52C79
            }

/* end *blog* */

/* b-notes_celebrity */
.b-notes_celebrity {
    /*width: 980px;*/
    padding: 0;
    border-radius: 5px
    }
    .b-notes_celebrity h5 {
        padding: 9px 9px 0 9px;
        }
.b-notes_celebrity_box {
    display: inline-block;
    width: 300px;
    /*float: left;*/
    padding: 10px 16px 10px 0 ;
    vertical-align: top;
    }

.b-notes_celebrity .gn_last {
    width: 302px;
    border-right: 0px
    }
.b-notes_celebrity_img {
    display: block;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    position: relative;
    float: left;
    }
.b-notes_celebrity_text {
    float: left;
    width: 240px;
    }
.b-notes_celebrity_name {
    font-weight: bold;
    }
.b-notes_celebrity_title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
    }
.b-notes_celebrity_article {
    line-height: 17px;
    }
/* end b-notes_celebrity */

/*b-notes_vip*/
.b-notes_vip .b-notes_celebrity {
    background: none;
    width: auto;
    }
.b-notes_vip  .b-notes_celebrity_box {
    width: 302px;
    margin: 0 10px 0 0;
    height: auto;
    }
.b-notes_vip .b-notes_celebrity_text,
.b-notes_vip_rcontent .b-user_popular_text {
    width: 190px;
    }
.b-notes_vip .b-notes_celebrity_img,
.b-notes_vip .b-posts_prev_img,
.b-notes_vip_rcontent .b-user_popular_img {
    width: 100px;
    height: 100px;
    }
.b-notes_vip .b-posts_prev_text {
    width: 520px;
    }

/* end b-notes_vip*/