/*! CSS Used from: http://jindouyxt.com/css/waiter.css */
* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.wuyou-waiter {
    position: fixed;
    right: 0px;
    top: 70%;
    margin-top: -90px;
    width: 60px;
    z-index: 999;
}

.waiter-ul li {
    position: relative;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #fff;
    background: var(--color-primary);
}

.waiter-ul li a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    text-decoration: none;
    font-size: 24px;
}

.waiter-title {
    position: absolute;
    left: 0px;
    bottom: 1px;
    color: #fff;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    z-index: 1;
    opacity: 0;
}

.waiter-title:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 14px;
    background-color: #fff;
    transform: rotate(45deg);
}

.waiter-ul li:hover .waiter-title {
    left: -88px;
    opacity: 1;
}

.waiter-ul li.wuyou-contact a {
    background-image: -webkit-linear-gradient(left, var(--color-primary), #55d8ff);
    background-image: -moz-linear-gradient(left, var(--color-primary), #55d8ff);
    background-image: -ms-linear-gradient(left, var(--color-primary), #55d8ff);
}

.waiter-ul li.wuyou-contact .waiter-title {
    background-color: var(--color-primary);
}

.waiter-ul li.wuyou-contact .waiter-title:before {
    background-color: var(--color-primary);
    z-index: -1;
}

.waiter-ul li.wuyou-top a {
    background-image: -webkit-linear-gradient(left, #333, #666);
    background-image: -moz-linear-gradient(left, #333, #666);
    background-image: -ms-linear-gradient(left, #333, #666);
}

.waiter-ul li.wuyou-top .waiter-title {
    background-color: #333;
}

.waiter-ul li.wuyou-top .waiter-title:before {
    background-color: #333;
}

/*! CSS Used from: http://jindouyxt.com/css/bootstrap.min.css */
body {
    margin: 0;
}

article,
aside,
footer,
header,
nav {
    display: block;
}

a {
    background-color: transparent;
}

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

b {
    font-weight: 700;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

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

input {
    line-height: normal;
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    a[href^="#"]:after {
        content: "";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.img-circle {
    border-radius: 50%;
}

h1,
h3,
h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

p {
    margin: 0 0 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul {
    margin-bottom: 0;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-4,
.col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:992px) {

    .col-md-4,
    .col-md-8 {
        float: left;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }
    .col-8 {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .col-8 {
        width: 66.66666667%;
    }
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

input[type=search] {
    -webkit-appearance: none;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:focus,
.btn-default:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active {
    background-image: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group .form-control,
.input-group-btn {
    display: table-cell;
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-btn:last-child>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2;
}

.input-group-btn:last-child>.btn {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.clearfix:after,
.clearfix:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.clearfix:after,
.nav:after,
.row:after {
    clear: both;
}

.visible-sm,
.visible-xs {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

/*! CSS Used from: http://jindouyxt.com/css/font-awesome.min.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
    content: "\f002";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-folder-open-o:before {
    content: "\f115";
}

/*! CSS Used from: http://jindouyxt.com/css/style.css */
body {
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 300;
    overflow-x: hidden;
    background: #fff;
}

a {
    color: #5bc0eb;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

a:hover {
    text-decoration: none !important;
    color: #2980b9 !important;
}

#header {
    position: fixed;
    width: 12em;
    height: 100%;
    /* background: #5bc0eb; */
    background: #ff0000;
    text-align: center;
    z-index: 19999;
    font-size: 18px;
}

#header .avatar {
    margin-top: 30px;
}

#header .avatar img {
    border: 3px solid #FFF;
}

#header .avatar img:hover {
    border-color: #d1f1e9;
}

#header h3 {
    color: #FFF;
}

#header .sns a {
    /* color: #ff0000; */
    color: #ffffff;
    margin: 0 3px;
    font-size: 18px;
}

#header .sns a:hover {
    color: #fff !important;
}

#header .nav ul {
    margin: 0 25%;
    padding: 0;
}

#header .nav ul li {
    border-bottom: 1px dashed #d1f1e9;
    padding: 6px 0;
    list-style: none;
    margin: 0;
}

#header .nav a {
    color: #FFF;
    font-size: 16px;
}

#header .nav a:hover {
    cursor: pointer;
    color: #d1f1e9 !important;
}

#main,
#footer {
    margin-left: 12em;
    overflow: hidden;
    padding-top: 2em;
}

#main .box {
    width: 90%;
    margin: 0 auto;
}

.article-list-1 {
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 10px 15px 20px 15px;
    background: #FFF;
}

.article-list-1 .post-title a {
    color: #1c1c1c;
    -webkit-transition: color .3s;
    transition: .3s;
    text-decoration: none;
    font-size: 25px;
}

.article-list-1 .post-meta {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 13px;
    color: #b3b3b3;
}

.article-list-1 .post-meta {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 13px;
    color: #b3b3b3;
    white-space: nowrap;
}

.article-list-1 .post-meta .meta-span {
    margin-right: 15px;
}

.widget {
    margin-bottom: 25px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
}

.widget a {
    color: #4c4c4c;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.xin1 {
    padding: 0;
    margin: 0;
    width: 25%;
    float: left;
}

.widget ul {
    padding: 0;
    margin: 0;
}

.widget li {
    list-style: none;
    padding: 2px 0;
    margin: 0;
    font-family: Fontawesome;
}

.widget .widget-title {
    position: relative;
    margin: 0 0 15px;
    padding-bottom: 15px;
}

.widget .widget-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: #5bc0eb;
    content: '';
}

.widget-cat li::before {
    content: '\f114';
    margin-right: 8px;
}

.copyright {
    overflow: hidden;
    padding: 10px 0;
    width: 88%;
    margin: 0 auto;
    background: transparent;
}

.copyright p {
    font-size: 12px;
    margin: 3px 0;
}

#titleBar {
    display: none;
}

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

    #main,
    #footer {
        margin-left: 0;
        padding-top: 4em;
    }

    #header {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10002;
        display: block;
        overflow-y: auto;
        width: 23em;
        height: 100%;
        -webkit-transition: -webkit-transform .5s ease;
        -moz-transition: -moz-transform .5s ease;
        transition: transform .5s ease;
        -webkit-transform: translateX(23em);
        -moz-transform: translateX(23em);
        transform: translateX(23em);
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -ms-transition: -ms-transform .5s ease;
        -ms-transform: translateX(23em);
    }

    #titleBar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10001;
        display: block;
        width: 100%;
        height: 44px;
        min-width: 320px;
        background: #222;
        color: #fff;
        -webkit-transition: -webkit-transform .5s ease;
        -moz-transition: -moz-transform .5s ease;
        transition: transform .5s ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -ms-transition: -ms-transform .5s ease;
    }

    #titleBar .title {
        display: block;
        padding: 0 1em;
        width: 100%;
        height: 44px;
        color: #fff;
        text-align: center;
        font-weight: 700;
        line-height: 44px;
    }

    #titleBar .toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 6em;
        height: 4em;
        outline: 0;
        border: 0;
        text-decoration: none;
    }

    #titleBar .toggle:before {
        text-transform: none !important;
        font-weight: 400;
        font-style: normal;
        font-family: FontAwesome;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    #titleBar .toggle:before {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 64px;
        height: 44px;
        background: #5bc0eb;
        color: #fff;
        content: '\f0c9';
        text-align: center;
        font-size: 18px;
        line-height: 44px;
    }
}

@media screen and (max-width:736px) {
    #main {
        margin-left: 0;
        padding-top: 4em;
    }

    #footer {
        margin-left: 0;
        padding-top: 1em;
    }

    #main .box {
        width: 100%;
    }

    #header .avatar {
        display: none;
    }

    #header {
        right: 0;
        width: 17em;
        -webkit-transform: translateX(17em);
        -moz-transform: translateX(17em);
        transform: translateX(17em);
        -ms-transform: translateX(17em);
    }

    #titleBar .toggle {
        width: 6em;
        height: 4em;
    }

    #titleBar .toggle:before {
        width: 44px;
        font-size: 14px;
    }

    #bjtp {
        width: 120px;
        height: 100px;
    }

    .post-title {
        /*overflow: hidden;*/
        /*white-space: nowrap;*/
        /*text-overflow: ellipsis;*/
    }

    .fa-calendar {
        display: none;
    }

    #rowdata .post-title a {
        font-size: 16px;
    }

    #rowdata .meta-span {
        font-size: 13px;
    }
}

.footer_search {
    width: 88%;
    margin: 0 auto;
    padding-top: 1em;
}

/*! CSS Used fontfaces */