:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
    }
#start-resizable-editor-section {
    display: none
    }
.wp-block-audio figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em
    }
.wp-block-audio audio {
    width: 100%;
    min-width: 300px
    }
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: 0.667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
    }
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: #fff
    }
.wp-block-button__link.aligncenter {
    text-align: center
    }
.wp-block-button__link.alignright {
    text-align: right
    }
.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
    }
.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important
    }
.is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline {
    border: 2px solid
    }
.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #32373c
    }
.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
    }
.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0.5em
    }
.wp-block-buttons .wp-block-button:last-child {
    margin-right: 0
    }
.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: 0.5em
    }
.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
    }
.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: 0.5em
    }
.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
    }
.wp-block-button.aligncenter, .wp-block-buttons.aligncenter, .wp-block-calendar {
    text-align: center
    }
.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: 0.25em;
    border: 1px solid #ddd
    }
.wp-block-calendar tfoot td {
    border: none
    }
.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
    }
.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
    }
.wp-block-calendar a {
    text-decoration: underline
    }
.wp-block-calendar table caption, .wp-block-calendar table tbody {
    color: #40464d
    }
.wp-block-categories.alignleft {
    margin-right: 2em
    }
.wp-block-categories.alignright {
    margin-left: 2em
    }
.wp-block-code code {
    white-space: pre-wrap;
    overflow-wrap: break-word
    }
.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap
    }
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap
        }
    }
.wp-block-columns.has-background {
    padding: 1.25em 2.375em
    }
.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
    }
.wp-block-columns.are-vertically-aligned-center {
    align-items: center
    }
.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
    }
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
    }
@media (max-width: 599px) {
    .wp-block-column {
        flex-basis: 100% !important
        }
    }
@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
        }
    .wp-block-column:nth-child(2n) {
        margin-left: 2em
        }
    }
@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
        }
    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
        }
    .wp-block-column:not(:first-child) {
        margin-left: 2em
        }
    }
.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
    }
.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
    }
.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
    }
.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
    }
.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
    }
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: fixed
    }
@supports (-webkit-overflow-scrolling: touch) {
    . wp-block-cover-image . has-parallax, . wp-block-cover . has-parallax {
        background-attachment: scroll
        }
    }
@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
        }
    }
.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
    }
.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
    }
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
    }
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.5
    }
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: 0.1
    }
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: 0.2
    }
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: 0.3
    }
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: 0.4
    }
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: 0.5
    }
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: 0.6
    }
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: 0.7
    }
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: 0.8
    }
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: 0.9
    }
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
    }
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 290px;
    width: 100%
    }
.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
    }
@supports ((position: -webkit-sticky) or (position: sticky)) {
    . wp-block-cover-image: after, . wp-block-cover: after {
        content: none
        }
    }
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
    }
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
    }
.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit
    }
.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
    }
.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
    }
.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
    }
.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
    }
.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
    }
.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
    }
.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
    }
.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
    }
.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
    }
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
    }
.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover
    }
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
    color: #fff
    }
.wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff
    }
.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
    }
.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
    }
.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
    }
.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
    }
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: 0.44em;
    text-align: center
    }
.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%
    }
.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
    }
.wp-block-embed {
    margin-bottom: 1em
    }
.wp-block-embed figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em
    }
.wp-block-embed iframe {
    max-width: 100%
    }
.wp-block-embed__wrapper {
    position: relative
    }
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
    }
.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
    }
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
    }
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
    }
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
    }
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
    }
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
    }
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
    }
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
    }
.wp-block-file {
    margin-bottom: 1.5em
    }
.wp-block-file.aligncenter {
    text-align: center
    }
.wp-block-file.alignright {
    text-align: right
    }
.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 0.8em;
    padding: 0.5em 1em
    }
.wp-block-file a.wp-block-file__button {
    text-decoration: none
    }
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: 0.85;
    text-decoration: none
    }
.wp-block-file * + .wp-block-file__button {
    margin-left: 0.75em
    }
.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
    }
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em)
    }
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
    }
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
    }
@supports ((position: -webkit-sticky) or (position: sticky)) {
    . blocks-gallery-grid . blocks-gallery-image figure, . blocks-gallery-grid . blocks-gallery-item figure, . wp-block-gallery . blocks-gallery-image figure, . wp-block-gallery . blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
        }
    }
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
    }
@supports ((position: -webkit-sticky) or (position: sticky)) {
    . blocks-gallery-grid . blocks-gallery-image img, . blocks-gallery-grid . blocks-gallery-item img, . wp-block-gallery . blocks-gallery-image img, . wp-block-gallery . blocks-gallery-item img {
        width: auto
        }
    }
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em 0.77em 0.7em;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
    box-sizing: border-box;
    margin: 0
    }
.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
    }
.blocks-gallery-grid figcaption, .wp-block-gallery figcaption {
    flex-grow: 1
    }
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
    }
@supports ((position: -webkit-sticky) or (position: sticky)) {
    . blocks-gallery-grid . is-cropped . blocks-gallery-image a, . blocks-gallery-grid . is-cropped . blocks-gallery-image img, . blocks-gallery-grid . is-cropped . blocks-gallery-item a, . blocks-gallery-grid . is-cropped . blocks-gallery-item img, . wp-block-gallery . is-cropped . blocks-gallery-image a, . wp-block-gallery . is-cropped . blocks-gallery-image img, . wp-block-gallery . is-cropped . blocks-gallery-item a, . wp-block-gallery . is-cropped . blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover
        }
    }
.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
    }
@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - 0.66667em);
        margin-right: 1em
        }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - 0.75em);
        margin-right: 1em
        }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - 0.8em);
        margin-right: 1em
        }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - 0.83333em);
        margin-right: 1em
        }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - 0.85714em);
        margin-right: 1em
        }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - 0.875em);
        margin-right: 1em
        }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
        }
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
        }
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
        }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
        }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
        }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
        }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
        }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
        }
    }
.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
    }
.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%
    }
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
    }
.wp-block-group {
    box-sizing: border-box
    }
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em
    }
.wp-block-image {
    margin-bottom: 1em
    }
.wp-block-image img {
    max-width: 100%
    }
.wp-block-image.aligncenter {
    text-align: center
    }
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    width: 100%
    }
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
    display: table
    }
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom
    }
.wp-block-image .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0
    }
.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em
    }
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
    }
.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em
    }
.is-style-circle-mask img, .is-style-rounded img {
    border-radius: 9999px
    }
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
    . is-style-circle-mask img {
        -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");
        mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
        }
    }
.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
    }
.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
    }
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
    }
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
    }
.wp-block-latest-comments__comment-excerpt p {
    font-size: 0.875em;
    line-height: 1.8;
    margin: 0.36em 0 1.4em
    }
.wp-block-latest-comments__comment-date {
    display: block;
    font-size: 0.75em
    }
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: 0.75em;
    width: 2.5em
    }
.wp-block-latest-posts.alignleft {
    margin-right: 2em
    }
.wp-block-latest-posts.alignright {
    margin-left: 2em
    }
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
    }
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
    }
.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
    }
.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
    }
@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 0.625em)
        }
    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
        }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 0.83333em)
        }
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
        }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 0.9375em)
        }
    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
        }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
        }
    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
        }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
        }
    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
        }
    }
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: 0.8125em
    }
.wp-block-latest-posts__post-excerpt {
    margin-top: 0.5em;
    margin-bottom: 1em
    }
.wp-block-latest-posts__featured-image a {
    display: inline-block
    }
.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
    }
.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
    }
.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
    }
.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
    }
.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
    }
.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0
    }
ol.has-background, ul.has-background {
    padding: 1.25em 2.375em
    }
.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
    }
.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
    }
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
    }
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
    }
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
    }
.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
    }
.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
    }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1 /*!rtl:end:ignore*/
    }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1 /*!rtl:end:ignore*/
    }
.wp-block-media-text__media img, .wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
    }
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
    }
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
        }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
        }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
        }
    }
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link:not(.has-text-color) {
    color: #1e1e1e
    }
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    background-color: #fff
    }
.items-justified-left > ul {
    justify-content: flex-start
    }
.items-justified-center > ul {
    justify-content: center
    }
.items-justified-right > ul {
    justify-content: flex-end
    }
.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
    }
.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
    }
.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
    }
.is-vertical .wp-block-navigation__container {
    display: block
    }
.has-child > .wp-block-navigation-link__content {
    padding-right: 0.5em
    }
.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.1s linear;
    visibility: hidden
    }
.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
    flex-grow: 1
    }
.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon {
    padding-right: 0.5em
    }
@media (min-width: 782px) {
    .has-child .wp-block-navigation__container {
        left: 1.5em
        }
    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
        }
    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: 0.5em;
        background: transparent
        }
    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0)
        }
    }
.has-child:hover {
    cursor: pointer
    }
.has-child:hover > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
    }
.has-child:focus-within {
    cursor: pointer
    }
.has-child:focus-within > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
    }
.wp-block-navigation-link__content {
    color: inherit;
    text-decoration: none;
    padding: 0.5em 1em
    }
.wp-block-navigation-link__content + .wp-block-navigation-link__content {
    padding-top: 0
    }
.has-text-color .wp-block-navigation-link__content {
    color: inherit
    }
.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
    }
.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: 0.375em 1em 0.375em 0
    }
.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
    }
@media (min-width: 782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
        }
    }
.is-small-text {
    font-size: 0.875em
    }
.is-regular-text {
    font-size: 1em
    }
.is-large-text {
    font-size: 2.25em
    }
.is-larger-text {
    font-size: 3em
    }
.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal
    }
p.has-background {
    padding: 1.25em 2.375em
    }
p.has-text-color a {
    color: inherit
    }
.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
    }
.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.5em
    }
.wp-block-post-author__avatar {
    margin-right: 1em
    }
.wp-block-post-author__bio {
    margin-bottom: 0.7em;
    font-size: 0.7em
    }
.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
    }
.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
    }
.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
    }
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 290px
    }
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
    font-size: 1.25em
    }
.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
    }
.wp-block-pullquote cite, .wp-block-pullquote footer {
    position: relative
    }
.wp-block-pullquote .has-text-color a {
    color: inherit
    }
