#sideBar .catListTitle {
    background-color: #308ebb;
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    padding: 10px 30px;
    text-align: center;
}

#sideBar .newsItem #profile_block {
    color: #666;
    font-family: Georgia,"Times New Roman",Times,sans-serif;
    font-size: 18px;
    padding: 20px;
}

#vistorNum {
    color: #666;
    font-family: Georgia,"Times New Roman",Times,sans-serif;
    font-size: 18px;
    padding: 20px;
    height: 10px;
}

#header {
    font-family: "Microsoft JhengHei UI","Microsoft YaHei";
}

.postTitle {
    font-size: 20px;
    font-family: "Microsoft JhengHei UI","Microsoft YaHei";
    font-size: 20px;
    font-weight 7px: inherit;
    font-weight: bold;
}

#navigator {
    font-size: 16px;
}


}
#main #mainContent .c_b_p_desc {
    color: #4d4d4d;
    font-size: 16px;
    padding: 20px;
    position: relative;
}
#main #mainContent .c_b_p_desc a.c_b_p_desc_readmore {
    background-color: #fb6362;
    border-radius: 5px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    /**position: absolute;*/
    right: 0;
    text-align: center;
    top: 108%;
    transition: background 0.3s ease 0s;
    width: 100px;
    float: right;
    margin-top: 20px;
}
#main #mainContent .c_b_p_desc a:hover {
    background-color: #b54645;
    color: #eee;
}


#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}