

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 {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body,
button,
input,
select,
textarea {
    font: 14px "Microsoft YaHei", Helvetica, Arial, Lucida Grande, Tahoma, sans-serif;
    color: #444;
    line-height: 180%;
    background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
.form_name {
    text-align: right;
}
pre {
    border: 1px solid #d1d1d1;
    line-height: 190%;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

ol,ul {
    list-style: none;
}

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #ddd;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 10px;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0!important;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0!important;
}

th, td {
    padding: 10px!important;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

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

a:visited {
    color: #555;
}

a:hover {
    color: #2f889a;
}

.clear {
    clear: both;
}

:focus {
    outline: 0
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: none;
}

a, button, input {
    -webkit-tap-highlight-color: rgba(255,0,0,0);
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/** 主体 **/
#content {
    width: 1080px;
    margin: 0 auto 10px;
    *overflow:hidden;

}
/** 头部 **/
#masthead {
    *position: relative;
    *z-index: 100001;
}

.logo-site, .logo-sites {
    position: relative;
    float: left;
    margin: 10px 0 0 10px;
    width: 220px;
    max-height: 50px;
    overflow: hidden;
    transition-duration: .5s;
}

.logo-site img, .logo-sites img {
    width: 220px;
    max-height: 50px;
}

@media screen and (max-width: 480px) {
    .logo-site, .logo-sites {
        width: 140px;
    }
}

.logo-site:before {
    content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 220px;
    height: 15px;
    background-color: rgba(255,255,255,.5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;
}

@-webkit-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}

@-o-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}

@-moz-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}

@keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}

.site-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 0 0 2px 0;
}

.site-name {
    display: none;
}

@media screen and (min-width: 900px) {
    .logo-site img, .logo-sites img {
        transition-duration: .8s;
    }

    #menu-box.shadow img {
        width: 90%;
        height: auto;
        transition-duration: .8s;
    }

    .shadow #site-nav .down-menu a {
        padding: 0 10px;
        transition-duration: .8s;
    }

    .shadow #site-nav .down-menu ul a {
        line-height: 42px;
        padding: 0 0 0 20px !important;
    }
}
/** weibo **/
.weibo {
    position: absolute;
    top: 35px;
    left: 210px;
}

.weibo span {
    display: none;
}

.follow_text {
    padding: 5px 0 0 1px !important;
}
/** 顶部导航 **/
#top-header {
    _background: #689f38;
    background: #fff;
}

.top-nav {
    height: 26px;
    width: 1080px;
    margin: 0 auto 0;
}

.top-menu {
    float: right;
    margin: 0 8px 0 0;
}

.top-menu li {
    float: left;
    padding: 0 5px;
}

.top-menu a {
    color: #999;
}

.top-menu a:hover {
    color: #2f889a;
}

.default-menu li a {
    float: right;
    color: #2f889a;
    margin: 0 10px 0 0;
}

#site-nav .default-menu li a {
    margin: 10px 10px 0 0;
}
.pagination {
    *float: right;
}

.pagination a,
.pagination a:visited {
    *float: left;
    *background: #fff;
    *margin: 0 0 10px 5px;
    *padding: 8px 11px;
    *line-height: 100%;
    *border: 1px solid #ddd;
    *border-radius: 2px;
    *box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.pagination .current,
.pagination .dots {
    *background: #fff;
    *float: left;
    *margin: 0 0 0 5px;
    *padding: 8px 11px;
    *line-height: 100%;
    *border: 1px solid #ddd;
    *border-radius: 2px;
}

.pagination span.pages {
}

.pagination span.current,
.pagination a:hover {
    *background: #689f38;
    *color: #fff;
    *border: 1px solid #2f889a;
}

.screen-reader-text, .pages {
    *display: none;
}

.nav-links .prev i,
.nav-links .next i {
    *line-height: 12px;
    *padding: 0px 2px;
}

#picture .navigation, #tao .navigation {
    *margin: 0 5px 0 0;
}

.comment-navigation i {
   *padding: 0px 2px;
}
/** 管理 **/
#user-profile {
    position: relative;
    float: left;
    margin: 0 0 0 10px;
}

#user-profile, #user-profile a {
    color: #999;
}

#user-profile a {
    margin-left: 5px;
}

#user-profile a:hover {
    color: #2f889a;
}

.nav-login a {
    color: #999;
    height: 25px;
    cursor: pointer;
}

.nav-search {
    background:none;
    float: right;
    color: #fff;
    line-height: 26px;
    margin:8px 10px 0 10px;
    padding: 0 8px 3px;
    cursor: pointer;
    border-radius: 3px;
    /*border: 1px solid #2f889a;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);*/
}

.nav-search:hover {
    background: #595959;
    border: 1px solid #595959;
}

.mobile-login a {
    float: right;
    color: #fff;
    line-height: 25px;
    margin: 24px 10px 0 10px;
    padding: 0 8px;
    cursor: pointer;
}

.mobile-login a:hover {
    color: #2f889a;
}

/** 公告 **/
.bull {
    float: left;
    font-size: 14px;
    color: #666;
    margin-right: 8px;
}

.scrolltext {
    width: 70%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.scrolltext ul li {
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

/** 主导航 **/
#menu-box {
    background: #fff;
    width: 100%;
    z-index: 999;
    *+right: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

#menu-box.shadow {
    top: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
}
/** 菜单 **/
#top-menu {
    width: 1080px;
    margin: 0 auto 19px;
    display: table;
    transition-duration: .5s;
}

.shadow #top-menu {
    margin: 0 auto 10px;
}

@media screen and (min-width: 900px) {
    #top-menu {
        height: 60px;
    }
}

@media screen and (max-width: 900px) {
    #top-menu {
        height: 40px;
    }
}

.main-nav {
    float: right;
    margin: 15px 0 0 0;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;style: none;
    _float
    list-: left;
}

.nav-menu li {
    position: relative;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top:100%;
    left:0;
    min-width: 160px;
    *min-width:270px;
    z-index: 10001;
    border-bottom: 1px solid #ddd;
    *top:100%;
    *text-align:left;

}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu a {
    display: block;
    position: relative;
    zoom: 1;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu {
    float: left;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
    *white-space: normal;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.nav-menu li:hover,
.nav-menu li.sfHover {
    -webkit-transition: none;
    transition: none;
}

.nav-menu .sf-mega {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li:hover > .sf-mega,
.nav-menu li.sfHover > .sf-mega {
    display: block;
}
/*一级样式*/
#site-nav-wrap {
    float: right;
    max-width: 75%;
}

#site-nav {
}

#site-nav .down-menu li {
    display: block;
    float: left;
    height: 45px;
    line-height: 45px;
}

#site-nav .down-menu a {
    padding: 0 13px;
    color: #444;
    text-align: left;
    transition-duration: .8s;
}

#site-nav .down-menu > li > a:hover,
#site-nav .down-menu > li.sfHover > a {
    color: #2f889a;
}

#site-nav .down-menu > .current-menu-item > a,
#site-nav .down-menu > .current-menu-item > a:hover {
    color: #2f889a;
}
/*下拉样式*/
#site-nav .down-menu ul {
    padding-top: 19px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03);
}

.shadow #site-nav .down-menu ul {
    padding-top: 8px;
}

.shadow .down-menu ul {
    margin-top: 2px;
}

#site-nav .down-menu ul ul {
    padding-top: 0;
}

