#cnblogs_post_body p {
    margin-left:0;
    text-indent: 0;
}
.title{
           background-color:darkcyan;
            color: white;
            height: 30px;
            width: 100%;
            line-height: 30px;
            text-align: center;
            font-family: 华文隶书;
            font-size: 19px;
            opacity: 0.5;
            border-radius: 5px;

        }

.post a:visited {
    color: cornflowerblue;
    text-decoration: none;
}


.post a:link {
    color:cornflowerblue;
    text-decoration: none;
}

 .secondtitle{
           background-color: salmon;
            color: white;
            height: 30px;
            width: 60%;
            line-height: 30px;
            font-family: 华文中宋;
            font-size: 19px;
            opacity: 0.6;
            border-radius: 5px; 
            margin-left: 0px;
        }


.feedbackCon img:hover {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
 
#评论头像
.feedbackCon img {
border-radius: 40px;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

#页面回顶部
#toTop {
    background: url(//https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_toTop.bmp) no-repeat 0px top;
    width: 57px;
    height: 57px;
    overflow: hidden;
    position: fixed;
    right: 180px;
    bottom: 20px;
    cursor: pointer;
}