
 #RecentCommentsBlock li {
     margin: 0;
     width: 275px;
 }
 #RecentCommentsBlock li.recent_comment_body {
     border-radius: 0;
     margin: 0;
 }
 #RecentCommentsBlock li.recent_comment_title {
     border-radius: 5px 5px 0 0;
     margin: 3px 0 0;
 }
 #RecentCommentsBlock li.recent_comment_author {
     border-radius: 0 0 5px 5px;
     margin: 0;
 }
 .desc_img{
    width:75px;
    max-width:75px;
 }
 
 #blog-calendar{
     background:white;
 }
 
 /* comment */
 div.commentform{
     margin-bottom:100px;
 }
 #commentform_title {
     background: url("<a href="https://static.cnblogs.com/images/icon_addcomment.gif">https://static.cnblogs.com/images/icon_addcomment.gif</a>") no-repeat scroll 0 2px;
     color: #0078d8;
     font-size:14px;
 }
 div.commentform p{
     margin-bottom:10px;
 }
 .comment_btn {
     height: 35px;
     width: 90px;
     background: none repeat scroll 0 0 #0078d8;
     border: 0 none;
     border-radius: 5px;
     color: white;
     cursor:pointer;
 }
 .comment_btn:hover{
     background:#317ef3;
 }
 #commentbox_opt,#commentbox_opt + p {
     text-align:center;
 }
 #tbCommentBody{
     width:100%;
     resize:none;
 }
 #tbCommentAuthor,#tbCommentBody{
    border:1px solid #0078d8;
 }
 #tbCommentBody:hover{
    border:1px solid #fca021;
 }
 #comments > h3 {
     background: none repeat scroll 0 0 #0078d8;
     border-radius: 3px;
     color: white;
     padding: 8px;
     border:0 none;
     font-size:14px;
 }
 #comments{
     font-size: 13px;
 }
 #comments h4{
     margin-top:10px;
 }
 #comments h4 span {
     color: #6c6351;
     font-size: 12px;
 }
 .comment_actions {
     border-bottom: 1px dashed #0078d8;
     display: block;
     padding-bottom: 10px;
 }
 .blog_comment_body {
     color: #111;
     font-size: 13px;
     margin-bottom: 10px;
     margin-top: 10px;
 }
 #comment_nav {
     font-size: 14px;
     margin-top: 10px;
     text-align: right;
 } 
/* 
* @Last Modified by:   Lin
* @Last Modified time: 2017-07-15 17:48:31
*/
.dropdown{   
    position:relative;   
    display:inline-block;   
}   
  
/* 下拉菜单内容，设置为隐藏 */   
.dropdown-content{   
    z-index:999;
    min-width:150px;   
    background-color:#87CEEB;   
    position:absolute;   
    display:none;   
    box-shadow:0px 8px 15px 0px rgba(0,0,0,0.2);   
}   
  
/* 下拉按钮样式 */   
.dropbtn{   
    color:#FF69B4 !important;   
    font-size:16px;   
    padding:15px;   
    border:none;   
    background-color:#A0522D;  
    cursor:pointer;   
}   
  
/* 下拉菜单链接的样式 */   
.dropdown-content a{   
    color:black;   
    text-decoration:none;   
    padding:12px 15px;   
    display:block;   
}   
  
/* 鼠标移入后显示下拉菜单 */   
.dropdown:hover .dropdown-content{   
    display:block;   
}   
  
/* 鼠标移入后修改链接的背景色 */   
.dropdown-content a:hover{   
    background-color:#E8E8E8;   
}   
  
/* 下拉菜单显示后修改下拉按钮的背景色 */   
.dropdown:hover .dropbtn{   
    background-color:#008B00;   
}
.test11{
    margin-left:160px !important;
}