#site-nav .down-menu ul li {
    background: #fff;
    line-height: 1.4em;
    height: auto;
    float: none;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#site-nav .down-menu ul a {
    display: block;
    height: auto;
    line-height: 1.7em;
    padding: 10px 20px;
    margin: 0px;
    border: 0px;
    text-transform: none;
    font-size: 0.9em;
}

#site-nav .down-menu ul li > a:hover {
    color: #000;
    background: #ddd;
}

#site-nav .down-menu ul li:last-child {
}

#navigation-toggle, .sidr, #sidr-close, #mobile-search {
    display: none;
}
/*箭头*/
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.1em;
    margin-top: -2px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #2f889a;
}
/* 向右箭头 */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #2f889a;
}
/** 移动菜单 **/
#navigation-toggle {
    color: #999;
    line-height: 25px;
    padding: 0 8px;
}

#navigation-toggle:hover {
    color: #2f889a;
}

#sidr-main {
    position: absolute;
    position: fixed;
    top: 40px;
    height: 100%;
    z-index: 999999;
    width: 60%;
    overflow-x: none;
    overflow-y: auto;
    font-size: 14px;
    background: #333;
    background: none repeat scroll 0 0 rgba(51, 51, 51, 0.8);
}

#sidr-main {
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sidr-inner {
}

.sidr-inner .sidr-class-nav-menu {
    margin-bottom: 70px;
}

.sidr.right {
    left: auto;
    right: -320px;
}

.sidr.left {
    left: -320px;
    right: auto;
}

#sidr-main a {
    color: #f8f8f8;
}

#sidr-main a:hover {
    color: #fff;
    box-shadow: inset 0 0 10px 3px #222;
}

#sidr-main ul a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #777;
}

#sidr-main ul li ul {
    margin-left: 0;
    margin: 0;
}

#sidr-main ul li ul li a {
}

#sidr-main ul li ul li li a {
}

#sidr-main ul li ul li li li a {
}

#sidr-main ul li ul li a:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    color: #444;
    margin-right: 10px;
}

.sidr-class-toggle-sidr-close:before {
    position: absolute;
    top: 50px;
    left: 30px;
    margin: 0;
}

.sidr-class-toggle-sidr-close {
    padding: 10px;
    font-size: 24px;
    text-align: center;
    display: block;
    border-bottom: 1px solid #777;
}

#sidr-id-navigation-toggle {
    display: none;
}

@media screen and (min-width: 900px) {
    #search-main.shadow {
        margin: 55px auto 0;
        transition-duration: .5s;
        background: rgba(255, 255, 255, 0.9);
    }

    #sidr-main {
        display: none !important;
    }

    .mobile-login a {
        display: none;
    }
}

@media screen and (max-width: 1080px) {
    #top-menu {
        width: 98%;
    }

    .top-nav {
        width: 98%;
    }
}

@media only screen and (max-width: 900px) {
    #menu-box {
        transition: all 0s ease 0s;
    }

    #navigation-toggle {
        display: block;
        float: none;
        padding: 0 8px;
        vertical-align: top;
        width: 40px;height: 40px;
        background: url(icon_title.png) no-repeat;
        background-size: cover;
        margin-top: -5px;
    }
    #navigation-toggle i{

    }

    #site-nav .nav-menu {
        display: none;
    }

    #top-menu {
        width: 95%;
    }
/*
    .nav-search {
        background: transparent;
        color: #999;
        line-height: 29px;
        margin: 5px 10px 0 0;
        padding: 0 8px;
        vertical-align: top;
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    }
    .nav-search{
        *background:url(01-fangdajing.png) no-repeat;
    }

    .nav-search:hover {
        background: transparent;
        color: #2f889a;
        border: none;
    }
*/
    .mobile-login a {
        color: #999;
        margin: 7px 10px 0 0;
        padding: 0 8px;
    }

    .mobile-login a:hover {
        color: #2f889a;
    }

    #search-main.shadow, #mobile-nav.shadow {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999;
        margin: 10px auto 0;
    }
    /** 头部 **/
    #masthead {
        height: 40px;
    }
    /** 主导航 **/
    #menu-box {
        height: 40px;
    }

    #menu-box.shadow {
        height: 40px;
    }
    /** 菜单按钮 **/
    .main-nav {
        margin: 7px 0 0 0;
    }

    #site-nav-wrap {
        min-height: 30px;
        margin: 0 10px 0 0;
    }
    /** logo **/
    .logo-site, .logo-sites {
        margin: 2px 0 0 10px;
    }

    .logo-site, .logo-sites {
        height: 30px;
    }

    .logo-site img, .logo-sites img {
        width: 132px;
        max-height: 30px;
    }

    .logo-site a, .logo-sites a {
        font-size: 0.7em;
    }

    .site-description {
        display: none;
    }
    /** 管理 **/
    .nav-set {
        margin: 0 15px 0 0;
    }

    .mobile-search {
        background: #fff;
        font-size: 13px;
        height: 25px;
        margin: 0 0 5px 20px;
        padding: 0 8px 2px;
        border: 1px solid #ddd;
    }

    #top-header {
        display: none;
    }
}
/** 移动端 **/
.nav-mobile {
    color: #999;
    line-height: 25px;
    padding: 0 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.nav-mobile a {
    color: #999;
}

.nav-mobile:hover, .nav-mobile a:hover {
    color: #2f889a;
}

#mobile-nav {
    background: #333;
    width: 1080px;
    margin: 10px auto 5px;
    padding: 10px 20px 20px 20px;
    display: none;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: rgba(51, 51, 51, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.mobile-menu li {
    float: left;
    width: 24.999999%;
    line-height: 35px;
    margin: 8px -3px 0 2px;
}

.mobile-menu a {
    color: #ddd;
    text-align: center;
    display: block;
    border: 1px solid #777;
}

.mobile-menu a:hover {
    background: #2f889a;
    color: #fff;
    border: 1px solid #2f889a;
    transition: all 0.1s ease-in 0s;
}
.xx_form{
    overflow: hidden;
}


@media screen and (min-width: 900px) {
    .nav-mobile {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .mobile-menu li {
        width: 49.5%;
    }
    .single-content{
        overflow: hidden;
    }
    .tableborder{
        overflow: hidden;
    }
    .tableborder td{
        height: 50px;
        padding-top:15px;
        vertical-align: middle;
    }
    .tableborder td.form_name{
        width: 36%;
        text-align: right;
    }
    .tableborder td label{
        vertical-align: middle;
    }
    .form_txt input{
        width: 80%;
    }
    .form_txt textarea{
        width: 80%;
        min-height: 100px;
    }
    .form_txt input.yzm_txt{
        width: 50%;
        display: inline-block;
        float: left;
        margin-right: 10px;
    }
    .form_txt img{
        float: left;
        display: inline-block;

    }
    .form_txt span{
        display: none;
    }
    .sub_btn{
        margin-top: 10px;
    }
}

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

    .mobile-menu li {
        width: 49.5%;
    }
    .single-content{
        overflow: hidden;
    }
    .tableborder{
       overflow: hidden;
    }
    .tableborder td{
        height: 50px;
        padding-top:15px;
        vertical-align: middle;
    }
    .tableborder td.form_name{
        width: 36%;
        text-align: right;
    }
    .tableborder td label{
        vertical-align: middle;
    }
    .form_txt input{
        width: 80%;
    }
    .form_txt textarea{
        width: 80%;
        min-height: 100px;
    }
    .form_txt input.yzm_txt{
        width: 50%;
        display: inline-block;
        float: left;
        margin-right: 10px;
    }
    .form_txt img{
        float: left;
        display: inline-block;

    }
    .form_txt span{
        display: none;
    }
    .sub_btn{
        margin-top: 10px;
    }



}
/** 菜单结束 **/
/** 搜索 **/
#search-main {
    position: fixed;
    *position:static;
    left: 0;
    right: 0;
    background: #fff;
    width: 1080px;
    text-align: center;
    margin: 7px auto 5px;
    padding: 10px 20px 20px 20px;
    *padding:0;
    display: none;
    z-index: 999;
    *z-index:99999;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

#searchbar {
    width: 90%;
    margin: 10px auto 0;
    *margin:10px auto 10px;
}

#searchform input {
    float: left;
    width: 75%;
    *width:70%;
    height: 37px;
    line-height: 37px;
    font: 14px "Microsoft YaHei", Helvetica;
    padding: 2px 10px;
    background: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 2px 0 0 2px;
    -webkit-appearance: none;
}

