/*Author：信心（www.gridsmedia.com QQ:24833251）*/
@charset "utf-8";

body {
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif, 'MicrosoftYaHeiLight', 'Microsoft YaHei Light';
    font-size: 14px;
    font-weight: normal;
    color: #333
}

@media (min-width:768px) {
    body {
        font-weight: 100
    }
}

::-moz-selection {
    color: #fff
}

::selection {
    color: #fff
}

*:focus {
    outline: none
}

a {
    text-decoration: none
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none
}

.text-indent {
    text-indent: 2em
}

.navbar {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    height: auto
}

@media (max-width:768px) {
    .navbar-brand {
        display: table;
        display: -webkit-box\9;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 8px 0;
        height: 50px !important
    }
}

.navbar img {
    height: 35px
}

@media (min-width:768px) {
    .navbar {
        height: 60px
    }

    .navbar-brand {
        float: left;
        padding: 10px 15px 10px 0
    }

    .navbar img {
        height: 40px
    }
}

.nav li a {
    padding: 15px 25px;
    font-size: 16px
}

@media (min-width:768px) {
    .nav li a {
        border-bottom: none;
        padding: 20px 25px
    }
}

ul.nav li {
    width: 100%;
    text-align: left
}

ul.nav li a {
    display: block
}

ul.nav li:hover>ul {
    display: block
}

ul.nav ul {
    display: block;
    position: relative
}

ul.nav ul li {
    position: relative;
    float: none
}

ul.nav ul li a {
    display: block;
    padding: 10px 40px
}

ul.nav ul ul {
    display: block;
    position: absolute;
    left: 100%;
    padding: 0
}

ul.nav ul ul li {
    float: none;
    position: absolute
}

ul.nav ul ul ul {
    display: block;
    position: absolute;
    left: 100%;
    padding: 0
}

ul.nav ul ul ul li {
    float: none;
    position: absolute
}

@media (min-width:768px) {
    ul.nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    ul.nav ul {
        display: none;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none
    }

    ul.nav li {
        width: auto;
        text-align: center
    }

    ul.nav li:hover>ul {
        display: block
    }

    ul.nav ul li {
        float: none;
        position: relative
    }

    ul.nav ul li a {
        padding: 12px 25px
    }

    ul.nav ul ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0
    }

    ul.nav ul ul li {
        float: none;
        position: relative
    }
}

.searchform_button {
    border: none;
    cursor: pointer;
    padding: 15px 15px 15px 0
}

@media (min-width:768px) {
    .searchform_button {
        margin-right: 5px;
        padding: 20px 0 20px 15px
    }

    .login_button {
        border: none;
        cursor: pointer;
        margin-right: 0;
        padding: 20px 0 20px 15px
    }
}

#searchform {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0
}

@media (min-width:768px) {
    #searchform {
        right: -5px
    }
}

.form-text {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 50px 8px 20px;
    line-height: 20px;
    vertical-align: middle
}

.form-text.form-input {
    border: none;
    width: 200px;
    color: #fff
}

#searchform input::-webkit-input-placeholder {
    color: #fff
}

#searchform input:-moz-placeholder {
    color: #fff
}

#searchform input::-moz-placeholder {
    color: #fff
}

#searchform input:-ms-input-placeholder {
    color: #fff
}

.form-button {
    position: absolute;
    border: none;
    margin: 6px 0 0 160px;
    color: #eee;
    background: none
}

.form-button:hover,
.form-button:focus {
    color: #fff
}

.multi {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding: 0;
    height: 18px;
    line-height: 32px
}

.multi i {
    padding: 0 10px 0 0;
    font-size: 18px;
    background: #fff
}

.multi .title {
    padding: 0 20px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    background: #fff
}

.post-istop {
    margin-top: 25px
}

.post-istop .multi {
    line-height: 33px
}

.post-istop .istop {
    border: 1px #e5e5e5 solid;
    margin-top: 15px;
    color: #505050
}

.post-istop .istop a {
    display: block;
    overflow: hidden
}

.post-istop .istop:hover {
    box-shadow: 0px 0px 8px #ccc;
    cursor: pointer
}

.post-istop .istop:hover a {
    color: #fff
}

.post-istop .istop span {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 66.66666666%;
    width: 100%;
    max-width: 100%;
    height: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.post-istop .istop:hover span {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05)
}

.post-istop .istop p {
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    font-size: 14px
}

.post-istop .istop p a {
    color: #333
}

.post-multi {
    margin-top: 25px
}

@media (max-width:768px) {
    .post-multi {
        margin-top: 15px
    }
}

.post-multi .multi {
    line-height: 33px
}

.post-multi ul {
    margin: 15px auto;
    padding-top: 10px
}

.post-multi ul li {
    height: 60px;
    font-size: 20px;
}

.post-multi .hqimg {
    margin: 0 auto;
    width: 380px;
    height: 260px;
}

.post-multi .hqimg img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.post-multi .post-article {
    border-left: 3px #fff solid;
    margin: 0;
    height: 34px;
    line-height: 34px
}

.post-multi .post-article:hover {
    background: #f6f6f6
}

.post-multi .multi-title {
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
    height: 24px;
    line-height: 24px
}

.post-multi .multi-title a {
    font-size: 14px;
    font-weight: normal;
    color: #333
}

.post-multi .multi-time {
    padding-right: 10px;
    font-size: 13px;
    color: #999
}

.post-multi dl {
    border: 1px #e5e5e5 solid;
    overflow: hidden;
    margin: 20px 0 0 0;
    background: #fff
}

.post-multi dl:hover {
    box-shadow: 0px 0px 8px #ccc;
    cursor: pointer
}

.post-multi dt a {
    display: block;
    overflow: hidden
}

.post-multi dt img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.post-multi dt img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05)
}

.post-multi .photo-title {
    margin: 0;
    padding: 5px 10px 10px 10px;
    line-height: 14px
}

.post-multi .photo-title a {
    font-size: 14px;
    color: #505050
}

