.content .post_title{
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 33px;
    text-align: center;
}
.content .post_content{
    margin: 30px 0;
}
.content .post_content img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.content .post_content p,
.content .post_content span{
    text-wrap: wrap !important;
}
.content .post_content embed{
    max-width:100%!important;
}
.content .post_info{
    font-size: 14px;
    color: #505050;
    line-height: 16px;
    margin: 20px 0 30px;
    text-align: center;
}

.content .content-bottom{
    margin: 30px 0 20px;
    padding-top: 10px;
    border-top: 1px solid #E6E6E6;
}
.content .content-bottom .prev,
.content .content-bottom .next{
    font-size: 14px;
    color: #505050;
    line-height: 21px;
    max-width: 49%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.content .content-bottom .prev a,
.content .content-bottom .next a{
    color: #0070D9;
    cursor: pointer;
}
.content .content-bottom .prev{
    float: left;
}
.content .content-bottom .next{
    float: right;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .content .post_title{
        font-size: 24px;
    }
    .content .post_info{
        margin: 10px 0 20px;
    }
    .content .content-bottom{
        margin: 20px 0 10px;
    }
}
@media only screen and (max-width: 1000px) {

    .content .post_title{
        font-size: 20px;
    }
    .content .post_info{
        margin: 10px 0;
        font-size: 12px;
    }
    .content .content-bottom{
        margin: 10px 0;
    }
    .content .content-bottom .prev, .content .content-bottom .next{
        font-size: 12px;
    }
}