#searchform input:focus {
    outline: 0;
    background: #fff;
}

#searchform button {
    overflow: visible;
    position: relative;
    border: 0;
    cursor: pointer;
    height: 37px;
    width: 25%;
    color: #fff;
    text-transform: uppercase;
    background: #2f889a;
    border-radius: 0 2px 2px 0;
    *float:left;
}

#searchform button:hover {
    background: #595959;
}
/** 登录 **/
#overlay {
    position: fixed;
    z-index: 10004;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#login {
    display: none;
    width: 300px;
}

.login-t, .login-t a {
    background: #2f889a;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    padding: 25px 0;
    border-radius: 2px 2px 0 0;
}

#login form, .login-user {
    background: #f8f8f8;
    padding: 20px;
}

#login input[type="username"],input[type="password"] {
    width: 100%;
    background: #fff;
    padding: 4%;
    margin-bottom: 4%;
    border: 1px solid #ddd;
    -webkit-appearance: none;
}

#login input[type="submit"] {
    width: 100%;
    background: #2f889a;
    border: 0;
    margin-bottom: 4%;
    padding: 4%;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -webkit-appearance: none;
    transition: background .3s;
    -webkit-transition: background .3s;
}

#login input[type="submit"]:hover {
    background: #595959;
}

#login img {
    float: left;
    width: 64px;
    height: 64px;
    margin: 5px 20px 0 0;
    padding: 2px;
}

.login-b {
    background: #2f889a;
    height: 45px;
    border-radius: 0 0 2px 2px;
}
/** 位置 **/
.breadcrumb {
    width: 1080px;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    padding-left: 10px;
}

.breadcrumb .fa-angle-right {
    font-size: 16px;
    margin: 0 4px;
}
/** 布局 **/

#primary {
    float: left;
    width: 70%;
    transition-duration: .5s;
}

#primary.primary {
    width: 100%;
}

.sidebar {
    width: 0;
    display: none;
}

.post, #page .page, .bulletin,
.single-picture .picture, .type-attachment,
.single-tao .tao, .single-video .video {
    position: relative;
    background: #fff;
    margin: 0 0 10px 0;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}

.entry-header h2 {
    margin: 0 0 5px 0;
}

.entry-header h2 a {
   text-align:center;
   font-size:16px;
}

.archive-content {
    color: #777;min-height:70px;
}

.title-l {
    position: absolute;
    background: #c40000;
    top: 20px;
    left: -1px;
    width: 5px;
    height: 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.entry-more a {
    position: absolute;
    bottom: 18px;
    right: -1px;
    background: #398898;
    color: #fff;
    line-height: 30px;
    padding: 0 12px;
    display: block;
    border-radius: 2px 0 0 2px;
}

.entry-more a:hover {
    background: #3e94a5;
}

.content-more a {
    background: #f40;
    width: 100px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto 60px;
    border-radius: 2px;
}

.content-more a:hover {
    color: #fff;
    background: #fc5a20;
}

/** 文章信息 **/
.entry-meta {
    position: absolute;
    bottom: 14px;
    color: #999;
    left: 240px;
}

.entry-meta1 {
    position: absolute;
    bottom: 14px;
    color: #999;
    left: 240px;
}
.format-aside .entry-meta,
.type-bulletin .entry-meta {
    position: inherit;
}

.entry-meta a {
    color: #2f889a;
}

.new-icon, .post-format {
    position: absolute;
    background: #c40000;
    top: -1px;
    right: -1px;
    line-height: 20px;
    color: #fff;
    padding: 0 5px;
    border-radius: 0 2px 0 0;
    animation: fade-in;
    animation-duration: 1.2s;
    -webkit-animation: fade-in 1.2s;
}

.new-icon {
    font-size: 12px;
}

.format-cat {
    float: left;
    background: #c40000;
    margin: 0 10px 0 0;
    filter: alpha(opacity=70);
    background: 0 0 rgba(216, 0, 0, 0.7);
}

.format-cat a, .format-cat a:hover {
    color: #fff;
    line-height: 28px;
    padding: 0 10px;
}
/** 缩略图 **/
.thumbnail {
    position: relative;
    float: left;
    max-width: 200px;
    height: auto;
    clear: both;
    margin: 1px 20px 0 0;
    overflow: hidden;
    transition-duration: .5s;
}
.thumbnail {
    position: relative;
    float: left;
    max-width: 200px;
    height: auto;
    clear: both;
    margin: 1px 20px 0 0;
    overflow: hidden;
    transition-duration: .5s;
}

.thumbnail a img {
    float: left;
    width: 200px;
    height: 150px;
    max-width: 100%;
}

.thumbnail .cat {
    background: #c40000;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=70);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: 0 0 rgba(216, 0, 0, 0.7);
}

.thumbnail .cat a {
    color: #fff;
    line-height: 28px;
    padding: 0 10px;
}

.type-bulletin .thumbnail {
    display: none;
}

.load {
    background: #f4f4f4 url(../iamges/load.gif) no-repeat scroll 50% center;
    overflow: hidden;
    zoom: 1;
}
/** 期刊缩略图 **/
.thumbnail2 {
    position: relative;
    float: left;
    max-width: 200px;
    height: 250px;
    clear: both;
    margin: 1px 20px 0 0;
    overflow: hidden;
    transition-duration: .5s;
}

.thumbnail2 a img {
    float: left;
    width: 200;
    height: 240;
    _max-width: 100%;
}

.thumbnail2 .cat {
    background: #c40000;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=70);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: 0 0 rgba(216, 0, 0, 0.7);
}

.thumbnail2 .cat a {
    color: #fff;
    line-height: 28px;
    padding: 0 10px;
}

.type-bulletin .thumbnail2 {
    display: none;
}

.load2 {
    background: #f4f4f4 url(../iamges/load.gif) no-repeat scroll 50% center;
    overflow: hidden;
    zoom: 1;
}

/** 首页缩略图 **/
.thumbnail1 {
    position: relative;
    float: left;
    max-width: 450px;
    height: auto;
    clear: both;
    margin: 1px 20px 0 0;
    overflow: hidden;
    transition-duration: .5s;
}

.thumbnail1 a img {
    float: left;
    width: auto;
    height: 270px;
    max-width: 100%;
}

.thumbnail1 .cat {
    background: #c40000;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=70);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: 0 0 rgba(216, 0, 0, 0.7);
}

.thumbnail1 .cat a {
    color: #fff;
    line-height: 28px;
    padding: 0 10px;
}

.type-bulletin .thumbnail1 {
    display: none;
}

.load1 {
    background: #f4f4f4 url(../iamges/load.gif) no-repeat scroll 50% center;
    overflow: hidden;
    zoom: 1;
}

/** 图像日志 **/
.format-img {
    max-width: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}

.format-img img {
    float: left;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.content-image {
    margin: 0 -4px;
}

.format-image {
    padding: 20px;
}

.format-img-cat {
    position: absolute;
    background: #c40000;
    top: 20px;
    left: 20px;
    z-index: 1;
    filter: alpha(opacity=70);
    background: 0 0 rgba(216, 0, 0, 0.7);
}

.format-img-cat a, .format-img-cat a:hover {
    color: #fff;
    line-height: 28px;
    padding: 0 10px;
}

.post-format-title {
    position: absolute;
    bottom: -1px;
    right: 20px;
}

.post-format-title a {
    font-size: 1.2rem;
    color: #999;
    line-height: 0px;
    font-weight: normal;
}

.img-number {
    position: absolute;
    bottom: -2px;
    left: 20px;
    font-size: 1.2rem;
    color: #999;
}

.post-format {
    z-index: 1;
}

.f4 {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 4px;
    transition-duration: .5s;
}

@media screen and (max-width: 550px) {
    .f4 {
        padding: 0 1px;
    }

    .post-format-title, .format-img-cat, .img-number {
        display: none;
    }
}
/** 日志形式 **/
@media screen and (min-width: 901px) {
    .format-aside .archive-content {
        height: 96px;
        overflow: hidden;
    }
}

/** 正文 **/
.entry-header h1 {
    position: relative;
    font-size: 18px;
    /*font-size: 1.8rem;*/
    line-height: 30px;
    text-align: center;
    margin: 35px -20px 20px -20px;
    padding: 5px 20px;
    border-left: 5px solid #2f889a;
    border-right: 5px solid #2f889a;
}

.single-content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
}

.single-content a, .single-content a:visited {
    color: #2f889a;
}

.single-content a:hover {
    color: #40aabf;
}
/** 排版样式 **/
.single-content p,
.single-content ul,
.single-content ol,
.single-content dd,
.single-content pre,
.single-content hr {
    margin: 0 0 5px 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    word-break: break-all;
    text-justify: inter-ideograph;
}

.single-content h2 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 190%;
    margin: 10px -21px;
    padding: 0 44px;
    border-left: 5px solid #e40000;
}