@media (min-width:768px) {
    .post-multi ul {
        padding-top: 15px
    }

    .post-multi .post-article {
        border-left: 3px #fff solid;
        margin: 0 0 5px 0;
        height: 40px;
        line-height: 40px
    }

    .post-multi .multi-title {
        margin: 0;
        padding: 0 10px;
        height: 30px;
        line-height: 30px
    }

    .post-multi .multi-title a {
        font-size: 16px;
        font-weight: 100
    }

    .post-multi .photo-title {
        margin: 0;
        padding: 10px 15px;
        line-height: 24px
    }

    .post-multi .photo-title a {
        font-size: 18px;
        font-weight: 100
    }
}

.post-multi .photo-time {
    padding: 0 15px;
    color: #666
}

.post-multi .photo-content {
    padding: 10px 15px;
    line-height: 25px
}

.post-multi blockquote {
    border: none;
    border-left: 4px solid #ccc;
    margin: 30px 0 0 0;
    padding: 15px 20px;
    line-height: 25px;
    font-size: 14px;
    background: #f6f6f6;
    quotes: "\201C" "\201D" "\2018" "\2019"
}

.post-multi blockquote:before {
    content: open-quote;
    margin-right: .18em;
    line-height: .1em;
    vertical-align: -.4em;
    font-size: 4em;
    color: #ccc
}

.post-multi blockquote p {
    display: inline;
    line-height: 26px;
    font-size: 14px
}

.media {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 15px 0 10px 0
}

.media-left {
    position: relative;
    padding: 0 10px 0 0
}

.media-left a {
    display: block;
    overflow: hidden
}

.media-left img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.media-left img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05)
}

.media-left span {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 2px 6px;
    font-size: 13px;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.media-left:hover span {
    opacity: 1;
    filter: alpha(opacity=100)
}

@media (min-width:992px) {
    .media-left {
        padding: 0 20px 0 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .media-left {
        padding: 0 20px 0 0
    }
}

.media-heading {
    overflow: hidden;
    margin-top: -5px;
    margin-bottom: 5px;
    max-height: 45px;
    line-height: 18px
}

.media-heading span {
    border-radius: 4px;
    margin-top: 0;
    margin-right: 10px;
    padding: 4px 10px;
    font-size: 13px;
    color: #fff
}

.media-heading a {
    font-size: 16px;
    color: #333
}

@media (min-width:768px) {
    .media {
        padding: 20px 0
    }

    .media-heading {
        margin-top: -8px;
        margin-bottom: 10px;
        height: 32px;
        line-height: 32px
    }

    .media-heading a {
        font-size: 20px
    }
}

.media-body p {
    overflow: hidden;
    line-height: 24px;
    color: #333
}

.media-body p a {
    color: #333
}

.media-body .media-time {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #666
}

.media-three {
    overflow: hidden;
    margin: 0;
    padding: 3px 0 6px 0
}

.media-three-thumbnail {
    float: left;
    position: relative;
    padding: 0 8px 0 2px;
    width: 33.33333333%
}

.media-three-thumbnail:hover {
    cursor: pointer
}

.media-three-thumbnail a {
    display: block;
    overflow: hidden
}

.media-three-thumbnail span {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.media-three-thumbnail:hover span {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05)
}

@media (min-width:768px) {
    .media-body .media-time {
        font-size: 14px;
        color: #666
    }

    .media-body p {
        overflow: hidden;
        max-height: 150px;
        line-height: 25px;
        color: #333
    }
}

#my-gallery-container .item dt {
    position: relative
}

#my-gallery-container .item dt span {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#my-gallery-container .item dt:hover span {
    opacity: 1;
    filter: alpha(opacity=100)
}

.comment-pagebar {
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center
}

.pagebar {
    margin: 30px 0;
    padding: 0;
    text-align: center
}

.pagebar li {
    display: inline-block;
}

@media (min-width:768px) {
    .pagebar {
        margin: 40px 0
    }
}

.pagebar a,
.comment-pagebar a {
    display: inline-block;
    border: 1px solid #fff;
    margin: 0 0 5px 0;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #666;
    background: #eee
}

.pagebar a:focus,
.pagebar a:hover,
.comment-pagebar a:focus,
.comment-pagebar a:hover {
    color: #fff
}

.pagebar .now-page,
.comment-pagebar .now-page {
    display: inline-block;
    padding: 0 12px;
    height: 30px;
    line-height: 32px;
    color: #fff
}

.pagebar .page-num,
.comment-pagebar .page-num {
    margin: 0 15px 0 0;
    color: #666
}

@media (min-width:992px) {

    .pagebar a,
    .comment-pagebar a {
        padding: 0 16px;
        height: 38px;
        line-height: 38px
    }

    .pagebar .now-page,
    .comment-pagebar .now-page {
        padding: 0 16px;
        height: 36px;
        line-height: 38px
    }
}

#sidebar {
    margin-bottom: 20px
}

#sidebar a:hover,
#sidebar a:focus {
    text-decoration: underline
}

#sidebar .function {
    overflow: hidden;
    margin-top: 25px
}

#sidebar .function_t {
    margin-bottom: 15px;
    padding: 0 1px;
    height: 18px;
    line-height: 32px;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    background: #fff
}

#sidebar .function_t:before {
    padding: 0 10px 0 0;
    font-family: 'FontAwesome';
    font-size: 18px;
    background: #fff
}

#sidebar .function_t:after {
    border-bottom: 1px solid #e5e5e5;
    display: inherit;
    position: relative;
    margin: -15px 0 0 116px;
    padding: 0;
    width: 100%;
    content: '';
    background: #fff
}

#divCalendar .function_t:before {
    content: '\f274'
}

#divNavBar .function_t:before {
    content: '\f0c9'
}

#divCatalog .function_t:before {
    content: '\f1b2'
}

#divContorPanel .function_t:before {
    content: '\f013'
}

#divPrevious .function_t:before {
    content: '\f044'
}

