.left_box{width: 380px;margin-right: 20px; float: left;}
.right_box{width: 800px;float: right;}
.inner_box {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #e3ebef;
    padding: 20px 0;
    margin-bottom: 20px;
}
.member_head {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e5e7ee;
    display: inline-block;
}
.member_head img{width: 100%;}
.member_count{width: 100%;border:2px solid #f4f4f4;border-left:0;border-right:0;margin-top: 20px;}
.member_count td{width: 33.33%; text-align: center;font-size: 16px;padding:15px 0;}
.inner_box .inner_box_title{background-color: #f0f7ff;
    font-size: 18px;
    font-weight: bold;
    padding:5px 15px;
    border-radius: 5px;
    margin: 0 20px;}
.inner_box .inner_box_content {
    padding: 15px 25px;
    line-height: 24px;
    border-bottom: 2px solid #f4f4f4;
}
.right_box .blog_Catalog {
    padding-bottom: 15px;
    border-top: 1px solid #e7e5e5;
}
.right_box .blog_Catalog_details {
    padding: 10px 30px;
    white-space: normal;
    border-bottom: 1px solid #e7e5e5;
}
.right_box .blog_Catalog a h5 {
    width: 620px;
    color: #2464b2;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}
.elips {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-text-overflow: ellipsis;
}
.right_box .blog_Catalog span {
    line-height: 25px;
}
.right_box .blog_list_label{
    margin-right:20px;
}
.right_box .blog_Catalog .blog_Catalog_time {
    margin-top: -30px;
}
.right_box .blog-item-memo {
    line-height: 25px;
}
.blog_em {
    display: block;
    padding-top: 10px;
    font-style: normal;
}
.right_box .blog_detail {
    padding: 25px 30px;
    word-break: break-all;
}
.right_box .blog_detail h5 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.right_box .blog_content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
}
.right_box .blog_time {
    font-weight: normal;
    font-size: 14px;
}
.right_box .blog_content img {
    width: 100%;
}