.single-content h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 190%;
    margin: 2px -21px 10px -21px;
    padding: 0 44px;
    border-left: 5px solid #2f889a;
}

.single-content h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 280%;
    margin-top: -70px;
    padding: 70px 30px 5px 30px;
}

.single-content .directory {
    float: left;
    height: 30px;
    margin: 8px -21px;
    border-left: 5px solid #2f889a;
}

.single-content fieldset {
    padding: 5px 15px;
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
}

.single-content legend {
    font-weight: bold;
    padding: 5px;
}

.show-more span {
    font-size: 16px;
    color: #2f889a;
    font-weight: normal;
    padding: 0 10px;
    cursor: pointer;
    text-indent: 0;
}

.section-content {
    padding-top: 1px;
    display: none;
}

.single-content p {
    text-indent: 2em;
}

.single-content ul li,
.single-content ol li {
    margin: 0 35px 0 50px;
    line-height: 190%;
}

.single-content ul li {
    list-style: square;
}

.single-content ol li {
    list-style: decimal;
}

.single-content sup {
    bottom: 1ex;
}

.single-content sup, .single-content sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

blockquote {
    width: 100%;
    color: #8b8b8b;
    margin: 0 auto;
    padding: 10px;
    clear: both;
    border: 1px dashed #ddd;
}

.single-content img, .comment-list p img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    display: block;
}

.wp-caption {
    background: #f3f3f3;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.wp-caption-text {
    text-align: center !important;
}

.gallery .gallery-item {
    box-sizing: border-box;
    float: left;
    margin: 0 !important;
    padding: 6px;
    text-align: center;
}

.gallery .gallery-item img {
    vertical-align: middle;
    border: none !important;
}

.single-content embed {
    float: left;
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
}
/** 图文混排 **/
img.centered {
    display: block;
    margin: 0 auto 10px;
}

img.alignnone {
    margin: 0 0 10px 0;
    display: block;
}

img.alignright {
    margin: 0 0 10px 10px;
    display: inline;
}

img.alignleft {
    margin: 0 10px 10px 0;
    display: inline;
}

.aligncenter {
    display: block;
    margin: 0 auto 10px;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
/** 日志分页 **/
.page-links {
    text-align: center;
    margin: 10px auto 5px;
}

.page-links span {
    background: #2f889a;
    color: #fff;
    margin: 2px;
    line-height: 30px;
    cursor: pointer;
    padding: 0 12px;
    display: inline-block;
    border: 1px solid #2f889a;
    border-radius: 2px;
}

.page-links a span {
    background: #fff;
    color: #000;
    text-decoration: none;
    border: 1px solid #ddd;
}

.page-links a:hover span {
    background: #2f889a;
    color: #fff;
    border: 1px solid #2f889a;
    transition: all 0.2s ease-in 0s;
}
/** 密码 **/
.post-password-form {
    margin: 15px 0;
    padding: 23px 5px 0 5px;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.post-password-form input[type="password"] {
    width: 40%;
    height: 38px;
    line-height: 30px;
    background: #fff;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
}

.post-password-form input[type="submit"] {
    width: 80px;
    line-height: 25px;
    background: #fff;
    padding: 5px;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
}

.post-password-form input[type="submit"]:hover {
    background: #2f889a;
    color: #fff !important;
    border: 1px solid #2f889a;
}

.secret-password .fa-check-square {
    font-size: 18px !important;
    color: #7ab951 !important;
    margin: 0 10px 10px 10px;
}

.post-secret .fa-exclamation-circle {
    font-size: 18px !important;
    color: #f85d00 !important;
    margin: 0 10px 10px 30px;
}
/** 回复可见 **/
.reply-read {
    margin: 15px 0;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.reply-ts {
    float: left;
    width: 75%;
}

.read-sm {
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
}

.read-pl {
    float: right;
    width: 25%;
    height: 74px;
    line-height: 74px;
    text-align: center;
    border-left: 1px solid #ddd;
}

.read-pl a {
    display: block;
    color: #555 !important;
}

.read-pl a:hover {
    background: #2f889a;
    color: #fff !important;
}

.reply-read .fa {
    font-size: 18px !important;
    color: #f85d00 !important;
    margin: 0 10px 0 0;
}
/** 文章信息 **/
.single-footer {
}

.single-meta a {
    color: #999;
}

.single-meta a:hover {
    color: #2f889a;
}

.single-meta {
    position: absolute;
    top: 15px;
    right: 15px;
}

.single-meta li {
    float: left;
}
.single-meta li.r-hide a{
    *width: 32px;
    *height: 26px;
    *margin: 0;
    *padding: 0;
    *border:none;
    *background: url(10-yinchang.png) no-repeat;
}
.single-meta li.r-hide a:hover{
    *background: url(10-yinchang-lv.png) no-repeat;
}

.single-meta .views, .single-meta li a {
    color: #999;
    line-height: 26px;
    *line-height:24px;
    margin: 0 5px 0 0;
    padding: 0 8px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.single-meta .comment a:hover,
.single-meta .edit-link a:hover,
.r-hide a:hover {
    background: #2f889a;
    color: #fff;
    border: 1px solid #2f889a;
}

.single-meta a:hover {
    color: #fff;
}

.single-cat-tag {
    position: absolute;
    background: #f8f8f8;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 2px 2px;
}

.single-cat, .single-tag {
    padding: 0 20px;
}

.single-tag a {
    padding: 0 10px 0 0;
    word-wrap: break-word;
    word-break: break-all;
}

.single-meta .comment span, .entry-content .comment span {
    display: none;
}
/** 摘要 **/
.abstract {
    background: #fff;
    font-size: 14px;
    color: #999;
    display: block;
}

.abstract fieldset {
    padding: 5px 15px;
    margin: 0 0 10px 0;
    border: 1px dashed #ddd;
}

.abstract legend {
    font-weight: 600;
    color: #999;
    padding: 0 5px;
}

.abstract p {
    text-indent: 0;
}
/** 目录 **/
.log-close a {
    color: #555;
    display: block;
    cursor: pointer;
    line-height: 18px;
    padding: 0  0 0 4px;
}

.log-close i {
    color: #fff;
    padding: 5px 0 10px 1px;
}

#log-box strong {
    font-size: 12px;
    color: #fff;
}

.log-zd {
    position: absolute;
    background: #2f889a;
    top: -1px;
    right: -1px;
    width: 22px;
    height: 217px;
    border-radius: 0 5px 5px 0;
}

#log-box {
    position: fixed;
    background: #fff;
    bottom: 10px;
    left: -1px;
    max-width: 260px;
    padding: 5px 0 0 10px;
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    display: none;
    animation: fade-in;
    animation-duration: 0.5s;
    -webkit-animation: fade-in 0.5s;
}

#catalog {
    height: 210px;
    overflow: scroll;
    overflow-x: hidden;
}

#catalog ul {
    margin: 5px 10px 0 0;
}