#divNewpost .function_t:before {
    content: '\f040'
}

#divLinkage .function_t:before {
    content: '\f0c1'
}

#divSearchPanel .function_t:before {
    content: '\f002'
}

#divFavorites .function_t:before {
    content: '\f02e'
}

#divArchives .function_t:before {
    content: '\f02d'
}

#divComments .function_t:before {
    content: '\f075'
}

#divNewcomm .function_t:before {
    content: '\f086'
}

#divStatistics .function_t:before {
    content: '\f05a'
}

#divMisc .function_t:before {
    content: '\f03e'
}

#divAuthors .function_t:before {
    content: '\f007'
}

#divTags .function_t:before {
    content: '\f02c'
}

#divHottags .function_t:before {
    content: '\f06d'
}

#divHotpost .function_t:before {
    content: '\f135'
}

#divReaders .function_t:before {
    content: '\f21d'
}

#divFollow .function_t:before {
    content: '\f025'
}

#divGuess .function_t:before {
    content: '\f074'
}

#divNavBar ul,
#divFavorites ul,
#divArchives ul,
#divLinkage ul,
#divStatistics ul,
#divMisc ul,
#divAuthors ul,
#divCatalog ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0
}

#divNavBar ul li,
#divFavorites ul li,
#divArchives ul li,
#divLinkage ul li,
#divStatistics ul li,
#divMisc ul li,
#divAuthors ul li {
    overflow: hidden;
    float: left;
    padding: 10px 0 0 5px;
    width: 50%;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis
}

#divCatalog ul li {
    list-style-type: circle;
    padding: 10px 0 0 5px;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis
}

#divCatalog ul li ul {
    padding: 0 0 0 30px
}

#divContorPanel div {
    overflow: hidden;
    padding: 10px 0;
    line-height: 28px
}

#divContorPanel div span {
    padding: 0 10px 0 0
}

#divCalendar {
    overflow: hidden;
    padding: 0
}

table[id$='Calendar'] {
    border: none;
    width: 100%;
    text-align: center;
    color: #666
}

table[id$='Calendar'] caption {
    margin: 0;
    padding: 15px 0 10px 0;
    font-size: 15px;
    text-align: center
}

table[id$='Calendar'] th {
    text-align: center;
    color: #666
}

table[id$='Calendar'] td {
    padding: 4px
}

table[id$='Calendar'] td a {
    display: block
}

#divPrevious ul,
#divComments ul,
#divNewpost ul,
#divHotpost ul,
#divGuess ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 15px 0 0 5px
}

#divPrevious li,
#divComments li,
#divNewpost li,
#divHotpost li,
#divGuess li {
    display: block;
    overflow: hidden;
    margin-bottom: 20px !important;
    padding-left: 10px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis
}

#divPrevious li:nth-child(10n+1),
#divComments li:nth-child(10n+1),
#divNewpost li:nth-child(10n+1),
#divHotpost li:nth-child(10n+1),
#divGuess li:nth-child(10n+1) {
    border-left: 3px #fd5f00 solid
}

#divPrevious li:nth-child(10n+2),
#divComments li:nth-child(10n+2),
#divNewpost li:nth-child(10n+2),
#divHotpost li:nth-child(10n+2),
#divGuess li:nth-child(10n+2) {
    border-left: 3px #ffc002 solid
}

#divPrevious li:nth-child(10n+3),
#divComments li:nth-child(10n+3),
#divNewpost li:nth-child(10n+3),
#divHotpost li:nth-child(10n+3),
#divGuess li:nth-child(10n+3) {
    border-left: 3px #00a635 solid
}

#divPrevious li:nth-child(10n+4),
#divComments li:nth-child(10n+4),
#divNewpost li:nth-child(10n+4),
#divHotpost li:nth-child(10n+4),
#divGuess li:nth-child(10n+4) {
    border-left: 3px #00c3c4 solid
}

#divPrevious li:nth-child(10n+5),
#divComments li:nth-child(10n+5),
#divNewpost li:nth-child(10n+5),
#divHotpost li:nth-child(10n+5),
#divGuess li:nth-child(10n+5) {
    border-left: 3px #b92400 solid
}

#divPrevious li:nth-child(10n+6),
#divComments li:nth-child(10n+6),
#divNewpost li:nth-child(10n+6),
#divHotpost li:nth-child(10n+6),
#divGuess li:nth-child(10n+6) {
    border-left: 3px #e07e00 solid
}

#divPrevious li:nth-child(10n+7),
#divComments li:nth-child(10n+7),
#divNewpost li:nth-child(10n+7),
#divHotpost li:nth-child(10n+7),
#divGuess li:nth-child(10n+7) {
    border-left: 3px #27c790 solid
}

#divPrevious li:nth-child(10n+8),
#divComments li:nth-child(10n+8),
#divNewpost li:nth-child(10n+8),
#divHotpost li:nth-child(10n+8),
#divGuess li:nth-child(10n+8) {
    border-left: 3px #5c68ec solid
}

#divPrevious li:nth-child(10n+9),
#divComments li:nth-child(10n+9),
#divNewpost li:nth-child(10n+9),
#divHotpost li:nth-child(10n+9),
#divGuess li:nth-child(10n+9) {
    border-left: 3px #00a9da solid
}

#divPrevious li:nth-child(10n),
#divComments li:nth-child(10n),
#divNewpost li:nth-child(10n),
#divHotpost li:nth-child(10n),
#divGuess li:nth-child(10n) {
    border-left: 3px #e41a91 solid;
    margin-bottom: 10px
}

#divPrevious li a,
#divComments li a,
#divNewpost li a,
#divHotpost li a,
#divGuess li a {
    font-size: 15px;
    color: #505050;
    text-decoration: none
}

#divPrevious li a:hover,
#divPrevious li a:focus,
#divComments li a:hover,
#divComments li a:focus,
#divNewpost li a:hover,
#divNewpost li a:focus,
#divHotpost li a:hover,
#divHotpost li a:focus,
#divGuess li a:hover,
#divGuess li a:focus {
    text-decoration: none
}