.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
    }
.wp-block-pullquote.is-style-solid-color {
    border: none
    }
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
    }
.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
    }
.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
    }
.wp-block-pullquote cite {
    color: inherit
    }
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
    }
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
    }
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 1.125em;
    text-align: right
    }
.wp-block-rss.alignleft {
    margin-right: 2em
    }
.wp-block-rss.alignright {
    margin-left: 2em
    }
.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
    }
.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
    }
@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
        }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
        }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
        }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
        }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
        }
    }
.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: 0.8125em
    }
.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
    }
.wp-block-search .wp-block-search__label {
    width: 100%
    }
.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
    }
.wp-block-search .wp-block-search__button {
    margin-left: 0.625em;
    word-break: normal
    }
.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
    }
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
    }
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
    }
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 0.25em
    }
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none
    }
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 0.125em 0.5em
    }
.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
    }
.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
    }
.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
    }
.wp-block-custom-logo .aligncenter {
    display: table
    }
.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
    }
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
    }
.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    margin: 0 8px 8px 0;
    transition: transform 0.1s ease
    }
@media (prefers-reduced-motion: reduce) {
    .wp-social-link {
        transition-duration: 0s
        }
    }
.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform 0.1s ease
    }
.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
    color: currentColor;
    fill: currentColor
    }
.wp-social-link:hover {
    transform: scale(1.1)
    }
.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
    }
.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
    }
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
    }
.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
    }
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
    }
.wp-block-spacer {
    clear: both
    }
p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: 0.75
    }
.wp-block-table {
    overflow-x: auto
    }
.wp-block-table table {
    width: 100%
    }
.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
    }
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
    }
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
    }
.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
    }
.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
    }
.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
    }
.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
    }
.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
    }
.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
    }
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
    }
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
    }
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
    }
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
    }
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
    }
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent
    }
.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
    }
.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
    }
.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
    }
.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
    }
.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
    }
.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
    }
.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
    }
.wp-block-video {
    margin-left: 0;
    margin-right: 0
    }
.wp-block-video video {
    max-width: 100%
    }
@supports ((position: -webkit-sticky) or (position: sticky)) {
    . wp-block-video [poster] {
        object-fit: cover
        }
    }
.wp-block-video.aligncenter {
    text-align: center
    }
.wp-block-video figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em
    }
.wp-block-post-featured-image a {
    display: inline-block
    }
:root .has-pale-pink-background-color {
    background-color: #f78da7
    }
:root .has-vivid-red-background-color {
    background-color: #cf2e2e
    }
:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
    }
:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
    }
:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
    }
:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
    }
:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
    }
:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
    }
:root .has-vivid-purple-background-color {
    background-color: #9b51e0
    }
:root .has-white-background-color {
    background-color: #fff
    }
:root .has-very-light-gray-background-color {
    background-color: #eee
    }
:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
    }
:root .has-very-dark-gray-background-color {
    background-color: #313131
    }
:root .has-black-background-color {
    background-color: #000
    }
:root .has-pale-pink-color {
    color: #f78da7
    }
:root .has-vivid-red-color {
    color: #cf2e2e
    }
:root .has-luminous-vivid-orange-color {
    color: #ff6900
    }
:root .has-luminous-vivid-amber-color {
    color: #fcb900
    }
:root .has-light-green-cyan-color {
    color: #7bdcb5
    }
:root .has-vivid-green-cyan-color {
    color: #00d084
    }
:root .has-pale-cyan-blue-color {
    color: #8ed1fc
    }
:root .has-vivid-cyan-blue-color {
    color: #0693e3
    }
:root .has-vivid-purple-color {
    color: #9b51e0
    }
:root .has-white-color {
    color: #fff
    }
:root .has-very-light-gray-color {
    color: #eee
    }
:root .has-cyan-bluish-gray-color {
    color: #abb8c3
    }
:root .has-very-dark-gray-color {
    color: #313131
    }
:root .has-black-color {
    color: #000
    }
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
    }
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
    }
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
    }
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
    }
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
    }
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
    }
:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
    }
:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
    }
:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
    }
:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
    }
:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
    }
:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
    }
:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
    }
:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
    }
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
    }
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
    }
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
    }
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
    }
:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
    }
.has-small-font-size {
    font-size: 0.8125em
    }
.has-normal-font-size, .has-regular-font-size {
    font-size: 1em
    }
.has-medium-font-size {
    font-size: 1.25em
    }
.has-large-font-size {
    font-size: 2.25em
    }
.has-huge-font-size, .has-larger-font-size {
    font-size: 2.625em
    }
.has-text-align-center {
    text-align: center
    }
.has-text-align-left {
    text-align: left
    }
.has-text-align-right {
    text-align: right
    }
#end-resizable-editor-section {
    display: none
    }
.aligncenter {
    clear: both
    }
.container {
    width: 1188px;
    margin: 0 auto
    }
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
    }
.background-white-box {
    width: 180px;
    height: 180px;
    background: white;
    border-radius: 10px;
    margin: auto
    }
.ch-check-label {
    vertical-align: middle;
    margin-right: 16px;
    cursor: pointer
    }
.yxk-filter li {
    position: relative;
    list-style: none
    }
a, a:link, a:visited {
    color: #333
    }
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0
    }
.clearfix {
    zoom: 1
    }
.clearFloat {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden
    }
h1.h1-hide {
    position: absolute;
    left: 0;
    top: -300px;
    margin-top: -30px;
    height: 0;
    line-height: 0
    }
.wrap1180 {
    width: 1180px;
    margin: 0 auto
    }
.ch-alert {
    position: relative;
    padding: 8px 48px 8px 40px;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0
    }
.ch-alert .ch-alert-icon {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 16px
    }
.ch-alert-big {
    position: relative;
    padding: 8px 48px 8px 40px;
    border-radius: 4px;
    color: #666;
    font-size: 24px;
    line-height: 1.5;
    margin: 20px 0
    }
.ch-alert-big .ch-alert-icon {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 16px
    }
.ch-alert-big-with-decription {
    padding: 30px 16px 20px 86px;
    line-height: 1.5
    }
.ch-alert-big-with-decription .ch-alert-icon {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 50px
    }
.ch-alert-big-with-decription .ch-alert-message {
    display: block;
    margin-bottom: 4px;
    color: #333
    }
.ch-alert-big-with-decription .ch-alert-decription {
    display: block;
    font-size: 16px
    }
.ch-alert-big-with-decription .ch-alert-decription a {
    margin-right: 20px
    }
.ch-alert-big-success .ch-alert-icon {
    color: #00a854
    }
.ch-alert-big-info .ch-alert-icon {
    color: #108ee9
    }
.ch-alert-big-warning .ch-alert-icon {
    color: #ffbf00
    }
.ch-alert-big-error .ch-alert-icon {
    color: #f04134
    }
.ch-alert-description {
    line-height: 22px;
    font-size: 14px;
    color: #666
    }
.ch-alert-with-decription {
    padding: 16px 16px 16px 60px;
    line-height: 1.5
    }
.ch-alert-with-decription .ch-alert-icon {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 24px
    }
.ch-alert-with-decription .ch-alert-message {
    display: block;
    margin-bottom: 4px;
    color: #333
    }
.ch-alert-with-decription .ch-alert-decription {
    display: block
    }
.ch-alert-success {
    border: 1px solid #cfefdf;
    background-color: #ebf8f2
    }
.ch-alert-success .ch-alert-icon {
    color: #00a854
    }
.ch-alert-info {
    border: 1px solid #d2eafb;
    background-color: #ecf6fd
    }
.ch-alert-info .ch-alert-icon {
    color: #108ee9
    }
.ch-alert-warning {
    border: 1px solid #fff3cf;
    background-color: #fffaeb
    }
.ch-alert-warning .ch-alert-icon {
    color: #ffbf00
    }
.ch-alert-error {
    border: 1px solid #fcdbd9;
    background-color: #fef0ef
    }
.ch-alert-error .ch-alert-icon {
    color: #f04134
    }
.ch-select {
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    color: #666;
    border: 1px solid #d6d6d6;
    padding: 0 8px;
    padding: 8px	;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 0;
    outline: 0;
    background: #fff
    }
.require-flag {
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
    color: #ee6464
    }
.error-border {
    border: 1px solid #ff2126
    }
.input-tip {
    display: inline-block;
    vertical-align: middle;
    color: #ff2126;
    height: 40px;
    line-height: 40px
    }
::-webkit-input-placeholder {
    color: #999
    }
:-moz-placeholder, ::-moz-placeholder {
    color: #999
    }
:-ms-input-placeholder {
    color: #999
    }
.blue-btn {
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    background: #1887e0;
    border: 1px solid #1887e0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 26px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 2px
    }
.blue-btn:hover {
    background: #0a76ce;
    border-color: #0a76ce
    }
.blue-btn-s {
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    background: #1887e0;
    border: 1px solid #1887e0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 16px;
    margin-left: 36px;
    cursor: pointer;
    border-radius: 2px
    }
.blue-btn-s:hover {
    background: #0a76ce;
    border-color: #0a76ce
    }
.ch-radio-label {
    vertical-align: middle;
    margin-right: 16px;
    cursor: pointer
    }
.ch-radio-label .ch-radio {
    margin-bottom: 4px;
    margin-right: 6px
    }
.ch-check-label {
    vertical-align: middle;
    margin-right: 16px;
    cursor: pointer
    }
.ch-check-label .ch-check {
    margin-bottom: 4px;
    margin-right: 6px
    }
.ch-check-box {
    height: 60px;
    line-height: 60px;
    margin: 30px 0 20px;
    color: #666;
    background: #f0f9f6;
    padding: 0 40px
    }
.ch-check-box .yxls, .ch-check-box .yxlx {
    float: left
    }
.ch-check-box .yxlx a {
    margin-right: 36px
    }
.ch-check-box .yxlx a:hover {
    text-decoration: none;
    color: #333
    }
.ch-check-box .yxlx label {
    margin-right: 0
    }
.ch-check-box .yxlx .iconfont {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-top: 2px;
    color: #999
    }
.ch-nobg-check {
    height: 40px;
    line-height: 40px;
    margin: 30px 0 20px;
    color: #666;
    background: #fff;
    padding: 0 40px
    }