#catalog, #catalog a {
    font-size: 14px;
    color: #666;
}

#catalog-ul li {
    list-style: none;
    margin: 0;
    width: 99%;
    line-height: 240%;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

#catalog-ul li:hover {
    background: #f1f1f1;
}

.log-no {
    display: none;
}

.log {
    position: relative;
}

.log-prompt {
    position: absolute;
    bottom: 2px;
    right: 43px;
    color: #fff;
    line-height: 27px;
    animation: blink 1.5s linear infinite;
}

.log-arrow {
    position: relative;
    width: 80px;
    padding: 0 10px;
    background: #f40;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.log-arrow:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border: 5px solid;
    border-left-color: #f40;
    border-right-color: #f1f1f1;
    border-top-color: #f1f1f1;
    border-bottom-color: #f1f1f1;
}
/** 字号 **/
#fontsize {
    position: absolute;
    top: 15px;
    left: 20px;
    line-height: 24px;
    width: 40px;
    text-align: center;
    padding: 0 0 1px 0;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 2px;
}

#fontsize:hover {
    color: #fff;
    background: #2f889a;
    border: 1px solid #2f889a;
}

.fontsmall {
    font-size: 18px;
    font-size: 1.8rem;
}

.fontlarge {
}

/** 图片幻灯 **/
#gallery {
    position: relative;
    padding: 5px;
    border: 1px solid #ddd;
}

#gallery a {
    float: none !important;
}

#gallery .callbacks_tabs {
    position: static;
}

#gallery .callbacks_tabs a {
    color: #666;
    border: 1px solid #ddd;
}

#gallery .callbacks_here a {
    background: #ddd;
}


.callbacks2_tabs{
    display: none!important;
}
#gallery .callbacks_nav {
    top: 45%;
}


#gallery ul li {
    margin: 5px;
}

.img-n {
    color: #999;
    margin: 0 0 20px 0;
}

@media screen and (max-width: 620px) {
    #gallery .rslides_tabs a {
        font-size: 14px;
    }
}
/** 视频播放 **/
.video-content {
    position: relative;
    width: 90%;
    margin: 15px auto;
}

.video-content img {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.video-content i {
    position: absolute;
    bottom: 30%;
    left: 47%;
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
}
/** 视频模板 **/
.videos-content {
    width: 100%;
    margin: 0 0 10px 0;
}

.video-img {
    position: relative;
    float: left;
    width: 280px;
    height: 210px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.video-img img {
    width: 280px;
    height: 210px;
}

.video-inf {
    float: left;
    width: 54%;
    margin: 2px 0 0 15px;
}

.video-inf ul {
    line-height: 40px;
    margin: 0 0 13px 0;
    padding: 0 0 0 15px;
    border: 1px solid #ddd;
}

.video-img .fa-play-circle-o, .picture-img .fa-play-circle-o, #related-img .fa-play-circle-o, .img-x2 .fa-play-circle-o, .format-video .fa-play-circle-o {
    position: absolute;
    bottom: 35%;
    left: 44%;
    font-size: 30px;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
}

.picture-h-img .fa-play-circle-o {
    position: absolute;
    bottom: 50%;
    left: 44%;
    font-size: 30px;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
}

@media screen and (max-width: 720px) {
    .video-inf {
        max-width: 260px;
    }
}

@media screen and (max-width: 640px) {
    .video-img {
        float: inherit;
        margin: 0 auto 13px;
    }

    .video-inf {
        float: inherit;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 13px;
    }
}
/** 作者信息 **/
.authorbio {
    background: #fff;
    margin: 0 0 10px 0;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}

.authorbio .avatar {
    float: left;
    width: 40px;
    height: 40px;
    margin: 5px 10px 0 0;
    padding: 0;
}
/** 上下篇 **/
.nav-single {
    margin-bottom: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.meta-nav {
    background: #fff;
    float: left;
    width: 50%;
    text-align: center;
    margin-right: -1px;
    *width:45%;
    padding: 10px 20px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}

.nav-single a {
    display: block;
}

.meta-nav:hover {
    color: #fff;
    background: #2f889a;
    border: 1px solid #2f889a;
}

.post-nav {
}

.post-navigation a {
    font-size: 50px;
    color: #b6b6b6;
    text-align: center;
}

.post-navigation a:hover {
    color: #555;
}

.meta-nav-l {
    position: fixed;
    right: 0;
    top: 45%;
    width: 50px;
    z-index: 1;
}

.meta-nav-r {
    position: fixed;
    left: 0;
    top: 45%;
    width: 50px;
    z-index: 1;
}

@media screen and (max-width:1300px) {
    .post-navigation a {
        display: none;
    }
}
/** 相关图片 **/
#related-img {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px 10px 5px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.related-title {
    background: #fff;
    height: 52px;
    overflow: hidden;
}

.related-site {
    max-width: 100%;
    width: auto;
    height: auto;
    padding: 5px;
}

.related-site-img {
    position: relative;
    max-width: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}

.related-site-img a img {
    max-width: 100%;
    width: auto;
    height: auto;
}

@media screen and (min-width: 901px) {
    .related-title {
        margin: 3px 0 0 0;
    }
}

@media screen and (min-width:480px) {
    .r4 {
        float: left;
        width: 25%;
    }
}

@media screen and (max-width: 480px) {
    .r4 {
        float: left;
        width: 50%;
    }
}

/** 商品 **/
.single-goods-main {
    margin: 0 0 10px 0;
    padding: 0;
}

.single-goods-img {
    max-width: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}

.single-goods-img a img {
    float: left;
    background: #fff;
    max-width: 100%;
    width: auto;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.single-goods {
    margin: 0 -5px;
}

.single-goods .tl4 {
    position: relative;
    min-height: 1px;
    padding: 0 5px;
}

@media screen and (min-width:320px) {
    .tl4 {
        float: left;
        width: 50%;
        transition-duration: .5s;
    }
}

@media screen and (min-width:1080px) {
    .tm4 {
        float: left;
        width: 25%;
        transition-duration: .5s;
    }
}

@media screen and (max-width:1080px) {
    .tm4 {
        width: 25%;
        transition-duration: .5s;
    }
}

@media screen and (max-width: 480px) {
    .tm4 {
        width: 50%;
        transition-duration: .5s;
    }

    .single-goods {
        margin: 0 -4px;
    }
}
/** 正文小工具 **/
#single-widget h3 {
    margin: 15px 0 0 20px;
}

#single-widget .widget {
    float: left;
    width: 50%;
    margin-right: -1px;
}