#divTags ul,
#divHottags ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 8px 0 0 0
}

#divTags li,
#divHottags li {
    float: left;
    margin: 6px 4px;

}

#divTags li a,
#divHottags li a {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0 20px;
    width: 100%;
    height: 34px;
    line-height: 32px;
    font-size: 16px;
    white-space: nowrap;
    background: none;
    transition: background-color .3s ease-out 0s, border-color .3s ease-out 0s
}

#divTags li a:hover,
#divTags li a:focus,
#divHottags li a:hover,
#divHottags li a:focus {
    color: #fff;
    text-decoration: none
}

#divTags li .tag-count {
    font-size: 12px
}

#divSearchPanel .function_t {
    margin: 0 0 25px 0
}

#divSearchPanel form input[type='text'] {
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 0 10px;
    width: 78%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666
}

#divSearchPanel form input[type='text']:hover {
    border: 1px solid #ddd
}

#divSearchPanel form input[type='submit'] {
    border: none;
    margin: 0;
    padding: 0;
    width: 20%;
    height: 35px;
    line-height: 35px;
    color: #fff
}

#divSearchPanel form input[type='submit']:hover {
    opacity: .95
}

@media (min-width:768px) {
    #divSearchPanel form input[type='text'] {
        width: 77%
    }

    #divSearchPanel form input[type='submit'] {
        width: 20%
    }
}

#divNewcomm ul {
    margin: 0;
    padding: 0
}

#divNewcomm dd dl {
    border-bottom: 1px dotted #e5e5e5;
    overflow: hidden;
    margin: 0;
    padding: 20px 0 10px 0
}

#divNewcomm dd dt {
    overflow: hidden;
    float: left;
    margin-right: 15px
}

#divNewcomm dd dt img {
    border: 1px solid #eee;
    border-radius: 50px;
    display: block;
    padding: 2px;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

#divNewcomm dd dt img:hover {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg)
}

#divNewcomm dd dd span {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

#divNewcomm dd dd span em {
    float: left;
    font-style: normal;
    font-weight: 100
}

#divNewcomm dd dd span i {
    float: right;
    padding: 0 0 0 10px;
    font-size: 12px;
    font-style: normal;
    color: #999
}

#divNewcomm dd dd p {
    overflow: hidden;
    padding: 5px 0 0 0;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #505050;
    white-space: nowrap;
    text-overflow: ellipsis
}

#divNewcomm dd dd p img {
    margin-top: -4px;
    padding: 0 2px
}

#divNewcomm dd dd p a {
    color: #505050
}

#divNewcomm dd dd p a:hover {
    text-decoration: underline
}

#divReaders .function_t {
    margin: 0 0 30px 0
}

#divReaders {
    overflow: hidden
}

#divReaders ul {
    margin: 0;
    padding: 0
}

#divReaders li {
    list-style-type: none
}

#divReaders a {
    float: left;
    overflow: hidden;
    margin: 0 5px 10px 4px;
    width: 60px;
    height: 92px;
    color: #505050;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer
}

#divReaders img {
    border-radius: 25px;
    border: 1px solid #eee;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 2px;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

#divReaders img:hover {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg)
}

#divFollow ul {
    padding: 0
}

#divFollow dd dl {
    border-bottom: 1px dotted #e5e5e5;
    overflow: hidden;
    margin: 0;
    padding: 15px 0 5px 0
}

#divFollow dd dt {
    overflow: hidden;
    float: left;
    margin-right: 15px
}

#divFollow dt a {
    display: block;
    overflow: hidden
}

#divFollow dd dt img {
    display: block;
    margin: 0 0 10px 0
}

#divFollow dd dd h4 {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 100
}

#divFollow dd dd p {
    overflow: hidden;
    padding: 5px 0 0 0;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #505050;
    white-space: nowrap;
    text-overflow: ellipsis
}

#divFollow dd dd p img {
    margin-top: -4px;
    padding: 0 2px
}

#divFollow dd dd p a {
    color: #505050
}

#divFollow dd dd p a:hover {
    text-decoration: underline
}

.sidebar-author {
    overflow: hidden;
    margin-top: 25px;
    padding: 20px;
    background: #fafafa
}

.sidebar-user-img {
    display: block;
    width: 70px;
    height: 70px
}