.ch-nobg-check .yxls, .ch-nobg-check .yxlx {
    float: left
    }
.ch-nobg-check .yxlx a {
    margin-right: 36px
    }
.ch-nobg-check .yxlx a:hover {
    text-decoration: none;
    color: #333
    }
.ch-nobg-check .yxlx label {
    margin-right: 0
    }
.ch-nobg-check .yxlx .iconfont {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-top: 2px;
    color: #999
    }
.ch-list {
    float: left;
    width: 800px
    }
.list-head {
    height: 20px;
    line-height: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #d6d6d6
    }
.list-head .list-title {
    float: left;
    max-width: 600px;
    height: 20px;
    border-left: 4px solid #09c;
    padding-left: 10px;
    font-size: 20px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333
    }
.list-head .list-more {
    float: right
    }
.list-head .list-more a, .list-head .list-more a:link, .list-head .list-more a:visited {
    color: #999
    }
.list-content {
    padding: 10px 0
    }
.list-content li {
    height: 40px;
    line-height: 40px
    }
.list-content .dot-icon {
    float: left;
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 2px;
    margin-right: 10px;
    margin-top: 18px
    }
.list-content .news-title {
    float: left;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
    }
.list-content .news-title a, .list-content .news-title a:hover, .list-content .news-title a:link, .list-content .news-title a:visited {
    color: #333
    }
.list-content .news-time {
    float: right;
    font-style: normal;
    color: #999
    }
.ch-list-wbgg .list-head {
    height: 20px;
    line-height: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #d6d6d6
    }
.ch-list-wbgg .list-head .list-title {
    float: left;
    max-width: 600px;
    height: 20px;
    border-left: 4px solid #09c;
    padding-left: 10px;
    font-size: 20px;
    color: #333
    }
.ch-list-wbgg .list-head .title-province {
    color: #09c;
    margin: 0 5px 0 10px
    }
.ch-list-wbgg .list-head .title-school {
    color: #09c;
    margin: 0 10px 0 5px
    }
.ch-list-wbgg .list-head .list-more {
    float: right
    }
.ch-list-wbgg .list-head .list-more a, .ch-list-wbgg .list-head .list-more a:link, .ch-list-wbgg .list-head .list-more a:visited {
    color: #999
    }
.ch-list-wbgg .list-content li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5
    }
.ch-list-wbgg .list-content .news-title {
    float: left;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
    }
.ch-list-wbgg .list-content .news-title a, .ch-list-wbgg .list-content .news-title a:hover, .ch-list-wbgg .list-content .news-title a:link, .ch-list-wbgg .list-content .news-title a:visited {
    color: #333
    }
.ch-list-wbgg .list-content .news-time {
    float: right;
    font-style: normal;
    color: #999
    }
.ch-page .iconfont {
    font-size: 14px
    }
.ch-page li.lip:hover {
    border-color: #09c;
    text-decoration: none
    }
.ch-page li.lip a, .ch-page li.lip a:link, .ch-page li.lip a:visited {
    color: #666;
    text-decoration: none;
    display: block;
    height: 30px;
    padding: 0 10px;
    line-height: 24px
    }
.ch-page li.lip a:hover {
    text-decoration: none
    }
.ch-page li.dot {
    border: none;
    width: 24px;
    color: #999
    }
.ch-page li.selected, .ch-page li.selected:hover {
    background: #09c;
    border-color: #09c;
    cursor: default;
    text-decoration: none;
    color: #fff
    }
.ch-page li.selected a, .ch-page li.selected a:link, .ch-page li.selected a:visited {
    color: #fff;
    cursor: default
    }
.ch-page li.unable, .ch-page li.unable:hover {
    color: #ccc;
    background: #f9f9f9;
    border: 1px solid #ddd;
    cursor: default;
    text-decoration: none;
    padding: 0 10px
    }
.ch-page li.lip-first {
    margin-left: 0
    }
.ch-page li.lip-last {
    margin-right: 0
    }
.ch-page li.lip-input-box {
    width: auto;
    border: none
    }
.ch-page li.lip-input-box .page-input {
    float: left;
    width: 30px;
    padding: 0 5px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d6d6d6
    }
.ch-page li.lip-input-box .page-btn {
    float: left;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #d6d6d6;
    border-left-color: transparent;
    background: #fff;
    cursor: pointer
    }
.ch-page li.lip-input-box .page-btn:hover {
    border-color: #09c
    }
.article-title-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
    }
.article-title-box .article-title {
    line-height: 36px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
    word-break: break-all;
    word-wrap: break-word
    }
.article-title-box .article-from {
    font-size: 14px;
    color: #999
    }
.article-title-box .article-from span {
    margin-right: 20px
    }
.ch-paragraph14 {
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 10px;
    word-break: break-all;
    word-wrap: break-word
    }
.ch-paragraph14 .last-child, .ch-paragraph14:last-child {
    margin-bottom: 0
    }
.ch-paragraph16 {
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 14px;
    word-break: break-all;
    word-wrap: break-word
    }
.ch-paragraph16 .last-child, .ch-paragraph16:last-child {
    margin-bottom: 0
    }
.ch-lineH22 {
    font-size: 14px;
    color: #666;
    line-height: 22px
    }
.ch-tab {
    position: relative;
    height: 38px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px
    }
.ch-tab .tab-item {
    float: left;
    border-bottom: 2px solid transparent;
    margin-right: 10px
    }
.ch-tab .selected {
    border-color: #09c
    }
.ch-tab .selected a, .ch-tab .selected a:link, .ch-tab .selected a:visited {
    color: #09c
    }
.ch-tab a, .ch-tab a:link, .ch-tab a:visited {
    display: block;
    color: #666;
    font-size: 16px;
    padding: 4px 10px 5px
    }
.ch-tab a:hover {
    color: #666;
    text-decoration: none
    }
.tab-content .item-content {
    display: none;
    padding: 10px 0;
    min-height: 60px
    }
.tab-content .active {
    display: block
    }
.ch-header-index {
    width: 1180px;
    height: 110px;
    margin: 0 auto;
    overflow: hidden
    }