#single-widget .widget ul {
    margin: 0 5px 5px 5px;
}
/** 侧边 **/
#sidebar {
    float: right;
    width: 28.6%;
}

#sidebar h3 {
    background: #f8f8f8;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.widget-title i {
    float: left;
    width: 40px;
    height: 40px;
    background: url(icon_title2.png);
    /*font-size: 18px;*/
    /*color: #2f889a;*/
    /*line-height: 40px;*/
    /*text-align: center;*/
    margin: 0 15px 0 0;
    padding: 1px 0;
    border-right: 1px solid #ddd;
    border-radius: 2px 0 0 0;
}

.widget {
    background: #fff;
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.hot_article ul li,#hot_post_widget ul li{
    height: 28px;
}

.widget ul li {
    width: 99%;
    line-height: 28px;
    white-space:normal;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.widget ul,
#sidebar #searchform,
#calendar_wrap,
.tagcloud {
    padding: 15px;
}

.widget .textwidget {
    padding: 18px;
}

#advert_widget, .widget_php_text .widget-text {
    padding: 3px;
}

.widget .textwidget img,
#advert_widget img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.widget_categories,
.widget_links,
#sidebar .widget_nav_menu {
    padding: 0 0 15px 0;
}

.widget_categories li,
.widget_links li,
#sidebar .widget_nav_menu li {
    float: left;
    width: 49.5% !important;
    margin: 0 -3px -1px 2px;
}

.widget_categories a,
.widget_links a,
#sidebar .widget_nav_menu a {
    text-align: center;
    padding: 5px 0;
    display: block;
    border: 1px solid #ddd;
}

.widget_categories a:hover,
.widget_links a:hover,
.tagcloud a:hover,
#sidebar .widget_nav_menu a:hover {
    background: #2f889a;
    color: #fff !important;
    border: 1px solid #2f889a;
    transition: all 0.1s ease-in 0s;
}

.tagcloud {
    padding: 5px 0 5px 2px;
}

.tagcloud a {
    float: left;
    margin: 4px;
    padding: 0 7px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.widget_archive select,
.widget_categories select {
    width: 140px;
    margin: 10px 20px;
    border: 1px solid #ddd;
}
/** 3D标签 **/
#tag_cloud_widget {
    position: relative;
    width: 240px;
    height: 240px;
    margin: 10px auto 10px;
}

#tag_cloud_widget a {
    position: absolute;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 0px;
    left: 0px;
    padding: 3px 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

#tag_cloud_widget a:hover {
    background: #d02f53;
    display: block;
}

#tag_cloud_widget a:nth-child(n) {
    background: #666;
    border-radius: 3px;
    display: inline-block;
    line-height: 18px;
    margin: 0 10px 15px 0;
}

#tag_cloud_widget a:nth-child(2n) {
    background: #d1a601;
}

#tag_cloud_widget a:nth-child(3n) {
    background: #286c4a;
}

#tag_cloud_widget a:nth-child(5n) {
    background: #518ab2;
}

#tag_cloud_widget a:nth-child(4n) {
    background: #c91d13;
}

#tag_cloud_widget a {
    line-height: 15px;
    background: #999;
}
/** 侧边缩略图 **/
.hot_commend ul li {
    white-space: normal;
    border-bottom: 1px dashed #dadada;
}

.new_cat ul li {
    white-space: normal;
}

.hot_commend .thumbnail, .new_cat .thumbnail {
    position: relative;
    float: left;
    width: 100px;
    height: 75px;
    margin: 8px 8px 8px 0;
    overflow: hidden;
}

.hot_commend a img, .new_cat a img {
    float: left;
    width: 100px;
    height: auto;
}

.hot_commend .hot-title, .new_cat .new-title {
    height: 55px;
    padding-top: 5px;
    line-height: 25px;
    overflow: hidden;
}

.hot_commend .views, .new_cat .date {
    float: right;
    color: #999;
}

.hot_commend .fa {
    color: #999;
}
/** 序号 **/
.li-icon {
    background: #ccc;
    font-size: 12px;
    color: #fff;
    line-height: 180%;
    margin: 0 5px 0 0;
    padding: 0 5px;
    border-radius: 2px;
}

.li-icon-1,
.li-icon-2,
.li-icon-3 {
    background: #c40000;
}

.li-number {
    float: left;
    background: #c40000;
    font-size: 12px;
    color: #fff;
    line-height: 150%;
    margin: 4px 5px 0 0;
    padding: 0 5px;
    border-radius: 2px;
}

.li-numbers {
    float: left;
    background: #ccc;
    font-size: 12px;
    color: #fff;
    line-height: 150%;
    margin: 4px 5px 0 0;
    padding: 0 5px;
    border-radius: 2px;
}

.timing_post i {
    color: #999;
    padding: 0 5px 0 0;
    x;
}
/** 日历 **/
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: center;
    font-weight: bold;
}

#wp-calendar tbody td ,#wp-calendar tfoot td {
    text-align: center;
    padding: 5px;
}

#wp-calendar a {
    color: #2f889a;
}
/** 读者墙 **/
.readers {
    padding: 15px 5px 10px 10px;
}

.readers li {
    list-style: none;
    padding: 0 3px;
}

.readers img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 -3px;
}

.readers-avatar {
    float: left;
    width: 16.66666%;
}
/** 头像留言 **/
#message .avatar {
    float: left;
    width: 24px;
    height: 24px;
    margin: 6px 8px 0 0;
}

.wp-smiley {
    height: 24px !important;
    max-height: 24px !important;
    display: inline !important;
}

#message .wp-smiley {
    height: 15px !important;
}

.message-widget ul li {
    width: 99%;
    height: 37px;
    padding-bottom: 8px;
    line-height: 37px;
    _white-space: normal;
    *white-space: normal;
    border-bottom: 1px dashed #dadada;
}

.message-page ul li {
    width: 99%;
    height: 37px;
    padding-bottom: 8px;
    line-height: 37px;
    white-space: nowrap;
    _white-space: normal;
    *white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #dadada;
}

.post_cat .fa-angle-right {
    margin-right: 5px;
    color: #999;
}

