.content-bar .post:last-child {
    background: none;
}
.content-bar .post {
    margin: 0;
    position: relative;
    /* margin-bottom: 27px; */
    /* padding-bottom: 31px; */
    overflow: hidden;
    width: 100%;
}
.content-bar .post .post_title {
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    color: #010000;
    font-family: '微软雅黑', '宋体', 'Arvo', serif;
}
.content-bar .post .post_title a {
    color: #010000;
}
.content-bar .post .post_content {
    overflow: hidden;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    line-height: 20px;
    color: #555454;
}
.content-bar .post .post_content p {
    margin-bottom: 10px;
    color: #555454;
    /* text-align: justify; */
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.content-bar img {
    max-width: 840px;
    height: auto;
    background: none;
    padding: 0;
}
a img {
    border: none;
}
img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.content-bar .post .post_meta {
    margin-top: 15px;
    height: 16px;
}
.content-bar .post .post_meta li {
    float: left;
}
.content-bar .post .post_meta span {
    color: #7e7d7d;
}
.content-bar .post .post_meta .post_date {
    float: left;
    margin: 0;
    width: 190px;
    height: 16px;
    background: url(../images/datemeta-icon.png) left center no-repeat;
    padding-bottom: 0;
    padding-left: 12px;
    color: #d75507;
}
.content-bar .post .post_meta .posted_by {
    float: left;
    margin: 0;
    background: url(../images/adminmeta-icon.png) left center no-repeat;
    width: 160px;
    height: 16px;
    padding-left: 12px;
}
.content-bar .post .post_meta .post_category {
    float: left;
    margin: 0;
    height: 16px;
    background: url(../images/categorymeta-icon.png) left center no-repeat;
    margin-left: 0px;
    padding-left: 12px;
    padding-bottom: 0;
}
.post_content {
    width: 840px;
    margin-top: 40px;
}