.sidebar-user-img img {
    border-radius: 70px;
    border: 1px solid #eee;
    padding: 2px;
    width: 70px;
    height: 70px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.sidebar-user-img img:hover {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sidebar-user {
    overflow: hidden;
    margin: 10px 0 0 80px;
    height: 70px
}

.sidebar-user h4,
.sidebar-user h4 a {
    margin: 0;
    font-size: 16px
}

.sidebar-user h4 i {
    margin-left: 10px;
    color: #dd0000
}

.sidebar-user p {
    margin: 4px 0 8px 0;
    color: #999
}

.sidebar-user span {
    font-size: 16px;
    font-family: "Georgia";
    color: #dd0000
}

.sidebar-user .btn {
    margin: 0 2px 5px 0
}

.sidebar-user .btn:focus {
    outline: 0
}

.sidebar-description {
    border-top: 1px solid #eee;
    display: block;
    margin: 0;
    padding: 10px;
    color: #666
}

.sidebar-description:before {
    padding: 0 10px 0 0;
    font-family: 'FontAwesome';
    font-size: 14px;
    content: '\f10d';
    color: #ccc
}

.sidebar-author-btn {
    border-top: 1px solid #eee;
    padding-top: 20px
}

.sidebar-author-btn .btn {
    margin: 0 5px;
    width: 100px;
    text-decoration: none
}

.sidebar-author-btn a:hover,
.sidebar-author-btn a:focus {
    text-decoration: none !important
}

.links {
    overflow: hidden;
    margin-top: 0;
    background: #fff
}

.links .links-pic {
    margin-top: 25px
}

.links .links-pic li {
    margin-bottom: 10px
}

.links .links-pic li img {
    width: 125px;
    height: 50px
}

.links .links-txt {
    margin-top: 15px;
    padding-bottom: 20px
}

.links .links-title {
    line-height: 45px;
    height: 45px;
    font-size: 18px;
    color: #333;
    background: url(../images/bg_friendlink.jpg) center center no-repeat
}

.links .links-txt li {
    line-height: 30px;
    color: #505050
}

.links .links-txt li a {
    color: #505050
}

footer {
    margin-top: 0;
    padding: 15px 0
}

footer .rightcopy {
    float: left
}

@media (min-width:768px) {
    .links {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        margin-top: 20px
    }

    footer {
        margin-top: 20px
    }

    footer .rightcopy {
        float: right
    }
}

.post-single {
    overflow: hidden;
    margin: 25px 0
}

.single-title {
    line-height: 30px;
    font-size: 22px;
    font-weight: normal
}

.single-title a {
    color: #505050
}

.single-time {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding: 0 0 5px 0;
    line-height: 26px;
    font-size: 12px;
    color: #999
}

.single-time i {
    padding: 0 5px 0 0
}

.single-time em {
    padding: 0 10px 0 0
}

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

.post-single p {
    margin: 10px 0 0 0;
    line-height: 30px;
    font-size: 16px
}

.post-single p a:hover {
    text-decoration: underline
}

.article-content {
    overflow: hidden
}

.article-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    margin: 15px 0 0 0;
    padding: 0 0 0 6px
}

.article-content h2 {
    font-size: 20px;
    font-weight: normal
}

.article-content h3 {
    font-size: 18px;
    font-weight: normal
}

.article-content h4,
.article-content h5,
.article-content h6 {
    font-weight: normal
}

@media (min-width:768px) {
    .single-title {
        line-height: 45px;
        font-size: 32px;
        font-weight: 100
    }

    .article-content h2,
    .article-content h3,
    .article-content h4,
    .article-content h5,
    .article-content h6 {
        margin: 20px 0 0 0;
        padding: 0 0 0 10px
    }

    .article-content h2 {
        font-size: 28px;
        font-weight: 100
    }

    .article-content h3 {
        font-size: 24px;
        font-weight: 100
    }

    .article-content h4,
    .article-content h5,
    .article-content h6 {
        font-weight: 100
    }

    .post-single p {
        line-height: 35px;
        font-size: 18px
    }

    .single-time {
        margin-bottom: 20px;
        padding: 0 0 10px 0;
        line-height: 32px;
        font-size: 14px
    }

    .single-time em {
        padding: 0 15px 0 0
    }
}

.post-single pre {
    border: none;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background: #f3f3f3
}

.post-single blockquote {
    border: none;
    border-left: 5px solid #ccc;
    margin: 20px 0;
    padding: 5px 20px 15px 20px;
    line-height: 25px;
    font-size: 14px;
    background: #f6f6f6
}

.post-single blockquote p {
    line-height: 26px;
    font-size: 14px;
    text-indent: 0
}

.post-single blockquote p:first-child:before {
    padding: 0 10px 0 0;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #ccc;
    content: '\f10d'
}

.post-single blockquote p:last-child:after {
    padding: 0 0 0 10px;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #ccc;
    content: '\f10e'
}

.prev-next {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 10px 0 0 0;
    padding: 5px 0 12px 0
}

.prev-next p {
    overflow: hidden;
    height: 16px;
    line-height: 16px;
    font-size: 14px
}

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

@media (min-width:768px) {
    .prev-next {
        margin: 20px 0 0 0;
        padding: 10px 0 17px 0
    }

    .prev-next p {
        overflow: hidden;
        height: 22px;
        line-height: 22px;
        font-size: 16px
    }
}

.single-share {
    overflow: hidden;
    margin-top: 30px
}

.bd_weixin_popup {
    height: 300px !important
}

.single-share li a {
    border-radius: 20px;
    margin: 10px 0 0 0;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    font-size: 14px
}

.single-share li a.zan {
    border: 1px solid #6782b8;
    color: #6782b8;
    background: #fff;
    transition: background-color .3s ease-out 0s, border-color .3s ease-out 0s
}

.single-share li a.zan:hover {
    border: 1px solid #6782b8;
    color: #fff;
    background: #6782b8
}

.single-share li a.shang {
    border: 1px #f38e54 solid;
    color: #f38e54;
    background: #fff;
    transition: background-color .3s ease-out 0s, border-color .3s ease-out 0s
}

.single-share li a.shang:hover {
    border: 1px #f38e54 solid;
    color: #fff;
    background: #f38e54
}

.single-share li a.erweima {
    border: 1px #98c01b solid;
    color: #98c01b;
    background: #fff;
    transition: background-color .3s ease-out 0s, border-color .3s ease-out 0s
}

.single-share li a.erweima:hover {
    border: 1px #98c01b solid;
    color: #fff;
    background: #98c01b
}

.single-share li a.share {
    border: 1px solid #4ba7d5;
    color: #4ba7d5;
    background: #fff;
    transition: background-color .3s ease-out 0s, border-color .3s ease-out 0s
}

.single-share li a.share:hover {
    border: 1px solid #4ba7d5;
    color: #fff;
    background: #4ba7d5
}

@media (min-width:768px) {
    .single-share li a {
        margin: 0;
        padding: 0 20px;
        height: 34px;
        line-height: 32px;
        font-size: 16px
    }
}

#zanad {
    margin: 30px 0
}

#xgad {
    margin: 20px 0
}

.single-tags {
    overflow: hidden;
    margin-top: 20px
}

.single-tags li {
    margin: 6px 0
}

.single-tags li a {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0 20px;
    width: 100%;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    white-space: nowrap;
    background: none;
    transition: background-color .3s ease-out 0s, border-color .3s ease-out 0s
}

@media (min-width:768px) {
    .single-tags li a {
        padding: 0 20px;
        height: 34px;
        line-height: 32px;
        font-size: 16px
    }
}