.ch-header-index .ch-logo {
    display: block;
    float: left;
    width: 370px;
    height: 110px;
    background-image: url(/t1.chei.com.cn/gaokao/images/index/gk_logo.png);
    background-image: -webkit-image-set(url(https://t1.chei.com.cn/gaokao/images/index/gk_logo.png) 1x, url(https://t1.chei.com.cn/gaokao/images/index/gk_logo2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 50%;
    overflow: hidden
    }
.ch-header-index .ch-logo:hover {
    text-decoration: none
    }
.ch-header-index .ch-header-list {
    float: right;
    height: 110px;
    line-height: 110px;
    margin-right: 0;
    text-align: right
    }
.ch-header-index .ch-header-list a {
    color: #333;
    margin-left: 10px
    }
.ch-header-index .ch-header-list a.ch-student {
    display: inline-block;
    max-width: 125px;
    height: 16px;
    line-height: 15px;
    margin-left: 0;
    color: #09c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
    }
.ch-header-index .ch-header-list a.ch-superuer {
    margin-left: 10px
    }
.ch-header-index .ch-header-list a.head-login {
    color: #09c
    }
.ch-header-index .ch-header-list a.head-media {
    text-decoration: none;
    color: #666
    }
.ch-header-index .ch-header-list a.head-media .iconfont {
    margin-right: 2px;
    font-size: 24px;
    vertical-align: middle
    }
.ch-header-index .ch-header-list a.head-media:hover {
    color: #09c;
    text-decoration: none
    }
.ch-header-index .ch-header-divide {
    margin-left: 10px;
    color: #999;
    font-size: 16px
    }
.ch-nav-box-index {
    background: #09c
    }
.ch-nav-box-index .nav-wrapper {
    width: 1180px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden
    }
.ch-nav-box-index li {
    float: left;
    height: 80px;
    color: #fff;
    overflow: hidden
    }
.ch-nav-box-index li.nav-first-li .nav-th {
    margin-left: 0
    }
.ch-nav-box-index li.nav-first-li .nav-td {
    width: 170px
    }
.ch-nav-box-index li.nav-cx .nav-td {
    width: 190px
    }
.ch-nav-box-index li.nav-ss .nav-td {
    width: 178px
    }
.ch-nav-box-index li.nav-zy .nav-td {
    width: 142px
    }
.ch-nav-box-index li.nav-last-li {
    float: right
    }
.ch-nav-box-index li.nav-last-li .nav-td {
    width: 160px;
    padding-right: 0;
    border-right: none
    }
.ch-nav-box-index li.nav-last-li li {
    margin-right: 0;
    margin-left: 20px
    }
.ch-nav-box-index .nav-th {
    float: left;
    width: 2em;
    height: 100%;
    line-height: 1.5;
    margin-left: 38px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 700
    }
.ch-nav-box-index .nav-th span, .ch-nav-box-index .nav-th:after {
    display: inline-block;
    vertical-align: middle
    }
.ch-nav-box-index .nav-th:after {
    content: "";
    height: 100%
    }
.ch-nav-box-index .nav-td {
    float: left;
    margin-top: 12px;
    border-right: 1px solid #5ec69d;
    font-size: 14px
    }
.ch-nav-box-index .nav-td li {
    float: left;
    width: 56px;
    height: 28px;
    line-height: 28px;
    margin-right: 25px;
    padding: 0;
    border-right: 0
    }
.ch-nav-box-index .nav-td li.nav-long-name {
    width: auto
    }
.ch-nav-box-index .nav-td a {
    color: #fff
    }
.ch-header-second {
    width: 1180px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden
    }
.ch-header-second h1 {
    float: left;
    line-height: 80px;
    margin-right: 20px;
    font-size: 30px;
    letter-spacing: 2px;
    color: #09c
    }
.ch-header-second .ch-sub-title {
    float: left;
    line-height: 90px
    }
.ch-header-second .ch-search-box {
    float: right;
    padding-top: 20px;
    width: 280px
    }
.ch-header-second .ch-search-box span, .ch-header-second .ch-search-input {
    float: left;
    font-size: 14px;
    vertical-align: middle
    }
.ch-header-second .ch-search-input {
    width: 205px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d6d6d6;
    padding: 0 8px;
    outline: 0
    }
.ch-header-second .ch-search-btn {
    float: left;
    width: 56px;
    height: 40px;
    border: none;
    background: #09c;
    cursor: pointer;
    vertical-align: middle
    }
.ch-header-second .ch-search-btn .iconfont {
    font-size: 18px;
    color: #fff
    }
.ch-header-second .ch-header-link {
    float: right;
    height: 80px;
    line-height: 80px;
    margin-right: 20px
    }
.ch-header-nav {
    width: 1180px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden
    }
.ch-header-nav h1 {
    float: left;
    line-height: 80px;
    margin-right: 20px;
    font-size: 30px;
    letter-spacing: 2px;
    color: #09c
    }
.ch-header-nav .ch-sub-title {
    float: left;
    line-height: 90px
    }
.ch-header-nav .ch-search-box {
    float: right;
    padding-top: 20px;
    width: 280px
    }
.ch-header-nav .ch-search-box span, .ch-header-nav .ch-search-input {
    float: left;
    font-size: 14px;
    vertical-align: middle
    }
.ch-header-nav .ch-search-input {
    width: 205px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d6d6d6;
    padding: 0 8px;
    outline: 0
    }
.ch-header-nav .ch-search-btn {
    float: left;
    width: 56px;
    height: 40px;
    border: none;
    background: #09c;
    cursor: pointer;
    vertical-align: middle
    }
.ch-header-nav .ch-search-btn .iconfont {
    font-size: 18px;
    color: #fff
    }
.ch-header-nav .ch-header-link {
    float: right;
    height: 80px;
    line-height: 80px;
    margin-right: 20px
    }
.ch-header-nav h1 {
    color: #333
    }
.ch-nav-box {
    background: #09c
    }
.ch-nav-box .nav-wrapper {
    width: 1180px;
    margin: 0 auto
    }
.ch-nav-box .nav-container a {
    float: left;
    padding: 0 12px;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px
    }
.ch-nav-box .nav-container a:link, .ch-nav-box .nav-container a:visited {
    color: #fff
    }
.ch-nav-box .nav-container a:hover {
    text-decoration: none;
    background: #1c9a6a
    }
.ch-nav-box .nav-container a.selected {
    background: #1c9a6a
    }
.ch-nav-box .nav-more {
    position: relative;
    float: left;
    padding-left: 12px;
    padding-right: 6px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    cursor: pointer
    }
.ch-nav-box .nav-more:hover {
    background: #1c9a6a
    }
.ch-nav-box .nav-more:hover .nav-more-list {
    display: block
    }
.ch-nav-box .nav-more.selected {
    background: #1c9a6a
    }
.ch-nav-box .nav-more-list {
    position: absolute;
    top: 35px;
    display: none;
    width: 133px;
    padding: 10px 0;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 3px #cdcdcd;
    background: #fff;
    z-index: 999
    }
.ch-nav-box .nav-more-list a:link, .ch-nav-box .nav-more-list a:visited {
    color: #333
    }
.ch-nav-box .nav-more-list a {
    display: block;
    width: 113px;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 20px;
    margin: 0;
    color: #333;
    font-size: 14px
    }
.ch-nav-box .nav-more-list a.selected, .ch-nav-box .nav-more-list a:hover {
    background: #1c9a6a;
    color: #fff
    }
.ch-table {
    width: 100%;
    line-height: 25px;
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
    word-wrap: break-word
    }
.ch-table tr:hover {
    background: #f0f9f6
    }
.ch-table tr:hover a {
    color: #09c
    }
.ch-table tr:hover a.ch-table-detail {
    color: #333
    }
.ch-table th {
    padding: 12px 10px;
    border: 1px solid #e9e9e9;
    font-size: 16px;
    font-weight: 700;
    text-align: left
    }
.ch-table th.ch-table-center {
    text-align: lef
    }
.ch-table th.ch-table-right {
    text-align: right
    }
.ch-table th.ch-table-part-th {
    padding: 5px 10px
    }
.ch-table td {
    padding: 12px 10px;
    border: 1px solid #e9e9e9;
    font-size: 16px;
    color: #666;
    text-align: left
    }
.ch-table td.ch-table-center {
    text-align: center
    }
.ch-table td.ch-table-right {
    text-align: right
    }
.ch-table td a {
    color: #333
    }
.ch-table td a.ch-table-link {
    color: #09c
    }
.ch-table .ch-table-tag {
    display: inline-block;
    width: 34px;
    height: 20px;
    line-height: 20px;
    background: #09c;
    font-size: 14px;
    text-align: center;
    color: #fff
    }
.ch-table .ch-table-tag-empty {
    background: 0 0
    }
.ch-table .ch-litle-text {
    font-size: 14px
    }
.ch-table .ch-table-tick {
    font-size: 20px
    }
.ch-table .ch-table-more {
    font-size: 14px;
    margin-left: 3px;
    vertical-align: middle
    }
.ch-table .ch-table-pass {
    margin-left: -5px;
    font-size: 26px;
    color: #4cbc96;
    vertical-align: middle
    }
.ch-table .ch-table-underway {
    margin-left: -5px;
    font-size: 26px;
    color: #3681d7;
    vertical-align: middle
    }
.ch-table .ch-table-fail {
    margin-left: -5px;
    font-size: 26px;
    color: #ff2126;
    vertical-align: middle
    }
.ch-table .ch-table-not-started {
    margin-left: -5px;
    font-size: 26px;
    color: #ccc;
    vertical-align: middle
    }
input[type=button]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    border: none;
    padding: 0
    }
.ch-btn:hover {
    background: #1c9a6a
    }
.ch-btn.ch-btn-small {
    height: 30px;
    line-height: 30px;
    padding: 0 10px
    }
.ch-btn.ch-btn-big {
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    font-size: 16px
    }
.ch-btn.ch-btn-second {
    line-height: 34px;
    padding: 0 15px;
    border: 1px solid #09c;
    color: #09c;
    background: #fff
    }
.ch-btn.ch-btn-second:hover {
    background: #f0f9f6
    }
.ch-btn.ch-btn-second.ch-btn-small {
    line-height: 28px;
    padding: 0 9px
    }
.ch-btn.ch-btn-second.ch-btn-big {
    line-height: 38px;
    padding: 0 23px
    }
.ch-btn.ch-btn-forbidden {
    background: #e6e6e6;
    color: #b2b2b2;
    cursor: not-allowed
    }
a.ch-btn {
    color: #fff
    }
a.ch-btn:hover {
    text-decoration: none
    }
a.ch-btn-second {
    height: 34px;
    line-height: 34px
    }
a.ch-btn-second.ch-btn-small {
    height: 28px;
    line-height: 28px
    }
a.ch-btn-second.ch-btn-big {
    height: 38px;
    line-height: 38px
    }
.header-wrapper {
    width: 100%
    }
.header-wrapper.single-header {
    border-bottom: 2px solid #09c
    }
.footer-wrapper, .main-wrapper {
    width: 100%
    }
.container {
    width: 1188px;
    margin: 0 auto
    }
.ch-sticky {
    height: 100%;
    position: relative
    }
.ch-sticky .main-wrapper {
    min-height: 100%
    }
.ch-sticky .main-wrapper .container {
    padding-bottom: 98px
    }
.ch-sticky .footer-wrapper {
    margin-top: -98px
    }
.ch-simple {
    border-bottom: 2px solid #09c
    }
.block-title {
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    background-color: #e6f3fc
    }
.adv-block {
    background: #ccc;
    min-height: 30px
    }
.ch-point {
    color: #999;
    font-family: tahoma, arial, "Microsoft YaHei", "Hiragino Sans GB", SimSun, sans-serif
    }
.ch-hide {
    display: none
    }
.zx-title {
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    border-left: 3px solid #09c;
    margin: 20px 0;
    color: #333;
    font-weight: 400;
    font-size: 18px
    }
.zx-ss-list {
    padding: 0 1px
    }
.zx-ss-list li {
    float: left;
    padding: 0 10px;
    line-height: 32px;
    font-size: 16px
    }
.zx-ss-list li a {
    color: #666
    }
.zx-filter {
    margin-bottom: 20px
    }
.zx-filter input[type=text] {
    width: 300px
    }
.zx-filter select {
    width: 140px
    }
.zx-filter .ch-btn {
    border-radius: 0
    }
.zx-filter .ch-check-label {
    margin-right: 0
    }
.zx-filter .ch-check-label input[type=checkbox] {
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer
    }
.zx-filter a {
    margin-right: 20px;
    text-decoration: none
    }
.zx-filter .iconfont {
    display: inline-block;
    margin-top: 2px;
    color: #999;
    vertical-align: middle
    }
.more_time {
    margin-left: 25px
    }
.opentime {
    display: none;
    padding: 10px 20px;
    text-align: left
    }
.opentime li {
    height: 28px;
    line-height: 28px
    }
.zx-yx-opentime {
    float: right;
    line-height: 35px;
    color: #999
    }
.zx-table-container {
    margin-bottom: 30px;
    background: #fff
    }
.zx-table-container h5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    text-align: center
    }
.zx-table-container .zx-back-btn {
    padding: 15px 0;
    text-align: center
    }
.zx-table-container .zx-table {
    border-top: 1px solid #e9e9e9
    }
.zx-table-con {
    margin-bottom: 30px
    }
.zx-mid-nav {
    height: 35px;
    margin-bottom: 20px
    }
.zx-mid-tabs {
    float: left
    }
.zx-mid-tabs li {
    float: left;
    width: 75px;
    height: 35px;
    line-height: 35px;
    margin-right: 15px;
    color: #666;
    text-align: center
    }
.zx-mid-tabs li.current {
    background: #09c
    }
.zx-mid-tabs li.current a {
    color: #fff
    }
.zx-mid-tabs li a {
    display: block;
    color: #666
    }
.zx-mid-tabs li a:hover {
    text-decoration: none
    }
.zx-show-all {
    float: left;
    line-height: 35px
    }
.zx-show-all a {
    margin: 0 5px
    }
.zx-table {
    border-left: none;
    border-right: none
    }
