/*标题*/
#cnblogs_post_body h1 {
    background: none repeat scroll 0% 0% rgb(43, 102, 149);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: rgb(255, 255, 255);
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
    text-shadow: 2px 2px 3px rgb(34, 34, 34);
    width: 98%;
}
#cnblogs_post_body h2 {
    background: none repeat scroll 0% 0% rgba(16, 43, 48, 0.58);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: rgb(255, 255, 255);
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
    text-shadow: 2px 2px 3px rgb(34, 34, 34);
    width: 98%;
}
/************主页************/
#home {
    margin: 0 auto;
    width: 1400px;
    text-align: left;
}
#topicList {
    width: 1000px;
    min-height: 200px;
    padding: 10px 0 10px 10px;
    margin-top: 10px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
div.commentform textarea {
    width: 980px;
    height: 300px;
    font-size: 13px;
    border: 1px solid #ccc;
    font-family: "PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}
#blogTitle h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5em;
    float: left;
    position: absolute;
    left: 20px;
    top: 65px;
}