﻿﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "微软雅黑";
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #000
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.lead {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

small, .small {
    font-size: 100%;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #df1b3b;
}

a.text-primary:hover, a.text-primary:focus {
    color: #b2152f;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover, a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #fff;
}

a.text-danger:hover, a.text-danger:focus {
    color: #e6e6e6;
}

.bg-primary {
    color: #fff;
    background-color: #df1b3b;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #b2152f;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: rgba(217, 237, 247, 0.3);
}

a.bg-info:hover, a.bg-info:focus {
    background-color: rgba(175, 217, 238, 0.3);
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #df1b3b;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #b2152f;
}

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eeeeee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 9px;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 18px;
}

dt, dd {
    line-height: 1.3;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.3;
    color: #777777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.3;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 13px;
    line-height: 1.3;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    width: 1200px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background: #eeeeee;
    padding-bottom: 12px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}

.jxjs {
    width: 670px;
    float: left;
    padding: 0 15px;
    height: 350px;
    overflow: hidden;
}

.col-sm-5 {
    width: 41.66666667%;
}

.hjtj {
    width: 380px;
    padding: 0 15px;
    float: left;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.3;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {
    background-color: rgba(217, 237, 247, 0.3);
}

.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th {
    background-color: rgba(196, 227, 243, 0.3);
}

.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
    background-color: #df1b3b;
}