.zx-table td {
    padding: 10px 5px;
    font-size: 14px
    }
.zx-table td a {
    color: #333
    }
.zx-table .top-icon .iconfont {
    font-size: 18px;
    color: #ef7e1b
    }
.zx-table .normal-icon .iconfont {
    font-size: 14px;
    color: #333;
    vertical-align: top
    }
.zx-table .question_top_txt {
    font-size: 14px;
    color: #ef7e1b
    }
.zx-table .question {
    padding-bottom: 5px
    }
.zx-table .question_a {
    padding-top: 5px;
    border-top: 1px dotted #ccc;
    color: #999
    }
.zx-table .question_a .iconfont {
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle
    }
.zx-table .question_t .qusetion-ask {
    margin-right: 20px;
    color: #333
    }
.zx-table .question_t .iconfont {
    font-size: 14px
    }
.zx-no-answer {
    padding-top: 150px;
    padding-left: 500px;
    min-height: 400px;
    background: url(../images/no-result-bg.png) no-repeat 235px 100px;
    line-height: 28px;
    text-align: left;
    font-size: 18px;
    color: #666
    }
.zx-no-answer .ch-btn {
    margin-top: 20px
    }
.zx-new-question {
    margin-top: 50px;
    padding-bottom: 60px
    }
.zx-new-question .zx-iframe-container {
    width: 1180px;
    margin: 0 auto
    }
.zx-question-container {
    width: 1180px;
    height: 450px;
    background: #f0f9f6
    }
.zx-question-container h6 {
    padding-top: 10px;
    padding-left: 35px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 400
    }
.zx-question-container h6 .iconfont {
    font-size: 18px;
    vertical-align: top
    }
.zx-question-container .ch-table {
    border: none
    }
.zx-question-container .ch-table td {
    padding: 8px 10px;
    border: none
    }
.zx-question-container .ch-table td a {
    color: #09c
    }
.zx-question-container .ch-table .red {
    color: #ee6464
    }
.zx-question-container .ch-table .ch-select {
    width: 260px
    }
.zx-question-container .ch-table .ch-input {
    width: 550px
    }
.zx-question-container .ch-table .ch-input.ch-check-num {
    width: 125px
    }
.zx-question-container .ch-table .zx-input-sub-text {
    color: #999
    }
.zx-question-container .ch-table textarea {
    height: 120px
    }
.zx-question-container .ch-table .zx-check-img {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
    }
.zx-question-container .ch-table img {
    width: 105px
    }
.zx-question-container .ch-table .ch-btn {
    margin-right: 15px
    }
.zx-question-container .ch-table .zx-submit-success {
    color: #4cbc96
    }
.zx-question-container .ch-table .zx-submit-login {
    color: #ee6464
    }
.zx-question-container .zx-td-title {
    text-align: right
    }
.zx-yx-search-box {
    margin-top: 25px;
    margin-bottom: 20px
    }
.zx-yx-search-box form, .zx-yx-search-box form span {
    float: left
    }
.zx-yx-search-box .zx-yx-search-link {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 20px
    }
.zx-yx-search-box .ch-search-input {
    float: left;
    width: 385px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d6d6d6;
    padding: 0 8px;
    outline: 0;
    vertical-align: middle;
    font-size: 14px
    }
.zx-yx-search-box .ch-search-btn {
    float: left;
    width: 56px;
    height: 40px;
    border: none;
    background: #09c;
    cursor: pointer;
    vertical-align: middle
    }
.zx-yx-search-box .ch-search-btn .iconfont {
    font-size: 18px;
    color: #fff
    }
.zx-yxmc {
    width: 140px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
    }
.zxdy-zxs .color-red {
    color: #ff2126
    }
.zxdy-zxs .color-grey {
    color: #666
    }
.zxdy-zxs .icon {
    display: inline-block;
    background: url(/t1.chei.com.cn/gaokao/images/zxs/img.png) 0 0 no-repeat
    }
.zxdy-zxs .icon-0 {
    width: 23px;
    height: 25px;
    margin-right: 12px;
    vertical-align: middle;
    background-position: 0 -99px
    }
.zxdy-zxs .icon-1 {
    background-position: 0 -22px
    }
.zxdy-zxs .icon-1, .zxdy-zxs .icon-2 {
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px
    }
.zxdy-zxs .icon-2 {
    background-position: 0 -73px
    }
.zxdy-zxs .icon-3 {
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background-position: 0 -48px
    }
.zxdy-zxs .icon-4 {
    width: 16px;
    height: 17px;
    margin-right: 10px;
    vertical-align: middle;
    background-position: 0 0
    }
.zxdy-zxs .top-con {
    margin: 25px auto
    }
.zxdy-zxs .top-con .con-left {
    float: left;
    width: 180px;
    margin-right: 60px
    }
.zxdy-zxs .top-con .con-right {
    float: left;
    width: 940px
    }
.zxdy-zxs a.new-question {
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #09c
    }
.zxdy-zxs .new-question:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80)
    }
.zxdy-zxs .top-con .con-left img {
    display: block;
    margin: 0 auto;
    width: 130px
    }
.zxdy-zxs .con-p {
    position: relative;
    padding-left: 40px;
    line-height: 28px;
    margin-bottom: 15px;
    text-indent: 0
    }
.zxdy-zxs .con-p a {
    color: #09c
    }
.yxk-filter {
    position: relative;
    margin-bottom: 25px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    border-top: none
    }
.yxk-filter li {
    padding: 15px 0;
    line-height: 30px
    }
.yxk-filter li.yxk-option-con {
    position: relative
    }
.yxk-filter li.yxk-option-con .list-td {
    width: 1000px
    }
.yxk-filter .red {
    color: #ff2126;
    margin-right: 3px
    }
.yxk-filter .list-th .iconfont {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #9a9a9a
    }
.yxk-filter .list-td {
    position: relative;
    float: left;
    width: 1053px;
    color: #666
    }
.yxk-filter .yxk-option {
    cursor: pointer
    }
.yxk-filter .yxk-option.selected {
    display: inline-block;
    background: #09c;
    color: #fff;
    cursor: default
    }
.yxk-filter .yxk-all {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer
    }
.yxk-filter .yxk-all.selected {
    background: #09c;
    color: #fff;
    cursor: default
    }
.yxk-filter .yxk-close-option {
    position: absolute;
    left: 50%;
    bottom: -31px;
    display: block;
    width: 200px;
    height: 30px;
    margin-left: -100px;
    line-height: 30px;
    text-align: center;
    color: #666;
    background: #e5e5e5;
    cursor: pointer
    }
.yxk-filter .yxk-close-option .iconfont {
    margin-left: 5px;
    font-size: 14px;
    vertical-align: middle
    }
.yxk-filter .yxk-xz .list-td {
    width: 929px
    }
.yxk-filter .yxk-xz a {
    margin-right: 20px;
    color: #999;
    text-decoration: none;
    vertical-align: middle
    }
.yxk-filter .ch-check-label {
    padding-left: 3px;
    margin-right: 0;
    vertical-align: top;
    line-height: 2
    }
.yxk-filter .ch-check-label input[type=checkbox] {
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer
    }
.yxk-filter .ch-check-label.selected {
    color: #09c
    }
.yxk-filter .ch-hide {
    display: none
    }
.yxk-filter input[name=yxmc] {
    margin-left: 12px
    }
.acResults {
    border-top: none
    }
.acResults ul li {
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px
    }
.marginb {
    margin-bottom: 35px
    }
.ch-nav-box .iconfont {
    margin-right: 5px;
    font-weight: 400
    }
.yxk-nav {
    margin-top: 20px
    }
.ch-page-wrapper {
    margin: 20px 0
    }
.ch-page-wrapper .ch-page {
    float: right
    }
.yxk-fliter-list .item-inline {
    float: left
    }
.yxk-fliter-list .ch-input {
    width: 350px
    }
.yxk-tab {
    margin-top: 25px;
    height: 44px;
    border-bottom: 1px solid #e5e5e5
    }
.yxk-tab .tab-item {
    float: left;
    line-height: 44px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
    font-size: 16px
    }
.yxk-tab .tab-item.selected {
    height: 43px;
    margin-bottom: -1px;
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff
    }
.zx-yx-header-wrapper {
    min-width: 1180px;
    height: 200px;
    background: url(../images/yx-bg-cover.png) 50% 0 no-repeat
    }
.zx-yx-header-wrapper .zx-yx-header {
    position: relative;
    width: 1180px;
    height: 200px;
    margin: 0 auto;
    background: url(../images/yx-bg-top.png) 50% 0 no-repeat
    }
.zx-yx-title {
    height: 30px;
    line-height: 30px;
    padding: 45px 0 25px;
    font-size: 25px;
    font-weight: 400;
    color: #333
    }
.zx-yx-title a {
    color: #333
    }
.zx-yx-title .iconfont {
    margin-left: 10px;
    font-size: 20px;
    vertical-align: 0
    }
.zx-yx-title .zx-yx-gz {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #d5bcab;
    margin-left: 12px;
    background: #ffebdb;
    color: #666;
    font-size: 14px;
    vertical-align: top
    }
.zx-yx-baseinfo {
    line-height: 38px;
    font-size: 14px
    }
.zx-yx-baseinfo .zx-yx-baseinfo-th {
    margin-right: 5px;
    color: #666
    }
.zx-yx-baseinfo a {
    color: #333
    }
.zx-yx-baseinfo .zx-question {
    margin-top: -25px;
    margin-left: 15px;
    color: #fff
    }
.zx-yx-baseinfo .baseinfo-minwidth {
    display: inline-block;
    min-width: 320px;
    margin-right: 30px
    }
.yxk-col {
    margin: 40px 0
    }
.yxk-yxmsg {
    height: 190px;
    overflow: hidden
    }
.yxk-yxmsg .left {
    float: left;
    width: 190px;
    margin-right: 25px
    }
.yxk-yxmsg .left img {
    display: block;
    width: 190px;
    height: 190px
    }
.yxk-yxmsg .mid {
    float: left;
    width: 545px
    }
.yxk-yxmsg .mid .msg {
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 7px
    }
.yxk-yxmsg .mid p {
    word-break: break-all;
    word-wrap: break-word;
    line-height: 32px
    }