.new_cat .views {
    color: #999;
}
/** 作者墙 **/
.author_widget_box {
    float: left;
    width: 100%;
    padding: 20px 10px 10px 10px;
}

.author_box {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 0 10px;
    overflow: hidden;
    transition-duration: .5s;
    text-align: center;
}

.author_box img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.author_widget_box .xl9 {
    position: relative;
    min-height: 1px;
    padding: 0 5px;
}

#sidebar .xl9 {
    float: left;
    width: 25%;
    transition-duration: .5s;
}

@media screen and (min-width:700px) {
    #cms-widget-one .xl9 {
        width: 12.5%;
        transition-duration: .5s;
    }
}

@media screen and (max-width:480px) {
    #cms-widget-one .xl9 {
        width: 25%;
        transition-duration: .5s;
    }
}

@media screen and (max-width:320px) {
    #cms-widget-one .xl9 {
        width: 50%;
        transition-duration: .5s;
    }
}

.author-meta h2 {
    font-size: 1.6rem;
    line-height: 20px;
}

.author-avatar img {
    float: left;
    width: 96px;
    height: 96px;
    margin: 0 20px 0 0;
}

.author-meta ul {
    float: right;
    color: #999;
    padding-right: 70px;
}

.author-meta li {
    float: left;
    margin: 0 10px 0 0;
}
/** 跟随 **/
.follow {
    top: 80px;
    width: 310px;
    position: fixed;
    animation: fade-in;
    animation-duration: 1.2s;
    -webkit-animation: fade-in 1.2s;
}
.rss-widget-icon {
    display: none;
}
/** 图片小工具 **/
.img-x2 {
    position: relative;
    float: left;
    display: inline;
    width: 50%;
    padding: 5px;
    *padding:5px 0;
    *margin-left: 5px;
}

.img-box {
    margin: 0 -5px;
}

.insets {
    overflow: hidden;
}

.insets a img {
    float: left;
    max-width: 100%;
    width: auto;
   /*max-height: 110px;*/
   max-height: 130px;
}
/** 订阅 **/
#feed_widget {
}

.feed-rss, .feed-about {
    position: relative;
    font-size: 18px;
    display: block;
}

#feed_widget ul {
    margin: 0 10px;
    overflow: hidden;
}

#feed_widget li {
    float: left;
    width: 25%;
    height: 40px;
    line-height: 38px;
}

#feed_widget span {
    display: block;
}

#feed_widget a {
    color: #999;
    width: 40px;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #ddd;
}

#feed_widget a:hover {
    color: #fff;
    border: 1px solid #fff
}

#feed_widget .feed a:hover {
    background: #d28300;
    border: 1px solid #d28300
}

#feed_widget .weixin a:hover {
    background: #248a34;
    border: 1px solid #248a34
}

#feed_widget .tsina a:hover {
    background: #c40000;
    border: 1px solid #c40000
}

#feed_widget .tqq a:hover {
    background: #4e91d1;
    border: 1px solid #4e91d1
}

#weixin-qr img {
    float: left;
    width: 180px;
    height: auto;
}

.sidebar-hide {
    animation: fade-in;
    animation-duration: 1.0s;
    -webkit-animation: fade-in 1.0s;
}
/** 关于 **/
.about-main {
    font-size: 14px;
    padding: 10px 15px 0 15px;
}

.about-img img {
    float: left;
    width: 120px;
    height: auto;
    margin: 5px 10px 0 0;
    padding: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.about-name {
    font-size: 15px;
    font-weight: 700;
}

.about-inf {
    text-align: center;
    background: #f8f8f8;
    float: left;
    font-size: 14px;
    width: 100%;
    padding: 0 10px;
    border-top: 1px solid #ddd;
}

.about-inf span {
    float: left;
    width: 50%;
    padding: 5px 0 10px 0;
}

.about-pn {
    border-right: 1px solid #ddd;
}
/** 评论 **/
.comments-title {
    background: #fff;
    margin-bottom: 10px;
    padding: 15px 20px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}

.comment-list,.comment-list ol {
    list-style: none;
}

.comment-list li {
    position: relative;
    background: #fff;
    margin: 0 0 10px 0;
    padding: 15px 20px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    word-wrap: break-word;
    word-break: break-all;
}

.children li {
    position: relative;
    background: #fff;
    margin: 0 0 10px 0;
    padding: 15px 20px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    word-wrap: break-word;
    word-break: break-all;
}

.children {
    margin: 5px 0 0 0;
}

.vcard .avatar {
    float: left;
    width: 40px;
    height: 40px;
    margin: 6px 10px 0 0;
    padding: 2px;
    border: 1px solid #ddd;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}

.vcard:hover .avatar {
    transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
}

.comment-author {
    color: #999;
}

.fn {
    font-style: normal;
    font-weight: bold;
}

.floor {
    color: #999;
}

.comment-meta, .comment-meta a {
    color: #999;
}

.reply a {
    background: #fff;
    position: absolute;
    top: 15px;
    right: 20px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.reply a:hover {
    background: #2f889a;
    color: #fff;
    border: 1px solid #2f889a;
    transition: all 0.2s ease-in 0s;
}

.at, .at a {
    color: #2f889a;
}

.no-comments {
    background: #fff;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
}

#edita {
    color: #8b8b8b;
}

.comment-author .fa {
    color: #d03333;
    padding-left: 5px;
}

.lv {
    font-size: 13px;
    padding-left: 3px;
}

.vip0 .fa, .vip0 .lv {
    color: #bbb;
}

.vip1 .fa, .vip1 .lv {
    color: #46c0e6;
}

.vip2 .fa, .vip2 .lv {
    color: #f49800;
}

.vip3 .fa, .vip3 .lv {
    color: #7ab951;
}

.vip4 .fa, .vip4 .lv {
    color: #f566f5;
}

.vip5 .fa, .vip5 .lv {
    color: #d03333;
}
/** 评论表单 **/
#respond {
    background: #fff;
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}

#respond h3 {
    margin: 0 0 10px 0;
}

#respond h3 a {
    float: right;
    padding: 2px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

#comment-author-info input {
    background: #fff;
    width: 50%;
    height: 37px;
    margin: 0 10px 10px 0;
    padding: 0 5px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    _vertical-align: middle;
    *vertical-align: middle;
}

#comment {
    background: #fff;
    width: 100%;
    margin: 0 10px 10px 0;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-appearance: none;
}

#respond #submit {
    background: #fff;
    width: 50%;
    margin: 0 10px 10px 0;
    padding: 6px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-appearance: none;
}

#respond #submit:hover {
    background: #2f889a;
    color: #fff;
    border: 1px solid #2f889a;
    transition: all 0.2s ease-in 0s;
}
.comment-nologin {
    font-size: 16px;
    color: #999;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.comment-nologin a {
    padding: 0 8px;
}
/** 表单头像 **/
.user_avatar, .author_avatar {
    height: 45px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.user_avatar img, .author_avatar img {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
}
/** 表情 **/
.comment-tool {
    float: right;
    margin: 9px 0;
}

.comment-tool a {
    background: #2f889a;
    color: #fff;
    margin: 0 0 0 10px;
    padding: 5px 8px;
    border: 1px solid #2f889a;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.comment-tool a:hover {
    background: #fff;
    color: #555;
    border: 1px solid #ddd;
}

.emoji-box {
    display: none;
    position: relative;
}

.emoji-box img {
    float: left;
    width: 24px;
    height: 24px;
}
/** 引用 **/
#trackbacks {
    margin: 0 0 10px 0;
}

