
ul li {
    line-height: 1.6;
    margin-bottom: 3px;
    border-bottom: 1px dotted #dddddd;
    font-size: 13px;
}

a {
    text-decoration: blink;
}

a:link,
a:active,
a:visited {
    color: #0066cc;
}

a:hover {
    text-decoration: underline;
    color: crimson;
    background: rgba(75%, 75%, 75%, 0.25);
}

#header .header {
    background: linear-gradient(to right, #09203f, #537895);
}
#header .header .headermaintitle{
    font-size: 24px;
}

#header .header .sub-title{
    font-size: 16px;
}

.postTitle {
    background-color: #255f92;
    padding-left: 4px;
    font-size: 16px;
    box-shadow: -3px 1px 3px;
    min-height: 30px;
    line-height: 30px;
}

.postTitle a {
    color: #f8f8f8;
}

#cnblogs_post_body h1 {
    background-color: #af4444;
    color: #fff;
    font-size: 25px;
    padding-left: 4px;
}

#cnblogs_post_body h2 {
    background-color: #227bc2;
    font-size: 20px;
    color: white;
    padding-left: 5px;
}

#cnblogs_post_body h3 {
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 5px;
    background-color: #dfeedf;
    color: black;
}

#cnblogs_post_body span {
    font-size: 15px;
    color: #252525;
    line-height: 1.5;
}

#cnblogs_post_body p {
    font-size: 15px;
    color: #252525;
    line-height: 1.5;
}

#MyTag a {
    /*我的标签*/
}

.entrylistItem {
    /*随笔分类里的文章外表div*/
    padding: 5px;
    border: 1px solid #8b4a4a;
}

.entrylistItem:hover {
    /*随笔分类里的文章外表div*/
    padding: 3px;
    border: 3px solid #6198cf;
}

.entrylistItemTitle {
    /*随笔分类里的文章标题*/
    font-size: 16px;
}

.c_b_p_desc {
    /*随笔分类的文章摘要*/
    font-size: 12px;
}

.c_b_p_desc:hover {
    /*随笔分类的文章摘要*/
    color: black;
}

.entrylist {
    border: 0px;
}

h2::selection {
    /*文字选中颜色*/
    background: #d3d3d3;
    color: #555;
}

div.commentform textarea {
    /*发表评论*/
    width: 650px;
    height: 200px;
    font-size: 13px;
    border: 1px solid #ccc;
}

.newsItem {
    /*个人信息侧边栏*/
    margin-top: -22px;
    line-height: 1.7 !important;
    font-weight: bolder;
    font-size: 13px;
}

#profile_block {
    line-height: 1.7;
}

.newsItem a {
    font-weight: normal;
    text-decoration: blink;
    color: crimson;
}

.newsItem a:hover {
    text-decoration: underline;
}

/*table*/

#cnblogs_post_body table {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
}

#cnblogs_post_body table tr {
    display: table-row;
    background: #ffffff;
}

#cnblogs_post_body table tr:nth-of-type(odd) {
    background: #f3efef;
}

#cnblogs_post_body table tr:first-child {
    font-weight: 900 !important;
    color: #ffffff !important;
    background: #ea6153 !important;
}

#cnblogs_post_body table tr:first-child span {
    font-weight: 900 !important;
    color: #ffffff !important;
    background: #ea6153 !important;
}
#cnblogs_post_body table tr:first-child p{
    font-weight: 900 !important;
    color: #ffffff !important;
    background: #ea6153 !important;
}

kbd {
    border-radius: 6px;
    border: 1px solid #aaa;
    background: #337ab7;
    padding: 4px;
    line-height: 1.8em;
    color: #fff;
}

#cnblogs_post_body table td {
    font-size: 15px;
}

#cnblogs_post_body img {
    max-width: 100% !important;
    border: 1px solid #d4c2c2;
    box-shadow: 11px 10px 5px 0 #eaeaea;
}

#cnblogs_post_body .polk_cust_footer {
    position: relative;
}

#cnblogs_post_body .polk_cust_footer .end-wrapper::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    top: 12px;
    background-color: #bd4f4f;
    left: 0;
    z-index: -1;
}

#cnblogs_post_body .polk_cust_footer .end-wrapper .tips {
    font-size: 16px;
    margin-left: 47.6%;
    background-color: white;
    width: 50px;
    text-align: center;
    display: block;
}

#cnblogs_post_body .polk_cust_footer .blockquote:hover {
    border-left-color: #bd4f4f;
    transition-property: border-left-color;
    transition-delay: 0.1s;
    transition-duration: 0.5s;
}

#cnblogs_post_body .polk_cust_footer .blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

#cnblogs_post_body .polk_cust_footer .menu-wrapper {
    width: 800px;
    height: 300px;
    overflow-y: scroll;
    border-width: thin;
    border-style: ridge;
}

/* 引导菜单 */