.yxk-yxmsg .mid .iconfont {
    margin-right: 5px;
    color: #09c
    }
.yxk-yxmsg .mid .iconfont.phone {
    margin-left: 15px;
    font-size: 14px
    }
.yxk-yxmsg .msg p {
    display: inline
    }
.yxk-yxmsg .right {
    float: right;
    width: 400px
    }
.yxk-col-title {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400
    }
.yxk-col-title .h3-border {
    position: absolute;
    top: 16px;
    left: 0;
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #09c
    }
.yxk-col-title .em {
    margin: 0 5px;
    color: #ff2126
    }
.yxk-col-title .state {
    margin-left: 5px;
    color: #666;
    font-size: 14px
    }
.yxk-col-title .tip-contain {
    position: relative
    }
.yxk-col-title .tip-contain:hover .tip-con {
    display: block
    }
.yxk-col-title .iconfont {
    color: #999;
    font-size: 15px;
    cursor: pointer
    }
.yxk-col-title .more {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 14px
    }
.col-list {
    float: left;
    width: 370px;
    margin-right: 35px
    }
.col-list.last-list {
    margin-right: 0
    }
.col-list .zy-lsit {
    width: 100%
    }
.tip-con {
    display: none;
    position: absolute;
    top: 28px;
    left: -160px;
    width: 320px;
    padding: 10px 20px;
    box-shadow: 1px 1px 5px 0 #777;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #333;
    text-align: left;
    z-index: 999;
    font-size: 12px;
    line-height: 30px
    }
.tip-con .arrow {
    position: absolute;
    margin: -21px 0 0 139px;
    width: 17px;
    height: 11px;
    background: url(/t1.chei.com.cn/gaokao/zyk/images/myd/arrow.png) -11px -17px no-repeat
    }
.tip-con .title {
    font-size: 14px
    }
.tip-con p {
    line-height: 1.8;
    padding-left: 16px;
    margin-top: 8px;
    text-indent: -13px
    }
body:last-child .tip-con {
    border: none
    }
body:last-child .arrow {
    background-position: -11px 0
    }
.zy-lsit td {
    height: 32px;
    line-height: 24px;
    padding: 1px
    }
.zy-lsit td .overf {
    width: 150px;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
    }
.zy-lsit td .index {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #09c;
    color: #fff
    }
.zy-lsit td .index.index-grey {
    background: #b2b2b2
    }
.zy-lsit td a {
    color: #333
    }
.ratings_green {
    width: 80px;
    height: 14px;
    float: left;
    overflow: hidden;
    margin: 4px 5px 0 0
    }
.ratings_green_empty {
    background: url(/t2.chei.com.cn/gaokao/zyk/images/myd/empty_star.png) no-repeat 0 0
    }
.ratings_green_display, .ratings_green_empty {
    float: left;
    height: 14px;
    width: 14px;
    margin-right: 2px
    }
.ratings_green_display {
    background: url(/t4.chei.com.cn/gaokao/zyk/images/myd/full_star.png) no-repeat 0 0
    }
.ratings_green_half {
    float: left;
    height: 14px;
    width: 14px;
    margin-right: 2px;
    background: url(/t4.chei.com.cn/gaokao/zyk/images/myd/half_star.png) no-repeat 0 0
    }
.avg_rank {
    margin-right: 2px;
    color: #e17322;
    font-weight: 700
    }
.yxk-lqfs .ch-select {
    min-width: 150px
    }
.yxk-lqfs table {
    margin-top: 20px
    }
.zx-table {
    border-top: none
    }
.yxk-zxdy .normal-icon .iconfont, .yxk-zxdy td a.question_t_txt {
    color: #333
    }
.yxk-nav-title {
    position: relative;
    margin: 20px 0;
    font-size: 26px;
    font-weight: 700;
    word-break: break-all;
    word-wrap: break-word
    }
.yxk-nav-title .yxk-update-time {
    margin-left: 5px
    }
.yxk-nav-title .yxk-update-time, .yxk-nav-title a {
    color: #666;
    font-size: 14px;
    font-weight: 400
    }
.yxk-nav-title .tips {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #ff2126
    }
.yxk-nav-title .tips a {
    color: #09c
    }
.yxk-second-title {
    padding-left: 8px;
    border-left: 4px solid #09c;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px
    }
.yxk-detail-con {
    line-height: 30px;
    margin-bottom: 25px;
    color: #666
    }
.yxk-detail-con table {
    width: 100%;
    line-height: 25px;
    border-top: 1px solid #e9e9e9;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
    word-wrap: break-word
    }
.yxk-detail-con table th {
    padding: 6px 12px;
    font-weight: 700
    }
.yxk-detail-con table td, .yxk-detail-con table th {
    border: 1px solid #e9e9e9;
    border-top: 0;
    font-size: 16px;
    text-align: left
    }
.yxk-detail-con table td {
    padding: 6x 12px;
    color: #666
    }
.zyk-zyfb-tab .item-content {
    color: #999
    }
.zyk-zyfb-tab .item-content a {
    color: #333
    }
.tab-container {
    margin: 20px 0 50px
    }
.myd-no-data {
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    text-align: center
    }
.layui-layer-gaokao div.layui-layer-content {
    padding: 0.5em 1em;
    border-bottom: 1px solid #e5e5e5
    }
.layui-layer-gaokao .layui-layer-title {
    height: 55px;
    line-height: 55px;
    padding: 0 40px;
    background: #fff;
    font-size: 20px;
    text-align: center
    }
.layui-layer-gaokao .layui-layer-setwin {
    top: 20px
    }
.layui-layer-gaokao .layui-layer-btn {
    padding: 20px 10px
    }
.layui-layer-gaokao .layui-layer-btn .layui-layer-btn0 {
    width: 90px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    background: #09c;
    border-color: #09c;
    border-radius: 0
    }
.dialogTable {
    line-height: 22px;
    padding: 20px 0
    }
.dialogTable td {
    color: gray
    }
.dialogTable .grey_star {
    display: inline-block;
    height: 14px;
    width: 14px;
    background: url(/t4.chei.com.cn/gaokao/zyk/images/myd/grey_star.png) no-repeat 0 0;
    vertical-align: -1px
    }
.dialogTable .rank {
    float: none;
    width: 90px;
    display: block;
    margin-bottom: 5px
    }
.dialogTable .ratings_stars_empty {
    float: left;
    height: 14px;
    width: 14px;
    margin-right: 2px;
    padding: 1px;
    background: url(/t4.chei.com.cn/gaokao/zyk/images/myd/empty_star.png) no-repeat 0 0
    }
.dialogTable .ratings_over_display {
    background: url(/t4.chei.com.cn/gaokao/zyk/images/myd/full_star.png) no-repeat 0 0
    }
.dialogTable .ratings_over_half {
    background: url(/t2.chei.com.cn/gaokao/zyk/images/myd/half_star.png) no-repeat 0 0
    }
.dialogTable .avg_rank {
    margin-right: 2px;
    color: #e17322;
    font-weight: 700;
    font-size: 30px;
    font-family: tahoma, arial, "Microsoft YaHei", "å¾®è½¯éé»", "å®ä½", SimSun, sans-serif
    }
.dialogTable .bar_con {
    position: relative;
    height: 6px;
    background-color: #f0f0f0
    }
.dialogTable .progress_bar {
    position: absolute;
    width: 0;
    max-width: 100%;
    height: 6px;
    background-color: #3a97e5
    }
.dialogTable .avg_con {
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px
    }
.dialogTable .dialog_title {
    height: 35px;
    line-height: 35px;
    margin: -7px 0 5px;
    font-size: 18px;
    color: #333
    }
.layui-layer-content .line {
    width: 100%;
    height: 1px;
    line-height: 1px;
    background: #e5e5e5
    }
.yxk-error-container {
    width: 520px;
    padding-top: 50px;
    margin: 0 auto
    }
.yxk-error-container .ch-btn {
    margin-top: 10px
    }
.yxk-error-container .ch-alert-big-with-decription .ch-alert-icon {
    top: 18px;
    font-size: 38px
    }
.zyk-info {
    padding: 8px 15px;
    border-radius: 0;
    border: 1px solid #adeed6;
    background-color: #effef9
    }
.zyk-info .ch-alert-message {
    margin-right: 80px
    }
.zyk-info a {
    color: #666
    }
.zyk-info .iconfont {
    margin-left: 25px;
    margin-right: 5px;
    color: #09c;
    vertical-align: middle
    }
.zyk-filter {
    margin-bottom: 30px
    }
.zyk-filter .ch-input {
    width: 600px
    }
.zyk-filter .ch-radio-label {
    color: #999
    }
.zyk-list {
    margin-bottom: 30px
    }
.zyk-list .yxk-col-title {
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: none
    }
.zyk-cc-ul {
    height: 43px
    }
.zyk-cc-ul li {
    float: left;
    height: 40px;
    line-height: 43px;
    padding: 0 24px;
    border-bottom: 3px solid #09c;
    margin-right: 2px;
    font-size: 16px;
    cursor: pointer
    }
.zyk-cc-ul li.onread {
    color: #fff;
    background: #09c;
    border-color: #09c
    }
.zyk-cc-ul li .iconfont {
    display: none
    }
.spec-list {
    position: relative;
    margin-top: -1px;
    border: 1px solid #e5e5e5;
    background: #fcfefd
    }
.spec-list .zyk-list-coverbg {
    position: absolute;
    top: 0;
    left: 332px;
    width: 846px;
    height: 100%;
    background: #fff
    }
.spec-list .zyk-list-borderone {
    left: 150px
    }
.spec-list .zyk-list-borderone, .spec-list .zyk-list-bordertwo {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5
    }
.spec-list .zyk-list-bordertwo {
    left: 331px
    }
.zyk-lb-ul {
    float: left;
    width: 150px;
    padding: 15px 0;
    margin-right: 1px
    }
.zyk-lb-ul.zyk-xk-ul {
    width: 180px
    }
.zyk-lb-ul li {
    position: relative;
    line-height: 35px;
    padding: 0 15px;
    cursor: pointer
    }
.zyk-lb-ul li .iconfont {
    display: none;
    position: absolute;
    top: 1px;
    right: 5px;
    color: #999
    }
