body,
h1,
h2,
h3,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea {
    margin: 0;
    padding: 0
}

body {
    font: 15px/21px Microsoft YaHei, Arial;
    background: #f2f2f2;
    display: block;
    cursor: default;
    color: #555;
    -webkit-font-smoothing: antialiased
}

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_1471095658_3688712.eot');
    /* IE9*/
    src: url('//at.alicdn.com/t/font_1471095658_3688712.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('//at.alicdn.com/t/font_1471095658_3688712.woff') format('woff'),
        /* chrome、firefox */
        url('//at.alicdn.com/t/font_1471095658_3688712.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url('//at.alicdn.com/t/font_1471095658_3688712.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont";
    font-size: 14px;
    font-style: normal;
    padding-right: 4px
}

h1,
h2,
h3 {
    font-weight: 500;
}

a {
    color: #444;
    text-decoration: none
}

a:hover {
    color: #F60
}

img {
    border: 0
}

ol,
ul,
li {
    list-style: none
}

input,
textarea,
button {
    outline: 0
}

input[type^="text"],
input[type^="password"],
textarea {
    box-shadow: inset 2px 3px 5px #eee;
    border: 1px solid #bbb;
    background: #f3f3f3
}

input:focus,
textarea:focus {
    background: #eee;
    border-color: #999
}

input {
    vertical-align: middle
}

input[type^="radio"] {
    border: 0;
    background: 0;
    width: auto
}

#wrap {
    border-top: 3px solid #999;
    border-bottom: 1px solid #CCC
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

#header {
    margin: 0 auto;
}

#content {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    border-top: 1px solid #f6f6f6
}

#main {
    width: 100%;
    float: left;
    margin: auto;
}

#posts {
    margin-right: 340px;
    float: none;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px
        /* W3C syntax */
}

#top-content {
    width: 99%;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    text-align: center;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px
        /* W3C syntax */
}

#top-content ul {
    width: 100%;
}

.pic a {
    bord: 1px solid #111;
}

#top-content .pic {
    display: inline;
    width: 50%;
    overflow: hidden;
    height: 300px;
    float: left;
}

#top-content .post-rec {
    width: 25%;
    display: inline
}

#sidebar {
    margin-left: -330px;
    width: 325px;
    float: right;
    overflow: hidden;
}

#footer {
    text-align: left;
    font-size: 12px;
    max-width: 1300px;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px 0 15px 8px;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px
        /* W3C syntax */
}

#footer .power-by {
    float: right;
    padding-right: 15px;
    font-size: 12px
}

#header .navtop {
    line-height: 26px;
    font-size: 14px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 0 20px 0px;
    height: 48px
}

#header .navtop a {
    color: #06C;
    text-shadow: 2px 2px 1px #CCC;
    font-size: 28px
}

#header .logo {
    float: left
}

#header .search {
    float: right;
    width: 300px
}

.selectnav {
    display: none;
    cursor: pointer;
    margin: 12px 10px 0 0;
    font-size: 12px;
    width: 90px
}

#navigation {
    margin: 0 auto;
    background-color: #3a6ca4;
    height: 51px;
    max-width: 1300px;
    /* overflow: hidden; */
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px;
    /* W3C syntax */
}
}

#navigation ul,
#navigation li {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 50px;
    display: inline;
    background-color: #fff
}

#navigation ul li {
    float: left;
    position: relative;
}

#navigation ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 15px
}

#navigation ul li a:hover {
    background: #999;
    color: #FFF;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#navigation ul ul {
    position: absolute;
    /* display: none; */
    top: 51px;
    -top: 30px;
    lecft: 0;
    background: #036;
    z-index: 999
}

#navigation ul ul li a {
    color: #fff
}

#navigation ul ul li a:hover {
    color: #FFF
}

#navigation ul ul li a {
    display: block;
    width: 86px;
    margin: 0;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px dashed #CCC;
    background: 0
}

#navigation ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999
}

#navigation ul ul ul li a {
    border-bottom: 1px dashed #CCC !important;
    border-top: 1px solid transparent;
    background: 0
}

#navigation ul ul li:last-child a,
#navigation ul ul li:last-child a:hover {
    border-bottom: 1px solid transparent
}

#navigation ul ul ul li:last-child a {
    border-bottom: 1px solid transparent !important
}

#navigation ul li:hover>ul {
    opacity: 1;
    position: absolute;
    top: 99%;
    left: 0
}

#navigation ul ul li:hover>ul {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 1;
    z-index: 497
}

