#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.42);
    border-radius: 20px;
}
.postTitle {
    border-left: 3px solid #2bbc8a;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #2bbc8a;
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 30px;
    color: #2bbc8a;
    text-decoration: none;
}
a:visited {
    color: #2abc89;
    text-decoration: none;
}
a:active {
    color: #2abc89c4;
    text-decoration: none;
}
a:hover {
    color: #2abc89c4;
}
.CalTodayDay {
    background: #2abc89 !important;
    color: #FFF;
    font-weight: bold;
    border-radius: 50%;
}
#blog-calendar {
    width: 228px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: 0px 1px 3px #ccc;
    border: 1px solid #EDEDED;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
#blogTitle h1 a {
    color: #2abc89;
}
#blogTitle h1 a:hover {
    color: #2abc89e8;
}
.input_my_zzk {
    border: 1px solid #ccc;
    width: 100%;
    height: 25px;
    padding-right: 30px;
    padding-left: 5px;
    outline: 0;
    border-radius: 7px;
}
#sideBar a:hover {
    color: #2abc89;
    text-decoration: underline;
}
#navList a:hover {
    color: #2abc89;
    text-decoration: none;
}
.comment_btn {
    width: 100px;
    height: 38px;
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #2abc89;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    text-decoration: none;
    border-radius: 24px;
}
.git-link {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    border: 0;
    height: 149px;
    width: 149px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    background-image: 
 url(https://camo.githubusercontent.com/c6286ade715e9bea433b4705870de482a654f78a/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f77686974655f6666666666662e706e67);
}
#green_channel #green_channel_digg {
    background-color: #22ad7c;
}
#cnblogs_post_body h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: #2abc89;
}
.desc_img {
    border-radius: 10px;
    float: right;
    width: 260px;
}