.zyk-lb-ul li.onread {
    line-height: 33px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #09c;
    background: #fff
    }
.zyk-lb-ul li.onread .iconfont {
    display: block
    }
.zyk-table-container {
    position: relative;
    float: left;
    width: 846px;
    background: #fff
    }
.zyk-table-container .ch-table {
    border: none
    }
.zyk-table-container .ch-table th {
    background: #fcfefd;
    border-bottom: none;
    font-size: 14px
    }
.zyk-table-container .ch-table td {
    padding: 11px 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
    font-size: 14px
    }
.zyk-detail h2, .zyk-table-container.zyk-table-container-border {
    border-bottom: 1px solid #e5e5e5
    }
.zyk-detail h2 {
    padding: 25px 0 10px;
    font-size: 24px;
    font-weight: 400
    }
.zyk-detail .zyk-left {
    float: left;
    width: 860px
    }
.zyk-detail .zyk-right {
    float: right;
    width: 280px;
    margin-top: 30px
    }
.zyk-detail .zyk-right .aside-box {
    margin-bottom: 20px
    }
.zyk-detail .zyk-right .aside-title {
    border-left: 5px solid #1787e0;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
    background: #f0f0f0;
    font-weight: 400
    }
.zyk-detail .zyk-right .aside-con {
    border: 1px solid #f0f0f0;
    border-top: 0;
    padding: 12px 16px
    }
.zyk-detail .zyk-right .aside-box li {
    height: 28px;
    line-height: 28px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
    }
.zyk-detail .zyk-right .ch-point {
    margin-right: 10px
    }
.zyk-detail .zyk-right .yz-tool {
    margin-top: 10px
    }
.zyk-detail .zyk-right a {
    color: #333
    }
.zyk-detail h3 {
    height: 22px;
    line-height: 22px;
    padding-left: 12px;
    border-left: 3px solid #09c;
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: 400
    }
.zyk-detail h4 {
    height: 20px;
    line-height: 20px;
    padding-left: 16px;
    border-left: 2px solid #09c;
    margin: 20px 0 10px;
    font-size: 14px;
    font-weight: 700
    }
.zyk-detail .zyk-base-info {
    padding: 10px 15px 15px;
    border-bottom: 1px solid #e5e5e5
    }
.zyk-detail .tab-container {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0 15px
    }
.zyk-detail .item-content {
    line-height: 26px;
    font-size: 14px;
    color: #666
    }
.zyk-detail .ch-tab {
    height: 35px;
    margin-bottom: 10px
    }
.zyk-detail .ch-tab a {
    font-size: 14px
    }
.zyk-detail .zyk-zyjs .item-content {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
    }
.zyk-detail .zyk-tab-content {
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden
    }
.zyk-zyfb-tab .ch-tab {
    height: auto;
    border-bottom: none
    }
.zyk-zyfb-tab .ch-tab a {
    padding: 2px 10px;
    margin-top: 5px
    }
.zyk-zyfb-tab ul {
    padding: 10px 0;
    background: #f0f9f6
    }
.zyk-zyfb-tab li {
    float: left;
    width: 175px;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
    }
.zyk-tab-col .ch-tab {
    margin-bottom: 10px
    }
.zyk-tab-col .item-content {
    line-height: 28px;
    color: #666
    }
.zyk-tab-col .item-zz {
    width: 1180px;
    height: 320px;
    padding: 0;
    margin: 20px 0
    }
.zyk-yxmd ul {
    border-bottom: 1px solid #e5e5e5
    }
.zyk-show-btn {
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 26px;
    height: 12px;
    line-height: 14px;
    margin-left: -13px;
    border: 1px solid #e5e5e5;
    background: #f1f9fe;
    text-align: center;
    cursor: pointer
    }
.zyk-show-btn .iconfont {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #727c86
    }
.zyk-zyfb-linklist a {
    margin-right: 20px
    }
.zyk-ksyx td, .zyk-ksyx th {
    padding: 12px 20px
    }
.zyk-ksyx td.ch-table-border-r, .zyk-ksyx th.ch-table-border-r {
    border-right: 1px solid #e9e9e9
    }
.zyk-base-info {
    padding: 0 10px 10px;
    line-height: 38px
    }
.zyk-base-info .info-title {
    color: #666
    }
.zyk-base-info .info-divid {
    color: #666;
    margin: 0 10px
    }
.zyk-base-info .dot-line {
    height: 8px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #ccc
    }
.zyk-base-info .fire-icon {
    padding-left: 25px;
    padding-top: 1px;
    margin-right: 15px;
    background: url(../images/fire.png) no-repeat 0 0
    }
.yxk-tjxx {
    padding-bottom: 20px
    }
.yxk-tjxx .echarts-box {
    float: left;
    width: 393px
    }
.yxk-tjxx .echarts-box .last-box {
    width: 394px
    }
.yxk-tjxx .echarts-box .echarts-title {
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    text-align: center
    }
.yxk-tjxx .echarts-box .echarts-con {
    width: 100%;
    height: 180px;
    line-height: 50px;
    text-align: center;
    color: #666
    }
.yxk-echarts-zz {
    width: 1180px;
    height: 320px;
    padding: 0;
    margin: 20px 0
    }
.yxk-search-state {
    margin-top: 30px;
    text-align: center;
    font-size: 16px
    }
.zyk-zydm-bk p {
    line-height: 28px;
    margin-top: 10px
    }
.zyk-zydm-ml {
    margin-bottom: 40px
    }
.zyk-zydm-ml .left {
    margin-right: 40px
    }
.zyk-zydm-ml .left, .zyk-zydm-ml .right {
    float: left;
    width: 570px
    }
.zyk-zydm-ml .link-list {
    margin: 20px 0;
    color: #666
    }
.zyk-zydm-ml .link-list a {
    margin: 0 1px
    }
.tab-content .cut-text {
    position: relative;
    height: 140px;
    padding-bottom: 0;
    overflow: hidden
    }
.tab-content .cut-text .colorBlue {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 28px;
    background: #fff
    }
.index-row {
    clear: both;
    width: 100%
    }
.index-row .fl {
    float: left
    }
.index-row .fr {
    float: right
    }
.gk-left {
    width: 330px;
    float: left
    }
.gk-main {
    width: 490px;
    float: left;
    margin-left: 40px;
    _zoom: 1
    }
.gk-right {
    width: 280px;
    float: right
    }
.gk-main .ch-list {
    width: 100%
    }
.gk-main .ch-list .list-title {
    border-left-width: 3px
    }
.gk-main .list-content .news-title {
    max-width: 450px;
    width: 450px;
    color: #999
    }
.gk-main .list-content .news-title a.from {
    color: #09c
    }
.l-head {
    padding-left: 10px;
    border-left: 3px solid #09c
    }
.l-body {
    margin: 0;
    padding-left: 13px
    }
.i-title {
    padding-left: 10px;
    line-height: 1em;
    font-size: 20px;
    font-weight: 400;
    border-left: 3px solid #09c
    }
.side-head {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
    }
.side-head .more {
    float: right
    }
.side-head .more a, .side-head .more a:link, .side-head .more a:visited {
    color: #999
    }
.side-body {
    padding: 10px 0
    }
.part-head {
    border-bottom: 1px solid #e5e5e5
    }
.part-head h3 {
    float: left;
    display: inline-block;
    margin-bottom: -1px;
    padding: 6px 0;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 3px solid #09c
    }
.part-head .right-side {
    width: 810px;
    height: 56px;
    overflow: hidden;
    max-width: 820px;
    float: right;
    min-height: 30px
    }
.part-body {
    padding-top: 20px
    }
.index-tab-container {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #e5e5e5
    }
.index-tab-container .index-tab {
    width: 100%;
    clear: both
    }
.index-tab-container .index-tab .tab-item {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    background-color: #f7f9fa;
    color: #333;
    font-size: 20px;
    overflow: hidden
    }
.index-tab-container .index-tab .tab-item a, .index-tab-container .index-tab .tab-item a:link, .index-tab-container .index-tab .tab-item a:visited {
    padding: 5px 0;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    display: block
    }
.index-tab-container .index-tab .tab-item a:hover {
    text-decoration: none
    }
.index-tab-container .index-tab .left-t a, .index-tab-container .index-tab .left-t a:link, .index-tab-container .index-tab .left-t a:visited {
    border-right: 1px solid #e5e5e5
    }
.index-tab-container .index-tab .right-t a, .index-tab-container .index-tab .right-t a:link, .index-tab-container .index-tab .right-t a:visited {
    border-left: 1px solid #e5e5e5
    }
.index-tab-container .index-tab .selected {
    margin-top: -1px;
    border-top: 2px solid #09c;
    background-color: #fff
    }
.index-tab-container .index-tab .selected a, .index-tab-container .index-tab .selected a:link, .index-tab-container .index-tab .selected a:visited {
    color: #09c;
    border-left: none;
    border-right: none;
    border-bottom: none
    }
.index-tab-container .index-tab .selected a:hover {
    text-decoration: none
    }
.index-tab-container .item-content {
    padding: 10px 10px 10px 20px
    }
.index-tab-container .item-content .more a, .index-tab-container .item-content .more a:link, .index-tab-container .item-content .more a:visited {
    color: #999
    }
.img-txt-box {
    height: 70px;
    padding-top: 8px
    }
.img-txt-box a:hover {
    color: #09c
    }
.img-txt-box .img-wrapper {
    float: left;
    width: 90px;
    height: 100%;
    overflow: hidden;
    line-height: 0
    }
.img-txt-box .img-wrapper img {
    max-width: 100%;
    _width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 0
    }
.img-txt-box .info {
    height: 100%;
    margin-left: 100px;
    line-height: 1.6;
    font-size: 14px;
    overflow: hidden
    }
.img-txt-box .info span, .img-txt-box .info:after {
    display: inline-block;
    vertical-align: middle
    }
.img-txt-box .info:after {
    content: " ";
    height: 100%
    }
.thumbs-box {
    position: relative;
    width: 100%;
    height: 160px
    }
.imgs-panel {
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 4px
    }
.imgs-panel img {
    max-width: 100%;
    _width: 100%;
    border: 0
    }
