/*缃戠珯鍩虹鏍峰紡*/
@charset "utf-8";
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: none 0.4s linear;
    -webkit-transition: none 0.4s linear;
    -moz-transition: none 0.4s linear;
}
:root{
    --primary-color:#0e52de;
}

:root {
    --button-bg-color: #4d5257; /* 按钮背景颜色 */
    --button-hover-bg-color: #54a6ff; /* 鼠标悬停时的背景颜色 */

    --button-text-color: #000000; /* 按钮文字颜色 */
}

.pageinfo,.homepage,.nopage,.listpage,.nopage,.endpage,.nextpage {
    display: inline-block;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: var(--button-text-color);
    /*background-color: var(--button-bg-color);*/
    border: 1px solid var(--button-bg-color);
    border-radius: 5px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    margin-left: 4px;
}
.curpage {
    background-color: var(--button-hover-bg-color);
}
.pageinfo:hover,.homepage:hover,.nopage:hover,.listpage:hover,.nopage:hover,.endpage:hover,.nextpage:hover {
    background-color: var(--button-hover-bg-color);
    border-color: var(--button-hover-bg-color);
    color: var(--button-text-color); /* 可以省略，因为悬停时通常保持文字颜色不变 */
}

.logo {
    line-height: 50px;
    font-size: 2em;
    color: #0e52de!important;
    /* text-shadow: 2px 3px 4px #b8bcc5; */
}