#navigation ul li:hover>a {
    background: #036
}

#navigation ul ul li:hover>a {
    background: #3a6ca4;
    color: #FFF
}

#navigation .blog {
    display: none
}

/*导航菜单*/
.menu-item {}

#navigation .current-post-parent,
#navigation .current-menu-item {
    background-color: #036;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px;
    /* W3C syntax */
}

#posts .h1 {
    padding: 20px;
    font-size: 24px;
    margin: 0 0 20px 0;
    background: #FFF;
    box-shadow: 0 1px 2px 0 #CCC;
    -webkit-box-shadow: 0 1px 2px 0 #CCC
}

.post_list {
    /* padding: 20px 20px 10px 20px; */
    border-bottom: 1px solid #eee;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
}

.post_list:hover {
    background-color: #fafcfc
}

.post_list h2 {
    overflow: hidden;
    text-overflow: ellipsis
}

.post_list h2 a {
    color: #444;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap
}

.post_list h2 a:hover {
    color: #17A2E7;
    text-decoration: none
}

.info {
    color: #999;
    font-size: 12px;
    margin: 0 0 10px 0
}

.info a {
    color: #999
}

.info a:hover {
    color: #F60
}

.excerpt {
    margin-bottom: 12px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #777;
    position: relative;
}

.meta {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    border-bottom: 1px dashed #EEE;
    padding: 2px 0 2px 0;
}

.meat_span {
    margin-right: 15px
}

.meta a {
    color: #999
}

.meta a:hover {
    color: #369;
    text-decoration: underline
}

.thumbnail {
    float: left;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    margin: 0 15px 7px 0
}

.thumbnail img {
    display: block;
    width: 240px;
    height: 140px
}

.thumbnail:hover {
    background: #e0e0e0
}

.more {
    padding-left: 20px
}

.navigation {
    float: left;
    padding: 15px 0px 15px 20px;
}

.pagination span,
.pagination a {
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 24px;
    margin: 0 2px 0 2px;
    display: inline-block;
    text-decoration: none;
    border: 1px #CCC solid
}

.pagination .current {
    height: 22px;
    width: 22px;
    color: #F60;
    border: 1px solid #CCC;
    font-weight: bold;
    background: #f0f0f0
}

.pagination .current2 {
    height: 22px;
    width: 100px;
    color: #F60;
    border: 1px solid #CCC;
    font-weight: bold;
    background: #f0f0f0
}

.pagination a:hover {
    color: #333;
    border: 1px solid #888;
    text-decoration: none;
    background: #f0f0f0
}

.pagination .page_previous,
.pagination .page_next {
    width: 70px;
    height: 22px;
    text-align: center
}

.pagination .fir_las {
    width: 36px;
    height: 22px;
    text-align: center
}

#article {
    margin-bottom: 20px;
    padding: 20px 30px 10px 30px;
    background-color: #FFF;
    box-shadow: 0 1px 2px 0 #CCC;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-right: 340px;
    float: none;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px;
    /* W3C syntax */
}

#article h1 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 10px
}

.text {
    margin: 10px 0;
    color: #444;
    font-size: 15px
}

.text b,
.text strong {
    font-weight: 600
}

.text p {
    text-indent: 2px;
    padding-bottom: 10px;
    line-height: 26px
}

.text h5 {
    font-size: 14px;
    border: 1px dashed #DDD;
    background: #f1f1f1;
    padding: 4px 10px
}

.text a {
    color: #049
}

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

.text form {
    border: 1px dashed #ddd;
    background: #f1f1f1;
    padding: 10px;
    margin: 10px
}

.text img,
.text iframe {
    max-width: 100%
}

.text_add {
    margin: 20px 0 0 0;
    overflow: hidden
}

.text_add .copy {
    float: left
}

.text_add .share {
    float: right
}

.page {
    border-bottom: 1px dashed #CCC;
    padding-bottom: 10px
}

.text blockquote {
    border: 1px dashed #ddd;
    background: #f1f1f1;
    padding: 10px;
    margin: 10px 0
}

.text blockquote p {
    text-indent: 0
}

.text blockquote p:last-child {
    padding-bottom: 0;
    text-indent: 0
}