.tips-panel {
    height: 38px;
    right: 0;
    bottom: 0;
    z-index: 1;
    zoom: 1
    }
.tips-mask, .tips-panel {
    position: absolute;
    width: 100%;
    overflow: hidden
    }
.tips-mask {
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background: #303030;
    z-index: -1;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
    }
.tips-text {
    position: absolute;
    width: 100%;
    color: #fff;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    padding-left: 10px;
    text-align: left;
    font-size: 16px;
    z-index: 1;
    zoom: 1;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif
    }
.tips-text a, .tips-text a:active, .tips-text a:link {
    color: #fff
    }
.index-list {
    font-size: 14px;
    line-height: 22px
    }
.index-list li {
    margin-bottom: 10px
    }
.index-list a:hover {
    color: #09c
    }
.label {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    color: #fff;
    padding: 0 5px
    }
.label.arrowed-right {
    margin-right: 10px;
    position: relative;
    z-index: 1
    }
.label.arrowed-right:after {
    display: inline-block;
    right: -10px;
    content: " ";
    position: absolute;
    top: 0;
    z-index: -1;
    border: 1px solid transparent;
    border-width: 10px 5px
    }
.blue-badge {
    background-color: #3681d7 !important
    }
.blue-badge.arrowed-right:after {
    border-left-color: #3681d7;
    -moz-border-left-colors: #3681d7
    }
.red-badge {
    background-color: #ee6464 !important
    }
.red-badge.arrowed-right:after {
    border-left-color: #ee6464;
    -moz-border-left-colors: #ee6464
    }
.green-badge {
    background-color: #4cbc96 !important
    }
.green-badge.arrowed-right:after {
    border-left-color: #4cbc96;
    -moz-border-left-colors: #4cbc96
    }
.part01, .part02, .part03, .part04, .part05 {
    margin-top: 20px
    }
.part01-left {
    background: #f7f9fa;
    min-height: 300px;
    margin: 0;
    padding: 10px 0 0
    }
.part01-left a, .part01-left a:link, .part01-left a:visited {
    color: #666;
    display: inline-block;
    margin-right: 15px
    }
.part01-left .l-head {
    line-height: 1em;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px
    }
.part01-left .l-body {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 2
    }
.gk-month-hot {
    background-color: #f7f9fa;
    margin-bottom: 10px;
    padding-left: 16px;
    padding-bottom: 15px
    }
.gk-month-hot p span {
    margin-right: 25px
    }
.gk-months {
    padding: 15px 0 0
    }
.gk-months label {
    float: right;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    color: #4f9c66;
    padding: 0 5px 0 15px;
    position: relative;
    z-index: 1;
    border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    background-color: #d5f0dd
    }
.gk-months strong {
    font-size: 16px;
    line-height: 30px
    }
.gk-tslx {
    background-color: #f7f9fa;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 0
    }
.index-hot {
    padding-bottom: 15px
    }
.index-hot h4 {
    font-size: 18px;
    margin-top: 15px
    }
.index-hot h4 a, .index-hot h4 a:link, .index-hot h4 a:visited {
    color: #333
    }
.index-hot .sub-hot a, .index-hot .sub-hot a:link, .index-hot .sub-hot a:visited {
    margin-right: 10px;
    color: #666
    }
.xxgk-index {
    width: 280px;
    height: 80px;
    text-align: center;
    margin-bottom: 20px;
    background: url(../images/xxgk_bg.png) no-repeat 0 0
    }
.xxgk-index a {
    display: block;
    font-size: 20px;
    width: 100%;
    height: 100%;
    line-height: 80px;
    color: #fff;
    text-decoration: none
    }
.xxgk-index a .iconfont {
    font-size: 26px
    }
.xxgk-index a:hover {
    color: #f3f3f3
    }
.hot-list a, .hot-list a:link, .hot-list a:visited {
    color: #333
    }
.hot-list li {
    clear: both;
    padding: 5px 0
    }
.hot-list .multi a, .hot-list .multi a:link, .hot-list .multi a:visited {
    color: #09c
    }
.hot-list .multi .new {
    display: inline-block;
    padding: 0 5px;
    line-height: 1.4em;
    margin-left: 5px;
    background-color: #ee6464;
    color: #fff
    }
.hot-list .multi .time {
    float: right;
    color: #999
    }
.tbtj-box {
    background: #f7f9fa;
    padding: 5px 10px;
    margin-bottom: 20px
    }
.tbtj-box table {
    width: 90%;
    margin: 0 auto
    }
.tbtj-box table tbody td {
    line-height: 24px
    }
.area_sites {
    width: 280px;
    margin: 0;
    padding: 0;
    font-size: 0
    }
.area_sites li {
    display: inline-block;
    width: 56px;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 2;
    white-space: nowrap;
    word-wrap: normal;
    word-break: keep-all
    }
.yz-sch {
    width: 100%;
    height: 185px;
    overflow: hidden
    }
.yz-sch a.label-sch {
    display: inline-block;
    width: 132px;
    overflow: hidden;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 15px;
    color: #333;
    white-space: nowrap;
    word-wrap: normal;
    word-break: keep-all;
    background-color: #f3f3f3
    }
.yz-sch a.label-sch:hover {
    text-decoration: none;
    color: #fff;
    background-color: #09c
    }
.yz-sch a.hot {
    color: #ee6464
    }
.gk-tsl-list {
    width: 342px;
    overflow: hidden;
    font-size: 0
    }
.gk-tsl-list a.label-tsl {
    display: inline-block;
    width: 102px;
    overflow: hidden;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 10px;
    color: #333;
    white-space: nowrap;
    word-wrap: normal;
    word-break: keep-all;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    border-radius: 4px
    }
.gk-tsl-list a.label-tsl:hover {
    text-decoration: none;
    color: #fff;
    background-color: #09c
    }
.gk-tsl-list a.hot {
    color: #ee6464
    }
.label-list {
    padding-top: 5px
    }
.label-list a.label-item {
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #333;
    white-space: nowrap;
    word-wrap: normal;
    word-break: keep-all;
    background-color: #f3f3f3
    }
.label-list a.label-item:hover {
    text-decoration: none;
    color: #fff;
    background-color: #09c
    }
.label-list a.hot {
    color: #ee6464
    }
.timeline-container {
    height: 318px;
    width: 100%;
    overflow: hidden;
    position: relative
    }
.timeline-container .bank-border {
    position: absolute;
    left: 5px;
    top: 15px;
    width: 10px;
    height: 100%;
    z-index: -1;
    border-left: 1px solid #e5e5e5
    }
.timeline-container .timelines {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    padding-left: 20px
    }
.timeline-container .timeline-items {
    margin-bottom: 5px
    }
.timeline-container .timeline-items .title {
    display: inline-block;
    vertical-align: middle
    }
.timeline-container .timeline-items .title i.iconfont {
    margin-left: -20px;
    background-color: #fff;
    display: inline-block;
    width: 20px;
    font-size: 10px;
    font-weight: 700;
    color: #e5e5e5;
    line-height: 10px;
    vertical-align: middle
    }
.timeline-container .timeline-items .time {
    display: block;
    font-size: 12px;
    color: #999
    }
.gk-tool {
    width: 100%;
    height: 75px;
    margin-bottom: 15px;
    background-color: #f0f9f6
    }
.gk-tool .tool-title {
    width: 20px;
    padding: 0 5px;
    height: 100%;
    line-height: 24px;
    text-align: center;
    background-color: #09c;
    color: #fff;
    vertical-align: middle
    }
.gk-tool .tool-content {
    padding-left: 12px;
    overflow: hidden;
    line-height: 1.2
    }
.gk-tool .tool-content a, .gk-tool .tool-content a:link, .gk-tool .tool-content a:visited {
    display: inline-block;
    width: 71px;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px
    }
.index-label {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    vertical-align: 2px;
    margin-left: 5px;
    color: #fff
    }
.index-red {
    background-color: #ee6464
    }
.index-blue {
    background-color: #3681d7
    }
.index-green {
    background-color: #4cbc96
    }
a.index-long-btn {
    display: block;
    border-radius: 3px;
    background-color: #09c;
    margin-bottom: 20px;
    text-align: center;
    padding: 5px;
    font-size: 18px
    }
.index-long-enter a.index-long-btn, .index-long-enter a.index-long-btn:link, .index-long-enter a.index-long-btn:visited {
    color: #fff
    }
.index-long-enter a.index-long-btn:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    opacity: 0.8
    }
.index-links li {
    padding: 5px 0
    }
.school-logo-background {
    background: white;
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle
    }
.sch-tab {
    height: 39px;
    margin-top: 10px;
    margin-bottom: 6px;
    border-color: #eaeaea
    }
.sch-tab .tab-item {
    border-width: 3px;
    margin-right: 20px
    }
.sch-tab .tab-item a {
    padding-left: 0;
    padding-right: 0
    }
.yxk-filter {
    padding: 0;
    border: none;
    margin-bottom: 8px;
    font: 14px/1.8 "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif
    }
.yxk-filter li {
    padding: 4px 0
    }
.yxk-filter li.search-bar {
    margin-bottom: 5px
    }
.yxk-filter .list-th {
    position: relative;
    float: left;
    width: 80px;
    padding-right: 32px;
    font-size: 16px;
    text-align: right
    }
.yxk-filter .list-th {
    width: 185px;
    padding-right: 0;
    text-align: left;
    font-weight: 700;
    font-size: 14px
    }
.yxk-fliter-list .ch-input {
    width: 430px;
    border-radius: 4px
    }
.yxk-fliter-list .ch-select {
    border-radius: 4px
    }
.yxk-filter .yxk-option {
    padding: 0;
    margin-right: 19px
    }
.yxk-filter .yxk-option.selected {
    color: #09c;
    background: none
    }
.yxk-filter .yxk-option:hover {
    color: white;
    background: #09c;
    border-radius: 3px
    }
.yxk-filter .ch-check-label {
    padding-right: 56px
    }
.yxk-filter .yxk-xz a {
    margin-right: 10px
    }
.yxk-filter .ch-check-label input[type=checkbox] {
    position: relative;
    top: -1px
    }
.ch-table th h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 3px 0
    }