.backs {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 2px;
}

.track {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    display: none;
}

.track {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    display: none;
}

.track li {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}
/** 定位 **/
#anchor, .scroll-comments {
    position: relative;
    top: -75px;
}

/** 解锁 **/
.qaptcha {
    padding: 0 10px 10px 10px;
    margin-top: 10px;
}

.qaptcha .clr {
    clear: both
}

.qaptcha .bgslider {
    width: 40px;
    height: 10px;
    background: #efefef;
    float: left;
    border-radius: 30px;
    box-shadow: 1px 1px 1px #ddd inset;
    border: 1px solid #d4d4d4;
}

.qaptcha .slider {
    width: 21px;
    height: 21px;
    background: #fff;
    margin: -7px 0 0 1px;
    cursor: e-resize;
    border-radius: 22px;
    border: 1px solid #d4d4d4;
}

.qaptcha .icons {
    display: none;
}

.qaptcha .txtstatus {
    float: left;
    margin: -8px 0 0 8px;
}

.txtstatus {
    animation: fade-in;
    animation-duration: 1.0s;
    -webkit-animation: fade-in 1.0s;
}
/** 评论图标 **/
#comments .fa-exclamation-circle,
#comments .fa-comments,
#comments .fa-spinner,
#comments .fa-pencil-square-o {
    color: #2f889a;
    margin-right: 5px;
}
/** 链接 **/
#links {
    margin: 0 -2px;
}

#links h2 {
    display: none;
}

.link-f {
    max-width: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}

.link-f a img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.link-f a {
    background: #fff;
    text-align: center;
    padding: 5px;
    display: block;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition-duration: .5s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.link-f a:hover {
    background: #2f889a;
    color: #fff !important;
    border: 1px solid #2f889a;
    transition: all 0.1s ease-in 0s;
}

.lx7 {
    float: left;
    min-height: 1px;
    padding: 2px;
}

@media screen and (min-width:280px) {
    .lx7 {
        width: 50%;
        transition-duration: .5s;
    }
}

@media screen and (min-width:550px) {
    .lx7 {
        width: 50%;
    }
}

@media screen and (min-width:700px) {
    .lx7 {
        width: 25%;
        transition-duration: .5s;
    }
}

@media screen and (min-width:900px) {
    .lx7 {
        width: 25%;
        transition-duration: .5s;
    }
}

@media screen and (min-width:1024px) {
    .lx7 {
        width: 25%;
        transition-duration: .5s;
    }
}

@media screen and (max-width: 550px) {
    #links {
        margin: 6px 0 0 0;
    }
}

.linkcat h2 {
    clear: both;
    margin: 10px 3px;
    padding: 0 0 0 10px;
    border-left: 10px solid #c40000;
}

.link-all a:hover {
    background: #2f889a;
    color: #fff !important;
    border: 1px solid #2f889a;
    transition: all 0.1s ease-in 0s;
}

.link-all a, #links a {
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

.link-all a:hover, .link-all a:focus, #links a:hover, #links a:focus {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
/** 页脚 **/
#colophon {
    background: #fff;
    position: relative;
    width: auto;
    border-top: 1px solid #ddd;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.03);
}

.site-info {
    text-align: center;
    margin: 0 50px;
    padding: 33px 0!important;
}

.add-info {
    padding: 5px 0;
    display: block;
}
/** 页脚小工具 **/
#footer-widget-box {
    background: #689f38;
    position: relative;
    padding: 10px 0;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.footer-widget {
    width: 1080px;
    margin: 0 auto;
}

.footer-widget h3 {
    font-size: 15px;
    color: #ccc;
    margin: 15px 0 0 0;
}

.footer-widget .widget {
    background: #689f38;
    float: left;
    width: 50%;
    display: inline;
    border: none;
    box-shadow: none;
}
.footer-widget .widget div{
    padding: 0 20px;
}

.footer-widget, .footer-widget a {
    color: #181818;
}

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

.footer-widget .widget ul {
    padding: 8px 0 15px;
}

.footer-widget .menu li {
    float: left;
    width: auto;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-right: 20px;
}

/** 分页 **/

/** 等于或大于550px **/
@media screen and (min-width: 550px) {
    .pagination {
        float: right;
    }

    .pagination a,
    .pagination a:visited {
        float: left;
        background: #fff;
        margin: 0 0 10px 5px;
        padding: 8px 11px;
        line-height: 100%;
        border: 1px solid #ddd;
        border-radius: 2px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    }
    .pagination .current,
    .pagination .dots {
        background: #fff;
        float: left;
        margin: 0 0 0 5px;
        padding: 8px 11px;
        line-height: 100%;
        border: 1px solid #ddd;
        border-radius: 2px;
    }

    .pagination span.pages {
    }

    .pagination span.current,
    .pagination a:hover {
        background: #689f38;
        color: #fff;
        border: 1px solid #2f889a;
    }

    .screen-reader-text, .pages {
        display: none;
    }

    .nav-links .prev i,
    .nav-links .next i {
        line-height: 12px;
        padding: 0px 2px;
    }

    #picture .navigation, #tao .navigation {
        margin: 0 5px 0 0;
    }

    .comment-navigation i {
        padding: 0px 2px;
    }
}

/** 等于或小于550px **/
@media screen and (max-width: 550px) {
    .pagination {
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        border-radius: 2px;
    }

    #picture .navigation, #tao .navigation {
        width: 97%;
        display: inline-block;
        margin: 0 4px;
    }

    .pagination .nav-links {
        min-height: 30px;
        position: relative;
        text-align: center;
    }

    .pagination .current .screen-reader-text {
        position: static !important;
    }

    .screen-reader-text {
        height: 1px;
        overflow: hidden;
        position: absolute !important;
    }

    .page-numbers {
        display: none;
        line-height: 25px;
        padding: 5px;
    }

    .pagination .page-numbers.current {
        text-transform: uppercase;
    }

    .pagination .current {
        display: inline-block;
    }

    .pagination .prev,
    .pagination .next {
        background: #2f889a;
        color: #fff;
        display: inline-block;
        height: 35px;
        overflow: hidden;
        position: absolute;
		padding: 5px 15px;
    }

    .pagination .prev i,
    .pagination .next i {
        padding: 5px 15px;
    }

    .pagination .next {
        border-radius: 0 2px 2px 0
    }

    .pagination .prev {
        border-radius: 2px 0 0 2px;
    }

    .pagination .prev a,
    .pagination .next a {
        color: #fff;
        line-height: 20px;
        padding: 0;
        display: inline-block;
    }

    .pagination .prev {
        left: 0;
    }

    .pagination .prev:before {
        left: -1px;
    }

    .pagination .next {
        right: 0;
    }

    .pagination .next:before {
        right: -1px;
    }
    /** 评论分页 **/
    .comment-navigation {
        margin: 0 0 10px;
    }

    .comment-navigation .current {
        line-height: 35px;
        padding: 0 0 0 50%;
    }

    .comment-navigation .next {
        right: 4px;
    }

    .comment-navigation .prev {
        left: 4px;
    }

    .comment-navigation .prev,
    .comment-navigation .next {
        background: #2f889a;
        color: #fff;
        display: inline-block;
        overflow: hidden;
        position: absolute;
    }
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       