.layui-layer {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

*, ::after, ::before {
    box-sizing: border-box;
}

html {
    font-size: 10px; /*10 梅 16 脳 100% = 62.5%*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 1.4rem;
    font-size: 14px;
    margin: 0 auto;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #444;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

li {
    list-style: none;
}

h1 {
    font-size: 4rem;
    _font-size: 40px;
}

h2 {
    font-size: 3.6rem;
    _font-size: 36px;
}

h2 {
    font-size: 3rem;
    _font-size: 30px;
}

h3 {
    font-size: 2.5rem;
    _font-size: 25px;
}

h4 {
    font-size: 2.2rem;
    _font-size: 22px;
}

h5 {
    font-size: 1.8rem;
    _font-size: 18px;
}

h6 {
    font-size: 1.6rem;
    _font-size: 16px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

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

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

img {
    border: 0;
}

a img {
    border: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
    background: #ff0;
}

small, .small {
    font-size: 85%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}


/* ---- 棰滆壊 ---- */
.text-white {
    color: #fff;
}

.text-grayLight {
    color: #cccccc;
}

.text-gray {
    color: #999;
}

.text-grayDark {
    color: #666;
}

.text-black {
    color: #333333;
}

.text-blackDark {
    color: #000;
}

.text-red {
    color: #ff0000
}

.text-green {
    color: #46BE8A
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #2888e2;
}

.text-success {
    color: #46BE8A;
}

.text-info {
    color: #2589ff
}

.text-warning {
    color: #ff6a00;
}

.text-danger {
    color: #ff006e
}

a.text-primary:hover, a.text-primary:focus {
    color: #2888e2;
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}

a.text-info:hover, a.text-info:focus {
    color: #245269;
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}

/*杈呭姪绫�*/
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

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

.curse-help {
    cursor: help
}

.curse-default {
    cursor: default
}

.text-yahei {
    font-family: 'Microsoft YaHei' !important;
}

.text-tahoma {
    font-family: 'Tahoma', 'simsun' !important;
}

.width-auto {
    width: auto
}

.width-full {
    width: 100%
}

.height-auto {
    height: auto
}

.height-full {
    height: 100%
}

.visibility-visible {
    visibility: visible
}

.visibility-hidden {
    visibility: hidden
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.text-bold {
    font-weight: bold;
}

.text-normal {
    font-weight: normal;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.display-hidden {
    display: none;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}

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

.display-flex {
    display: flex;
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.position-fixed {
    position: fixed
}

.overflow-hidden {
    overflow: hidden
}

/*鏍呮牸鏍峰紡*/
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container .container {
    padding-left: 0px;
    padding-right: 0px
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

/*娉ㄦ剰濯掍綋鏌ヨ椤哄簭瑕佷粠灏忓埌澶�*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-avg-5, .col-xs-avg-4, .col-xs-avg-3, .col-xs-avg-2, .col-xs-avg-1, .col-sm-avg-5, .col-sm-avg-4, .col-sm-avg-3, .col-sm-avg-2, .col-sm-avg-1, .col-md-avg-5, .col-md-avg-4, .col-md-avg-3, .col-md-avg-2, .col-md-avg-1, .col-lg-avg-5, .col-lg-avg-4, .col-lg-avg-3, .col-lg-avg-2, .col-lg-avg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-avg-5, .col-xs-avg-4, .col-xs-avg-3, .col-xs-avg-2, .col-xs-avg-1 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

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

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

/*骞冲潎鍒�*/
.col-xs-avg-5 {
    width: 20%;
}

.col-xs-avg-4 {
    width: 25%;
}

.col-xs-avg-3 {
    width: 33.33333333%;
}

.col-xs-avg-2 {
    width: 50%;
}

.col-xs-avg-1 {
    width: 100%;
}

@media (max-width: 767px) {
    /*灏忓睆骞曠殑杈呭姪绫�*/
    .display-xs-hidden {
        display: none !important;
    }

    .display-xs-block {
        display: block !important;
    }

    .display-xs-inline {
        display: inline !important;
    }

    .display-xs-inline-block {
        display: inline-block !important;
    }

    .display-xs-flex {
        display: flex !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs {
        display: block !important;
    }

    .float-xs-left {
        float: left !important;
    }

    .float-xs-right {
        float: right !important;
    }

    .float-xs-none {
        float: none !important;
    }

    .text-xs-left {
        text-align: left !important;
    }

    .text-xs-right {
        text-align: right !important;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .text-xs-justify {
        text-align: justify !important;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-avg-5, .col-sm-avg-4, .col-sm-avg-3, .col-sm-avg-2, .col-sm-avg-1 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

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

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    /*骞冲潎鍒�*/
    .col-sm-avg-5 {
        width: 20%;
    }

    .col-sm-avg-4 {
        width: 25%;
    }

    .col-sm-avg-3 {
        width: 33.33333333%;
    }

    .col-sm-avg-2 {
        width: 50%;
    }

    .col-sm-avg-1 {
        width: 100%;
    }

    /*杈呭姪绫�*/
    .display-sm-hidden {
        display: none !important;
    }

    .display-sm-block {
        display: block !important;
    }

    .display-sm-inline {
        display: inline !important;
    }

    .display-sm-inline-block {
        display: inline-block !important;
    }

    .display-sm-flex {
        display: flex !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm {
        display: block !important;
    }

    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-justify {
        text-align: justify !important;
    }

}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-avg-5, .col-md-avg-4, .col-md-avg-3, .col-md-avg-2, .col-md-avg-1 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

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

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

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

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    /*骞冲潎鍒�*/
    .col-md-avg-5 {
        width: 20%;
    }

    .col-md-avg-4 {
        width: 25%;
    }

    .col-md-avg-3 {
        width: 33.33333333%;
    }

    .col-md-avg-2 {
        width: 50%;
    }

    .col-md-avg-1 {
        width: 100%;
    }

    /*杈呭姪绫�*/
    .display-md-hidden {
        display: none !important;
    }

    .display-md-block {
        display: block !important;
    }

    .display-md-inline {
        display: inline !important;
    }

    .display-md-inline-block {
        display: inline-block !important;
    }

    .display-md-flex {
        display: flex !important;
    }

    .hidden-md {
        display: none !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md {
        display: block !important;
    }

    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-justify {
        text-align: justify !important;
    }
}

@media (min-width: 1200px) {

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-avg-5, .col-lg-avg-4, .col-lg-avg-3, .col-lg-avg-2, .col-lg-avg-1 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

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

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    /*骞冲潎鍒�*/
    .col-lg-avg-5 {
        width: 20%;
    }

    .col-lg-avg-4 {
        width: 25%;
    }

    .col-lg-avg-3 {
        width: 33.33333333%;
    }

    .col-lg-avg-2 {
        width: 50%;
    }

    .col-lg-avg-1 {
        width: 100%;
    }

    /*杈呭姪绫�*/
    .display-lg-hidden {
        display: none !important;
    }

    .display-lg-block {
        display: block !important;
    }

    .display-lg-inline {
        display: inline !important;
    }

    .display-lg-inline-block {
        display: inline-block !important;
    }

    .display-lg-flex {
        display: flex !important;
    }

    .hidden-lg {
        display: none !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg {
        display: block !important;
    }

    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .text-lg-justify {
        text-align: justify !important;
    }
}

/*鍙湪鎵撳嵃鐨勬椂鍊欑殑鏍峰紡*/
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

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

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

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

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

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

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

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

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

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

.visible-print {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

.visible-print-inline {
    display: none !important;
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }

    .visible-print-block {
        display: block !important;
    }

    .visible-print-inline {
        display: inline !important;
    }

    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}

/*琛ㄥ崟榛樿鏍峰紡*/
textarea {
    overflow: auto;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    font-family: inherit;
    color: inherit;
    vertical-align: middle
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

/*google濉厖鎹㈣壊鑳屾櫙鐨勯棶棰�*/

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

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

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

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

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

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

.btn-default:focus, .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, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

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

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}


.btn-primary {
    color: #fff;
    background-color: #2888e2;
    border-color: #1c7bd4
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #196ebd;
    border-color: #0d3a63
}

.btn-primary:hover {
    color: #fff;
    background-color: #196ebd;
    border-color: #155c9e
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #196ebd;
    border-color: #155c9e
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #155c9e;
    border-color: #0d3a63
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #2888e2;
    border-color: #1c7bd4
}


.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}


.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}


.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}


.btn-link {
    color: #2888e2;
    font-weight: normal;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #1661a7;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

/*square*/
.input-group-square .form-control {
    border-radius: 0;
}

.input-group-square .input-group-btn .btn {
    border-radius: 0;
}

.form-control-squared {
    border-radius: 0;
}

.squared, .btn-squared {
    border-radius: 0;
}


/*闈㈠寘灞戞牱寮�*/
.breadcrumb {
    background-color: transparent;
    padding: 8px 15px;
    padding-left: 15px;
    padding-left: 0px
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li::before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

/*鍒嗛〉椤电爜鏍峰紡*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

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

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

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

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #666;
    border-color: #666;
    cursor: default;
}


/*鍥剧墖鏍峰紡*/
.img-rounded {
    border-radius: 6px;
}

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

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

/*濯掍綋鏍峰紡*/
.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

/*浠ｇ爜鏍峰紡*/
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

/*font-weight*/
.font-weight-100 {
    font-weight: 100
}

.font-weight-200 {
    font-weight: 200
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

/*绛変环浜巒ormal*/
.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

/*绛変环浜巄old*/
.font-weight-800 {
    font-weight: 800
}

.font-weight-900 {
    font-weight: 900
}

/*-----line-height-----*/
.line-height-1 {
    line-height: 1;
}

.line-height-1-5 {
    line-height: 1.5;
}

.line-height-2 {
    line-height: 2;
}

.line-height-2-5 {
    line-height: 2.5;
}

.line-height-3 {
    line-height: 3;
}

.line-height-3-5 {
    line-height: 3.5;
}

.line-height-4 {
    line-height: 4;
}

.line-height-4-5 {
    line-height: 4.5;
}

.line-height-5 {
    line-height: 5;
}

.line-height-5-5 {
    line-height: 5.5;
}

.line-height-6 {
    line-height: 6;
}

.line-height-6-5 {
    line-height: 6.5;
}

.line-height-7 {
    line-height: 7;
}

.line-height-7-5 {
    line-height: 7.5;
}

.line-height-8 {
    line-height: 8;
}

.line-height-8-5 {
    line-height: 8.5;
}

.line-height-9 {
    line-height: 9;
}

.line-height-9-5 {
    line-height: 9.5;
}

.line-height-10 {
    line-height: 10;
}

.line-height-12 {
    line-height: 12;
}

.line-height-14 {
    line-height: 14;
}

.line-height-16 {
    line-height: 16;
}

.line-height-18 {
    line-height: 18;
}

.line-height-20 {
    line-height: 20;
}

/*-----font-size-----*/
.font-size-0 {
    font-size: 0px
}

.font-size-2 {
    font-size: 2px
}

.font-size-4 {
    font-size: 4px
}

.font-size-6 {
    font-size: 6px
}

.font-size-8 {
    font-size: 8px
}

.font-size-10 {
    font-size: 10px
}

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

.font-size-14 {
    font-size: 14px
}

.font-size-16 {
    font-size: 16px
}

.font-size-18 {
    font-size: 18px
}

.font-size-20 {
    font-size: 20px
}

.font-size-22 {
    font-size: 22px
}

.font-size-24 {
    font-size: 24px
}

.font-size-26 {
    font-size: 26px
}

.font-size-28 {
    font-size: 28px
}

.font-size-30 {
    font-size: 30px
}

.font-size-32 {
    font-size: 32px
}

.font-size-34 {
    font-size: 34px
}

.font-size-36 {
    font-size: 36px
}

.font-size-38 {
    font-size: 38px
}

.font-size-40 {
    font-size: 40px
}

.font-size-42 {
    font-size: 42px
}

.font-size-44 {
    font-size: 44px
}

.font-size-46 {
    font-size: 46px
}

.font-size-48 {
    font-size: 48px
}

.font-size-50 {
    font-size: 50px
}

.font-size-60 {
    font-size: 60px
}

.font-size-70 {
    font-size: 70px
}

.font-size-80 {
    font-size: 80px
}

.font-size-90 {
    font-size: 90px
}

.font-size-100 {
    font-size: 100px
}

/*-----border-style-----*/
.border {
    border: 1px solid #cccccc
}

.border-slide {
    border-style: solid
}

.border-dotted {
    border-style: dotted
}

.border-dashed {
    border-style: dashed
}

.border-double {
    border-style: double
}

/*-----border-color-----*/
.border-white {
    border-color: #fff;
}

.border-grayLight {
    border-color: #eee;
}

.border-gray {
    border-color: #ccc;
}

.border-grayDark {
    border-color: #999;
}

.borderd-blackLight {
    border-color: #666;
}

.border-black {
    border-color: #333;
}

.border-blackDark {
    border-color: #000;
}

/*-----border-width-----*/

.border-0 {
    border-width: 0px;
}

.border-top-0 {
    border-top-width: 0px;
}

.border-right-0 {
    border-right-width: 0px;
}

.border-bottom-0 {
    border-bottom-width: 0px;
}

.border-left-0 {
    border-left-width: 0px;
}

.border-1 {
    border-width: 1px;
}

.border-top-1 {
    border-top-width: 1px;
}

.border-right-1 {
    border-right-width: 1px;
}

.border-bottom-1 {
    border-bottom-width: 1px;
}

.border-left-1 {
    border-left-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-top-2 {
    border-top-width: 2px;
}

.border-right-2 {
    border-right-width: 2px;
}

.border-bottom-2 {
    border-bottom-width: 2px;
}

.border-left-2 {
    border-left-width: 2px;
}

/*-----padding-----*/
.padding-0 {
    padding: 0px;
}

.padding-2 {
    padding: 2px
}

.padding-4 {
    padding: 4px
}

.padding-6 {
    padding: 6px
}

.padding-8 {
    padding: 8px
}

.padding-10 {
    padding: 10px
}

.padding-12 {
    padding: 12px
}

.padding-14 {
    padding: 14px
}

.padding-16 {
    padding: 16px
}

.padding-18 {
    padding: 18px
}

.padding-20 {
    padding: 20px
}

.padding-22 {
    padding: 22px
}

.padding-24 {
    padding: 24px
}

.padding-26 {
    padding: 26px
}

.padding-28 {
    padding: 28px
}

.padding-30 {
    padding: 30px
}

.padding-32 {
    padding: 32px
}

.padding-34 {
    padding: 34px
}

.padding-36 {
    padding: 36px
}

.padding-38 {
    padding: 38px
}

.padding-40 {
    padding: 40px
}

.padding-42 {
    padding: 42px
}

.padding-44 {
    padding: 44px
}

.padding-46 {
    padding: 46px
}

.padding-48 {
    padding: 48px
}

.padding-50 {
    padding: 50px
}

.padding-52 {
    padding: 52px
}

.padding-54 {
    padding: 54px
}

.padding-56 {
    padding: 56px
}

.padding-58 {
    padding: 58px
}

.padding-60 {
    padding: 60px
}

.padding-80 {
    padding: 80px
}

.padding-90 {
    padding: 90px
}

.padding-100 {
    padding: 100px
}

/*-----padding-top-----*/
.padding-top-0 {
    padding-top: 0px;
}

.padding-top-2 {
    padding-top: 2px
}

.padding-top-4 {
    padding-top: 4px
}

.padding-top-6 {
    padding-top: 6px
}

.padding-top-8 {
    padding-top: 8px
}

.padding-top-10 {
    padding-top: 10px
}

.padding-top-12 {
    padding-top: 12px
}

.padding-top-14 {
    padding-top: 14px
}

.padding-top-16 {
    padding-top: 16px
}

.padding-top-18 {
    padding-top: 18px
}

.padding-top-20 {
    padding-top: 20px
}

.padding-top-22 {
    padding-top: 22px
}

.padding-top-24 {
    padding-top: 24px
}

.padding-top-26 {
    padding-top: 26px
}

.padding-top-28 {
    padding-top: 28px
}

.padding-top-30 {
    padding-top: 30px
}

.padding-top-32 {
    padding-top: 32px
}

.padding-top-34 {
    padding-top: 34px
}

.padding-top-36 {
    padding-top: 36px
}

.padding-top-38 {
    padding-top: 38px
}

.padding-top-40 {
    padding-top: 40px
}

.padding-top-42 {
    padding-top: 42px
}

.padding-top-44 {
    padding-top: 44px
}

.padding-top-46 {
    padding-top: 46px
}

.padding-top-48 {
    padding-top: 48px
}

.padding-top-50 {
    padding-top: 50px
}

.padding-top-52 {
    padding-top: 52px
}

.padding-top-54 {
    padding-top: 54px
}

.padding-top-56 {
    padding-top: 56px
}

.padding-top-58 {
    padding-top: 58px
}

.padding-top-60 {
    padding-top: 60px
}

.padding-top-80 {
    padding-top: 80px
}

.padding-top-90 {
    padding-top: 90px
}

.padding-top-100 {
    padding-top: 100px
}

/*-----padding-right-----*/
.padding-right-0 {
    padding-right: 0px;
}

.padding-right-2 {
    padding-right: 2px
}

.padding-right-4 {
    padding-right: 4px
}

.padding-right-6 {
    padding-right: 6px
}

.padding-right-8 {
    padding-right: 8px
}

.padding-right-10 {
    padding-right: 10px
}

.padding-right-12 {
    padding-right: 12px
}

.padding-right-14 {
    padding-right: 14px
}

.padding-right-16 {
    padding-right: 16px
}

.padding-right-18 {
    padding-right: 18px
}

.padding-right-20 {
    padding-right: 20px
}

.padding-right-22 {
    padding-right: 22px
}

.padding-right-24 {
    padding-right: 24px
}

.padding-right-26 {
    padding-right: 26px
}

.padding-right-28 {
    padding-right: 28px
}

.padding-right-30 {
    padding-right: 30px
}

.padding-right-32 {
    padding-right: 32px
}

.padding-right-34 {
    padding-right: 34px
}

.padding-right-36 {
    padding-right: 36px
}

.padding-right-38 {
    padding-right: 38px
}

.padding-right-40 {
    padding-right: 40px
}

.padding-right-42 {
    padding-right: 42px
}

.padding-right-44 {
    padding-right: 44px
}

.padding-right-46 {
    padding-right: 46px
}

.padding-right-48 {
    padding-right: 48px
}

.padding-right-50 {
    padding-right: 50px
}

.padding-right-52 {
    padding-right: 52px
}

.padding-right-54 {
    padding-right: 54px
}

.padding-right-56 {
    padding-right: 56px
}

.padding-right-58 {
    padding-right: 58px
}

.padding-right-60 {
    padding-right: 60px
}

.padding-right-80 {
    padding-right: 80px
}

.padding-right-90 {
    padding-right: 90px
}

.padding-right-100 {
    padding-right: 100px
}

/*-----pddding-bottom-----*/
.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-2 {
    padding-bottom: 2px
}

.padding-bottom-4 {
    padding-bottom: 4px
}

.padding-bottom-6 {
    padding-bottom: 6px
}

.padding-bottom-8 {
    padding-bottom: 8px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.padding-bottom-12 {
    padding-bottom: 12px
}

.padding-bottom-14 {
    padding-bottom: 14px
}

.padding-bottom-16 {
    padding-bottom: 16px
}

.padding-bottom-18 {
    padding-bottom: 18px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-22 {
    padding-bottom: 22px
}

.padding-bottom-24 {
    padding-bottom: 24px
}

.padding-bottom-26 {
    padding-bottom: 26px
}

.padding-bottom-28 {
    padding-bottom: 28px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.padding-bottom-32 {
    padding-bottom: 32px
}

.padding-bottom-34 {
    padding-bottom: 34px
}

.padding-bottom-36 {
    padding-bottom: 36px
}

.padding-bottom-38 {
    padding-bottom: 38px
}

.padding-bottom-40 {
    padding-bottom: 40px
}

.padding-bottom-42 {
    padding-bottom: 42px
}

.padding-bottom-44 {
    padding-bottom: 44px
}

.padding-bottom-46 {
    padding-bottom: 46px
}

.padding-bottom-48 {
    padding-bottom: 48px
}

.padding-bottom-50 {
    padding-bottom: 50px
}

.padding-bottom-52 {
    padding-bottom: 52px
}

.padding-bottom-54 {
    padding-bottom: 54px
}

.padding-bottom-56 {
    padding-bottom: 56px
}

.padding-bottom-58 {
    padding-bottom: 58px
}

.padding-bottom-60 {
    padding-bottom: 60px
}

.padding-bottom-80 {
    padding-bottom: 80px
}

.padding-bottom-90 {
    padding-bottom: 90px
}

.padding-bottom-100 {
    padding-bottom: 100px
}

/*-----padding-left-----*/
.padding-left-0 {
    padding-left: 0px;
}

.padding-left-2 {
    padding-left: 2px
}

.padding-left-4 {
    padding-left: 4px
}

.padding-left-6 {
    padding-left: 6px
}

.padding-left-8 {
    padding-left: 8px
}

.padding-left-10 {
    padding-left: 10px
}

.padding-left-12 {
    padding-left: 12px
}

.padding-left-14 {
    padding-left: 14px
}

.padding-left-16 {
    padding-left: 16px
}

.padding-left-18 {
    padding-left: 18px
}

.padding-left-20 {
    padding-left: 20px
}

.padding-left-22 {
    padding-left: 22px
}

.padding-left-24 {
    padding-left: 24px
}

.padding-left-26 {
    padding-left: 26px
}

.padding-left-28 {
    padding-left: 28px
}

.padding-left-30 {
    padding-left: 30px
}

.padding-left-32 {
    padding-left: 32px
}

.padding-left-34 {
    padding-left: 34px
}

.padding-left-36 {
    padding-left: 36px
}

.padding-left-38 {
    padding-left: 38px
}

.padding-left-40 {
    padding-left: 40px
}

.padding-left-42 {
    padding-left: 42px
}

.padding-left-44 {
    padding-left: 44px
}

.padding-left-46 {
    padding-left: 46px
}

.padding-left-48 {
    padding-left: 48px
}

.padding-left-50 {
    padding-left: 50px
}

.padding-left-52 {
    padding-left: 52px
}

.padding-left-54 {
    padding-left: 54px
}

.padding-left-56 {
    padding-left: 56px
}

.padding-left-58 {
    padding-left: 58px
}

.padding-left-60 {
    padding-left: 60px
}

.padding-left-80 {
    padding-left: 80px
}

.padding-left-90 {
    padding-left: 90px
}

.padding-left-100 {
    padding-left: 100px
}

/*-----margin-----*/
.margin-0 {
    margin: 0px;
}

.margin-2 {
    margin: 2px
}

.margin-4 {
    margin: 4px
}

.margin-6 {
    margin: 6px
}

.margin-8 {
    margin: 8px
}

.margin-10 {
    margin: 10px
}

.margin-12 {
    margin: 12px
}

.margin-14 {
    margin: 14px
}

.margin-16 {
    margin: 16px
}

.margin-18 {
    margin: 18px
}

.margin-20 {
    margin: 20px
}

.margin-22 {
    margin: 22px
}

.margin-24 {
    margin: 24px
}

.margin-26 {
    margin: 26px
}

.margin-28 {
    margin: 28px
}

.margin-30 {
    margin: 30px
}

.margin-32 {
    margin: 32px
}

.margin-34 {
    margin: 34px
}

.margin-36 {
    margin: 36px
}

.margin-38 {
    margin: 38px
}

.margin-40 {
    margin: 40px
}

.margin-42 {
    margin: 42px
}

.margin-44 {
    margin: 44px
}

.margin-46 {
    margin: 46px
}

.margin-48 {
    margin: 48px
}

.margin-50 {
    margin: 50px
}

.margin-52 {
    margin: 52px
}

.margin-54 {
    margin: 54px
}

.margin-56 {
    margin: 56px
}

.margin-58 {
    margin: 58px
}

.margin-60 {
    margin: 60px
}

.margin-80 {
    margin: 80px
}

.margin-90 {
    margin: 90px
}

.margin-100 {
    margin: 100px
}

/*-----margin-top-----*/
.margin-top-0 {
    margin-top: 0px;
}

.margin-top-2 {
    margin-top: 2px
}

.margin-top-4 {
    margin-top: 4px
}

.margin-top-6 {
    margin-top: 6px
}

.margin-top-8 {
    margin-top: 8px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-12 {
    margin-top: 12px
}

.margin-top-14 {
    margin-top: 14px
}

.margin-top-16 {
    margin-top: 16px
}

.margin-top-18 {
    margin-top: 18px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-22 {
    margin-top: 22px
}

.margin-top-24 {
    margin-top: 24px
}

.margin-top-26 {
    margin-top: 26px
}

.margin-top-28 {
    margin-top: 28px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-32 {
    margin-top: 32px
}

.margin-top-34 {
    margin-top: 34px
}

.margin-top-36 {
    margin-top: 36px
}

.margin-top-38 {
    margin-top: 38px
}

.margin-top-40 {
    margin-top: 40px
}

.margin-top-42 {
    margin-top: 42px
}

.margin-top-44 {
    margin-top: 44px
}

.margin-top-46 {
    margin-top: 46px
}

.margin-top-48 {
    margin-top: 48px
}

.margin-top-50 {
    margin-top: 50px
}

.margin-top-52 {
    margin-top: 52px
}

.margin-top-54 {
    margin-top: 54px
}

.margin-top-56 {
    margin-top: 56px
}

.margin-top-58 {
    margin-top: 58px
}

.margin-top-60 {
    margin-top: 60px
}

.margin-top-80 {
    margin-top: 80px
}

.margin-top-90 {
    margin-top: 90px
}

.margin-top-100 {
    margin-top: 100px
}

/*-----margin-right-----*/
.margin-right-0 {
    margin-right: 0px;
}

.margin-right-2 {
    margin-right: 2px
}

.margin-right-4 {
    margin-right: 4px
}

.margin-right-6 {
    margin-right: 6px
}

.margin-right-8 {
    margin-right: 8px
}

.margin-right-10 {
    margin-right: 10px
}

.margin-right-12 {
    margin-right: 12px
}

.margin-right-14 {
    margin-right: 14px
}

.margin-right-16 {
    margin-right: 16px
}

.margin-right-18 {
    margin-right: 18px
}

.margin-right-20 {
    margin-right: 20px
}

.margin-right-22 {
    margin-right: 22px
}

.margin-right-24 {
    margin-right: 24px
}

.margin-right-26 {
    margin-right: 26px
}

.margin-right-28 {
    margin-right: 28px
}

.margin-right-30 {
    margin-right: 30px
}

.margin-right-32 {
    margin-right: 32px
}

.margin-right-34 {
    margin-right: 34px
}

.margin-right-36 {
    margin-right: 36px
}

.margin-right-38 {
    margin-right: 38px
}

.margin-right-40 {
    margin-right: 40px
}

.margin-right-42 {
    margin-right: 42px
}

.margin-right-44 {
    margin-right: 44px
}

.margin-right-46 {
    margin-right: 46px
}

.margin-right-48 {
    margin-right: 48px
}

.margin-right-50 {
    margin-right: 50px
}

.margin-right-52 {
    margin-right: 52px
}

.margin-right-54 {
    margin-right: 54px
}

.margin-right-56 {
    margin-right: 56px
}

.margin-right-58 {
    margin-right: 58px
}

.margin-right-60 {
    margin-right: 60px
}

.margin-right-80 {
    margin-right: 80px
}

.margin-right-90 {
    margin-right: 90px
}

.margin-right-100 {
    margin-right: 100px
}

/*-----pddding-bottom-----*/
.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-2 {
    margin-bottom: 2px
}

.margin-bottom-4 {
    margin-bottom: 4px
}

.margin-bottom-6 {
    margin-bottom: 6px
}

.margin-bottom-8 {
    margin-bottom: 8px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-12 {
    margin-bottom: 12px
}

.margin-bottom-14 {
    margin-bottom: 14px
}

.margin-bottom-16 {
    margin-bottom: 16px
}

.margin-bottom-18 {
    margin-bottom: 18px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-22 {
    margin-bottom: 22px
}

.margin-bottom-24 {
    margin-bottom: 24px
}

.margin-bottom-26 {
    margin-bottom: 26px
}

.margin-bottom-28 {
    margin-bottom: 28px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-32 {
    margin-bottom: 32px
}

.margin-bottom-34 {
    margin-bottom: 34px
}

.margin-bottom-36 {
    margin-bottom: 36px
}

.margin-bottom-38 {
    margin-bottom: 38px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.margin-bottom-42 {
    margin-bottom: 42px
}

.margin-bottom-44 {
    margin-bottom: 44px
}

.margin-bottom-46 {
    margin-bottom: 46px
}

.margin-bottom-48 {
    margin-bottom: 48px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.margin-bottom-52 {
    margin-bottom: 52px
}

.margin-bottom-54 {
    margin-bottom: 54px
}

.margin-bottom-56 {
    margin-bottom: 56px
}

.margin-bottom-58 {
    margin-bottom: 58px
}

.margin-bottom-60 {
    margin-bottom: 60px
}

.margin-bottom-80 {
    margin-bottom: 80px
}

.margin-bottom-90 {
    margin-bottom: 90px
}

.margin-bottom-100 {
    margin-bottom: 100px
}

/*-----margin-left-----*/
.margin-left-0 {
    margin-left: 0px;
}

.margin-left-2 {
    margin-left: 2px
}

.margin-left-4 {
    margin-left: 4px
}

.margin-left-6 {
    margin-left: 6px
}

.margin-left-8 {
    margin-left: 8px
}

.margin-left-10 {
    margin-left: 10px
}

.margin-left-12 {
    margin-left: 12px
}

.margin-left-14 {
    margin-left: 14px
}

.margin-left-16 {
    margin-left: 16px
}

.margin-left-18 {
    margin-left: 18px
}

.margin-left-20 {
    margin-left: 20px
}

.margin-left-22 {
    margin-left: 22px
}

.margin-left-24 {
    margin-left: 24px
}

.margin-left-26 {
    margin-left: 26px
}

.margin-left-28 {
    margin-left: 28px
}

.margin-left-30 {
    margin-left: 30px
}

.margin-left-32 {
    margin-left: 32px
}

.margin-left-34 {
    margin-left: 34px
}

.margin-left-36 {
    margin-left: 36px
}

.margin-left-38 {
    margin-left: 38px
}

.margin-left-40 {
    margin-left: 40px
}

.margin-left-42 {
    margin-left: 42px
}

.margin-left-44 {
    margin-left: 44px
}

.margin-left-46 {
    margin-left: 46px
}

.margin-left-48 {
    margin-left: 48px
}

.margin-left-50 {
    margin-left: 50px
}

.margin-left-52 {
    margin-left: 52px
}

.margin-left-54 {
    margin-left: 54px
}

.margin-left-56 {
    margin-left: 56px
}

.margin-left-58 {
    margin-left: 58px
}

.margin-left-60 {
    margin-left: 60px
}

.margin-left-80 {
    margin-left: 80px
}

.margin-left-90 {
    margin-left: 90px
}

.margin-left-100 {
    margin-left: 100px
}

/*top*/
.top-0 {
    top: 0px
}

.top-2 {
    top: 2px
}

.top-4 {
    top: 4px
}

.top-6 {
    top: 6px
}

.top-8 {
    top: 8px
}

.top-10 {
    top: 10px
}

.top-12 {
    top: 12px
}

.top-14 {
    top: 14px
}

.top-16 {
    top: 16px
}

.top-18 {
    top: 18px
}

.top-20 {
    top: 20px
}

.top-22 {
    top: 22px
}

.top-24 {
    top: 24px
}

.top-26 {
    top: 26px
}

.top-28 {
    top: 28px
}

.top-30 {
    top: 30px
}

.top-32 {
    top: 32px
}

.top-34 {
    top: 34px
}

.top-36 {
    top: 36px
}

.top-38 {
    top: 38px
}

.top-40 {
    top: 40px
}

.top-42 {
    top: 42px
}

.top-44 {
    top: 44px
}

.top-46 {
    top: 46px
}

.top-48 {
    top: 48px
}

.top-50 {
    top: 50px
}

.top-60 {
    top: 60px
}

.top-70 {
    top: 70px
}

.top-80 {
    top: 80px
}

.top-90 {
    top: 90px
}

.top-100 {
    top: 100px
}

/*right*/
.right-0 {
    right: 0px
}

.right-2 {
    right: 2px
}

.right-4 {
    right: 4px
}

.right-6 {
    right: 6px
}

.right-8 {
    right: 8px
}

.right-10 {
    right: 10px
}

.right-12 {
    right: 12px
}

.right-14 {
    right: 14px
}

.right-16 {
    right: 16px
}

.right-18 {
    right: 18px
}

.right-20 {
    right: 20px
}

.right-22 {
    right: 22px
}

.right-24 {
    right: 24px
}

.right-26 {
    right: 26px
}

.right-28 {
    right: 28px
}

.right-30 {
    right: 30px
}

.right-32 {
    right: 32px
}

.right-34 {
    right: 34px
}

.right-36 {
    right: 36px
}

.right-38 {
    right: 38px
}

.right-40 {
    right: 40px
}

.right-42 {
    right: 42px
}

.right-44 {
    right: 44px
}

.right-46 {
    right: 46px
}

.right-48 {
    right: 48px
}

.right-50 {
    right: 50px
}

.right-60 {
    right: 60px
}

.right-70 {
    right: 70px
}

.right-80 {
    right: 80px
}

.right-90 {
    right: 90px
}

.right-100 {
    right: 100px
}


/*bottom*/
.bottom-0 {
    bottom: 0px
}

.bottom-2 {
    bottom: 2px
}

.bottom-4 {
    bottom: 4px
}

.bottom-6 {
    bottom: 6px
}

.bottom-8 {
    bottom: 8px
}

.bottom-10 {
    bottom: 10px
}

.bottom-12 {
    bottom: 12px
}

.bottom-14 {
    bottom: 14px
}

.bottom-16 {
    bottom: 16px
}

.bottom-18 {
    bottom: 18px
}

.bottom-20 {
    bottom: 20px
}

.bottom-22 {
    bottom: 22px
}

.bottom-24 {
    bottom: 24px
}

.bottom-26 {
    bottom: 26px
}

.bottom-28 {
    bottom: 28px
}

.bottom-30 {
    bottom: 30px
}

.bottom-32 {
    bottom: 32px
}

.bottom-34 {
    bottom: 34px
}

.bottom-36 {
    bottom: 36px
}

.bottom-38 {
    bottom: 38px
}

.bottom-40 {
    bottom: 40px
}

.bottom-42 {
    bottom: 42px
}

.bottom-44 {
    bottom: 44px
}

.bottom-46 {
    bottom: 46px
}

.bottom-48 {
    bottom: 48px
}

.bottom-50 {
    bottom: 50px
}

.bottom-60 {
    bottom: 60px
}

.bottom-70 {
    bottom: 70px
}

.bottom-80 {
    bottom: 80px
}

.bottom-90 {
    bottom: 90px
}

.bottom-100 {
    bottom: 100px
}

/*left*/
.left-0 {
    left: 0px
}

.left-2 {
    left: 2px
}

.left-4 {
    left: 4px
}

.left-6 {
    left: 6px
}

.left-8 {
    left: 8px
}

.left-10 {
    left: 10px
}

.left-12 {
    left: 12px
}

.left-14 {
    left: 14px
}

.left-16 {
    left: 16px
}

.left-18 {
    left: 18px
}

.left-20 {
    left: 20px
}

.left-22 {
    left: 22px
}

.left-24 {
    left: 24px
}

.left-26 {
    left: 26px
}

.left-28 {
    left: 28px
}

.left-30 {
    left: 30px
}

.left-32 {
    left: 32px
}

.left-34 {
    left: 34px
}

.left-36 {
    left: 36px
}

.left-38 {
    left: 38px
}

.left-40 {
    left: 40px
}

.left-42 {
    left: 42px
}

.left-44 {
    left: 44px
}

.left-46 {
    left: 46px
}

.left-48 {
    left: 48px
}

.left-50 {
    left: 50px
}

.left-60 {
    left: 60px
}

.left-70 {
    left: 70px
}

.left-80 {
    left: 80px
}

.left-90 {
    left: 90px
}

.left-100 {
    left: 100px
}

/*opacity*/
.opacity-0 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.opacity-1 {
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.opacity-2 {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.opacity-3 {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.opacity-4 {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.opacity-5 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.opacity-6 {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.opacity-7 {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.opacity-8 {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.opacity-9 {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.opacity-10 {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*z-index*/
.z-index-0 {
    z-index: 0;
}

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

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}

.z-index-6 {
    z-index: 6;
}

.z-index-7 {
    z-index: 7;
}

.z-index-8 {
    z-index: 8;
}

.z-index-9 {
    z-index: 9;
}

.z-index-10 {
    z-index: 10;
}

.container {
    max-width: 1300px;
}

.text-sgreen {
    color: #009c73;
}

/*缃戠珯鍏叡鏍峰紡*/
.info-content {
    font-size: 15px;
    line-height: 2.5;
    clear: both;
}

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

a:hover {
    color: #3564b2;
}

a:focus {
    color: #3564b2;
}

a.btn-more {
    display: inline-block;
    width: 140px;
    height: 34px;
    line-height: 34px;
    border: 1px #CCC solid;
    color: #999;
    transition: all 0.5s ease;
    font-size: 14px;
    transition: all 0.5s ease;
    text-align: center;
    margin: 0px auto;
    margin-top: 30px
}

a.btn-more:hover {
    background: #40312f;
    border-color: #40312f;
    color: white;
}

.banner {
    height: 500px \9 !important;
    overflow: hidden \9 !important;
    overflow: hidden;
}

/*鍏煎ie浣庣増*/
.font-size {
}

/*閬僵灞�*/
.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(53, 53, 59, 0.8);
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}

.mask-bg.active {
    display: block;
}


/*BOTTOM*/
footer {
    text-align: left;
    width: 100%;
    min-height: 95px;
    margin-top: 80px;
    line-height: 2.5
}

.bg-bottom {
    background: url(../images/bottom-bg.jpg) no-repeat center;
    padding: 30px 0;
    text-align: center;
}

.bg-bottom .container > ul {
    padding: 20px 0 10px;
}

.bg-bottom li a {
    color: #fff;
}

.bg-bottom li ul li a {
    color: #79828a;
}


.copyright {
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.copyright a {
    color: #fff;
}

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

.copyright span {
    padding: 14px 0;
    display: block;
}


/*TOP*/
.header {
    position: relative;
    z-index: 5;
}


/*鑷畾涔夊鑸姩鐢伙紝涔熷彲浠ョ敤animater.css涓殑鍔ㄧ敾锛岄渶瑕佸湪script.js涓慨鏀�*/
.nav .animated, .sub-nav .animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navSlide {
    -webkit-animation-name: navSlide;
    animation-name: navSlide;
}

@keyframes navSlide {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
        transform: translateY(0)
    }
}


/*涓昏彍鍗�*/
@media (min-width: 1000px) /*pc绔�*/ {

    /*Top*/
    .top-bg {
        background-color: #0e52de;
    }

    .header .nav-toggle {
        display: none
    }

    .header .logo img {
        line-height: 90px;
        margin: 22px 0;
        max-height: 90px;
    }

    .nav {
        width: 100%;
        padding-right: 150px;
    }

    .top-bg .container {
        display: flex;
    }

    .nav > ul > li {
        float: left;
        text-align: center;
        width: 12%;
    }

    .nav > ul > li > ul {
        position: absolute;
        left: 0;
        z-index: 200;
        width: 100%;
        background-color: #0e52de;
        height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

    .nav > ul > li > a {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 20px;
        position: relative;
        width: 100%;
        border-right: 1px solid #fff;
        margin: 19px 0;
    }

    .nav > ul > li:last-child > a {
        border-right: none;
    }

    .nav > ul > li:hover > ul {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav ul li ul li a {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 42px;
        height: 42px;
    }

    .nav ul li:hover, .nav ul li.active {
        text-decoration: none;
        /*color: #fff;*/
        /*background-color: rgba(0, 0, 0, 0.11);*/
    }

    .nav ul li {
        position: relative
    }

    .nav ul li .arrow {
        display: none
    }

    .nav ul li ul li ul {
        left: 100%;
        top: 0px;
        display: none
    }

    .nav > ul > li:first-child > ul {
        display: none;
    }

    .sousuo {
        font-size: 26px;
        padding: 30px 0 20px;
        text-align: center;
    }


    /*BOTTOM*/
    .bg-bottom .container > ul > li:first-child {
        padding-top: 50px;
    }


    /*鏂伴椈涓績*/
    .news-fouce {
        padding: 0 26px 30px 10px;
    }

    /*棣栭〉-鏂伴椈缂栬緫閮�*/
    .news-home, .college-home li .shade img {
        max-height: 362px !important;
    }

    .forus-bg ul {
        display: flex;
        align-items: center;
    }

    .forus-bg {
        margin: 80px 0;
        padding: 50px 0;
    }
}

@media (max-width: 1000px) /*鎵嬫満绔�*/ {
    /*Top*/
    .header {
        box-shadow: 0 1px 1px #c1c2c4;
        background-color: #fff;
        position: sticky;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .header .logo img {
        height: 50px;
        padding-right: 40px;
    }

    .header .nav-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 25px;
        color: #999;
        min-width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }

    .header .nav-toggle.active {
        color: #ccc;
    }

    .nav {
        position: fixed;
        z-index: 100;
        top: 0px;
        right: 0px;
        width: 0px;
        background: #fff;
        height: 100%;
        height: 100vh;
        opacity: 0;
        transition: all 0.2s linear;
        overflow-y: auto
    }

    .nav.active {
        opacity: 1;
        width: 300px;
        max-width: 60%
    }

    .nav ul li {
        line-height: 45px;
        text-align: left
    }

    .nav ul li ul {
        display: none;
    }

    /*浜岀骇ul鏍峰紡*/
    .nav ul li a {
        padding-left: 30px;
        display: block;
        color: #999;
        font-size: 15px;
        line-height: 3.5;
        border-bottom: 1px solid #dcdcdc
    }

    .nav ul li ul li a {
        padding-left: 60px;
        font-size: 14px;
        background-color: #eeeeee
    }

    .nav ul li ul li ul li a {
        padding-left: 90px;
    }

    .nav ul li ul li ul li li a {
        padding-left: 120px;
    }

    .nav ul li {
        position: relative;
    }

    .nav ul li .arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition-duration: 0s
    }

    .nav ul li .arrow:after {
        font-family: FontAwesome;
        content: "\f105";
        display: block;
        font-weight: bold;
        font-size: 18px
    }

    .nav ul li.current > a {
        color: #5a342b;
    }

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

    .nav ul li.active > .arrow {
        transform: rotate(90deg)
    }

    .display-die {
        display: none;
    }

    .img-list .item img {
        width: 100% !important;
    }

    .sousuo {
        padding: 30px 0 20px;
        font-size: 25px;
        text-align: center;
    }


    /*BOTTOM*/
    footer {
        margin-bottom: 44px;
    }

    .copyright {
        padding: 14px 0;
    }

    .bg-bottom .container > ul > li:first-child {
        padding-bottom: 30px;
    }


    /*鏂伴椈涓績*/
    .college li:first-child {
        margin-bottom: 20px;
    }

    .determine {
        margin: 10px 0;
    }

    .info-content p {
        line-height: 1.6;
    }

    .news-fouce {
        padding: 0 10px 30px 0;
    }

    .news-list li.item .date {
        font-size: 12px;
        position: relative;
        top: 3px;
    }

    /*棣栭〉-鏂伴椈缂栬緫閮�*/
    .forus-bg ul li:first-child {
        text-align: center;
    }

    .forus-bg {
        margin: 30px 0;
        padding: 30px 0;
    }

    .latest-box li, .focus-home li {
        padding-top: 20px;
    }

}


/*鍥剧墖鍒楄〃*/
.img-list .item a {
    display: block;
    overflow: hidden;
}

.img-list .item img {
    display: block;
    width: 100% !important;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

.img-list .item a:hover img {
    transform: scale(1.1, 1.1);
}


/*鎵嬫満绔疆椤�*/
.curpointer {
    cursor: pointer;
}

.bg-bottgray {
    background-color: #000;
    width: 100%;
    height: auto;
}

.bott-fixed {
    left: 0;
    bottom: 0;
    z-index: 1;
}

.backsame li a .fa {
    font-size: 18px;
    padding-top: 5px;
    color: #fff;
}

.backsame li a span {
    padding-bottom: 2px;
    display: block;
    color: #fff;
    font-size: 12px;
}

@media (min-width: 1000px) {
    .phoblack {
        display: none;
    }
}


/*PC绔疆椤�*/
.gotop {
    position: fixed;
    bottom: 60px;
    right: 60px;
    width: 40px;
    height: 40px;
    text-indent: -999em;
    z-index: 20000;
    background-image: url(../images/backtotop.jpg);
    background-repeat: no-repeat;
}

@media (max-width: 1000px) {
    .gotop {
        display: none !important;
    }
}


/*瀛愭爮鐩牱寮�*/
.sub-nav-box {
    clear: both;
    border-left: 8px solid #0849a3;
    border-right: 1px #e2e2e3 solid;
}

.sub-nav-box .sub-nav-title {
    line-height: 76px;
    text-align: center;
    background: #0849a3;
    font-size: 24px;
    color: white;
}

.sub-nav-box .sub-nav {
    clear: both;
    text-align: left;
    width: 100%;
    overflow: visible;
}

.sub-nav-box .sub-nav li {
    width: 100%;
    padding: 0px;
    text-align: left;
    position: relative;
    display: block;
    background-color: rgba(0, 0, 0, 0.03);
}

.sub-nav-box .sub-nav li a {
    display: block;
    line-height: 62px;
    border-bottom: 1px #e2e2e3 solid;
    font-size: 18px;
    text-align: center;
    transition: 0.3s linear;
}

.sub-nav-box .sub-nav li a:hover {
    color: #000;
    padding-left: 20px;
}

.sub-nav-box .sub-nav li ul li a:hover {
    padding-left: 128px;
}

.sub-nav-box .sub-nav li ul {
    display: none
}

.sub-nav-box .sub-nav li ul li a {
    padding-left: 120px;
    text-align: left;
}

.sub-nav-box .sub-nav li ul li ul li a {
    padding-left: 85px;
    text-align: left;
}

.sub-nav-box li .arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    transition-duration: 0.1s;
    cursor: pointer
}

.sub-nav-box li .arrow:after {
    font-family: FontAwesome;
    content: "\f105";
    display: block;
    font-weight: bold;
    font-size: 18px
}

.sub-nav-box .sub-nav li ul li.curren {
    background-size: 4px;
}

.sub-nav-box .sub-nav li ul li.current > a {
    color: #027dc1;
    font-weight: bold;
}

.sub-nav-box .sub-nav li.current > a {
    color: #027dc1;
    font-weight: bold;
}

.sub-nav-box .sub-nav li.active > ul {
    display: block
}

.sub-nav-box .sub-nav li.active > .arrow {
    transform: rotate(90deg)
}


/*鏂囧湪瓒呭嚭鑼冨洿*/
.card1 {
    display: block; /*鍐呰仈瀵硅薄闇€鍔�*/
    word-break: keep-all; /* 涓嶆崲琛� */
    white-space: nowrap; /* 涓嶆崲琛� */
    overflow: hidden; /* 鍐呭瓒呭嚭瀹藉害鏃堕殣钘忚秴鍑洪儴鍒嗙殑鍐呭 */
    text-overflow: ellipsis;
}

.card2 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 42px;
}

.card3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 70px;
}


/*椤电爜*/
.pagination > li a {
    margin-right: 4px;
    font-size: 14px;
    color: #000;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 1;
    color: #fff;
    background-color: #000;
    border-color: #000;
    cursor: default;
}

.pagination > li a:hover {
    background-color: #000;
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    padding: 3px 10px;
    border-radius: 2px;
}


/*闈㈠寘灞�*/
.breadcrumb > li + li::before {
    content: "/";
    color: #9f9f9f;
}

.breadcrumb li a, .breadcrumb li a span {
    color: #666;
    font-size: 14px;
}

.breadcrumb li a .fa {
    color: #9f9f9f;
    font-size: 8px;
    position: relative;
    top: -4px;
}

.border-style {
    box-shadow: 1px 1px 1px #cdcdcd;
}


/*鎼滅储*/
.ss-box {
    position: relative;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    background: #fff;
    width: 100%;
    height: 42px;
    margin-top: 15px;
    margin-right: 0;
}

.ss-box .s-input {
    width: 100%;
    outline: none;
    border: none;
    line-height: 28px;
    height: 42px;
    padding-left: 32px;
    background-color: transparent;
}

.search {
    border-bottom: 1px solid #ddd;
}

.search .ss-box {
    margin: 0px auto;
}

@media (min-width: 1000px) {
    .ss-box {
        display: none;
    }

    .box-block {
        display: block;
        width: 350px;
        float: right;
    }

    .ss-box .s-input {
        width: 350px;
    }
}

@media (max-width: 1000px) {
    .ss-box {
        position: relative;
        margin: 20px auto;
    }

    .box-block {
        display: none;
    }
}


/*缃戠珯鍦板浘*/
.bd-gray {
    border: 1px solid #ddd;
}

.xianshilm {
    border-bottom: 1px solid #DDD;
}

.xianshilm span {
    color: #1a56a8;
    font-size: 20px;
    line-height: 40px;
    border-bottom: 2px solid #1a56a8;
    display: inline-block;
    font-weight: bold;
}

.webmap > ul > li {
    font-size: 18px;
    font-weight: bold;
}

.webmap > ul > li > a {
    color: #1a56a8;
}

.webmap ul > li > ul > li {
    display: inline-block;
    margin: 10px 10px;
    font-size: 14px;
    font-weight: normal;
}

.webmap ul > li > ul > li > ul > li {
    display: none;
}


/*鏂伴椈涓績*/
.college li .shade {
    position: relative;
}

.college .date-index {
    color: #6c9cd0;
    font-weight: bold;
    padding: 50px 15px 0;
    display: block;
    position: absolute;
    bottom: 64px;
    font-size: 15px;
}

.college li img {
    width: 100%;
}

.college .shade img {
    display: block;
    width: 100%;
}

/*榧犳爣瑙﹀彂涓嬫媺閬僵鏍峰紡*/
.college .shade .mask {
    width: 100%;
    height: 0;
    background: rgba(4, 4, 4, 0.71);
    position: absolute;
    bottom: 0;

    left: 0;
    transition: 0.3s linear;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.college .shade:hover .mask {
    height: 100%;
}

.college .shade:hover a span {
    display: none !important;
}

.college .shade a .mask img {
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    top: 20px;
    right: 20px;
}

.college .shade .font {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}


.issuer-box > li {
    display: inline-block;
    width: 100%;
    padding-top: 18px;
    margin: 20px 0;
}

.issuer-words span, .issuer-words p {
    color: #999;
}

.issuer-words a {
    line-height: 2.3;
}

.issuer-words span {
    line-height: 2;
    margin: 16px 0;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 52px;
}

.issuer-both {
    box-shadow: 1px 1px 1px #cdcdcd;
    display: flow-root list-item;
    margin-left: 15px;
}

.issuer-both > div {
    padding-left: 0;
}

.substance {
    border: 1px solid #ddd;
    background: #F8F8F8;
    margin: 20px 0;
    color: #666;
    text-align: center;
}

.news-list {
    clear: both;
    overflow: hidden;
    /*box-shadow: 1px 1px 1px #cdcdcd;*/
    /*padding: 0 30px 0;*/
}

.news-list li.item {
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 13px 0px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

.news-list li.item span {
    line-height: 31px;
    padding: 13px 0;
}

.news-list li.item .title {
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.news-list li.item .date {
    float: right;
    color: #838383;
}

.news-list li:last-child.item {
    margin-bottom: 20px;
}

.news-list li:hover span, .news-list li:hover span a {
    color: #3564b2 !important;
}

.latest {
    border-bottom: 2px solid #9c9c9c;
    height: 40px;
    line-height: 40px;
    margin-bottom: 16px;
}

.latest h4 {
    line-height: 40px;
    border-bottom: 2px solid #2e5bb8;
    color: #2e5bb8;
    font-size: 20px;
    padding-right: 30px;
    float: left;
    position: relative;
    top: -0.15rem;
}

.news-fouce {
    clear: both;
    overflow: hidden;
    box-shadow: 1px 1px 1px #cdcdcd;
    margin-top: 50px;
}


/*鍏紑娲诲姩*/
.icon-box {
    margin-top: -40px;
    margin-bottom: 30px;
}

.icon-box li {
    margin-top: 100px;
}

.icon {
    position: relative;
}

.icon a img {
    padding: 0 60px 60px;
}

.icon-box .icon a {
    display: block;
    overflow: hidden;
}

.icon-box .icon img {
    display: block;
    width: 100% !important;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

.icon-box .icon a:hover img {
    margin-left: -40px
}


/*棣栭〉-鏂伴椈缂栬緫閮�*/
.newsroom-bg {
    background-color: #043562;
    padding-bottom: 30px;
}

.newsroom-bg h4 {
    color: #fff;
    padding: 50px 0 30px;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 2.1rem;
}

.news-home li a {
    color: #fff;
    font-size: 17px;
}

.news-home {
    box-shadow: none;
    padding: 0;
}

.news-home li.item {
    border-bottom: 1px solid #2a457d;
}

.news-home li.item .date {
    color: #fff;
}

.news-home li:hover span, .news-home li:hover span a {
    color: #cdd7e8 !important;
}

.latest-home a {
    text-align: right;
    display: block;
    position: relative;
    top: -36px;
    font-size: 30px;
    color: #1e59b3;
}


.latest-box li a {
    padding-bottom: 14px;
}

.latest-box li a p {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 60px;
    line-height: 24px;
    padding-top: 10px;
}

.forus-bg ul li:last-child {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
}

.forus-bg ul li:last-child a {
    color: #fff;
    text-align: right;
    display: block;
    padding-top: 10px;
}

.forus-bg ul li:last-child a:hover {
    text-decoration: underline;
}


.focus-home li a {
    border: solid 1px #f2f2f2;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px #c7c7b1;
    display: block;
    padding: 10px 15px;
}

.focus-home li a i {
    display: block;
    width: 60px;
    height: 5px;
    background-color: #1e5ab3;
    margin: 10px 0 20px;
}

.focus-home li a p {
    line-height: 1.6;
    font-size: 16px;
    max-height: 77px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 77px;
}

.focus-home li a:hover p {
    color: #000;
}

.hotnews {
    box-shadow: 1px 1px 1px #cdcdcd;
    padding: 0 10px 30px 0;
}

/*----------------------------------------------------------------------------------------------*/

.banner-bannerslide a img {
    display: block;
    width: 100%;
    height: 100%;
}

.all-title {
    margin: 20px 0;
    position: relative;
    color: #2e5bb8;
    font-size: 20px;
}

.all-title > p {
    display: inline-block;
    /*font-size: 18px;*/
    font-weight: 600;
    color: #0265c2;
}

.all-title .sy_mk {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.all-title > a {
    float: right;
    position: relative;
    font-size: 16px
}

.all-title > a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 58px;
    height: 3px;
    background: #2e5bb8;
}

.all-detail {
    margin-top: 20px;
}

.all-detail .all-detail-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.all-detail .all-detail-tips {
    text-align: center;
    margin-bottom: 20px;
}

.all-imgList ul li p {
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
}

.all-list li {
    position: relative;
    padding-right: 95px;
    font-size: 16px;
    line-height: 44px;
}

.all-list li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #0265c2;
}

.introduct .all-title {
    border-bottom: solid 2px #2e5bb8
}

.index-news-box {
    padding-bottom: 15px
}

.index-news-box li {
    line-height: 33px;
    font-size: 13px;
    position: relative;
}

.index-news-box li span, .news-list li span {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #999999;
    font-size: 14px
}

.index-news-box li a, .news-list li a {
    padding-right: 75px;
    line-height: 2.1;
    font-size: 15px;
}


.addhome-answer {
    clear: both;
    overflow: hidden;
    padding: 0 18px 30px;
    border-top: 3px solid #0146c7;
    box-shadow: 1px 0px 3px #eaeaea;
    margin-bottom: 40px;
}

.index-Content-right {
    clear: both;
    overflow: hidden;
    padding: 0 18px 30px;
    border-top: 3px solid #0146c7;
    box-shadow: 1px 0px 3px #eaeaea;
    margin-bottom: 40px;
}

.information-home {
    clear: both;
    overflow: hidden;
    /*box-shadow: 1px 1px 1px #cdcdcd;*/
    /*padding: 0 30px 0;*/
    margin-bottom: 40px;
}

.information-home .all-title {
    border-bottom: 2px solid #9c9c9c;
    height: 40px;
    line-height: 40px;
    margin-bottom: 16px;
}

.information-home .all-title > p {
    line-height: 40px;
    border-bottom: 2px solid #2e5bb8;
    color: #2e5bb8;
    font-size: 20px;
    padding-right: 30px;
    position: relative;
    top: -0.15rem;
}

.match_tabs {
    margin-top: 25px;
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: solid 1px #dedede;
}

.match_tabs_wrap {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 15px;
}

.match_tabs_wrap::after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.match_tabs_wrap li {
    float: left;
    padding: 5px 10px;
    background: #FFF;
    border: solid 1px #DEDEDE;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 7px;
    font-size: 14px;
}

.match_tabs_wrap li.active {
    border: solid 1px #2f63ba;
}

.match_tabs_wrap li.active a {
    color: #2f63ba;
}

.match_tabs_wrap li a i {
    display: inline-block;
    width: 18px;
    height: 16px;
    margin: 0 4px -2px 0;
}
.icon-all {
    background: url(../images/sprite.png) -191px 0;
}

.icon-zhongyao {
    background: url(../images/sprite.png) -256px 0;
}

.icon-zuqiu {
    background: url(../images/sprite.png) 0 0;
}

.icon-lanqiu {
    background: url(../images/sprite.png) -32px 0;
}

.match-more_btn {
    font-size: 14px;
    padding-left: 15px;
}

.match_date {
    font-size: 16px;
    padding: 15px 0;
}

.match_body {
    padding: 10px 0;
}

.match-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 15px;
    border-bottom: solid 1px #dedede !important;
}

.match-item .info_left {
    display: flex;
    align-items: center;
}

.match-item:nth-child(2n) {
    background: #fafafa;
}

.match-item .info_left .time {
    display: inline-block;
    width: 75px;
}

.match-item .info_left .league {
    display: inline-block;
    width: 80px;
    padding-right: 20px;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left;
}

.match-item .info_center {
    display: flex;
}

.match-item .info_center .score {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 130px;
}

.match-item .info_center .home {
    display: flex;
    justify-content: center;
    align-items: center;
}

.match-item .info_center .home .left {
    display: flex;
    align-items: center;
    width: 150px;
    text-align: right;
    justify-content: flex-start;
}

.match-item .info_center .home .left > img {
    width: 30px;
    max-height: 30px;
    margin-right: 5px;
}

.match-item .info_center .home .left .text {
    display: inline-block;
    width: 100px;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-left: 10px;
    text-align: left;
}

.match-item .info_center .away {
    display: flex;
    justify-content: center;
    align-items: center;
}

.match-item .info_center .away .right {
    display: flex;
    align-items: center;
    width: 150px;
    justify-content: flex-end;
}

.match-item .info_center .away .right > img {
    width: 30px;
    max-height: 30px;
    margin-right: 10px;
}

.match-item .info_center .away .right .text {
    display: inline-block;
    width: 100px;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.match-item .info_right {
    box-sizing: border-box;
    margin-left: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    border: solid 1px #999999;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 10px;
    width: 95px;
    text-align: center;
}

.match-item .info_right a {
    color: #999999;
}

.match-item .info_right.start {
    border: solid 1px #2f63ba;
}

.match-item .info_right.start a {
    color: #2f63ba;
}

.match-item .info_right.end {
    border: solid 1px #2f63ba;
    background: linear-gradient(90deg, #2f63ba 0%, #2f63ba 50%, #2f63ba 100%);
}

.match-item .info_right.end a {
    color: #FFFFFF;
}

.hot-video-list dl {
    margin-bottom: 15px;
    border-bottom: solid 1px #dedede;
    padding-bottom: 15px;
}

.hot-video-list dl::after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.hot-video-list dt {
    float: left;
    margin-right: 15px;
}

.hot-video-list dt a img {
    width: 86px;
    height: 56px;
}

.footer-fixed li a.active {
    color: #2f63ba;
}

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

.header-bottom_nav {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 13px;
    zoom: 1;
}

.header-bottom_nav::after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ' ';
}

.header-bottom_nav__football {
    float: left;
    padding-left: 15px
}

.header-bottom_nav__basketball {
    float: left;
}

.header-bottom_nav__football dt {
    height: 22px;
    background: #fd8f00;
    margin-top: 4px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    position: relative;
    margin-right: 10px;
    font-weight: 500;
}

.header-bottom_nav__football dt i {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #fd8f00;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 5px;
}

.header-bottom_nav__basketball dt {
    margin-left: 20px;
    height: 22px;
    background: #fd8f00;
    margin-top: 4px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    position: relative;
    margin-right: 10px;
    font-weight: 500;
}

.header-bottom_nav__basketball dt i {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #fd8f00;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 5px;
}

.header-bottom_nav dl dd, .header-bottom_nav dl dt {
    float: left;
    padding: 0 6px;
}

.header-bottom_nav dl dd a {
    color: #2f63ba;
    font-weight: 400;
}

@media (max-width: 600px) {
    .header-top {
        width: 100%
    }

    .header-top_logo {
        padding: 0
    }

    .header-menu_items {
        width: 100%;
        display: flex
    }

    .header-menu_item {
        width: unset;
        float: none;
        flex: 1;
        height: 35px;
        line-height: 35px;
    }

    .header-menu_item:hover .header-menu_sub {
        display: none
    }

    .header-bottom {
        width: 100%;
        overflow-x: auto;
        padding: 5px 15px
    }
}


.match_show_box {
    padding-top: 30px;
}

.match_show_date_tabs a {
    box-sizing: border-box;
    float: left;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    width: 100px;
    height: 64px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.match_show_date_tabs a p {
    font-size: 14px;
}

.match_show_date_tabs a.active p {
    color: #2f63ba;
}

.match_show_date_tabs a.active {
    color: #2f63ba;
    border: 1px solid #2f63ba;
    border-bottom: solid 8px #2f63ba;
    position: relative;
}

.match_show_list {
    margin-top: 30px;
}

.match_status_tabs {
    padding: 5px 0;
}

.match_status_tabs a {
    display: block;
    float: left;
    padding: 5px 30px;
    box-sizing: border-box;
    border: solid 1px #2f63ba;
    font-size: 16px;
}

.match_status_tabs a.active {
    background: #2f63ba;
    color: #FFFFFF;
}

.get-more-match {
    display: block;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    color: #2f63ba;
    margin-top: 15px;
}

.navbar {
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-menus li {
    float: left;
    padding: 8px 10px;
}

.navbar-menus li a {
    font-size: 14px
}

.navbar-menus li.active {
    background: #2f63ba;
    text-align: center
}

.navbar-menus li.active a {
    font-weight: bold;
    color: #FFFFFF
}

@media (max-width: 1280px) {
    .navbar {
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0;
        box-sizing: border-box;
        margin-top: 15px;
        padding-left: 15px
    }

    .navbar-menus {
        width: 1200px
    }
}

.listModel-box li {
    position: relative;
}

.listModel-box li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.gray-container {
    background: #f6f6f6;
}

h2 {
    font-size: 18px;
}

.introduce-left h2 {
    color: #1561af;
    border-bottom: solid 1px #1561af;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.introduce-left p {
    line-height: 1.6;
}

.topic_box {
    margin-top: 30px;
    background: #ffffff;
    padding: 15px;
    box-sizing: border-box;
}

.topic_box_tag_title {
    height: 50px;
    padding: 5px 20px 0 20px;
}

.topic_box_tag_title img {
    float: left;
    width: 50px;
    height: 50px;
}

.topic_box_tag_title h1 {
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    margin-left: 10px;
}

.topic_box_tag_title ul {
    float: left;
    margin-left: 60px;
    margin-top: 14px;
}

.topic_box_tag_title li {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
}

.topic_box_tag_title li a {
    color: #999;
}

.topic_box_tag_title .gd {
    font-size: 14px;
    color: #666;
    float: right;
    margin-top: 16px;
}

.topic_box_list {
    margin-top: 15px;
}

.topic_box_list li {
    width: 46%;
    float: left;
    font-size: 14px;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-right: 15px;
}

.topic_box_tag_title li.active a {
    font-weight: bold;
    color: #000000;
}

.topic_box_score_box {
    display: flex;
    margin-top: 15px;
}

.topic_box_score_match_item {
    display: block;
    flex: 1;
}

.score_match_team img {
    width: 32px;
    height: 32px;
}

.score_match_header {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    font-size: 15px;
}

.score_match_date, .score_match_tag {
    flex: 1;
}

.score_match_tag {
    color: darkred;
}

.score_match_date {
}

.score_match_body {
    display: flex;
    align-items: center;
}

.score_match_team {
    flex: 1;
    line-height: 2.5;
}

.score_match_vs {
    flex: 1;
    font-size: 16px;
}

.score_match_team span {
    padding-left: 5px;
}

.sven_display {
    margin-bottom: 30px;
}

.sven_display__hd {
    padding: 15px;
    border-radius: 5px 5px 0 0;
}

.sven_display__hd h2 {
    display: inline-block;
    font-size: 18px;
    color: #2f63ba;
    border-bottom: 2px solid #2f63ba;
    padding: 0 10px;
}

.tocr_block_taggle {
    height: 44px;
    background: #F8F8F8;
}

.tocr_block_taggle li.active {
    background: #f1f1f1;
    color: #2f63ba;
}

.tocr_block_taggle li {
    float: left;
    width: 50%;
    font-size: 18px;
    color: #999;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    position: relative;
}

.tocr_block_taggle li s {
    display: block;
    width: 100%;
    height: 4px;
    background: #1561af;
    position: absolute;
    left: 0;
    top: -2px;
    display: none;
}

.tocr_block_table {
    padding: 15px;
}

.tocr_block_table table th {
    font-size: 14px;
}

.tocr_block_table table td {
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
}

.tocr_block_table tr th {
    text-align: center;
}

.sven_match__date {
    margin-top: 35px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

.live_right_box {
    padding: 15px 0;
}

.live_right_item {
    font-size: 16px;
    margin-bottom: 20px;
}

.live_right_item_hd_league {
    float: left;
}

.live_right_item_hd_league a {
    color: #999999;
}

.live_right_item_hd_date {
    float: right;
    color: #999999;
}

.live_right_item_bd {
    padding-top: 10px;
}

.live_right_item_bd_team img {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;

}
.live_right_item_bd_team span{
    display: inline-block;
    width: calc(100% - 35px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.live_right_item_bd_team {
    float: left;
    line-height: 35px;
    width: calc(100% - 98px);
}

.live_right_item_bd_action {
    float: right;
}

.live_right_item_bd_action a {
    background: #2f63ba;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    padding: 5px 15px;
    line-height: 58px;
}

.video_page_list li {
    width: 33.3%;
    float: left;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 11px;
}

.video_page_list .dsp_photo {
    position: relative;
    width: 256px;
    height: 143px;
    margin: 0 auto;
    border: solid 1px #efefef;
}

.video_page_list .dsp_photo span {
    width: 256px;
    height: 143px;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

.video_page_list .dsp_photo span img {
    width: 256px;
    /*height: 143px;*/
    display: block;
}

.video_page_list .dsp_photo .covermask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.video_page_list .dsp_photo .playbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 49px;
    height: 49px;
    background: url(../images/dspleft_ico.png) no-repeat 0 0;
    opacity: 0;
    -webkit-transform: scale(.7);
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-duration: .5s;
    transform: scale(.7);
    transition-property: opacity, transform;
    transition-duration: .5s;
    zoom: 1;
    background-size: 100% 100%;
}

.video_page_list .dsp_photo .covermask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.video_page_list .dsp_photo:hover .covermask {
    opacity: .2;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.video_page_list .dsp_photo:hover .playbtn {
    opacity: .9;
    -webkit-transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-duration: .5s;
    transform: scale(1);
    transition-property: opacity, transform;
    transition-duration: .5s;
    cursor: pointer
}

.video_page_list .dsp_title {
    width: 257px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 26px;
    height: 28px;
    margin: 0 auto;
    text-align: left;
}

.qd_jieshao {
    border-radius: 8px;
    background: #fff;
    padding-bottom: 10px;
}

.qd_name {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 0 20px 0;
    overflow: hidden;
}

.qd_name img {
    width: 120px;
    height: 120px;
}

.qd_name span {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.qd_xq h5 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.qdjsbt {
    line-height: 30px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    border-bottom: 2px #2f63ba solid;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.qdjsbt span {
    float: left;
    margin-left: 15px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 280px;
}

@media (max-width: 1280px) {
    body {
    }

    .news-list {
        padding: 0;
        box-shadow: unset;
    }

    .container, .gray-container {
        width: 100%;
    }

    .mobile_table {
        display: flex;
        flex-flow: column-reverse;
    }

    .exchange-list {
        padding: 0;
    }

    .information-home {
        box-shadow: unset;
    }

    .match_date {
        padding: 2px !important;
        font-size: 14px !important;
        padding-left: 10px !important;
        background: #f5e3e3;
    }

    .match-item {
        position: relative;
    }

    .match-item .info_left {
        display: block !important;
        width: 75px !important;
        font-size: 14px;
    }

    .match-item .info_left span {
        display: block !important;
    }

    .match-item .info_left .time, .match-item .info_left .league {
        width: 70px !important;
        padding: 0;
    }

    .match-item .info_center .home .left {
        width: 120px !important;
    }

    .match-item .info_center img {
        display: none;
    }

    .match-item .info_center {
        display: block !important;
        font-size: 14px;
    }

    .match-item .info_center .home {
        padding-bottom: 5px;
    }

    .match-item .info_center .home, .match-item .info_center .away {
        display: block !important;
    }

    .match-item .info_center .home .left .text {
        padding-left: 0 !important;
    }

    .match-item .info_center .away .right {
        display: block !important;
    }

    .match-item .info_center .score {
        display: block !important;
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        font-size: 14px !important;
    }

    .match-item .info_center .score span {
        display: block;
    }

    .match-item .info_center .score .fenge {
        display: none;
    }

    .match-item .info_right {
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translate(-3%, -50%);
        border-radius: 0 !important;
        background: #dedede;
        border: 0 !important;
    }

    .match-item .info_right.more {
        position: relative;
        padding: 2px 5px;
        margin-top: 15px;
    }

    .match-item .info_right a {
        color: #FFFFFF !important;
        font-size: 14px !important;
    }

    .match-item .info_right.start {
        background: #2f63ba;
    }

    .match-item .info_right.end {
        background: #999999;
    }

    .match_status_tabs {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }

    .match_show_box {
        box-sizing: border-box;
        padding-left: 20px;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .match_show_date_tabs {
        width: 1200px;
        padding-bottom: 15px;
    }

    .topic_box {
        margin-top: 0;
        margin-bottom: 15px;
        padding: 0 !important;
    }

    .topic_box_list li {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .topic_box_tag_title {
        position: relative;
    }

    .topic_box_tag_title ul {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .topic_box_tag_title .gd {
        position: absolute;
        top: 0%;
        right: 5%;
        transform: translate(-50%, -5%);
    }

    .topic_box_score_box {
        padding: 15px;
    }

    .sven_match__date {
        padding-left: 15px;
    }

    .not_data {
        padding-left: 15px;
    }

    .video_page_list li {
        width: 100%;
    }

    .video_page_list .dsp_photo, .video_page_list .dsp_photo span {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .video_page_list .dsp_photo span img {
        width: 100%;
        /*height: 200px;*/
    }

    .video_page_list {
        padding: 0px 20px;
    }

    .video_page_list .dsp_photo .playbtn {
        opacity: 1;
        width: 69px;
        height: 69px;
        margin: 0;
        transform: translate(-50%, -50%);
    }

    .video_page_list .dsp_title {
        margin: 0;
        width: 100%;
        font-size: 16px;
        padding-top: 5px;
    }

    .teshu li {
    }

    .breadcrumb {
        padding-left: 15px;
    }

    .all-list li .team_link {
        right: 13% !important;
        top: 5px !important;
        font-size: 12px;
        line-height: 1.2;
        text-align: right
    }

    .team_link a {
        display: block;
    }

    .all-list li > a {
        width: 65%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        font-size: 14px;
    }

    .pagination {
        zoom: 0.8
    }
}

.all-list li {
    border-bottom: solid 1px #efefef;
    padding: 5px 0;
}

.all-list li .team_link {
    position: absolute;
    right: 20%;
    top: 0
}

.all-list li .team_link a {
    font-size: 14px;
    color: #999
}

.all-list li .date {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 14px;
    color: #999;
}

.sig-vs {
    width: 100%;
    background: url(../images/score.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding:20px 0;
}

.sig-vs-scores{padding:10px 0;font-size:16px;}


.sig-vs img {
    width: 80px;
    max-height: 80px;
    margin: auto 18px;
    border-radius: 2px;
    border-radius: 100%;
    background: #FFFFFF
}

.sig-vs div * {
    vertical-align: middle
}

.sig-vs b, .sig-vs b a {
    color: #fff;
    line-height: 80px;
    font-size: 24px;
    display: inline-block
}

.sig-vs i {
    color: #4788d7;
    font-size: 0;
    font-style: normal;
    font-weight: 600;
    margin: auto 5px
}

.sig-vs .team {
    display: inline-block;
    height: 230px;
    width: 100%;
    padding: 45px 0
}

.sig-vs .team div {
    display: inline-block
}

.sig-vs .team div.ht {
    width: 35%;
    text-align: right
}

.sig-vs .team div.gt {
    width: 35%;
    text-align: left
}

.sig-vs-txt {
    min-width: 278px;
    width: 28%
}

.sig-vs-txt.title {
    min-width: 278px;
    width: 60%
}

.sig-vs-txt b {
    font-size: 24px;
    line-height: 40px
}

.sig-vs-txt em {
    font-size: 20px;
    line-height: 20px;
    color: #4788d7;
    display: block;
    font-style: normal;
    padding-bottom: 15px
}

.sig-vs-txt span {
    font-size: 18px;
    line-height: 25px;
    color: #bebebe;
    display: block;
    vertical-align: middle
}

.sig-list {
    display: block;
    width: 1200px;
    background: rgba(0, 0, 0, .1);
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px
}

.sig-list a {
    display: inline-block;
    line-height: 1.2;
    min-width: 82px;
    color: white;
    padding: 5px 12px;
    margin: 8px 10px !important;
    border: solid 1px red;
    border-radius: 14px;
    background: red;
    font-weight: 600;
    font-size: 18px;
}

.sig-list a.active, .sig-list a:hover {
    background: red;
    color: #fff
}

.sig-prev {
    width: 80%;
    border: 1px dotted #f8990c;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #fff
}

.sig-list a {
    margin: auto 8px
}

.sig-videos .vl {
    margin-left: 5px;
    display: inline-block
}

.sig-table {
    width: 795px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.sig-table thead tr td {
    background-color: #d8d8d8
}

.sig-thead {
    height: 44px;
    line-height: 40px
}

.sig-thead * {
    vertical-align: middle
}

.sig-thead i {
    display: inline-block;
    height: 20px;
    width: 5px;
    background-color: #ff4d4d;
    border-radius: 3px;
    margin: 0 10px 0 0
}

.sig-thead b {
    line-height: 30px;
    display: inline-block;
    font-size: 18px
}

.sig-table td {
    border-bottom: 1px solid #ccc;
    height: 50px;
    text-align: center
}

.sig-table .trbg {
    background-color: #fcfcfc
}

.sig-table .bold {
    font-weight: 700;
    font-size: 16px
}

.sig-list ul li {
    display: inline-block
}

.bisai_desc_box, .luxiang_box {
    margin-top: 30px
}

.bisai_desc_info p {
    font-size: 14px;
    padding-top: 15px
}

@media (max-width: 1280px) {
    .sig-list {
        padding: 0
    }

    .sig-vs .team {
        height: 100%;
        padding: 15px 0;
        display: flex
    }

    .sig-vs-txt {
        min-width: unset;
    }

    .sig-vs b, .sig-vs b a {
        display: block;
        line-height: unset;
        font-size: unset
    }

    .sig-vs .team div.ht {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .sig-vs img {
        width: 46px;
        max-height: 46px;
        margin: 0
    }

    .sig-vs-txt p {
        font-size: 20px
    }

    .sig-vs-txt em {
        font-size: 16px
    }

    .sig-vs {
        padding-bottom: 15px
    }

    .sig-vs-txt span {
        font-size: 14px;
        line-height: 1.2
    }

    .sig-vs .team div.gt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .sig-list {
        width: 100%;
        font-size: 12px;
    }

    .sig-list a {
        min-width: unset;
        height: unset;
        margin: 5px 3px !important;
    }

    .sp_xg_left {
        width: unset;
        float: none;
        padding: 0 14px;
        box-sizing: border-box
    }
}


.play_video {
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #1d1d1d
}

.room_video_box {
    float: left;
    width: 900px;
    padding-bottom: 15px
}

.play_video .room_video {
    position: relative;
    height: 540px
}

.room_video {
    height: auto !important
}

.room_video > a {
    display: block
}

.video_article_play_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s
}

.room_video_title {
    padding-left: 15px
}

.room_video_title h2 {
    font-size: 26px;
    color: #FFFFFF;
    margin-top: 30px
}

.room_video_title time {
    font-size: 14px;
    color: #CCCCCC;
    display: block;
    margin-top: 10px
}

.play_video .correlation_video {
    width: 300px;
    height: auto;
    float: left;
    background: #333333
}

.correlation_video .correlation_video_tab {
    height: 55px;
    border-bottom: 1px solid #454545
}

.correlation_video .correlation_video_tab li.active {
    border-bottom: 2px solid #D0021B;
    color: #DC2221
}

.correlation_video .correlation_video_tab li {
    width: 100%;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    color: #CCCCCC;
    cursor: pointer
}

.scroll_video {
    height: 619px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 5px
}

.scroll_video_block {
    height: 99px
}

.scroll_video_block img {
    width: 100px;
    height: 75px;
    margin: 12px 0 0 10px;
    float: left
}

.scroll_video_block p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    float: left;
    margin: 6px 0 0 10px;
    height: 56px;
    overflow: hidden
}

.scroll_video_block time {
    opacity: 0.66;
    font-size: 12px;
    color: #CCCCCC;
    float: left;
    margin: 12px 0 0 10px
}

.video_recommend_block {
    width: 750px;
    height: 147px;
    box-sizing: border-box;
    border-bottom: 1px solid #E2E2E2;
    margin-top: 20px
}

.video_recommend_block > a {
    float: left;
    display: inline-block;
    position: relative
}

.video_recommend_block img {
    width: 168px;
    height: 126px
}

.video_recommend_block h3 {
    font-size: 16px;
    width: 422px;
    height: 32px;
    color: #333333;
    line-height: 32px;
    float: left;
    margin: -6px 0 0 20px;
    overflow: hidden
}

.video_recommend_block p {
    width: 422px;
    float: left;
    margin: 10px 0 0 20px
}

.video_recommend_block p a {
    font-size: 14px;
    color: #666666;
    line-height: 30px
}

.video_recommend_block time {
    float: right;
    font-size: 14px;
    color: #666666;
    margin-top: 12px
}

.play_video_box.mobile {
    display: none !important
}

@media (max-width: 1280px) {
    .l_tag {
        padding-left: 15px;
        color: #2f63ba;
        padding-top: 15px
    }

    .play_video.pc {
        display: none
    }

    .play_video_box {
        height: auto;
        background: #fff
    }

    .play_video_box .play_link {
        width: 100%;
        height: 240px;
        background: #000;
        position: relative
    }

    .play_link img {
        width: 100%;
        height: 100%
    }

    .video_article_play_m {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px !important;
        height: 60px !important;
        transform: translate(-50%, -50%)
    }

    .play_video_box > span {
        display: block;
        font-size: 16px;
        line-height: 1.2;
        color: #333;
        padding: 15px
    }

    .play_video_box > time {
        display: block;
        font-size: 14px;
        color: #666;
        padding: 5px 15px
    }

    .video_recommend_box {
        padding: 15px
    }

    .video_recommend_block {
        width: 100%;
        height: 120px
    }

    .video_recommend_block p {
        width: 70%;
        margin: 0 0 0 20px
    }

    .video_recommend_block h3 {
        width: 70%
    }

    .video_recommend_block p a {
        line-height: 1.2
    }

    .video_recommend_block img {
        width: 80px;
        height: 60px
    }

    .video_recommend_block .video_tag {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 26px;
        height: 26px;
        background-size: cover
    }

    .play_video_box.mobile {
        display: block !important
    }

    .block_min {
        width: 100%;
        height: 80px;
        padding: 5px 0;
        border-bottom: 1px solid #f1f1f1;
        position: relative
    }

    .block_min img {
        float: left;
        width: 4.5rem;
        height: 3.75rem
    }

    .block_min p {
        width: 100%;
        color: #000;
        line-height: 1.5;
        overflow: hidden;
        padding-left: 10px
    }

    .block_min time {
        color: #999;
        line-height: 0.9rem;
        float: left;
        margin-top: 7px;
        margin-left: 10px
    }

    .collection {
        padding: 15px
    }
}


.content_box {
    padding: 15px
}

.content_box_hd {
    padding: 15px
}

.content_box_hd h3 {
    font-size: 24px;
    font-weight: 700
}

.content_box_hd_info li {
    float: left;
    color: #999;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding-top: 1px
}

.content_box_hd_info li cite {
    padding: 0 10px;
    font-style: normal
}

.content_box_bd {
    font-size: 16px;
    line-height: 30px;
    clear: both;
    padding: 15px;
    overflow: hidden;
}

.content_box_bd p {
    font-size: 16px;
    margin-bottom: 30px;
    text-indent: 20px;
    line-height: 30px
}

.content_box_bd img {
    max-width: 94%;
    margin: 15px auto;
    display: block
}

.tags {
    margin-bottom: 30px
}

.tags h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    border-top: solid 1px #dedede;
    padding-top: 15px
}

.tags li {
    float: left;
    padding: 5px 15px;
    background: #F2F2F2;
    border-radius: 10px;
    margin: 5px 10px;
    font-size: 14px
}

@media (max-width: 1280px) {
    .content_box {
        padding: 5px
    }

    .content_box_bd img {
        width: 100%;
        max-width: 100%
    }

    .content_box iframe {
        width: 100%
    }
}


.sitemap_box {
    margin-bottom: 30px;
    background: #FFFFFF;
    margin-top: 30px
}

.sitemap_box_hd {
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 40px;
    background: #dedede;
    position: relative;
}

.sitemap_box_bd {
    padding: 15px
}

.sitemap_box_bd a {
    margin: 0 20px;
    color: #448cee;
    line-height: 34px;
    display: inline-block;
    min-width: 110px;
}

.not_data {
    padding: 15px;
    text-align: center;
}


.arc_page_list li {
    border-bottom: 1px #eee solid;
    overflow: hidden;
    padding: 8px 25px 10px 10px
}

.zx_slt {
    width: 165px;
    height: 122px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 4px
}

.zx_slt img {
    width: 174px;
    height: 122px;
    transition: transform .3s;
    -ms-transition: -ms-transform .3s;
    -moz-transition: -moz-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s
}

.zx_xq_bt {
    font-size: 18px;
    color: #353030;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.zx_xianqing {
    width: 550px;
    float: left
}

.zx_xq_jj {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 54px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 9px
}

.zx_xq_banq .zx_xq_fl {
    width: 100px;
    display: block;
    float: left
}

.zx_xq_banq .zx_xq_fl a {
    color: #0073c4
}

.zx_xq_banq .zx_xq_dw, .zx_xq_banq .zx_xq_dw .iconfont, .zx_xq_banq .zx_xq_dw a {
    color: #999
}

.zx_xq_banq .zx_xq_time {
    float: right;
    color: #999
}

@media (max-width: 1280px) {
    .arc_page_list li {
        padding: 10px;
        box-sizing: border-box;
    }

    .arc_list li {
        width: 100% !important;
        box-sizing: border-box
    }

    .zx_slt {
        width: 90px !important;
        height: 65px !important;
        overflow: unset;
    }

    .zx_xianqing {
        width: unset !important;
        float: none !important
    }

    .zx_slt img {
        width: 90px !important;
        height: 65px !important
    }

    .zx_xq_bt {
        font-size: 14px !important;
        line-height: 1.2 !important;
        height: 18px !important;
        white-space: unset !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important
    }

    .zx_xq_jj {
        font-size: 12px !important;
        line-height: 1.2 !important;
        height: unset !important;
        margin: 0 !important
    }

    .zx_xq_banq .zx_xq_time {
        float: none
    }
}

.body-grid-list {
    zoom: 1;
    padding-left: 23px
}

.body-grid-list::after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ' ';
}

.body-grid_item {
    float: left;
    border: solid 1px transparent;
    padding: 5px 15px;
    margin-bottom: 5px;
    margin-right: 10px
}

.body-grid_item:hover {
    border: solid 1px #dedede
}

.body-grid_item a img {
    width: 70px;
    height: 70px
}

.body-grid_item a p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 15px
}

@media (max-width: 1280px) {
    .body-grid-list {
        padding-left: 5px
    }

    .body-grid_item a img {
        width: 60px;
        height: 60px
    }

    .body-grid_item {
        width: 30%;
        padding-left: 9px;
        text-align: center
    }
}

.tags a {
    padding: 5px 0;
    margin-right: 15px;
    display: inline-block;
}

.topics {
    box-shadow: 1px 1px 5px 1px rgba(231, 231, 231, 0.8);
}

.base_tabs {
    margin-top: 15px;
}

.base_tabs > ul {
    display: flex;
}

.base_tabs > ul > li {
    padding: 10px 15px;
    margin-right: 15px;
    border-bottom: solid 3px transparent;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.base_tabs > ul > li.active {
    float: left;
    padding: 10px 15px;
    border-bottom: solid 3px #2f63ba;
    color: #2f63ba;
}

.base_tabs_body-panel {
    display: none;
    padding-top: 30px;
}

.base_tabs_body-panel.active {
    display: block;
}

.analysis-record-caption {
    display: flex;
    color: #999;
    border-bottom: solid 1px #efefef;
    padding-bottom: 5px;
}

.analysis-record-caption > span {
    font-size: 13px;
    flex: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.analysis-record-line {
    display: flex;
    padding: 5px 0;
}

.analysis-record-line > span {
    font-size: 14px;
    flex: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.analysis-result-compare {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.analysis-result-compare .compare-team {
    flex: 1;
    padding: 15px;
    box-sizing: border-box;
    border: solid 1px #efefef;
    margin-right: 15px;
}

.analysis-result-compare .compare-team > p:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
}

@media (max-width: 1280px) {
    .base_tabs > ul > li {
        zoom: 0.8;
        margin-right: 0;
    }

    .analysis-record-caption, .analysis-record-line {
        zoom: 0.8;
    }
}

.data_content_table {
    margin-top: 36px;
}

.nbadata_table_title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin: 20px 0 20px 26px;
    padding-top: 15px;
}

.data_table_index {
    background: #efefef;
}

.data_table_index table tbody tr th {
    font: 14px/50px "microsoft yahei";
    color: #333;
    text-align: center;
    background: #dedede;
}

.data_table_index table tbody tr td {
    font: 16px/56px "microsoft yahei";
    color: #333;
    text-align: center;
    border-top: 1px solid #eee;
}

.data_table_index .orderred {
    background: #ce2623;
}

.data_table_index .order {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: #dc2221;
    font: 16px/30px "microsoft yahei";
    color: #fff;
}

.nbadata_table_index .logo_name img {
    width: 36px;
    height: 36px;
    float: left;
    margin: 7px 0 0 20px;
}

.data_table_index .logo_name img {
    width: 30px;
    height: 30px;
    float: left;
    margin: 14px 0 0 25px;
}

.zhibo_btn {width: 50%;display: flex;flex-wrap:wrap;margin: 0px auto;justify-content: center;}
.zhibo_btn a{


    display: inline-block;

    font-size: 14px;
    padding: 5px 10px;
    border-radius: 10px;
    text-align: center;
    background: red;
    color: #fff;
    cursor:pointer;
    margin:5px;
    }



@media (max-width:780px) {

.zhibo_btn {width: 90%;display: flex;flex-wrap: wrap;margin: 0px auto;}

    }