.single-tags li a:hover,
.single-tags li a:focus {
    color: #fff
}

.single-copyright {
    overflow: hidden;
    margin-top: 15px;
    padding: 8px 16px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    word-wrap: break-word;
    background: #f6f6f6
}

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

@media (min-width:768px) {
    .single-copyright {
        margin-top: 15px;
        padding: 12px 20px;
        line-height: 30px;
        font-size: 16px
    }
}

.mutuality {
    overflow: hidden;
    margin-top: 30px
}

.mutuality-title {
    font-size: 18px;
    color: #333;
    background: url(../images/bg_friendlink.jpg) center center no-repeat
}

.mutuality .mutuality-pic {
    border: 1px #e5e5e5 solid;
    margin-top: 20px;
    color: #505050
}

.mutuality .mutuality-pic:hover {
    box-shadow: 0px 0px 8px #ccc;
    cursor: pointer
}

.mutuality .mutuality-pic:hover a {
    color: #fff
}

.mutuality .mutuality-pic a {
    display: block;
    overflow: hidden
}

.mutuality .mutuality-pic span {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 66.66666666%;
    width: 100%;
    max-width: 100%;
    height: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mutuality .mutuality-pic:hover span {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05)
}

.mutuality .mutuality-pic p {
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    font-size: 14px
}

.mutuality .mutuality-pic p a {
    color: #333
}

.mutuality .mutuality-pic p a:hover,
.mutuality .mutuality-pic p a:focus {
    text-decoration: none
}

.mutuality ul {
    overflow: hidden;
    padding: 10px 0 0 0
}

.mutuality ul li {
    overflow: hidden;
    float: left;
    padding: 10px 0 0 5px;
    width: 50%;
    font-size: 15px;
    white-space: nowrap
}

.mutuality ul li i {
    padding: 0 5px 0 0;
    font-size: 12px;
    color: #ddd
}

.mutuality ul li a:hover,
.mutuality ul li a:focus {
    text-decoration: underline
}

@media (max-width:480px) {
    .mutuality ul li {
        width: 100%
    }
}

.comments {
    overflow: hidden;
    margin-top: 30px
}

.comments-title {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
    height: 18px;
    line-height: 32px
}

.comments-title i {
    padding: 0 10px 0 0;
    font-size: 18px;
    background: #fff
}

.comments-title span {
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    background: #fff
}

.comments-title small {
    padding: 0 20px 0 10px;
    font-size: 14px;
    font-weight: normal;
    background: #fff
}

.comments blockquote {
    border: none;
    position: relative;
    margin: 20px 0 0 0;
    padding: 0 0 0 65px;
    font-size: 15px
}

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

.comments figure {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0
}

.comments figure img {
    border: 1px solid #eee;
    display: block;
    border-radius: 50px;
    padding: 2px;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.comments figure img:hover {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg)
}

.comments cite {
    font-style: normal;
    display: block;
    overflow: hidden
}

.comments cite em {
    font-weight: 100;
    font-style: normal;
    color: #999
}

.comments time {
    padding: 0 0 0 10px;
    font-size: 12px;
    color: #999
}

.comments blockquote .revertcomment {
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: normal
}

.comments q {
    display: block;
    quotes: none;
    padding: 5px 0
}

.comments q img {
    margin-top: -4px;
    padding: 0 2px
}

.comments blockquote blockquote {
    border: 1px solid #eee;
    margin: 15px 0 0 -60px;
    padding: 12px 15px 7px 75px
}

.comments blockquote blockquote figure {
    margin: 12px 0 0 12px
}

.comments blockquote blockquote cite em {
    margin: 0 5px 0 0
}

.comments blockquote blockquote dd figure {
    margin: 0;
    padding: 0
}

@media (min-width:768px) {
    .comments {
        overflow: hidden;
        margin-top: 30px
    }

    .comments blockquote blockquote {
        margin: 15px 0 0 0
    }

    .comments blockquote .revertcomment {
        font-weight: 100
    }

    .comments-title small {
        font-weight: 100
    }
}

.post-comment {
    overflow: hidden;
    margin-top: 20px
}

.post-comment .comment-title {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
    height: 18px;
    line-height: 32px;
    background: none
}

.post-comment .comment-title i {
    padding: 0 10px 0 0;
    font-size: 18px;
    background: #fff
}

.post-comment .comment-title span {
    padding: 0 20px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    background: #fff
}

.post-comment .comment-title a {
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: normal
}

.post-comment dd {
    position: relative;
    margin-top: 30px;
    padding: 0
}

.post-comment figure {
    overflow: hidden;
    position: absolute;
    float: left;
    width: 80px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis
}

.post-comment figure b {
    padding: 5px;
    font-size: 14px;
    font-weight: 100;
    color: #666
}

.post-comment figure img {
    border: 1px solid #eee;
    display: block;
    border-radius: 80px;
    padding: 4px;
    width: 80px;
    height: 80px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.post-comment figure img:hover {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg)
}

.post-comment .comment-form {
    margin-left: -15px
}

@media (min-width:768px) {
    .post-comment .comment-title a {
        font-weight: 100
    }

    .post-comment .comment-form {
        margin-left: 85px
    }
}

.comment-form input[type='text'] {
    border: 1px solid #eee;
    padding: 0 15px;
    width: 100%;
    height: 44px;
    line-height: 44px
}

.comment-form textarea {
    border: 1px solid #eee;
    padding: 5px 10px;
    width: 100%;
    height: 120px
}

.comment-form input[type='text']:hover,
.comment-form textarea:hover {
    border: 1px solid #ddd
}

.comment-form input[type='submit'] {
    border: 0;
    margin: 0 15px;
    padding: 0 40px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    opacity: .95
}

.comment-form input[type='submit']:hover {
    opacity: 1
}

.comment-form .input-group-addon {
    border-radius: 0;
    border: 1px solid #eee;
    border-left: 0;
    background: #f6f6f6
}

