.content {
    margin: 20px auto;
    overflow: hidden;
}

.textBox {
    background: #fff7ef;
    overflow: hidden;
}

.textBox .title,
.textBox .data {
    padding: 20px 50px 0;
    box-sizing: border-box;
}

.textBox .contBox {
    padding: 0 50px;
    box-sizing: border-box;
    margin: 20px auto;
}

.textBox .contBox p {
    line-height: 1.5;
    word-wrap: break-word;
}

.textBox img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    vertical-align: bottom;
}

.operateBox {
    padding: 0 50px;
    box-sizing: border-box;
}

.operate {
    margin: 20px auto;
    height: 32px;
    line-height: 32px;
}

.operate a {
    display: inline-block;
}

.operate i {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background: url(/images/2.0/img.png) no-repeat;
    margin-right: 5px;
}

.operate .i1 {
    background-position: -17px -169px;
}

.operate .i2 {
    background-position: -18px -213px;
}

.operate .i3 {
    background-position: -18px -254px;
}

.operate .i5 {
    height: 25px;
    width: 25px;
    background: url(../../images/qj_icon.png) no-repeat -44px -167px;
}

.operate .i6 {
    height: 25px;
    width: 25px;
    background: url(../../images/qj_icon.png) no-repeat -47px -123px;
}

.operate .i7 {
    height: 25px;
    width: 25px;
    background: url(../../images/qj_icon.png) no-repeat -50px -85px;
}


.history_user_pic ul li {
    float: left;
    margin: 10px 10px 0 0;
}

.authorBox {
    width: 100%;
    height: 130px;
   
    position: relative;
    margin: 50px auto 20px;
}

.authorBox ._this {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    position: absolute;
    left: 38px;
    top: -20px;
}

.authorBox .author_pic {
   
}

.authorBox .about_author {
    width: 500px;
    height: 80px;
   
}

.authorBox .addFriends {
    border: 1px solid #1fcf2b;
    color: #1fcf2b;
    line-height: 40px;
    display: block;
    position: absolute;
    top: 45px;
    right: 50px;
    padding: 0 20px;
}

.authorBox .addFriends:hover {
    background: #1fcf2b;
    color: #fff;
}

.prev,
.next {
    margin-top: 30px;
}

.blog_tijian .ttl,
.pinglunBox .ttl {
    height: 40px;
    line-height: 40px;
    background: #78a5f2;
    padding-left: 20px;
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
}

.blog_tijian ul li {
    margin-top: 20px;
}

.blog_tijian ul li p {
    margin-top: 10px;
}

/*shoucang de tanchuan neirong */
.collection {
    width: 400px;
    display: none;
}

.favlist {
    max-height: 200px;
    overflow-y: auto;
}

.favlist ul li {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 15px;
    padding: 0 10px;
}

.favlist ul li span {
    float: right;
    color: #999;
}

.favlist ul li i {
    width: 30px;
    height: 30px;
    float: right;
    background: url(/images/2.0/img.png) no-repeat -17px -440px;
    margin-top: 5px;
    display: none;
}

.favlist ul li.cur {
    border: 1px solid #5ba1ef;
}


.addBox {
    margin-top: 20px;
    width: 400px;
    height: 40px;
    line-height: 40px;
}

.replyBox .comment .text {
    width: 805px;
}

