* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
}

body {
    font-family: Tahoma, Helvetica, "Microsoft Yahei", Arial, sans-serif;
    color: #2f2f2f;
}

ul, li{
    list-style: none;
    margin: 0;
}

p{
    line-height: 1.7em;
    -ms-word-break: break-all;
    word-break: break-all;
    margin-bottom: 10px;
    text-align: justify;
    font-family: Lucida Grande, Hiragino Sans GB, "Microsoft Yahei", Arial, sans-serif;
}

img{
    width: 65%;
    margin-bottom: 10px;
}

.img-big {
    width: 100%;
}

.img-small {
    width: 40%;
}

code {
    font-size: 14px;
    color: #c7254e;
    background-color: #F9F2F4;
    font-family: Monaco, Menlo, "Microsoft Yahei", Consolas, Arial, sans-serif;
    padding: 3px 5px;
    margin: 0 2px;
}

pre > code {
    font-size: 14px;
    color: #444;
    background-color: inherit;
}

pre{
    background-color: #f5f5f5 !important;
    border: 1px solid #eef;
    margin: 6px 0;
    overflow-x: auto;
}

blockquote {
    color: #2c3f51;
    font-size: 15px;
    background-color: #f2f4f6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 15px;
    line-height: 30px;
    letter-spacing: normal;
    font-style: normal;
    border-left: 10px solid rgba(102,128,153,0.075);
    font-family: Menlo, "Microsoft Yahei", Consolas, Arial, sans-serif;
}

blockquote p {
    font-family: Menlo, "Microsoft Yahei", Consolas, Arial, sans-serif;
}

blockquote ul li {
    list-style-type: disc;;
    line-height: 1.75em;
    margin: 0;
    margin-left: 25px !important;
    padding-left: 5px;
}
blockquote li > ul li{
    list-style-type: circle;
}

a,
a:link,
a:hover,
a:visited {
    color: #005;
    text-decoration: none;
}

a:hover {
    color: #c7254e;
}

.tag {
    color: #fff;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .7);
    margin-right: 2px;
}


.site-header {
    background: #222;
    border-top: none;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.6);
}

.site-title,
.site-title:visited {
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #ddd !important;
}

.site-nav .trigger .page-link {
    letter-spacing: 0.5px;
    font-size: 18px;
    color: #ddd;
}

.page-content .wrapper {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px; 
}

.post-header {
    margin-bottom: 40px;
}

.post-header .post-title{
    margin: 30px 0 10px;
    font-size: 26px !important;
    letter-spacing: 0.3px;
}


/*正文*/

.page-content {
    padding-top: 30px;
    padding-bottom: 0;
}

.page-content .post-content h1 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
}

.page-content .post-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-content .post-content h3 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-style: italic;
}

.page-content .post-list li a h2 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: -3px;
}

.page-content .post-list li .post-link {
    font-size: 20px;
    letter-spacing: 0.5px;
    -ms-word-break: break-all;
    word-break: break-all;
}

.page-content .post-list li .post-meta {
    color: #999;
}

.page-content .post-list li .post-text-count {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
}

/*左侧列表栏*/

.page-content .wrapper .home {
    display: block;
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.page-content .wrapper .home .inner .page-heading,
.page-content .wrapper .home .inner .post-list li {
    padding: 10px 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    transition: all 0.3s;
}

.page-content .wrapper .home .inner .post-list li:last-child {
    border: 0;
}

.page-content .wrapper .home .inner .post-list li:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.page-content .wrapper .post {
    padding-left: 15px;
    padding-right: 15px;
}


/*右侧分类栏*/
.page-content .wrapper .cat-nav {
    float: right;
    display: block;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.page-content .wrapper .home .inner,
.page-content .wrapper .cat-nav .inner {
    background-color: #f8f8fd;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .15);
    /*box-shadow: 0px 0px 6px rgba(0, 0, 0, .3), 0 0 20px rgba(0, 0, 0, .1) inset;*/
}

.page-content .wrapper .cat-nav .inner h2,
.page-content .wrapper .cat-nav li {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page-content .wrapper .cat-nav .inner h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.page-content .wrapper .cat-nav li:last-child {
    border: 0;
}

.page-content .wrapper .cat-nav li:hover,
.page-content .wrapper .cat-nav li.active {
    color: #669;
    background-color: #f1f1f1;
}

.page-content .wrapper .cat-nav li .cat-number {
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 13px;
    padding: 1px 8px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page-content .wrapper .cat-nav li:hover .cat-number {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 920px;
}

.post-content {
    margin-bottom: 5px;
}

.post-content ul {
    list-style: none;
}

.post-content ul li{
    list-style-type: disc;
    margin-left: 50px;
    line-height: 30px;
    font-family: Lucida Grande, Hiragino Sans GB, "Microsoft Yahei", Arial, sans-serif;
    color: #2f2f2f;
}

.post-content ul li a {
    color: #4484c2;
    text-decoration: underline;
}

.post-content ul li p {
    margin-bottom: 0;
}

.post-content ul li ul li{
    list-style-type: circle;
    margin-left: 40px;
}

/*顶部*/

.site-header .wrapper {
    padding-left: 15px;
    padding-right: 15px;
}


/*底部*/

.site-footer {
    border: none;
    font-size: 14px;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, .7);
    font-family: "Microsoft Yahei", Arial, sans-serif;
}

.site-footer a, .site-footer span{
    color: #bbb;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer .wrapper {
    padding: 0 15px;
}

.site-footer .wrapper .footer-col-wrapper {
    text-align: center;
}

.site-footer .wrapper .footer-col-wrapper .point{
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-bottom: 2px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ccc;
    border-radius: 50%;
}




.btn-back {
    display: block;
    width: 100px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    margin: 40px auto 0;
    background-color: #f1f1f1;
}

.pre-next-links{
    margin-top: 30px;
    margin-bottom: 30px;
}

.pre-next-links ul li{
    list-style: none;
    margin-left: 0;
}

.pre-next-links ul li a {
    text-decoration: underline;
}

.pagination {
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 25px 0px;
    font-size: 15px;
}

.pagination > span, .pagination > a, .pagination > em {
    border: 1px solid #ccc;
    padding: 3px 8px;
    cursor: pointer;
    color: #005;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.pagination > span {
    color: #999;
}

.pagination > em {
    font-style: normal;
    font-weight: bold;
    color: #d41;
}

.pagination > a:hover {
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.3);
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
}

.table {
    width: 80%;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.table tr {
    font-size: 15px;
}

.table tr:first-child {
    font-weight: bold;
    font-size: 16px;
}

.table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table tr:nth-child(odd) {
    background-color: #fff;
}

.table tr td {
    border: 1px solid #ccc;
    padding: 0 8px;
    line-height: 32px;
}

.table tr td:first-child {
    width: 25%;
} 