@media (max-width:768px) {
    .col-xs-12 {
        padding-left: 0;
        padding-right: 0
    }

    #divCommentPost .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.list-group {
    margin-top: 25px;
    font-size: 16px
}

.list-group .active {
    border: none;
    opacity: .95
}

.list-group .active:hover,
.list-group .active:focus {
    border: none;
    opacity: 1
}

.page-single {
    overflow: hidden;
    margin-top: 5px;
    padding-bottom: 20px
}

.page-single p {
    margin: 10px 0 0 0;
    line-height: 30px;
    font-size: 16px
}

.page-single p a:hover {
    text-decoration: underline
}

.page-single pre {
    border: none;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background: #f3f3f3
}

.page-single blockquote {
    border: none;
    border-left: 5px solid #ccc;
    margin: 20px 0;
    padding: 5px 20px 15px 20px;
    line-height: 25px;
    font-size: 14px;
    background: #f6f6f6
}

.page-single blockquote p {
    line-height: 26px;
    font-size: 14px;
    text-indent: 0
}

.page-single blockquote p:first-child:before {
    padding: 0 10px 0 0;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #ccc;
    content: '\f10d'
}

.page-single blockquote p:last-child:after {
    padding: 0 0 0 10px;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #ccc;
    content: '\f10e'
}

.page-position {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 10px 0;
    line-height: 24px
}

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

.page-title {
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
    color: #666
}

@media (min-width:768px) {
    .page-single {
        margin-top: 25px;
        padding-bottom: 50px
    }

    .page-single p {
        margin: 15px 0 0 0
    }
}

.error-404 {
    padding: 80px 0 120px 0
}

.error-404 .error-title {
    font-size: 70px;
    font-family: 'Arial'
}

.error-404 p {
    margin-bottom: 70px;
    line-height: 32px;
    font-size: 16px
}

.error-404 p a:hover {
    text-decoration: underline
}

@media (min-width:768px) {
    .error-404 .error-title {
        line-height: 1.2;
        font-size: 140px
    }
}

.pjax_loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.8
}

.kefu {
    z-index: 999999;
    position: fixed;
    bottom: 120px;
    right: 10px;
    cursor: pointer
}

.kefu a,
.kefu i {
    color: #fff
}

.kefu a:hover,
.kefu i:hover {
    color: #f3f3f3
}

.kefu .qq {
    padding: 8px;
    width: 36px;
    height: 36px;
    background: #12b7f5
}

.kefu .weibo {
    padding: 8px;
    width: 36px;
    height: 36px;
    background: #ea493c
}

.kefu .weixin {
    padding: 8px 7px;
    width: 36px;
    height: 36px;
    background: #24b727
}

.kefu .phone {
    padding: 8px 10px;
    width: 36px;
    height: 36px;
    background: #ff7600
}

.kefu .comment {
    padding: 6px 8px;
    width: 36px;
    height: 36px;
    background: #17c7d1
}

.kefu .facebook {
    padding: 8px 12px;
    width: 36px;
    height: 36px;
    background: #3b5998
}

.kefu .linkedin {
    padding: 8px 10px;
    width: 36px;
    height: 36px;
    background: #1883bb
}

.kefu .top {
    padding: 4px 9px;
    width: 36px;
    height: 36px;
    background: #666666
}

.kefu-tip {
    z-index: 1000;
    position: absolute;
    display: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #fff
}

.kefu-tip .kefu-tip-arrow,
.kefu-tip .kefu-tip-arrow em,
.kefu-tip .kefu-tip-arrow ins {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    top: 45%;
    display: block;
    position: absolute
}

.kefu-tip .kefu-tip-arrow em {
    border: 5px solid transparent;
    _border: 5px solid #fff;
    _filter: chroma(color=#fff)
}

.kefu-tip .kefu-tip-arrow ins {
    border: 5px solid transparent;
    _border: 5px solid #fff;
    _filter: chroma(color=#fff)
}

.kefu-tip .kefu-tip-arrow-left {
    right: 0
}

.kefu-tip .kefu-tip-arrow-left em {
    border-right: none;
    border-left-color: #fff
}

.kefu-tip .kefu-tip-arrow-left ins {
    border-right: none;
    border-left-color: #fff;
    left: 0
}

.kefu .phone .phones {
    padding: 10px 15px;
    line-height: 24px;
    color: #333;
    font-size: 14px;
    background: #fff
}

.kefu .phone .phones i {
    color: #333
}

.kefu .phone .phones a,
.kefu .phone .phones a:hover,
.kefu .phone .phones a:focus {
    color: #333
}

.kefu .phone .phones a:hover,
.kefu .phone .phones a:focus {
    color: #333;
    text-decoration: underline
}

.kefu .top {
    display: none
}

@media (max-width:768px) {
    .kefu {
        bottom: 50px;
        right: 5px;
        cursor: pointer
    }
}

.sidebar-contact {
    border: 1px #eee solid;
    overflow: hidden
}

.sidebar-contact dt {
    float: left;
    padding: 15px 20px 15px 15px
}

.sidebar-contact dt img {
    width: 100px;
    height: 100px
}

.sidebar-contact dd {
    padding: 10px 0 0 0
}

.sidebar-contact dd .title {
    padding: 5px 15px 0 0;
    font-size: 18px
}

.sidebar-contact dd .content {
    padding: 10px 0 0 0
}

.sidebar-contact dd .content img {
    padding: 0 5px 0 0
}

@media (min-width:992px) and (max-width:1199px) {
    .sidebar-contact dd .content img {
        width: 40px
    }
}

@media (max-width:480px) {
    .sidebar-contact dd .content img {
        width: 40px
    }
}

#comment-tools {
    border: 1px solid #eee;
    border-bottom: none;
    display: block;
    margin: 0;
    padding: 5px
}

#comment-tools a {
    padding: 1px 3px;
    color: #666;
    cursor: pointer
}

#ComtoolsFrame {
    *display: none;
    margin-top: -20px;
    padding: 25px 0 5px
}