.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th {
    background-color: #c81835;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 9px;
    font-size: 14px;
    line-height: 1.3;
    color: #555555;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, .cookie-banner .cookie-banner-content:before, .cookie-banner .cookie-banner-content:after, .text-two-cols-alpha:before, .text-two-cols-alpha:after, .text-two-cols-beta:before, .text-two-cols-beta:after, fieldset.with-grid>.fieldset-wrapper:before, fieldset.with-grid>.fieldset-wrapper:after, .lb-simple-list:before, .lb-simple-list:after, .lb-info-half-grid:before, .lb-info-half-grid:after, .lb-info-full-grid:before, .lb-info-full-grid:after, .lb-info-full:before, .lb-info-full:after {
    content: " ";
    display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, .cookie-banner .cookie-banner-content:after, .text-two-cols-alpha:after, .text-two-cols-beta:after, fieldset.with-grid>.fieldset-wrapper:after, .lb-simple-list:after, .lb-info-half-grid:after, .lb-info-full-grid:after, .lb-info-full:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider, .slider .slick-list, .slider .slick-list .slick-track, .slider .slick-list .slick-track .cover, .slider .slick-list .slick-track .cover .container {
    heigh: auto;
    height: 100%;
}

.slider {
    overflow: hidden;
}

.content-align-wrap {
    display: table;
    max-width: 100%;
}

.content-align-wrap .content-align-middle {
    min-height: 600px;
    display: table-cell;
    vertical-align: middle;
}

.content-align-wrap .content-align-bottom {
    height: 600px;
    min-height: 600px;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 60px;
}

.slick-dots-custom-wrap .slick-dots.slick-dots-custom {
    display: none;
}

.carousel-wrap {}

.carousel-wrap .content-align-wrap {
    min-height: 600px;
}

.carousel-wrap .slick-loading .slick-list {
    background: white url(../images/loading.gif) center center no-repeat;
}

.carousel-wrap .slick-prev, .carousel-wrap .slick-next {
    z-index: 1;
    position: absolute;
    display: block;
    height: 62px;
    width: 62px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    opacity: .6;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.carousel-wrap .slick-prev:hover, .carousel-wrap .slick-next:hover, .carousel-wrap .slick-prev:focus, .carousel-wrap .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
    opacity: 1;
}

.carousel-wrap .slick-prev:hover:before, .carousel-wrap .slick-next:hover:before, .carousel-wrap .slick-prev:focus:before, .carousel-wrap .slick-next:focus:before {
    opacity: 0.75;
}

.carousel-wrap .slick-prev:hover, .carousel-wrap .slick-next:hover {
    background: #000;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.carousel-wrap .slick-prev.slick-disabled, .carousel-wrap .slick-next.slick-disabled {
    display: none !important;
}

.carousel-wrap .slick-prev:before, .carousel-wrap .slick-next:before {
    font-family: 'Biennale';
    font-size: 25px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carousel-wrap .slick-prev {
    left: 25px;
}

.carousel-wrap .slick-prev[dir="rtl"] {
    left: auto;
    right: 25px;
}

.carousel-wrap .slick-prev:before {
    content: "\e901";
}

.carousel-wrap .slick-prev:before[dir="rtl"] {
    content: "\e902";
}

.carousel-wrap .slick-next {
    right: 25px;
}

.carousel-wrap .slick-next[dir="rtl"] {
    left: 25px;
    right: auto;
}

.carousel-wrap .slick-next:before {
    content: "\e902";
}

.carousel-wrap .slick-next:before[dir="rtl"] {
    content: "\e901";
}

.carousel-wrap .slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.carousel-wrap .slick-dots {
    position: absolute;
    bottom: 7px;
    list-style: none;
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.carousel-wrap .slick-dots li {
    position: relative;
    display: inline-block;
    height: 7px;
    width: 7px;
    padding: 0;
    cursor: pointer;
}

.carousel-wrap .slick-dots li+li {
    margin-left: 18px;
}

.carousel-wrap .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 7px;
    width: 7px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.carousel-wrap .slick-dots li button:hover, .carousel-wrap .slick-dots li button:focus {
    outline: none;
}

.carousel-wrap .slick-dots li button:hover:before, .carousel-wrap .slick-dots li button:focus:before {
    opacity: 0.75;
}

.carousel-wrap .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 7px;
    height: 7px;
    font-family: 'Biennale';
    font-size: 14px;
    line-height: 7px;
    text-align: center;
    color: #dadada;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #dadada;
    border-radius: 50%;
}

.carousel-wrap .slick-dots li.slick-active button:before {
    color: #333333;
    opacity: 1;
    background-color: transparent;
    border: 3px solid #df1b3b;
    width: 13px;
    height: 13px;
    top: -3px;
    margin-left: -3px;
}

.navigation-top-bar-wrap {
    margin-top: 35px;
    margin-bottom: 35px;
    background-color: #eeeeee;
}

.navigation-top-bar-wrap .navigation-top-bar {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0;
}

.navigation-top-bar-wrap .navigation-top-bar ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.navigation-top-bar-wrap .navigation-top-bar ul .active a {
    background: #df1b3b;
    color: white;
}

.navigation-top-bar-wrap .navigation-top-bar ul li {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.navigation-top-bar-wrap .navigation-top-bar ul li a {
    border-bottom: none;
    margin: 0;
    padding: 15px;
    display: block;
    color: #333333;
    text-decoration: none;
}

.navigation-top-bar-wrap .navigation-top-bar ul li a:hover {
    background: #df1b3b;
    color: white;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    z-index: 150;
    width: 100%;
    background: #FFF;
    overflow: hidden;
    box-shadow: -1px -5px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: max-height 0.8s;
    -o-transition: max-height 0.8s;
    transition: max-height 0.8s;
}

.cookie-banner .cookie-banner-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 0;
}

.cookie-banner .cookie-banner-content>.navbar-header, .cookie-banner .cookie-banner-content>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

.cookie-banner .cookie-banner-content .cookie-banner-text {
    color: #000;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 70%;
}

.cookie-banner .cookie-banner-content .cookie-banner-actions {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.cookie-banner--visible {
    max-height: 500px;
}

.cookie-banner--hidden {
    max-height: 0;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cover.slick-slide {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 99%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 99%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 99%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    background-color: rgba(0, 0, 0, 0);
}

.lb-serif {
    font-family: "Playfair Display", Georgia, Times, serif;
}

.lb-hidden {
    display: none;
}

.lb-family-uppercase {
    text-transform: uppercase;
}

.lb-red {
    color: #df1b3b;
}


.lb-entry-wrapper .lb-cta-wrap {
    text-align: right;
    padding: 0 20px;
    margin-top: -62px;
}

.lb-entry-wrapper .lb-cta-wrap .lb-cta {
    border: 0;
}

.lb-entry-wrapper:hover .lb-cta {
    background-color: #df1b3b;
    color: white;
}

.lb-entry-wrapper .lb-meta .lb-category {
    color: #df1b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 0;
}

.lb-entry-wrapper .lb-meta .lb-date {
    text-transform: uppercase;
    padding: 2px 0;
}

.lb-entry-wrapper .lb-item-title {
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0 22px 0;
    margin: 0;
}

.lb-entry-wrapper .lb-excerpt {
    font-family: "Playfair Display", Georgia, Times, serif;
}

.lb-entry-wrapper .lb-description {
    font-size: 16px;
    padding-bottom: 30px;
}

.lb-entry-wrapper .lb-description strong {
    text-transform: uppercase;
}

.lb-entry-wrapper .lb-description strong.no-upper {
    text-transform: none;
}

ul, ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.lb-list-arrow {
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 40px;
}

ul.lb-list-arrow li {
    padding: 10px 0 10px 40px;
}

ul.lb-list-arrow li:before {
    font-family: 'Biennale' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    display: inline-block;
    margin-left: -40px;
    width: 40px;
    color: #df1b3b;
    font-size: 9px;
    font-weight: bold;
}

.lb-uc-list li {
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    clear: both;
}

.lb-uc-list a {
    border-bottom: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}

.lb-uc-list .icon {
    position: absolute;
    font-size: 25px;
    margin-top: 0;
    left: 0;
    top: 6px;
}

.lb-list-with-icons li {
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    clear: both;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}

.lb-list-with-icons a {
    border-bottom: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
}

.lb-list-with-icons .icon {
    position: absolute;
    font-size: 25px;
    margin-top: 0;
    left: 0;
    top: 6px;
}

.lb-list-with-icons span {
    margin-left: 40px;
    display: block;
}

.btn {
    text-transform: uppercase;
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.lb-simple-cover {
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.lb-simple-cover .lb-cover-image {
    z-index: -1;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"], .row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row.inline-block-grid {
    font-size: 0;
}

.row.inline-block-grid>[class^="col-"], .row.inline-block-grid>[class*=" col-"] {
    font-size: 14px;
}

.well {
    box-shadow: none;
    border-radius: 0;
}

.ul-li-reset ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    padding-bottom: 16px;
}

.ul-li-reset ul li {
    display: inline;
}

.lb-square {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lb-square>img {
    display: block;
    height: auto;
}

.lb-one-half {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-color: #eeeeee;
    overflow: hidden;
}

.lb-one-half>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.lb-wide {
    width: 100%;
    height: 0;
    padding-bottom: 66.666%;
    background-color: #eeeeee;
    overflow: hidden;
}

.lb-wide>img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.lb-tall {
    width: 100%;
    height: 0;
    padding-bottom: 150%;
    background-color: #eeeeee;
}

.lb-tall>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.lb-linear-gradient {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 99%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 99%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 99%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    background-color: rgba(0, 0, 0, 0);
}

.lb-media-wrapper {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    height: 340px
}

.lb-media-wrapper .btn {
    position: absolute;
    right: 10px;
    bottom: -20px;
    border: 0;
}

.lb-media-wrapper .lb-media {
    display: block;
    width: 100%;
    height: 100%;
}

.lb-media-wrapper .lb-media-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: #aaa;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.lb-entry-wrapper:hover {
    cursor: pointer;
}

.lb-entry-wrapper:hover .btn {
    background-color: #df1b3b;
    color: white;
}

.lb-entry-wrapper:hover .lb-media-overlay {
    opacity: .6;
}

.lb-viewer {
    width: 100%;
}

.lb-viewer img {
    width: 100%;
    height: auto;
}

.lb-media-wrap {
    margin: 0;
    position: relative;
}

.lb-media-wrap .lb-media-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: #aaa;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.lb-media-wrap .lb-media-img {
    width: 100%;
    height: auto;
}

.lb-media-wrap .lb-media-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px;
    padding-right: 50px;
}

.lb-media-wrap .lb-media-content .lb-cta {
    border: 0;
    position: absolute;
    bottom: 20px;
    right: -15px;
}

.lb-media-wrap .lb-media-content .lb-item-title {
    text-transform: uppercase;
    font-weight: bold;
}

.lb-media-wrap .lb-media-content .lb-excerpt {
    font-family: "Playfair Display", Georgia, Times, serif;
}

.lb-media-wrap:hover {
    cursor: pointer;
}

.lb-media-wrap:hover .cta {
    background-color: #df1b3b;
    color: white;
}

.lb-media-wrap:hover .lb-media-overlay {
    opacity: .6;
}

.lb-media-wrap {
    background-color: #777777;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.lb-media-wrap .lb-media-content {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 50%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 50%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
    background-color: rgba(0, 0, 0, 0);
}

.navbar-fixed-top {
    position: absolute;
}

.lb-surtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}

.lb-surtitle h2 {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    padding: 5px 0;
    line-height: 1.1;
}

.lb-surtitle:before, .lb-surtitle:after {
    flex: 1 0 20%;
    height: 1px;
    content: '';
    background-color: #333333;
}

.lb-surtitle::before {
    margin-right: 10px;
}

.lb-surtitle::after {
    margin-left: 10px;
}

.lb-surtitle.left-aligned {
    text-align: left;
}

.lb-surtitle.left-aligned::before {
    flex: 0;
    margin-right: 0;
}

.lb-surtitle.right-aligned {
    text-align: left;
}

.lb-surtitle.right-aligned::after {
    flex: 0;
    margin-left: 0;
}

.navbar {
    font-weight: bold;
    text-transform: uppercase;
}

.lb-info-note {
    font-family: "Playfair Display", Georgia, Times, serif;
    font-style: italic;
    padding: 15px 0;
    float: left;
}

.lb-sorting {
    cursor: pointer;
    border-bottom: none;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding-right: 20px;
}

.lb-sorting.lb-sorting-active[data-sort-order="ASC"]:after {
    font-family: 'Biennale' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    content: "\e903";
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.lb-sorting.lb-sorting-active[data-sort-order="DESC"]:after {
    font-family: 'Biennale' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    content: "\e91f";
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.titolo-gallery {
    font-size: 25px;
    font-family: "Source Sans Pro";
    font-weight: bold;
}

.testo-gallery {
    font-size: 18px;
    font-family: "Playfair Display";
    font-weight: 400;
}

.lb-article-title {
    font-family: inherit;
    font-weight: 500;
    line-height: 0.9;
    color: inherit;
    margin-top: 18px;
    margin-bottom: 9px;
    font-size: 40px;
    margin-bottom: 18px;
}

.lb-article-title small, .lb-article-title .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

.lb-article-title small, .lb-article-title .small {
    font-size: 65%;
}

.alert-sm {
    padding: 5px;
}

.alert a {
    text-decoration: none;
    border-bottom: 0;
    color: inherit;
    text-decoration: underline;
}

.alert a.close {
    text-decoration: none;
    color: #000;
}

.lb-cl-list ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    font-size: 0;
    text-align: center;
}

.lb-cl-list ul li {
    display: inline-block;
    font-size: 16px;
    color: #333333;
}

.lb-cl-list ul li a, .lb-cl-list ul li span {
    padding: 5px 7px;
    display: block;
    font-weight: bold;
    color: inherit;
    line-height: 1;
}

.lb-cl-list ul li a, .lb-cl-list ul li a:hover, .lb-cl-list ul li a:focus, .lb-cl-list ul li a.active {
    text-decoration: none;
}

.lb-cl-list ul li.active {
    color: #df1b3b;
}

.lb-cl-dropdown .dropdown-toggle {
    background: transparent;
    border: 0;
    color: white;
    font-size: 16px;
}

.lb-cl-dropdown .dropdown-toggle .caret {
    margin-left: 4px;
}

.lb-cl-dropdown .dropdown-menu {
    min-width: 0;
    background: white;
    padding: 0;
    left: 3px;
}

.lb-cl-dropdown .dropdown-menu li>a {
    border-bottom: none;
    padding: 5px;
    font-size: 16px;
}

.lb-user-widget-dropdown {
    color: #FFF;
    padding: 0;
}

.lb-user-widget-dropdown .user-widget-toggle {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.lb-user-widget-dropdown .user-avatar {
    color: inherit;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.lb-user-widget-dropdown .dropdown-menu {
    left: auto;
    right: 0;
}

.lb-user-widget-dropdown .dropdown-menu a {
    border-bottom: none;
}

.lb-news-carousel .slick-prev:before, .lb-news-carousel .slick-next:before {
    font-family: 'Biennale';
    font-size: 25px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lb-news-carousel .slick-prev {
    left: 25px;
}

.lb-news-carousel .slick-prev[dir="rtl"] {
    left: auto;
    right: 25px;
}


.lb-news-carousel .slick-prev:before[dir="rtl"] {
    content: "\e902";
}

.lb-news-carousel .slick-next {
    right: 25px;
}

.lb-news-carousel .slick-next[dir="rtl"] {
    left: 25px;
    right: auto;
}


.lb-news-carousel .slick-next:before[dir="rtl"] {
    content: "\e901";
}

.lb-news-carousel .slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.lb-news-carousel .slick-dots {
    position: absolute;
    bottom: 7px;
    list-style: none;
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.lb-news-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    height: 7px;
    width: 7px;
    padding: 0;
    cursor: pointer;
}

.lb-news-carousel .slick-dots li+li {
    margin-left: 18px;
}

.lb-news-carousel .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 7px;
    width: 7px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.lb-news-carousel .slick-dots li button:hover, .lb-news-carousel .slick-dots li button:focus {
    outline: none;
}

.lb-news-carousel .slick-dots li button:hover:before, .lb-news-carousel .slick-dots li button:focus:before {
    opacity: 0.75;
}

.lb-news-carousel .lb-entry-wrapper {
    padding: 0 10px;
}

.lb-news-carousel .lb-content-wrap {
    opacity: 0;
}

.lb-news-carousel .lb-carousel-item.slick-slide {
    opacity: .2;
}

.lb-news-carousel .lb-carousel-item.slick-slide.slick-active, .lb-news-carousel .lb-carousel-item.slick-slide.lb-slick-active {
    opacity: 1;
}

.lb-news-carousel .lb-carousel-item.slick-slide.slick-active .lb-content-wrap, .lb-news-carousel .lb-carousel-item.slick-slide.lb-slick-active .lb-content-wrap {
    opacity: 1;
}

.lb-news-carousel .slick-arrow {
    opacity: .2;
}

.lb-news-carousel .slick-arrow:hover {
    opacity: 1;
}

.lb-news-carousel .slick-list {
    padding: 0 140px;
}

.lb-news-carousel-wrap .slick-prev, .lb-news-carousel-wrap .slick-next {
    z-index: 1;
    position: absolute;
    display: block;
    height: 62px;
    width: 62px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: black;
    color: transparent;
    top: 40%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    opacity: .6;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.lb-news-carousel-wrap .slick-prev:hover, .lb-news-carousel-wrap .slick-next:hover, .lb-news-carousel-wrap .slick-prev:focus, .lb-news-carousel-wrap .slick-next:focus {
    outline: none;
    background: black;
    color: transparent;
    opacity: 1;
}

.lb-news-carousel-wrap .slick-prev:hover:before, .lb-news-carousel-wrap .slick-next:hover:before, .lb-news-carousel-wrap .slick-prev:focus:before, .lb-news-carousel-wrap .slick-next:focus:before {
    opacity: 0.75;
}

.lb-news-carousel-wrap .slick-prev:hover, .lb-news-carousel-wrap .slick-next:hover {
    background: #000;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.lb-news-carousel-wrap .slick-prev.slick-disabled, .lb-news-carousel-wrap .slick-next.slick-disabled {
    display: none !important;
}

.lb-news-carousel-wrap .slick-prev:before, .lb-news-carousel-wrap .slick-next:before {
    font-family: 'Biennale';
    font-size: 25px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lb-news-carousel-wrap .slick-prev {
    left: 25px;
}

.lb-news-carousel-wrap .slick-prev[dir="rtl"] {
    left: auto;
    right: 25px;
}

.lb-news-carousel-wrap .slick-next {
    right: 25px;
}

.lb-news-carousel-wrap .slick-next[dir="rtl"] {
    left: 25px;
    right: auto;
}

.lb-news-carousel-wrap .slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.lb-news-carousel-wrap .slick-dots {
    position: absolute;
    bottom: 7px;
    list-style: none;
    display: block;
    text-align: left;
    padding: 0;
    width: 43px;
    margin: auto;
}

.lb-news-carousel-wrap .slick-dots li {
    position: relative;
    display: inline-block;
    height: 7px;
    width: 7px;
    padding: 0;
    cursor: pointer;
}

.lb-news-carousel-wrap .slick-dots li+li {
    margin-left: 18px;
}

.lb-news-carousel-wrap .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 7px;
    width: 7px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.lb-news-carousel-wrap .slick-dots li button:hover, .lb-news-carousel-wrap .slick-dots li button:focus {
    outline: none;
}

.lb-news-carousel-wrap .slick-dots li button:hover:before, .lb-news-carousel-wrap .slick-dots li button:focus:before {
    opacity: 0.75;
}

.lb-news-carousel-wrap .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 7px;
    height: 7px;
    font-family: 'Biennale';
    font-size: 14px;
    line-height: 7px;
    text-align: center;
    color: #333333;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #333333;
    border-radius: 50%;
}

.lb-news-carousel-wrap .slick-dots li.slick-active button:before {
    color: #333333;
    opacity: 1;
    background-color: transparent;
    border: 2px solid #df1b3b;
    width: 6px;
    height: 8px;
    top: -3px;
}

.lb-news-carousel-wrap .slick-dots-custom {
    position: relative;
}

.jxjstitle {
    width: 500px;
    float: left;
    padding: 0 15px
}

.hjtj_img {
    height: 230px;
    position: relative;
}

.hjtj_img .lazy {
    width: 380px;
    height: 230px;
}

.hjtj_img .arrowimg {
    width: 57px;
    height: 44px;
    position: absolute;
    bottom: -6px;
    padding-left: 9px;
    right: 8px;
}

.jxjstitle h3 {
    font-size: 20px;
    color: #2b60c0;
}

.jxjstitle p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px;
    text-indent: 2em;
}

.jxjstitle a {
    color: #2b60c0
}

.jxjstitle .more {
    display: block;
    width: 100px;
    color: #fff;
    text-align: center;
    padding: 8px;
    background: #2b60c0;
    margin-top: 20px
}

.hjtj_div {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.hjtj_div h3 {
    margin: 10px 0
}

.hjtj_div .titletop {
    line-height: 30px;
    font-size: 14px
}

.hjtj_div .jieshao {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
}