.t`t ul li {
    list-style: circle;
    margin-left: 30px;
    line-height: 26px
}

.text ol li {
    list-style: decimal;
    margin-left: 30px;
    line-height: 26px
}

ins {
    color: green
}

#search {
    margin: 0 0 10px 0;
    float: none;
    overflow: hidden
}

#searchform {
    background: #fe9800;
    height: 40px
}

#searchform label {
    display: none
}

#s {
    height: 28px;
    background: #FFF;
    margin: 7px;
    padding: 0 10px;
    float: left;
    z-index: 1;
    width: 70%;
    border: 0;
    font-size: 14px
}

#searchsubmit {
    background: 0;
    width: 40px;
    height: 40px;
    border: 0;
    margin: 0;
    padding: 0
}

#searchsubmit i {
    font-size: 24px;
    color: #fbfbfb;
    text-shadow: 1px 1px 1px #999
}

#searchsubmit:hover i {
    color: #FFF
}

#searchsubmit:active i {
    text-shadow: 1px 2px 1px #f90
}

.sidebar {
    overflow: hidden;
}

.widget {
    background-color: #FFF;
    margin-bottom: 13px;
    color: #777;
    padding: 5px 10px 0 10px;
    overflow: hidden;
    box-shadow: 0 1px 2px #CCC;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px
        /* W3C syntax */
}

.widget a {
    color: #777
}

.widget a:hover {
    color: #F60
}

.widget h3 {
    padding: 5px 0 10px 10px;
    color: #666;
    border-bottom: 3px solid #17A2E7;
    font-size: 17px;
}

.widget ul {
    padding-top: 10px
}

.widget ul ul,
.widget .textwidget ul {
    border-top: 0;
    padding-top: 5px
}

.widget li {
    line-height: 20px;
    padding: 0 0 5px 8px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #e0e0e0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget .children {
    background-color: #f9f9fa;
    margin: 5px 0 0 5px;
    font-size: 12px
}

.widget_tux_comment ul li {
    color: #999;
    white-space: normal;
}

.widget_views-plus {
    font-size: 12px
}

.widget_views-plus a {
    font-size: 14px
}

.widget_views-plus li {
    overflow: hidden;
    white-space: nowrap
}

.textwidget {
    margin: 6px
}

.textwidget a {
    color: #00F
}

.textwidget p {
    margin: 0;
    padding: 0
}

.tagcloud {
    line-height: 36px;
    padding-left: 6px;
    margin-top: 5px;
}

.tagcloud a:hover {
    text-decoration: underline
}

.blogroll li {
    float: left;
    overflow: hidden;
    width: 46%
}

.nowrap ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

/*Tux tab*/
.widget .tab_menu {
    float: left;
    overflow: hidden;
    width: 100%
}

.widget .tab_menu li {
    font-size: 1.125rem;
    width: 24%;
    line-height: 26px;
    float: left;
    padding: 0 14px;
    border-bottom: 3px solid #C3E8FA;
    padding-bottom: 5px;
}

.widget .tab_menu li.current {
    color: #666;
    border-bottom: 3px solid #59D;
    padding-bottom: 5px;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

/*相关文章*/
.related ul li {
    padding: 5px 0 0 10px
}

.related ul li a {
    color: #444;
}

.related ul li a:hover {
    color: #f60;
}

.related h3 {
    color: #4169E1;
}

#article code {
    font-family: Courier;
    color: #139;
    background: #EEF;
    padding: 3px 6px;
    margin: 0 3px;
    text-shadow: 1px 1px 1px #FFF;
}

.pagenav {
    padding: 10px;
}

.comment_ul li img {
    margin-right: 5px
}

.comment_ul li a {
    font-size: 13px
}

#wp-calendar {
    width: 100%;
    text-align: center
}

#wp-calendar a {
    color: #F60
}

.post_link {
    font-size: 14px;
    overflow: hidden;
    color: #666;
    margin-right: 340px;
    margin-bottom: 15px;
    -height: 20px
}

.post_link a {
    font-size: 14px;
    color: #36d
}

.post_link .prev {
    float: left;
    padding: 5px 0 5px 15px
}

.post_link .next {
    float: right;
    padding: 5px 15px 5px 15px
}

#comments {
    margin-right: 340px;
    margin-bottom: 20px;
    padding: 20px 30px 10px 30px;
    background-color: #FFF;
    box-shadow: 0 1px 2px 0 #CCC;
    overflow: hidden
}

#comments h3 {
    border-bottom: 1px dashed #CCC;
    padding: 0 0 10px 20px;
    margin: 0 -30px
}

.comment_list {
    margin-bottom: 30px
}

.comment_list li {
    border-bottom: 1px dashed #e5e5e5;
    margin: 0;
    padding: 10px 0
}

.avatar {
    float: left;
    width: 40px;
    margin-top: 2px
}

.comment {
    overflow: hidden;
    padding-left: 10px
}

.comment_meta {
    overflow: hidden
}

.comment_meta cite,
.comment_meta cite a {
    font-style: normal;
    color: #333
}

.comment_meta cite a:hover {
    color: #F60
}

.comment_meta .time {
    font-size: 11px;
    color: #999;
    padding-left: 5px
}

.comment_meta .reply,
.comment_meta .edit_link {
    float: right;
    padding-right: 10px;
    margin-top: -2px
}

.comment_meta .reply a,
.comment_meta .edit_link a {
    font-size: 12px;
    color: #666
}

.comment_meta .reply a:hover,
.comment_meta .edit_link a:hover {
    color: #F60
}

.comment p {
    font-size: 13px;
    color: #555;
    padding-right: 10px
}

#comments .children {
    background-color: #f9f9fa;
    margin: 10px 0 0 46px
}

#comments .children li {
    padding-left: 10px
}

.comment_list ol ol {
    border: 1px dashed #e5e5e5;
    border-bottom: 0
}

.comment_nav {
    overflow: hidden;
    margin-bottom: 30px
}

#respond {
    margin: 20px
}

#respond h3 small a {
    margin-left: 15px;
    font-size: 12px
}

#respond .required {
    color: #F00
}

#respond p {
    clear: both;
    margin-top: 5px;
    overflow: hidden
}

#respond label {
    padding-left: 5px
}

#respond input,
#respond textarea {
    float: left;
    font-size: 14px
}

#respond .form-allowed-tags,
#respond .comment-form-comment label {
    display: none
}

.errors_404 {
    width: 700px;
    height: 440px;
    position: relative;
    background: url(images/404.png) no-repeat
}

.to_home {
    position: absolute;
    width: 80px;
    height: 28px;
    top: 340px;
    left: 310px
}

.to_back {
    position: absolute;
    width: 100px;
    height: 28px;
    top: 340px;
    left: 410px
}

#footer a {
    color: #gray
}

#footer a:hover {
    color: #gray
}

.totop {
    width: 20px;
    z-index: 9999999;
    height: 70px;
    overflow: hidden;
    word-break: break-all;
    font-size: 14px;
    text-indent: 2px;
    background: #f3f3f3;
    text-align: center;
    border: 1px solid #06C;
    line-height: 16px;
    color: #06C;
    position: fixed;
    bottom: 30px;
    right: 0%;
    cursor: pointer
}

.cat-item {
    float: left;
    overflow: hidden;
    width: 46%
}

.nav-previous {
    float: left
}

.nav-next {
    float: right
}

.nav-previous a,
.nav-next a {
    text-align: center;
    height: 22px;
    line-height: 24px;
    display: inline-block;
    text-decoration: none;
    border: 1px #CCC solid;
    padding: 0 5px
}

.tux_textbanner a {
    color: #777
}

.tux_textbanner p {
    padding: 4px 0 6px 8px;
    color: #777;
    line-height: 25px;
    font-size: 14px;
}

.wid_social {
    margin: 8px 0 5px 0px
}

.tux_social {
    padding: 6px 1px 6px 2px
}

.iconfont_social {
    font-family: "iconfont";
    font-size: 1.5em;
    font-style: normal
}

.wid_social a {
    font-size: 1.9em;
    overflow: hidden;
    color: #fff;
    background-color: #aaa;
    margin-left: 9px;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px
        /* W3C syntax */
}

.wid_social a:hover {
    color: #fff;
    background-color: #369
}

.weixins {
    cursor: pointer;
    background: #6fc299
}

.weixin-popover {
    position: absolute;
    margin-left: 35px;
    padding-top: 14px;
    display: none;
    height: 256px;
}

.weixin:hover .weixin-popover {
    display: block
}

.weixin .popover {
    display: block;
    color: #777;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    /* Gecko browsers */
    -webkit-border-radius: 4px;
    /* Webkit browsers */
    border-radius: 4px
        /* W3C syntax */
}
}

}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 262px;
    text-align: left;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    white-space: normal
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-title:empty {
    display: none
}

.popover-content {
    padding: 9px 14px;
    background-color: #fff;
}

.post-image2 {
    float: left;
    padding: 5px;
    margin: 0 10px 10px 0;
    -webkit-box-shadow: 3px 3px 3px;
    -moz-box-shadow: 3px 3px 3px;
    box-shadow: 3px 3px 3px;
}

.post-image2>img {
    max-width: 180px;
    max-height: 180px;
}