#ComtoolsFrame img {
    display: inline-block;
    margin: 0;
    padding: 3px 2px 0 2px
}

#ComtoolsFrame img:hover {
    background-color: #eee;
    cursor: pointer
}

.face-show {}

.face-show:hover #ComtoolsFrame {
    *display: block
}

#pjax_loading_frame {
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4c4c4c;
    opacity: 0.1;
    filter: alpha(opacity=10)
}

#pjax_loading {
    z-index: 9999999;
    position: fixed;
    display: table-cell;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#pjax_loading div {
    position: absolute;
    left: 49%;
    top: 49%;
    width: 60px;
    height: 60px
}

.promotion {
    overflow: hidden;
    margin-top: -20px;
    margin-bottom: 20px !important;
    padding: 0 15px 20px 15px;
    background: #fff
}

.promotion div {
    overflow: hidden;
    margin-top: 10px
}

.promotion .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px
}

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

@media (min-width:768px) {
    .promotion {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
        margin-bottom: 20px
    }

    .promotion .row {
        padding-left: 15px;
        padding-right: 15px
    }
}

.main-wrap {
    background: #fff
}

@media (min-width:768px) {
    .main-wrap {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1)
    }
}

.recommend-c,
.related-art,
.widget {
    padding: 1.5em 0;
    padding-bottom: 0;
}



.mb {

    margin-bottom: 20px;
}


.c-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding: 0;
    height: 18px;
    line-height: 32px;
}


.title {
    padding: 0 20px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    background: #fff;
}

.c-title i {
    padding: 0 10px 0 0;
    font-size: 18px;
    background: #fff;

    color: #00aa99;
}






.c-title:after {
    content: "";
    background-color: #0084ff;
    left: 1px;
    width: 34px;
    height: 2px;
    bottom: -1px;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recommend-c .img-list {
    width: 100%;
    margin-right: 4%;
}

.recommend-c .figure {
    width: 180px;
    height: 120px;
    overflow: hidden;
}

style.css:40 .fl {
    float: left;
}

.recommend-c .figure img {
    height: 100%;
    width: 100%;
}

.recommend-c .thumbnail {
    overflow: hidden;
    padding: 0;
}

.recommend-c .content {
    margin-left: 200px;
    color: #888;
}

.recommend-c .content .title {
    font-size: 18px;
    font-weight: 400;
}

.recommend-c .intro {
    padding: .5em 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.recommend-c .list {
    padding-top: .6em;
    width: 45.99%;
    margin-right: 4%;
}




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

.fl {
    float: left;
}

.recommend-c .list .iconfont {
    font-size: 14px;
    padding-right: 2px;
    color: red;
}

/*
.icon-hot:before {
    content: "\e621";
}*/

.icon-hot {
    background: url(../images/hot.gif);
}



.recommend-c .list .a {
    max-width: 84%;
}

.recommend-c .list-time,
.full-post .time {
    color: #999;
}

.fr {
    float: right;
}

@media screen and (max-width: 1200px) {

    .recommend-c .list,
    .full-post .list {
        width: 100%;
    }

    .recommend-c .list,
    .full-post .list {
        width: 100%;
    }

    .recommend-c .list {
        padding-top: .6em;

        margin-right: 4%;
    }


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

    .fl {
        float: left;
    }

    .recommend-c .img-list,
    .full-post .img-list {
        width: 100%;
    }

    .recommend-c .img-list {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .recommend-c .figure {
        width: 34%;
        height: 24vw;
        margin-right: 4%;
    }

    .recommend-c .content {
        margin-left: 0;
    }

    .recommend-c .content .title,
    .full-post .content .title {
        font-size: 16px;
        white-space: unset;
    }

}

.swiper-container {
    width: 100%;
}

.swiper-container img {
    max-width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.swiper-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
    color: #FFF;
    width: 100%;
    HEIGHT: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-text .banner-text-wrap {
    width: 100%;
    height: 100%;
}

.swiper-text .top-banner-text {
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;

}

.swiper-text .banner1 {
    background: transparent url(../images/banner1.png) no-repeat right 55%/64% auto;
}

.swiper-text .banner2 {
    background: transparent url(../images/top_banner_con.png) no-repeat right bottom/60% auto;
}

.swiper-text .top-banner-text .banner1 h2 {
    color: #fff;
    font-size: 36px;
}

.swiper-text .top-banner-text .banner1 p {
    color: #fff;
    opacity: .8;
    font-size: 18px;
    line-height: 1.7;
}

.swiper-text h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text .top-banner-text h2,
.swiper-text .top-banner-text p {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.7;
}

.swiper-text .swiperbtn {
    display: block;
    background: #0064Cd;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1dab7d), to(#47de9d));
    background-image: linear-gradient(270deg, #1dab7d 0, #47de9d 100%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
}

.swiper-text .swiperbtn:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hangQing {
    padding-bottom: 29px;
    background: #fff;
}

.hangQing .title {
    font-size: 18px;
}

.hangQing .hangQing-box {
    margin-top: 50px;
    padding: 0px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.hangQing .hangQing-box div {
    width: 30%;
}

.hangQing .hangQing-box div p {
    text-align: center;
}

.hangQing .hangQing-box div .name {
    margin-top: 10px;
}

.hangQing .hangQing-box div .num {
    padding: 10px;
}

.hangQing .hangQing-box div .bai {
    font-size: 14px;
}

.hangQing .hangQing-box div .red {
    color: red;
}

.hangQing .hangQing-box div .green {
    color: #10d410;
}

.z5d103meta-tags {
    padding: 20px 0;
    text-align: center;
}

.z5d103meta-tags .z5d103tagitem {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 8px;
    background: #e1e8f5;
    margin-bottom: 20px;
}

.z5d103meta-tags .z5d103tagitem:hover {
    background-color: #c9fdc6 !important;
}

.z5d103meta-tags .z5d103tagitem:not(:last-child) {
    margin-right: 10px;
}