#cnblogs_post_body .polk-cust-menu-wrapper .menu-item .title {
    font-weight: bolder;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: -10px;
    display: inline-block;
}

#cnblogs_post_body .polk-cust-menu-wrapper .menu-item > ul {
    padding: 0px 20px;
    margin-left: 5px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

#cnblogs_post_body .polk-cust-menu-wrapper .menu-item > ul:hover {
    border-left-color: #0066cc;
    transition-property: border-left-color;
    transition-delay: 0.1s;
    transition-duration: 0.5s;
}

#cnblogs_post_body .polk-cust-menu-wrapper .menu-item ul.sub-ul {
    margin-left: -60px;
}

#cnblogs_post_body .polk-cust-menu-wrapper .menu-item ul li {
    margin-top: 12px;
    list-style-type: none;
    margin-left: 50px;
    border-bottom-width: 0px;
    font-size: 15px;
    position: relative;
}

#cnblogs_post_body .polk-cust-menu-wrapper .menu-item > ul > li {
    list-style-type: decimal-leading-zero;
}

#cnblogs_post_body .polk-cust-menu-wrapper .menu-item > ul > li::before {
    font-family: 'iconfont';
    font-size: 16px;
    font-style: normal;
    content: '\e600';
    color: #d8d8d8;
    padding-right: 10px;
    text-decoration: blink;
    position: absolute;
    left: -50px;
}

#cnblogs_post_body .polk-cust-menu-wrapper .menu-item > ul > li:hover:before {
    color: #0066cc;
    text-shadow: 0px 0px 1px;
    transition-property: color;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
}

#cnblogs_post_body .polk-cust-menu-wrapper .menu-item > ul > li::after {
    content: '';
    background-color: #0066cc;
    position: absolute;
    height: 5px;
    left: -70px;
    width: 0px;
    top: 11px;
}

#cnblogs_post_body .polk-cust-menu-wrapper .menu-item > ul > li:hover:after {
    width: 21px;
    transition-property: width;
    transition-delay: 0.1s;
    transition-duration: 0.5s;
}

/* 悬浮菜单 */
#cust_polk_page_menu {
    width: 200px;
}

#cust_polk_page_menu .menu-wrapper {
    max-height: 330px;
    overflow-y: auto;
    padding: 5px 0px;
}

#cust_polk_page_menu .menu-item {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    box-shadow: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: -4px;
    font-size: 15px;
    background-color: #eee;
    color: rgba(0, 0, 0, 0.87);
    padding-left: 5px;
    border-radius: 3px;
}

#cust_polk_page_menu .menu-item:hover {
    background-color: #e4e4e4;
}

#cust_polk_page_menu .menu-item.h1 {
	font-size: 14px;
}

#cust_polk_page_menu .menu-item.h2 {
    padding-left: 12px;
	font-size: 14px;
}

#cust_polk_page_menu .menu-item.h1.active {
    color: #fff;
    background-color: #af4444;
}

#cust_polk_page_menu .menu-item.h2.active {
    color: #fff;
    background-color: #227bc2;
}

#cust_polk_page_menu .opr-wrapper {
	min-height:100px;
}

#cust_polk_page_menu .opr-wrapper #p_b_follow 
{
    position: absolute;
    width: 90px;
    top: -60px;
}

#cust_polk_page_menu .opr-wrapper #p_b_follow a {
    float: left;
    margin-top: 2px;
    position: absolute;
    background-color: #eee;
    padding: 16px 5px;
    font-weight: bold;
    font-size: 14px;
}
#cust_polk_page_menu .opr-wrapper #div_digg {
    float: left;
    text-align: center;
    margin-top: 0px;
}

#cust_polk_page_menu .opr-wrapper #div_digg .diggword {
    width: 100%;
    position: absolute;
    left: 0;
}

#cust_polk_page_menu .opr-wrapper #cust_polk_page_menu_goTop {
    float: right;
    margin-right: 5px;
    margin-top: 6px;
}

/* 左侧菜单 */
#leftcontent{
    border-width: 0;
}

/* 框架 */
#centercontent {
    padding-left: 210px;
}
#centercontent #post_detail{
    padding-right: 220px; 
}
::-webkit-scrollbar {
        width: 10px;
        background: transparent;
    }
    ::-webkit-scrollbar-track-piece {
        background: none;
    }
    ::-webkit-scrollbar-thumb {
        height: 50px;
        border: 2px solid rgba(0, 0, 0, 0);
        border-radius: 12px;
        background-clip: padding-box;
        background-color: #ccd4d4;
        box-shadow: inset -1px -1px 0px #ccd4d4, inset 1px 1px 0px #ccd4d4;
    }
	
/* 最上方的导航 */
.BaseApp-nav-header--a{
    display: inline-block;  color: #ffffff!important; background-color: #e8554e; text-align: left; text-decoration: none; padding: 5px 15px 5px 13px; margin-bottom: 5px;
}

/* 首页默认logo */
.desc_img {
    object-fit: contain;
}