/* https://meyerweb.com/eric/tools/css/reset/
           v2.0 | 20110126
           License: none (public domain)
        */

        html, body, div, span, applet, object, iframe,
        h1, h2, h3, h4, h5, h6, p, blockquote, pre,
        a, abbr, acronym, address, big, cite, code,
        del, dfn, em, img, ins, kbd, q, s, samp,
        small, strike, strong, sub, sup, tt, var,
        b, u, i, center,
        dl, dt, dd, ol, ul, li,
        fieldset, form, label, legend,
        table, caption, tbody, tfoot, thead, tr, th, td,
        article, aside, canvas, details, embed,
        figure, figcaption, footer, header, hgroup,
        menu, nav, output, ruby, section, summary,
        time, mark, audio, video {
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            font: inherit;
            vertical-align: baseline;
        }

        /* HTML5 display-role reset for older browsers */
        article, aside, details, figcaption, figure,
        footer, header, hgroup, menu, nav, section {
            display: block;
        }

        body {
            position:relative;
            line-height: 1;
        }

        ol, ul {
            list-style: none;
        }

        blockquote, q {
            quotes: none;
        }

        blockquote:before, blockquote:after,
        q:before, q:after {
            content: '';
            content: none;
        }

        table {
            border-collapse: collapse;
            border-spacing: 0;
        }

        a {
            text-decoration: none;
            color: #000;
        }

        /*开始*/
        body {
            background: #34495e
        }
        #header{
            margin-top:-10px;
        }
        #blogTitle .headermaintitle{
            float: left;
            line-height:77px;
            font-size:22px;
        }
        .fff {
            color: #ffffff;
        }

        .Rectangle {
            width: 100%;
            height: 8px;
            background: #34495e;
        }

        .t-nav {
            overflow: hidden;
            margin: 0 auto;
            width: 1170px;
            height: 77px;
            background: #ffffff;
        }

        .t-nav ul#navList {
            overflow: hidden;
            margin-left: 700px;
        }

        .t-nav ul#navList li {
            float: left;
            line-height: 77px;
            margin-left: 36px;
        }

        .t-nav ul#navList li a {
            color: #bdc3c7;
        }

        .top {
            background: #fff;
        }

        .top .background {
            overflow: hidden;
            width: 100%;
            height: 282px;
            background: url("https://i1.piimg.com/586371/fafb8b7299642927.jpg") no-repeat;

        }

        .center {
            margin: 75px auto;
            width: 1170px;
        }

        .center .b-text {
            font: 42px/1.5em bold 宋体;
        }

        /*内容*/
        #main {
            box-shadow: 0 0 10px red;
            transform: translateX(-50%);
            margin-left: 50%;
            overflow: hidden;
            margin-top: -130px;
            width: 1170px;
            height: auto;
            border-radius: 5px;
            background: #ffffff;
            -webkit-animation-timing-function: ease-in-out; /*动画时间曲线*/
            -webkit-animation-name: boxshadow; /*动画名称，与@keyframes搭配使用*/
            -webkit-animation-duration: 3s; /*动画持续时间*/
            -webkit-animation-iteration-count: infinite; /*动画要重复次数*/
            -webkit-animation-direction: alternate; /*动画执行方向，alternate 表示反复*/

        }

        #main #mainContent {
            float: left;
            width: 770px;
            margin: 29px;
        }

        #main #sideBar {
            float: left;
            margin-top: 58px;
            width: 310px;
            height: auto;

        }

        .forFlow #navigator {
            width: 1170px;
            height: 29px;
            line-height: 27px;
            color: #ffffff;
            text-align: center;
            border: 1px solid #1abc9c;
            background: #1abc9c;
            margin-top: -29px;
            margin-left: -29px;
            clear: both;
            margin-bottom: 29px;
        }

        /*内容text部分*/
        .day {
            overflow: hidden;
        }

        .day .postTitle {
            margin-top: 20px;
            float: left;
            overflow: hidden;
            margin-bottom: 5px;
            width: 100%;
        }

        .day .postTitle a {
            float: left;
            font: 22px/39px bold Microsoft Yahei;
            color: #34495e;
        }

        .day .postCon, .day .postDesc{
            float: left;

        }

        .day .postDesc,.entrylistItemPostDesc{
            color: #d0d3d7;
        }

        .c_b_p_desc {
            font: 13px/1.6 small-caps Microsoft Yahei;
            color: #a1a8af;
        }

        #footer {
            position:absolute;
            text-align: center;
            bottom: -120px;
            width: 100%;
            height: 100px;
        }
        .t-nav ul#navList li a:active, .t-nav ul#navList li a:hover {
            color: #444;
        }

        .c_b_p_desc_readmore {
            display: block;
            text-align: center;
            line-height: 38px;
            margin-top: 10px;
            margin-bottom: 30px;
            width: 117px;
            height: 38px;
            background: #1abc9c;
            border-radius: 1px;
            color: #ffffff;
        }

        #calendar {
            text-align: center;
            box-shadow: 2px 2px 10px black;
            width: 227px;
        }

        #blogCalendar tbody tr:first-child {
            overflow: hidden;
            border-radius: 20px;
            background: #1abc9c;
            color: #e6e6e6;
        }

        #blogCalendar tbody tr:first-child a {

            color: #e6e6e6;
        }

        #blogCalendar tbody tr:first-child .CalTitle {
            border-radius: 5px;
            width: 228px;
        }

        #blogCalendar td {
            border: 1px solid #1abc9c;
            background: #000;
            color: #ffffff;
        }

        #blogCalendar tr:nth-child(0) {
            background: #000;
        }

        #blogCalendar u {
            line-height: 18px;
            background: #1abc9c;
            color: #e6e6e6;
            display: block;
        }

        @keyframes boxshadow {
            from {
                box-shadow: 0 0 1px #1abc9c
            }
            to {
                box-shadow: 0 0 30px #1abc9c
            }
        }

        h3.catListTitle {
            margin-top: 25px;
            margin-bottom: 17px;
            padding-left: 7px;
            border-bottom: 1px solid #ccc;
            width: 310px;
            height: 26px;
            line-height: 26px;
            font-size: 16px;
            color: #34495e;
            border-left: 3px solid #1abc9c;
        }

        div#sideBar a {
            color: #707070;
            font-size: 13px;
        }
        .catListEssay li,.catListView li,.catListPostArchive li{
            margin-top:15px;
        }
        .catListEssay a {
            font-size: 13px;
        }

        /*分类开始*/
        .catListPostCategory ul {
            width: 328px;
            overflow: hidden;

        }

        .catListPostCategory ul li {
            overflow: hidden;
            float: left;
            border-bottom: 1px solid #e7e7e7;
            margin-left: 20px;
            margin-top: 10px;
        }

        .catListPostCategory ul li a {
            display: block;
            width: 120px;
            height: 21px;
            font-size: 13px;
        }

        .pager {
            font-size: 13px;
            color: #1abc9c;

        }

        .pager a {
            border: 0px solid #1abc9c;
            background: #1abc9c;
            color: #ffffff;
        }

        #footer .center{
            color: #bdc3c7;
        }
        .entrylistTitle{margin-bottom:29px}
        .entrylistPosttitle{margin-top: 20px;margin-bottom: 5px;}
        .entrylistPosttitle a{font: 22px/39px bold Microsoft Yahei;color: #34495e;}
#cnblogs_post_body p{
  line-height:24px;
}