@charset "UTF-8";
@charset "UTF-8";

/**  cmui version:1.6.2 */


/*响应工具*/

.visible-xs,
.visible-xs-up,
.visible-xs-down,
.visible-sm,
.visible-sm-up,
.visible-sm-down,
.visible-md,
.visible-md-up,
.visible-md-down,
.visible-lg,
.visible-lg-up,
.visible-lg-down {
    display: none;
}


/* 单区间 */

@media (max-width: 767px) {
    .visible-xs {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .visible-sm {
        display: block;
    }
}

@media (min-width: 960px) and (max-width: 1199px) {
    .visible-md {
        display: block;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block;
    }
}


/* 多区间 UP */

@media (min-width: 767px) {
    .visible-xs-up {
        display: block;
    }
}

@media (min-width: 959px) {
    .visible-sm-up {
        display: block;
    }
}

@media (min-width: 1199px) {
    .visible-md-up {
        display: block;
    }
}

@media (min-width: 1200px) {
    .visible-lg-up {
        display: block;
    }
}


/* 多区间 DOWN */

@media (max-width: 1px) {
    .visible-xs-down {
        display: block;
    }
}

@media (max-width: 768px) {
    .visible-sm-down {
        display: block;
    }
}

@media (max-width: 960px) {
    .visible-md-down {
        display: block;
    }
}

@media (max-width: 1200px) {
    .visible-lg-down {
        display: block;
    }
}


/* 单区间 */

@media (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .hidden-sm {
        display: none;
    }
}

@media (min-width: 960px) and (max-width: 1199px) {
    .hidden-md {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}


/* 多区间 UP */

@media (min-width: 767px) {
    .hidden-xs-up {
        display: none;
    }
}

@media (min-width: 959px) {
    .hidden-sm-up {
        display: none;
    }
}

@media (min-width: 1199px) {
    .hidden-md-up {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hidden-lg-up {
        display: none;
    }
}


/* 多区间 DOWN */

@media (max-width: 1px) {
    .hidden-xs-down {
        display: none;
    }
}

@media (max-width: 768px) {
    .hidden-sm-down {
        display: none;
    }
}

@media (max-width: 960px) {
    .hidden-md-down {
        display: none;
    }
}

@media (max-width: 1200px) {
    .hidden-lg-down {
        display: none;
    }
}


/* 打印类型 */

.visible-print {
    display: none;
}

@media print {
    .visible-print {
        display: block;
    }
    .hidden-print {
        display: none;
    }
}


/* 显示-隐藏 */

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden;
}


/* 浮动 */

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* 文本工具类 */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-indent {
    text-indent: 2em;
}


/* 情景色文本 */

.text-primary {
    color: #267;
}

.text-success {
    color: #7B0;
}

.text-info {
    color: #39D;
}

.text-warning {
    color: #F80;
}

.text-danger {
    color: #D33;
}


/* 情景色背景 */

.bg-primary {
    background-color: #278;
    color: #FFF;
    padding: 1em;
}

.bg-success {
    background-color: #dff0d8;
    color: #006400;
    padding: 1em;
}

.bg-info {
    background-color: #d9edf7;
    color: #4682B4;
    padding: 1em;
}

.bg-warning {
    background-color: #fcf8e3;
    color: #A0522D;
    padding: 1em;
}

.bg-danger {
    background-color: #f2dede;
    color: #B22222;
    padding: 1em;
}


/* 内外边距 */

.m-t {
    margin-top: 15px !important;
}

.m-t-xs {
    margin-top: 10px !important;
}

.m-t-sm {
    margin-top: 20px !important;
}

.m-t-md {
    margin-top: 30px !important;
}

.m-t-lg {
    margin-top: 45px !important;
}

.m-r {
    margin-right: 15px !important;
}

.m-r-xs {
    margin-right: 10px !important;
}

.m-r-sm {
    margin-right: 20px !important;
}

.m-r-md {
    margin-right: 30px !important;
}

.m-r-lg {
    margin-right: 45px !important;
}

.m-b {
    margin-bottom: 15px !important;
}

.m-b-xs {
    margin-bottom: 10px !important;
}

.m-b-sm {
    margin-bottom: 20px !important;
}

.m-b-md {
    margin-bottom: 30px !important;
}

.m-b-lg {
    margin-bottom: 45px !important;
}

.m-l {
    margin-left: 15px !important;
}

.m-l-xs {
    margin-left: 10px !important;
}

.m-l-sm {
    margin-left: 20px !important;
}

.m-l-md {
    margin-left: 30px !important;
}

.m-l-lg {
    margin-left: 45px !important;
}

.m-n {
    margin: 0 !important;
}

.p-t {
    padding-top: 15px !important;
}

.p-t-xs {
    padding-top: 10px !important;
}

.p-t-sm {
    padding-top: 20px !important;
}

.p-t-md {
    padding-top: 30px !important;
}

.p-t-lg {
    padding-top: 45px !important;
}

.p-r {
    padding-right: 15px !important;
}

.p-r-xs {
    padding-right: 10px !important;
}

.p-r-sm {
    padding-right: 20px !important;
}

.p-r-md {
    padding-right: 30px !important;
}

.p-r-lg {
    padding-right: 45px !important;
}

.p-b {
    padding-bottom: 15px !important;
}

.p-b-xs {
    padding-bottom: 10px !important;
}

.p-b-sm {
    padding-bottom: 20px !important;
}

.p-b-md {
    padding-bottom: 30px !important;
}

.p-b-lg {
    padding-bottom: 45px !important;
}

.p-l {
    padding-left: 15px !important;
}

.p-l-xs {
    padding-left: 10px !important;
}

.p-l-sm {
    padding-left: 20px !important;
}

.p-l-md {
    padding-left: 30px !important;
}

.p-l-lg {
    padding-left: 45px !important;
}

.p-n {
    padding: 0 !important;
}


/*徽标*/

.badge {
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 80%;
    color: #FFF;
    background-color: #EEE;
    color: #267;
}

.badge-primary {
    background-color: #267;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 80%;
    color: #FFF;
}

.badge-success {
    background-color: #7B0;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 80%;
    color: #FFF;
}

.badge-info {
    background-color: #39D;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 80%;
    color: #FFF;
}

.badge-warning {
    background-color: #F80;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 80%;
    color: #FFF;
}

.badge-danger {
    background-color: #D33;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 80%;
    color: #FFF;
}

.badge-notification {
    border-radius: 1em !important;
}


/* 重置元素样式 */

html {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

html,
body {
    margin: 0;
}

img,
a {
    border: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #F55;
}

::selection {
    background: #FFA;
    color: #333;
    text-shadow: none;
}

code {
    color: #A00;
    background: #FEE;
    padding: 2px 5px;
    line-height: 1em;
    margin: 0 3px;
    display: inline-block;
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6em;
    margin: 0.5em 0;
    font-weight: normal;
}

h1 {
    font-size: 38px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

hr {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-color: #ddd;
}


/* 段落 */

p {
    line-height: 1.8em;
    margin: 1em 0 1.5em 0;
}

sub,
sup {
    font-size: 12px;
}

small {
    font-size: 70%;
    color: #777777;
}


/* 列表 */

ul,
ol {
    margin: 1em 0;
    padding-left: 1.5em;
}

ul li,
ol li {
    line-height: 1.8em;
}

.list-unstyled {
    list-style: none;
    padding: 0;
}


/* 描述列表 */

dl,
dl.dl-horizontal {
    margin: 1em 0;
    line-height: 1.8em;
}

dl dt,
dl.dl-horizontal dt {
    font-weight: bold;
}

dl dd,
dl.dl-horizontal dd {
    margin: 0;
}

dl.dl-horizontal dt {
    width: 160px;
    float: left;
}

dl.dl-horizontal dd {
    padding-left: 190px;
}


/* 图片 */

img {
    max-width: 100%;
    height: auto;
    border: none;
    box-sizing: border-box;
}

img.img-rounded {
    border-radius: 1em;
}

img.img-circle {
    border-radius: 50%;
}

img.img-thumbnail {
    border: 1px solid #ddd;
    padding: 5px;
    background: #FFF;
}

img.img-preserve {
    max-width: auto;
}


/* 布局 通过 10|12 等分，实现 1、2、3、4、5、6 的公倍数栅格 间隔 30px */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .container {
        width: 738px;
    }
}

@media (min-width: 960px) {
    .container {
        width: 930px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

@media (max-width: 767px) {
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.col-xs-1-12 {
    width: 8.33333%;
}

.col-xs-2-12 {
    width: 16.66667%;
}

.col-xs-3-12 {
    width: 25%;
}

.col-xs-4-12 {
    width: 33.33333%;
}

.col-xs-5-12 {
    width: 41.66667%;
}

.col-xs-6-12 {
    width: 50%;
}

.col-xs-7-12 {
    width: 58.33333%;
}

.col-xs-8-12 {
    width: 66.66667%;
}

.col-xs-9-12 {
    width: 75%;
}

.col-xs-10-12 {
    width: 83.33333%;
}

.col-xs-11-12 {
    width: 91.66667%;
}

.col-xs-12-12 {
    width: 100%;
}

.col-xs-1-12,
.col-xs-2-12,
.col-xs-3-12,
.col-xs-4-12,
.col-xs-5-12,
.col-xs-6-12,
.col-xs-7-12,
.col-xs-8-12,
.col-xs-9-12,
.col-xs-10-12,
.col-xs-11-12,
.col-xs-12-12 {
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-12 {
        width: 8.33333%;
    }
    .col-sm-2-12 {
        width: 16.66667%;
    }
    .col-sm-3-12 {
        width: 25%;
    }
    .col-sm-4-12 {
        width: 33.33333%;
    }
    .col-sm-5-12 {
        width: 41.66667%;
    }
    .col-sm-6-12 {
        width: 50%;
    }
    .col-sm-7-12 {
        width: 58.33333%;
    }
    .col-sm-8-12 {
        width: 66.66667%;
    }
    .col-sm-9-12 {
        width: 75%;
    }
    .col-sm-10-12 {
        width: 83.33333%;
    }
    .col-sm-11-12 {
        width: 91.66667%;
    }
    .col-sm-12-12 {
        width: 100%;
    }
    .col-sm-1-12,
    .col-sm-2-12,
    .col-sm-3-12,
    .col-sm-4-12,
    .col-sm-5-12,
    .col-sm-6-12,
    .col-sm-7-12,
    .col-sm-8-12,
    .col-sm-9-12,
    .col-sm-10-12,
    .col-sm-11-12,
    .col-sm-12-12 {
        float: left;
    }
}

@media (min-width: 960px) {
    .col-md-1-12 {
        width: 8.33333%;
    }
    .col-md-2-12 {
        width: 16.66667%;
    }
    .col-md-3-12 {
        width: 25%;
    }
    .col-md-4-12 {
        width: 33.33333%;
    }
    .col-md-5-12 {
        width: 41.66667%;
    }
    .col-md-6-12 {
        width: 50%;
    }
    .col-md-7-12 {
        width: 58.33333%;
    }
    .col-md-8-12 {
        width: 66.66667%;
    }
    .col-md-9-12 {
        width: 75%;
    }
    .col-md-10-12 {
        width: 83.33333%;
    }
    .col-md-11-12 {
        width: 91.66667%;
    }
    .col-md-12-12 {
        width: 100%;
    }
    .col-md-1-12,
    .col-md-2-12,
    .col-md-3-12,
    .col-md-4-12,
    .col-md-5-12,
    .col-md-6-12,
    .col-md-7-12,
    .col-md-8-12,
    .col-md-9-12,
    .col-md-10-12,
    .col-md-11-12,
    .col-md-12-12 {
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-12 {
        width: 8.33333%;
    }
    .col-lg-2-12 {
        width: 16.66667%;
    }
    .col-lg-3-12 {
        width: 25%;
    }
    .col-lg-4-12 {
        width: 33.33333%;
    }
    .col-lg-5-12 {
        width: 41.66667%;
    }
    .col-lg-6-12 {
        width: 50%;
    }
    .col-lg-7-12 {
        width: 58.33333%;
    }
    .col-lg-8-12 {
        width: 66.66667%;
    }
    .col-lg-9-12 {
        width: 75%;
    }
    .col-lg-10-12 {
        width: 83.33333%;
    }
    .col-lg-11-12 {
        width: 91.66667%;
    }
    .col-lg-12-12 {
        width: 100%;
    }
    .col-lg-1-12,
    .col-lg-2-12,
    .col-lg-3-12,
    .col-lg-4-12,
    .col-lg-5-12,
    .col-lg-6-12,
    .col-lg-7-12,
    .col-lg-8-12,
    .col-lg-9-12,
    .col-lg-10-12,
    .col-lg-11-12,
    .col-lg-12-12 {
        float: left;
    }
}

.col-xs-1-10 {
    width: 10%;
}

.col-xs-2-10 {
    width: 20%;
}

.col-xs-3-10 {
    width: 30%;
}

.col-xs-4-10 {
    width: 40%;
}

.col-xs-5-10 {
    width: 50%;
}

.col-xs-6-10 {
    width: 60%;
}

.col-xs-7-10 {
    width: 70%;
}

.col-xs-8-10 {
    width: 80%;
}

.col-xs-9-10 {
    width: 90%;
}

.col-xs-10-10 {
    width: 100%;
}

.col-xs-1-10,
.col-xs-2-10,
.col-xs-3-10,
.col-xs-4-10,
.col-xs-5-10,
.col-xs-6-10,
.col-xs-7-10,
.col-xs-8-10,
.col-xs-9-10,
.col-xs-10-10 {
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-10 {
        width: 10%;
    }
    .col-sm-2-10 {
        width: 20%;
    }
    .col-sm-3-10 {
        width: 30%;
    }
    .col-sm-4-10 {
        width: 40%;
    }
    .col-sm-5-10 {
        width: 50%;
    }
    .col-sm-6-10 {
        width: 60%;
    }
    .col-sm-7-10 {
        width: 70%;
    }
    .col-sm-8-10 {
        width: 80%;
    }
    .col-sm-9-10 {
        width: 90%;
    }
    .col-sm-10-10 {
        width: 100%;
    }
    .col-sm-1-10,
    .col-sm-2-10,
    .col-sm-3-10,
    .col-sm-4-10,
    .col-sm-5-10,
    .col-sm-6-10,
    .col-sm-7-10,
    .col-sm-8-10,
    .col-sm-9-10,
    .col-sm-10-10 {
        float: left;
    }
}

@media (min-width: 960px) {
    .col-md-1-10 {
        width: 10%;
    }
    .col-md-2-10 {
        width: 20%;
    }
    .col-md-3-10 {
        width: 30%;
    }
    .col-md-4-10 {
        width: 40%;
    }
    .col-md-5-10 {
        width: 50%;
    }
    .col-md-6-10 {
        width: 60%;
    }
    .col-md-7-10 {
        width: 70%;
    }
    .col-md-8-10 {
        width: 80%;
    }
    .col-md-9-10 {
        width: 90%;
    }
    .col-md-10-10 {
        width: 100%;
    }
    .col-md-1-10,
    .col-md-2-10,
    .col-md-3-10,
    .col-md-4-10,
    .col-md-5-10,
    .col-md-6-10,
    .col-md-7-10,
    .col-md-8-10,
    .col-md-9-10,
    .col-md-10-10 {
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-10 {
        width: 10%;
    }
    .col-lg-2-10 {
        width: 20%;
    }
    .col-lg-3-10 {
        width: 30%;
    }
    .col-lg-4-10 {
        width: 40%;
    }
    .col-lg-5-10 {
        width: 50%;
    }
    .col-lg-6-10 {
        width: 60%;
    }
    .col-lg-7-10 {
        width: 70%;
    }
    .col-lg-8-10 {
        width: 80%;
    }
    .col-lg-9-10 {
        width: 90%;
    }
    .col-lg-10-10 {
        width: 100%;
    }
    .col-lg-1-10,
    .col-lg-2-10,
    .col-lg-3-10,
    .col-lg-4-10,
    .col-lg-5-10,
    .col-lg-6-10,
    .col-lg-7-10,
    .col-lg-8-10,
    .col-lg-9-10,
    .col-lg-10-10 {
        float: left;
    }
}

.col-xs-1-10,
.col-sm-1-10,
.col-md-1-10,
.col-lg-1-10,
.col-xs-2-10,
.col-sm-2-10,
.col-md-2-10,
.col-lg-2-10,
.col-xs-3-10,
.col-sm-3-10,
.col-md-3-10,
.col-lg-3-10,
.col-xs-4-10,
.col-sm-4-10,
.col-md-4-10,
.col-lg-4-10,
.col-xs-5-10,
.col-sm-5-10,
.col-md-5-10,
.col-lg-5-10,
.col-xs-6-10,
.col-sm-6-10,
.col-md-6-10,
.col-lg-6-10,
.col-xs-7-10,
.col-sm-7-10,
.col-md-7-10,
.col-lg-7-10,
.col-xs-8-10,
.col-sm-8-10,
.col-md-8-10,
.col-lg-8-10,
.col-xs-9-10,
.col-sm-9-10,
.col-md-9-10,
.col-lg-9-10,
.col-xs-10-10,
.col-sm-10-10,
.col-md-10-10,
.col-lg-10-10,
.col-xs-1-12,
.col-sm-1-12,
.col-md-1-12,
.col-lg-1-12,
.col-xs-2-12,
.col-sm-2-12,
.col-md-2-12,
.col-lg-2-12,
.col-xs-3-12,
.col-sm-3-12,
.col-md-3-12,
.col-lg-3-12,
.col-xs-4-12,
.col-sm-4-12,
.col-md-4-12,
.col-lg-4-12,
.col-xs-5-12,
.col-sm-5-12,
.col-md-5-12,
.col-lg-5-12,
.col-xs-6-12,
.col-sm-6-12,
.col-md-6-12,
.col-lg-6-12,
.col-xs-7-12,
.col-sm-7-12,
.col-md-7-12,
.col-lg-7-12,
.col-xs-8-12,
.col-sm-8-12,
.col-md-8-12,
.col-lg-8-12,
.col-xs-9-12,
.col-sm-9-12,
.col-md-9-12,
.col-lg-9-12,
.col-xs-10-12,
.col-sm-10-12,
.col-md-10-12,
.col-lg-10-12,
.col-xs-11-12,
.col-sm-11-12,
.col-md-11-12,
.col-lg-11-12,
.col-xs-12-12,
.col-sm-12-12,
.col-md-12-12,
.col-lg-12-12 {
    position: relative;
    box-sizing: border-box;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: none;
}

@media (max-width: 767px) {
    .col-xs-1-10,
    .col-sm-1-10,
    .col-md-1-10,
    .col-lg-1-10,
    .col-xs-2-10,
    .col-sm-2-10,
    .col-md-2-10,
    .col-lg-2-10,
    .col-xs-3-10,
    .col-sm-3-10,
    .col-md-3-10,
    .col-lg-3-10,
    .col-xs-4-10,
    .col-sm-4-10,
    .col-md-4-10,
    .col-lg-4-10,
    .col-xs-5-10,
    .col-sm-5-10,
    .col-md-5-10,
    .col-lg-5-10,
    .col-xs-6-10,
    .col-sm-6-10,
    .col-md-6-10,
    .col-lg-6-10,
    .col-xs-7-10,
    .col-sm-7-10,
    .col-md-7-10,
    .col-lg-7-10,
    .col-xs-8-10,
    .col-sm-8-10,
    .col-md-8-10,
    .col-lg-8-10,
    .col-xs-9-10,
    .col-sm-9-10,
    .col-md-9-10,
    .col-lg-9-10,
    .col-xs-10-10,
    .col-sm-10-10,
    .col-md-10-10,
    .col-lg-10-10,
    .col-xs-1-12,
    .col-sm-1-12,
    .col-md-1-12,
    .col-lg-1-12,
    .col-xs-2-12,
    .col-sm-2-12,
    .col-md-2-12,
    .col-lg-2-12,
    .col-xs-3-12,
    .col-sm-3-12,
    .col-md-3-12,
    .col-lg-3-12,
    .col-xs-4-12,
    .col-sm-4-12,
    .col-md-4-12,
    .col-lg-4-12,
    .col-xs-5-12,
    .col-sm-5-12,
    .col-md-5-12,
    .col-lg-5-12,
    .col-xs-6-12,
    .col-sm-6-12,
    .col-md-6-12,
    .col-lg-6-12,
    .col-xs-7-12,
    .col-sm-7-12,
    .col-md-7-12,
    .col-lg-7-12,
    .col-xs-8-12,
    .col-sm-8-12,
    .col-md-8-12,
    .col-lg-8-12,
    .col-xs-9-12,
    .col-sm-9-12,
    .col-md-9-12,
    .col-lg-9-12,
    .col-xs-10-12,
    .col-sm-10-12,
    .col-md-10-12,
    .col-lg-10-12,
    .col-xs-11-12,
    .col-sm-11-12,
    .col-md-11-12,
    .col-lg-11-12,
    .col-xs-12-12,
    .col-sm-12-12,
    .col-md-12-12,
    .col-lg-12-12 {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.row.gutter-collapse {
    margin-left: 0;
    margin-right: 0;
}

.row.gutter-collapse>div {
    padding-left: 0;
    padding-right: 0;
}

.row.gutter-small {
    margin-left: -5px;
    margin-right: -5px;
}

@media (max-width: 767px) {
    .row.gutter-small {
        margin-left: -2px;
        margin-right: -2px;
    }
}

.row.gutter-small>div {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .row.gutter-small>div {
        padding-left: 2px;
        padding-right: 2px;
    }
}

.row.gutter-larger {
    margin-left: -25px;
    margin-right: -25px;
}

@media (max-width: 767px) {
    .row.gutter-larger {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.row.gutter-larger>div {
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 767px) {
    .row.gutter-larger>div {
        padding-left: 10px;
        padding-right: 10px;
    }
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td {
    padding: 1em;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

table>thead>tr>th,
table>thead>tr>td {
    border-bottom-width: 2px;
}

table>tfoot {
    font-style: italic;
    color: #888;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-unstyled {
    border: none;
}

.table-unstyled>thead>tr>th,
.table-unstyled>thead>tr>td,
.table-unstyled>tbody>tr>th,
.table-unstyled>tbody>tr>td,
.table-unstyled>tfoot>tr>th,
.table-unstyled>tfoot>tr>td {
    border: none;
}


/* 压缩间隔 */

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 0.5em;
}


/* 表格工具 */

.table-striped tbody>tr:nth-of-type(odd) {
    background: #fafafa;
}

.table-hover tbody>tr:hover {
    background: #F2F2F2;
}

.btn {
    box-sizing: border-box;
    padding: .5em 1em;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    word-spacing: normal;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 2px;
}

.btn {
    background: #F2F2F2;
    border: 1px solid #e1e1e1;
    color: #333;
}

.btn:hover {
    color: #333;
}

.btn:hover,
.btn.active {
    background: white;
    border: 1px solid #e9e9e9;
}

.btn-primary {
    background: #267;
    border: 1px solid #115566;
    color: #FFF;
}

.btn-primary:hover {
    color: #FFF;
}

.btn-primary:hover,
.btn-primary.active {
    background: #337788;
    border: 1px solid #195d6e;
}

.btn-success {
    background: #7B0;
    border: 1px solid #66aa00;
    color: #FFF;
}

.btn-success:hover {
    color: #FFF;
}

.btn-success:hover,
.btn-success.active {
    background: #88cc11;
    border: 1px solid #6eb200;
}

.btn-info {
    background: #39D;
    border: 1px solid #2288cc;
    color: #FFF;
}

.btn-info:hover {
    color: #FFF;
}

.btn-info:hover,
.btn-info.active {
    background: #44aaee;
    border: 1px solid #2a90d4;
}

.btn-warning {
    background: #F80;
    border: 1px solid #ee7700;
    color: #FFF;
}

.btn-warning:hover {
    color: #FFF;
}

.btn-warning:hover,
.btn-warning.active {
    background: #ff9911;
    border: 1px solid #f67f00;
}

.btn-danger {
    background: #D33;
    border: 1px solid #cc2222;
    color: #FFF;
}

.btn-danger:hover {
    color: #FFF;
}

.btn-danger:hover,
.btn-danger.active {
    background: #ee4444;
    border: 1px solid #d42a2a;
}

.btn-xs {
    font-size: 12px;
    padding: 1px 5px;
}

.btn-sm {
    font-size: 12px;
    padding: 5px 10px;
}

.btn-md {
    font-size: 22px;
}

.btn-lg {
    font-size: 30px;
}

button[disabled],
button[disabled]:hover {
    color: #AAA;
    background-color: #EEE;
    border-color: #DDD;
    cursor: not-allowed;
}

.btn-group:before,
.btn-group:after {
    content: " ";
    display: table;
}

.btn-group:after {
    clear: both;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
    margin-right: -1px;
    float: left;
}

.btn-group .btn:first-child {
    margin-left: 0;
    border-radius: 2px 0 0 2px;
}

.btn-group .btn:last-child {
    margin-right: 0;
    border-radius: 0 2px 2px 0;
}

input[type='text'] {
    box-sizing: border-box;
    padding: 0.5em 1em;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: middle;
    word-spacing: normal;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
    color: #666666;
}

input[type='text']:focus {
    box-shadow: 0 0 0.5em #bfbfbf;
    outline: 0;
}

.input-group {
    display: table;
    border-collapse: collapse;
}

.input-group input[type='text'],
.input-group .input-group-btn {
    display: table-cell;
    position: relative;
    box-sizing: border-box;
}

.input-group input[type='text'] {
    width: 100%;
}

.input-group input[type='text']:first-child {
    border-radius: 2px 0 0 2px;
}

.input-group input[type='text']:last-child {
    border-radius: 0 2px 2px 0;
}

.input-group .btn-group {
    display: table-cell;
    word-spacing: normal;
    width: 1%;
    vertical-align: middle;
}

.input-group .btn-group .btn {
    margin-left: -1px;
    margin-right: -1px;
    border-radius: 0;
    z-index: 2;
    position: relative;
}

.input-group .btn-group:first-child .btn {
    border-radius: 2px 0 0 2px;
    margin-right: -1px;
    margin-left: 0;
}

.input-group .btn-group:last-child .btn {
    border-radius: 0 2px 2px 0;
    margin-left: -1px;
    margin-right: 0;
}


/* 导航 */

.nav {
    margin: 0;
    padding: 0;
}

.nav li {
    list-style: none;
    position: relative;
}

.nav li>a {
    display: block;
    padding: 15px;
    line-height: 20px;
    color: #333;
}

.nav li>a:hover {
    color: black;
}


/* 导航条 */

.navbar {
    position: relative;
    padding: 0;
    margin: 0;
    background: #F2F2F2;
    /* 导航头部 */
    /* 导航组件 */
    /* 导航组件 */
}

.navbar li {
    list-style: none;
    position: relative;
}

.navbar li.active {
    background: #e1e1e1;
}

.navbar li>a {
    display: block;
    padding: 15px;
    line-height: 20px;
    color: #333;
}

.navbar li>a:hover {
    color: black;
}

.navbar .navbar-header {
    float: left;
}

.navbar .navbar-header:before,
.navbar .navbar-header:after {
    content: " ";
    display: table;
}

.navbar .navbar-header:after {
    clear: both;
}

.navbar .navbar-header .navbar-logo {
    float: left;
    height: 20px;
    margin: 15px;
    line-height: 20px;
    font-weight: bold;
}

.navbar .navbar-header .navbar-toggle {
    margin: 10px 15px;
    height: 30px;
    border: 1px solid #ddd;
    padding: 6px 10px;
    display: none;
}

.navbar .navbar-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
}

.navbar .navbar-nav li {
    float: left;
}

.navbar .navbar-right {
    float: right;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

.dropdown-menu {
    position: absolute;
    padding: 5px 0;
    margin: 0;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    min-width: 160px;
    display: none;
    z-index: 999;
}

.dropdown-menu li {
    float: none !important;
}

.dropdown-menu li.header {
    padding: 6px 15px;
    margin: 0;
    font-weight: bold;
    color: #555;
}

.dropdown-menu li.disabled {
    font-style: italic;
    color: #DDD;
    cursor: not-allowed;
}

.dropdown-menu li.disabled a {
    color: #DDD;
    cursor: not-allowed;
}

.dropdown-menu li.disabled a:hover {
    background: none;
}

.dropdown-menu li.active {
    background: #e1e1e1;
}

.dropdown-menu li.active a {
    background: #e1e1e1;
}

.dropdown-menu li.divider {
    margin: 5px 0;
    border-top: 1px solid #ddd;
    line-height: 0;
    height: 0;
}

.dropdown-menu li a {
    color: #333;
    display: block;
    padding: 6px 15px;
}

.dropdown-menu li a:hover {
    background: #e9e9e9;
}

.navbar-default {
    background: #F2F2F2;
    border: 1px solid #ddd;
}

.navbar-default li.active {
    background: #e1e1e1;
}

.navbar-inverse {
    color: #F2F2F2;
    background: #267;
    border: none;
}

.navbar-inverse li.active,
.navbar-inverse li.active>a {
    background: #004455 !important;
}

.navbar-inverse li>a {
    color: #F2F2F2;
}

.navbar-inverse li>a:hover {
    color: white;
    background: #195d6e;
}

.navbar-inverse li .dropdown-menu li {
    background: #FFF;
}

.navbar-inverse li .dropdown-menu li>a {
    color: #267;
}

.navbar-inverse li .dropdown-menu li.active>a,
.navbar-inverse li .dropdown-menu li>a:hover {
    color: #FFF;
}

.navbar-inverse li .dropdown-menu li.disabled>a {
    color: #DDD;
}

@media (max-width: 479px) {
    .navbar-xs .navbar-header {
        float: none;
    }
    .navbar-xs .navbar-header:before,
    .navbar-xs .navbar-header:after {
        content: " ";
        display: table;
    }
    .navbar-xs .navbar-header:after {
        clear: both;
    }
    .navbar-xs .navbar-header .navbar-toggle {
        display: block;
    }
    .navbar-xs .navbar-nav,
    .navbar-xs .navbar-nav li {
        float: none;
    }
    .navbar-xs .dropdown-menu {
        position: relative;
        box-shadow: none;
        border: none;
        background: #F2F2F2;
        color: #333;
    }
    .navbar-xs .dropdown-menu li.header {
        padding-left: 20px;
    }
    .navbar-xs .dropdown-menu li a {
        color: #333;
        padding-left: 20px;
    }
    .navbar-xs .dropdown-menu li a:hover {
        background: none;
    }
}

@media (max-width: 767px) {
    .navbar-sm .navbar-header {
        float: none;
    }
    .navbar-sm .navbar-header:before,
    .navbar-sm .navbar-header:after {
        content: " ";
        display: table;
    }
    .navbar-sm .navbar-header:after {
        clear: both;
    }
    .navbar-sm .navbar-header .navbar-toggle {
        display: block;
    }
    .navbar-sm .navbar-nav,
    .navbar-sm .navbar-nav li {
        float: none;
    }
    .navbar-sm .dropdown-menu {
        position: relative;
        box-shadow: none;
        border: none;
        background: #F2F2F2;
        color: #333;
    }
    .navbar-sm .dropdown-menu li.header {
        padding-left: 20px;
    }
    .navbar-sm .dropdown-menu li a {
        color: #333;
        padding-left: 20px;
    }
    .navbar-sm .dropdown-menu li a:hover {
        background: none;
    }
}

@media (max-width: 959px) {
    .navbar-md .navbar-header {
        float: none;
    }
    .navbar-md .navbar-header:before,
    .navbar-md .navbar-header:after {
        content: " ";
        display: table;
    }
    .navbar-md .navbar-header:after {
        clear: both;
    }
    .navbar-md .navbar-header .navbar-toggle {
        display: block;
    }
    .navbar-md .navbar-nav,
    .navbar-md .navbar-nav li {
        float: none;
    }
    .navbar-md .dropdown-menu {
        position: relative;
        box-shadow: none;
        border: none;
        background: #F2F2F2;
        color: #333;
    }
    .navbar-md .dropdown-menu li.header {
        padding-left: 20px;
    }
    .navbar-md .dropdown-menu li a {
        color: #333;
        padding-left: 20px;
    }
    .navbar-md .dropdown-menu li a:hover {
        background: none;
    }
}

@media (max-width: 1199px) {
    .navbar-lg .navbar-header {
        float: none;
    }
    .navbar-lg .navbar-header:before,
    .navbar-lg .navbar-header:after {
        content: " ";
        display: table;
    }
    .navbar-lg .navbar-header:after {
        clear: both;
    }
    .navbar-lg .navbar-header .navbar-toggle {
        display: block;
    }
    .navbar-lg .navbar-nav,
    .navbar-lg .navbar-nav li {
        float: none;
    }
    .navbar-lg .dropdown-menu {
        position: relative;
        box-shadow: none;
        border: none;
        background: #F2F2F2;
        color: #333;
    }
    .navbar-lg .dropdown-menu li.header {
        padding-left: 20px;
    }
    .navbar-lg .dropdown-menu li a {
        color: #333;
        padding-left: 20px;
    }
    .navbar-lg .dropdown-menu li a:hover {
        background: none;
    }
}


/*面包屑导航*/

.breadcrumb {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb:before,
.breadcrumb:after {
    content: " ";
    display: table;
}

.breadcrumb:after {
    clear: both;
}

.breadcrumb>a,
.breadcrumb li {
    float: left;
    margin-right: 1.6em;
    position: relative;
}

.breadcrumb>a:after,
.breadcrumb li:after {
    content: '/';
    position: absolute;
    right: -1.2em;
    font-size: 0.5em;
    color: #999;
}

.breadcrumb>a:last-child,
.breadcrumb li:last-child {
    overflow: hidden;
}


/*  Core Owl Carousel CSS File v1.3.3 */


/* clearfix */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}


/* mouse grab icon */

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}


/* Owl Carousel Owl Demo Theme  v1.3.3 */

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}


/*自定义*/


/*nav*/

.nav {
    background: #f2f2f2;
    height: 54px;
}

.nav img {
    display: block;
    float: left;
    margin-top: 8px;
}

.nav ul {
    float: left;
    margin: 0 0 0 40px;
}

.nav ul li {
    float: left;
}

.nav ul li a {
    display: inline;
    line-height: 54px;
    text-decoration: none;
}

.inp {
    width: 22%;
    margin-top: 8px;
}


/*/nav*/

.banner img {
    display: block;
}

.banner02 img {
    display: block;
}


/*banner*/


/*/banner*/


/*头条*/

.toutiao {
    background: #fff;
    padding: 20px 0;
}

.toutiao h2 a {
    font-weight: bolder;
    margin: 6px 0;
    font-size: 34px;
}

@media (max-width: 767px) {
    .moretitle a.more1 {
        padding: 0.4em 1em;
        color: #FFF;
        background-color: #F55;
        display: block;
        float: right;
        line-height: normal;
        font-size: 16px;
        margin: 1px 6px 5px 0;
    }
    .toutiao h2 a {
        font-size: 20px;
    }
	.toutiao { 
    padding-top: 0;
}
}

.toutiao a:hover {
    color: #F55;
    text-decoration: none;
}

.toutiao a.more {
    padding: 0.4em 1em;
    color: #FFF;
    background-color: #F55;
    display: block;
    float: right;
    
    font-size: 16px;
    margin-top: 20px;
}

.toutiao a.more:hover {
    background-color: #F88;
    text-decoration: none;
}

.toutiao .flt a {
    font-family: "微软雅黑";
    color: #333;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.toutiao .flt a:hover {
    color: red;
}

@media (max-width: 768px) {
    .toutiao .flt a {
        font-size: 24px;
        line-height: 30px;
    }
}

.toutiao .flt p {
    color: #666;
    margin-top: 15px;
    font-size: 14px;
    font-family: "微软雅黑";
}

.toutiao .frt span {
    background: #ff5555;
    padding: 12px;
    width: 120px;
    margin-top: 30px;
    box-sizing: border-box;
    float: right;
    border-radius: 3px;
}

.toutiao .frt span a {
    color: #fff;
    font-family: "微软雅黑";
    text-decoration: none;
    font-size: 14px;
}

.toutiao .frt span a img {
    margin: 0 0 0 10px;
    margin-bottom: -3px;
}


/*/头条*/


/*要闻焦点*/


/*
	div.box-title>(h4.title>a)+(span.more>a)
*/

.box-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    position: relative;
}

.box-title a {
    color: #F55;
}

.box-title a:hover {
    color: #F33;
    text-decoration: none;
}

.box-title h4 {
    float: left;
    margin: 0;
	border-bottom:1px solid #f33;
	margin-bottom:-1px;
}

.box-title h4 a {
    display: block;
    font-size: 24px;
    line-height: 2em;
    margin-bottom: 5px;
    font-weight: bolder;
}

.box-title span.more {
    font-size: 14px;
    float: right;
    line-height: 46px;
    position: relative;
    right: 15px;
}

@media(max-width:767px) {
    .box-title span.more {
        font-size: 14px;
        line-height: 46px;
        position: relative;
        margin-right: 15px;
    }
}

.box-title span.more:after {
    content: "+";
    position: absolute;
    right: -12px;
    color: #F33;
    top: 0;
}


/*新闻列表*/

.news-list {
    margin-top: 20px;
    margin-bottom: 0;
    list-style: square;
    color: #666;
    padding-left: 18px;
}

.news-list li.strong {
    margin-bottom: 10px;
    list-style: none;
    margin-left: -18px;
    line-height: 1.8em;
}

.news-list li a,
.news-list li {
    line-height: 2.5em;
    font-size: 16px;
}

.news-list li.strong a {
    font-size: 22px;
    font-weight: bolder;
    line-height: inherit;
}

@media (max-width:767px) {
    .news-list li.strong a {
        font-size: 20px;
        font-weight: bolder;
        line-height: 1.5em;
    }
    .news-list li a,
    .news-list li {
        line-height: 2em;
        font-size: 16px;
    }
}

.news-list li a:hover {
    color: #f33;
    text-decoration: none;
}


/*稿件*/


/*
	div.article>(div.pic>a>img)+div.text>(h4>a)+p
*/

.article {
    overflow: hidden
}

.article .pic {
    float: left;
    width: 40%;
}

.article .pic a {
    display: block;
}

.article .pic a img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
}

.article .pic a:hover img {
    opacity: 0.8;
}

.article .text {
    padding-left: 20px;
    margin-left: 40%;
}

.article .text h4 {
    font-size: 18px;
    margin: 0;
}

.article .text h4 a {
    font-weight: bold;
}

@media(max-width:767px){
	.article .text h4 a{font-size:16px}
	}

.article .text h4 a:hover {
    text-decoration: none;
    color: #F33;
}

.article .text p {
    text-indent: 2em;
    font-size: 14px;
    margin-top: 15px;
    overflow: hidden;
    height: 4em;
    color: #888;
}

@media(max-width:1199px){
	.article .text p{ padding:0; margin:0;}
	}

.special-list {
    background-color: #fff;
}


/* 图片稿件列表 */

.image-list {
    overflow: hidden;
}

.image-list a {
    display: block;
    font-size: 18px;
    color: #333;
}

@media(max-width:767px){
	.image-list a { font-size:14px;}
	}

.image-list a span {
    display: block;
    margin-top: 10px;
    line-height: 1.5em;
	height:3em;
	overflow:hidden;
}


.image-list a img {
    display: block;
    width: 100% !important;
}

.image-list a:hover {
    color: #F55;
    text-decoration: none;
}

.image-list a:hover img {
    opacity: 0.8;
}

.image-list .box-gray {
    margin: 5px 0;
    background-color: #fff;
}

.yaowen h4 {
    font-family: "微软雅黑";
    font-size: 26px;
    color: #d43;
    background: url("jianbianlanmutiao.png") no-repeat left bottom;
    padding: 8px 0 5px 20px;
    position: relative;
    margin-bottom: 30px;
    border-top: 2px solid #ddd;
    box-sizing: border-box;
}

.yaowen h4::after {
    position: absolute;
    content: "";
    top: 3px;
    bottom: 0;
    left: 0;
    width: 1px;
    background: url("xingzhuang.png") no-repeat;
}

.yaowen h4::before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    right: 0;
    height: 5px;
    background: url("xiebian.png") no-repeat;
}

.yaowen h4 span {
    color: #333;
}

.yaowen h4 .sp {
    margin-top: -8px;
    width: 3em;
    display: inline-block;
}

.yaowen h4 .sp a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
    line-height: 0;
}

.yaowen h4 .sp a img {
    margin-bottom: 4px;
    clear: both;
}

.yaowen h2 a {
    font-family: "微软雅黑";
    color: #333;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .yaowen h2 a {
        font-size: 20px;
    }
}

.yaowen h2 a:hover {
    color: red;
}


/*.yaowen ul { margin-bottom: 30px; }*/

.yaowen ul li {
    padding: 1.6em 0 0 1em;
    position: relative;
    line-height: 2em;
}

@media (min-width: 1200px) {
    .yaowen ul li {
        padding: 1.8em 0 0 1em;
    }
}

@media (max-width: 768px) {
    .yaowen ul li {
        line-height: 1.6em;
    }
}

.yaowen ul li a {
    font-family: "微软雅黑";
    color: #000;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

@media (max-width: 768px) {
    .yaowen ul li a {
        font-size: 16px;
    }
}

.yaowen ul li a:hover {
    color: red;
}

.yaowen ul li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
    left: 3px;
    top: 37px;
}


/*.yaowen ul li a span { color: #d43; }*/

.yaowen .frt h3 {
    margin-bottom: 15px;
}

.yaowen .frt .luntan {
    overflow: hidden;
}

.yaowen .frt .luntan .flt img {
    display: block;
    width: 46%;
    margin-right: 15px;
}

.yaowen .frt .luntan .frt h3 a {
    font-family: "微软雅黑";
    color: #000;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.yaowen .frt .luntan .frt h3 a:hover {
    color: red;
}

.yaowen .frt .luntan .frt p {
    color: #666;
    font-size: 14px;
    font-family: "微软雅黑";
}

@media (max-width: 768px) {
    .yaowen .frt .luntan .frt {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .yaowen .frt {
        margin-top: 30px;
    }
}

.yaowen .shijian {
    margin-top: 30px;
}

.yaowen .shijian h4 {
    background: url("jianbianlong.png") no-repeat left bottom;
}

@media (max-width: 1199px) and (min-width: 1023px) {
    .yaowen ul li {
        line-height: 2.3em;
    }
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url("zjt.png");
    width: 10px;
    height: 50px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    background: url("yjt.png");
    width: 10px;
    height: 50px;
}

.item a {
    display: block;
    position: relative;
}

.item a img {
    width: 100%;
}

.item a p {
    position: absolute;
    width: 100%;
    bottom: -25px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    z-index: 5;
    overflow: hidden;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-family: "微软雅黑";
    font-weight: bold;
}

@media(max-width:767px) {
    .item a p {
        font-size: 14px;
    }
}

.item a:after {
    content: "";
    position: absolute;
    background: linear-gradient(transparent 50%, #000);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: 1;
    transition: 0.3s;
}

.item a:hover:after {
    opacity: 0.9;
    filter: Alpha(Opacity=90);
}

.owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 42%;
    display: none;
}

.owl-buttons .owl-prev {
    position: absolute;
    top: 40%;
    left: 10px;
}

.owl-buttons .owl-next {
    position: absolute;
    top: 40%;
    right: 10px;
}

.owl-controls .owl-pagination .owl-page span {
    background: #fff;
}

.owl-carousel {
    display: block;
}

.owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
}


/*task*/

.task {
    padding-bottom: 20px;
}

.task h2 {
    padding: 10px 0 0px 0;
    border-bottom: 1px solid #e0dedc;
    margin-bottom: 30px;
}

.task h2 a {
    font-weight: bold;
    color: #333;
    transition: all 0.3s;
    text-decoration: none;
    font-family: "微软雅黑";
}

.task h2 a:hover {
    color: red;
}

.task .flt .top {
    overflow: hidden;
   
}

@media (max-width: 768px) {
    .task .flt .top {
        margin-bottom: 20px;
    }
}

.task .flt .top .img {
    float: left;
    width: 30%;
}

.task .flt .top .img img {
    display: block;
    width: 100%;
}

.task .flt .top div {
    float: left;
    width: 70%;
    padding-left: 15px;
    box-sizing: border-box;
}

.task .flt .top p {
    color: #666;
    font-size: 14px;
    font-family: "微软雅黑";
    margin-top: 10px;
    height: 3.6em;
    overflow: hidden;
}

.task .flt .top a {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    transition: all 0.3s;
    text-decoration: none;
    font-family: "微软雅黑";
    padding-top: 6px;
    line-height: 1.8em;
}

@media (min-width:960px) and (max-width:1200px){
	.task .flt .top a{ font-size:16px;}
	}

.task .flt .top a:hover {
    color: red;
}

@media (max-width: 768px) {
    .task .flt .top a {
        font-size: 16px;
    }
}

.task .flr ul {
    margin: 0 -10px;
    margin: 0;
    padding: 0;
}

.task .flr ul li {
    background: #f2f6f8;
    margin: 0 0 4px 0;
    padding: 10px;
	list-style:none;
}

.task .flr ul li a {
    font-size: 18px;
    color: #333;
    transition: all 0.3s;
    text-decoration: none;
    font-family: "微软雅黑";
    margin-left: 20px;
    line-height: 34px;
	display:block;
}

@media (max-width: 768px) {
    .task .flr ul li a {
        margin-left: 0;
        font-size: 16px;
        line-height: 20px;
    }
}

.task .flr ul li a:hover {
    color: red;
}

/*.task .flr ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: #999;
    border-radius: 50%;
    left: 0;
    top: 20px;
}*/

@media (min-width: 768px) and (max-width: 960px) {
    .task .flr ul li {
        float: left;
        width: 50%;
        box-sizing: border-box;
        background: #fff;
        margin: 0;
        padding: 4px 0;
    }
    .task .flr ul li a {
        margin-left: 0;
    }
}


/*/task*/


/*/要闻焦点*/


/*科技创新当先锋*/

.chuangxin {
    background: #faebd7;
	padding:16px;
}

.chuangxin h2 {
    padding: 10px 0 0px 0;
}

.chuangxin h2 a {
    font-weight: bold;
    color: #333;
    transition: all 0.3s;
    text-decoration: none;
    font-family: "微软雅黑";
}

.chuangxin h2 a:hover {
    color: red;
}

.chuangxin .flt {
    margin-bottom: 20px;
}

.chuangxin .flt .white-left {
    background: #fff;
    padding: 10px;
}

.chuangxin .flt .white-left .top {
    padding: 14px;
    border-bottom: 1px solid #e0dedc;
    overflow: hidden;
    padding-bottom: 15px;
}

@media(max-width:767px){
	.chuangxin .flt .white-left .top{ padding:0 0 10px 0;}
	}

.chuangxin .flt .white-left .top img {
    width: 40%;
    height: auto;
    margin-right: 15px;
}

.chuangxin .flt .white-left .top p {
    color: #888;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "微软雅黑";
}



.chuangxin .flt .white-left .top a {
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    font-size: 18px;
    font-family: "微软雅黑";
	font-weight:bold;
}

.chuangxin .flt .white-left .top a:hover {
    color: red;
}

@media screen and (max-width: 767px) {
    .chuangxin .flt .white-left .top a {
        font-size: 16px;
    }
}

.chuangxin .flt .bottom {
    overflow: hidden;
}

.chuangxin .flt .bottom ul {
    padding:0;
}

.chuangxin .flt .bottom ul li {
    padding: 1em 0 0 1em;
    position: relative;
    height: 3em;
	list-style:none;
}

@media (max-width: 768px) {
    .chuangxin .flt .bottom ul li {
        line-height: 1.4em;
    }
}

.chuangxin .flt .bottom ul li a {
    font-family: "微软雅黑";
    color: #000;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 18px;
}

@media (max-width: 768px) {
    .chuangxin .flt .bottom ul li a {
        font-size: 16px;
    }
}

.chuangxin .flt .bottom ul li a:hover {
    color: red;
}

.chuangxin .flt .bottom ul li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
    left: 3px;
    top: 22px;
}

@media (min-width: 768px) and (max-width: 960px) {
    .chuangxin .flt .bottom ul li a {
        font-size: 16px;
    }
}


/*/科技创新当先锋*/


/*正风反腐新气象*/

.zhengfen {
    background: #f2f6f9;
	padding:16px;
}



.zhengfen h2 {
    padding: 10px 0 0px 0;
}

.zhengfen h2 a {
    font-weight: bold;
    color: #333;
    transition: all 0.3s;
    text-decoration: none;
    font-family: "微软雅黑";
}

.zhengfen h2 a:hover {
    color: red;
}

.zhengfen .flt {
    margin-bottom: 40px;
}

.zhengfen .flt .white-left {
    overflow: hidden;
    background: #fff;
    padding: 10px;
}

.zhengfen .flt .white-left .top {
    border-bottom: 1px solid #e0dedc;
    overflow: hidden;
    padding: 6px 14px 15px 14px;
}

@media(max-width:767px){
	.zhengfen .flt .white-left .top{padding:0 0 10px 0;}
	}

.zhengfen .flt .white-left .top img {
    width: 42%;
    height: auto;
    margin-right: 15px;
}

.zhengfen .flt .white-left .top p {
    color: #888;
    margin-bottom: 0;
}

.zhengfen .flt .white-left .top a {
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
}

.zhengfen .flt .white-left .top a:hover {
    color: red;
}

@media screen and (max-width: 760px) {
    .zhengfen .flt .white-left .top a {
        font-size: 16px;
    }
}

.zhengfen .flt .bottom ul {
    margin-top: 4px;
    /*overflow: hidden;*/
    margin-bottom: 20px;
	padding:0;
}

.zhengfen .flt .bottom ul li {
    padding: .85em 0 0 1em;
    position: relative;
    height: 3em;
	list-style:none;
}

@media (max-width: 768px) {
    .zhengfen .flt .bottom ul li {
        line-height: 1.4em;
    }
}

.zhengfen .flt .bottom ul li a {
    font-family: "微软雅黑";
    color: #000;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 16px;
}

@media (max-width: 768px) {
    .zhengfen .flt .bottom ul li a {
        font-size: 16px;
    }
}

.zhengfen .flt .bottom ul li a:hover {
    color: red;
}

.zhengfen .flt .bottom ul li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
    left: 3px;
    top: 22px;
}

@media (min-width: 768px) and (max-width: 960px) {
    .zhengfen .flt .bottom ul li a {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .zhengfen .flt .bottom ul li {
        float: left;
        width: 50%;
        box-sizing: border-box;
    }
}


/*/正风反腐新气象*/


/*聚焦备战谋打赢*/

.jujiao {
    background: #fff;
    margin-left: -12px;
}

.jujiao h4 {
    font-family: "微软雅黑";
    font-size: 26px;
    color: #d43;
    background: url("jianbianlong.png") no-repeat left bottom;
    padding: 8px 0 5px 20px;
    position: relative;
    margin-bottom: 30px;
    border-top: 2px solid #ddd;
    box-sizing: border-box;
    margin-top: 20px;
}

.jujiao h4::after {
    position: absolute;
    content: "";
    top: 3px;
    bottom: 0;
    left: 0;
    width: 1px;
    background: url("xingzhuang.png") no-repeat;
}

.jujiao h4::before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    right: 0;
    height: 5px;
    background: url("xiebian.png") no-repeat;
}

.jujiao h4 span {
    color: #333;
}

.jujiao h4 .sp {
    margin-top: -8px;
}

.jujiao h4 .sp a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
}

.jujiao h4 .sp a img {
    margin-bottom: 4px;
}

.jujiao .flt {
    /* margin-bottom: 30px;*/
}

.jujiao .flt img {
    width: 100%;
}

.jujiao .flt h3 {
    margin: 16px 0;
}

.jujiao .flt h3 a {
    font-family: "微软雅黑";
    color: #000;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 18px;
}

.jujiao .flt h3 a:hover {
    color: red;
}

.jujiao .flt p {
    color: #666;
    font-size: 16px;
    font-family: "微软雅黑";
}

.jujiao .flm .ofh {
    overflow: hidden;
    margin-bottom: 30px;
}

@media(max-width:767px){
	.jujiao .flm .ofh {margin-bottom: 20px;}
	}

.jujiao .flm .ofh img {
    width: 40%;
    margin-right: 15px;
    float: left;
}

.jujiao .flm .ofh div a {
    font-family: "微软雅黑";
    color: #333;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 18px;
}

@media (min-width: 960px) and (max-width: 1200px) {
    .jujiao .flm .ofh div a {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .jujiao .flm .ofh div a {
        font-size: 16px;
    }
}

.jujiao .flm .ofh div a:hover {
    color: red;
}

@media (min-width: 768px) and (max-width: 960px) {
    .jujiao .flm .ofh {
        float: left;
        width: 50%;
    }
    .jujiao .flm .ofh img {
        margin-right: 5px;
    }
    .jujiao .flm .ofh div a {
        font-size: 16px;
    }
}

.jujiao .flr{ overflow:hidden;}
.jujiao .flr ul {
    margin-bottom: 0;
    overflow: hidden;
    margin-top: -12px;
}

.jujiao .flr ul li {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    padding: 0.85em 0 0.5em 1em;
    height: 3em;
}

.jujiao .flr ul li a {
    margin-left: 10px;
    font-family: "微软雅黑";
    color: #000;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 16px;
    display: block;
}

.jujiao .flr ul li a:hover {
    color: red;
}

@media (min-width: 960px) and (max-width: 1200px) {
    .jujiao .flr ul li a {
        font-size: 16px;
    }
}

.jujiao .flr ul li a::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 9px;
    background: url("libtn.png");
    border-radius: 0;
    left: 0px;
    top: 20px;
}

@media (min-width: 768px) and (max-width: 960px) {
    .jujiao .flr ul li {
        float: left;
        width: 48%;
        box-sizing: border-box;
        margin: 0 1%;
		overflow:hidden;
    }
   
}


/*/聚焦备战谋打赢*/


/*奉献*/

.fengxian h4 {
    font-family: "微软雅黑";
    font-size: 26px;
    color: #d43;
    background: url("jianbianlong.png") no-repeat left bottom;
    padding: 8px 0 5px 20px;
    position: relative;
    margin-bottom: 30px;
    border-top: 2px solid #ddd;
    box-sizing: border-box;
    margin-top: 20px;
}

.fengxian h4::after {
    position: absolute;
    content: "";
    top: 3px;
    bottom: 0;
    left: 0;
    width: 1px;
    background: url("xingzhuang.png") no-repeat;
}

.fengxian h4::before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    right: 0;
    height: 5px;
    background: url("xiebian.png") no-repeat;
}

.fengxian h4 span {
    color: #333;
}

.fengxian h4 .sp {
    margin-top: -8px;
}

.fengxian h4 .sp a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
}

.fengxian h4 .sp a img {
    margin-bottom: 4px;
}

.fengxian .shijian {
    margin-top: 0;
}

.fengxian h2 {
    padding: 10px 0 0px 0;
    border-bottom: 1px solid #e0dedc;
    margin-bottom: 30px;
}

.fengxian h2 a {
    font-weight: bold;
    color: #333;
    transition: all 0.3s;
    text-decoration: none;
    font-family: "微软雅黑";
}

.fengxian h2 a:hover {
    color: red;
}

.image-list .light-box:after {
    opacity: 0.2;
    background: #FFF;
}

.image-list .light-box h3 {
    font-size: 18px;
}

.image-list .img {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .image-list h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .image-list .img {
        margin-bottom: 10px;
    }
}

.background-gray {
    background-color: #f2f6f8;
    padding: 15px 0;
}

.background-yellow {
    background-color: antiquewhite;
    padding: 15px 0;
}

.background-white {
    background-color: #fff;
    padding: 10px;
    transition: all 0.3s;
}

.background-white:hover {
    box-shadow: 0 0 50px #c7b59a;
}

.special-list .article {
    overflow: hidden;
    background-color: #fff;
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.special-list .article:hover {
    border: 1px solid chocolate;
}

.special-list .article a {
    color: chocolate;
}

.special-list .article .image {
    float: left;
    width: 30%;
    margin-right: 15px;
}

.special-list .article .article-info {
    overflow: hidden;
}

.special-list .article .article-info h4 {
    margin: 0;
}

.special-list .article .article-info p {
    margin: 10px 0;
}

.special-list .article .article-info .detial {
    float: right;
}

@media (max-width: 1200px) and (min-width: 960px) {
    .special-list .article .article-info h4 {
        height: 3.2em;
        overflow: hidden;
    }
    .special-list .article .article-info p {
        height: 5.4em;
        overflow: hidden;
    }
}

.news-list .list-hd {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEE;
}

.news-list .list-hd .image {
    float: left;
    width: 40%;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .news-list .list-hd .image {
        width: 30%;
    }
}

.news-list .list-hd h4 {
    margin: 0;
}

.news-list .list-hd .txt {
    margin: 0;
    color: #888;
}

.news-list .list-bd {
    list-style-type: square;
}

.news-list .list-bd li {
    margin-bottom: 10px;
}

.news-list .list-bd li a {
    line-height: 1.8em;
    font-size: 18px;
}

.touch-slider {
    width: 100%;
    margin-bottom: 10px;
    background: antiquewhite;
    position: relative;
}

.touch-slider .touchslider-viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: antiquewhite;
}

.touch-slider .touchslider-viewport a {
    display: block;
    overflow: hidden;
}


/*.touch-slider .touchslider-viewport a:after { content: ""; position: absolute; background: linear-gradient(transparent 50%, #000); top: 0; left: 0; right: 0; bottom: 0; opacity: 0.7; z-index: 1; transition: 0.3s; }*/

.touch-slider .touchslider-viewport a:hover:after {
    opacity: 0.9;
}

.touch-slider .touchslider-viewport img {
    width: 100%;
    display: block;
}

.touch-slider .touchslider-viewport .touchslider-item {
    width: 20%;
    font-weight: 100;
}

.touch-slider .touchslider-viewport .touchslider-item p {
    position: absolute;
    bottom: 2em;
    margin: 0;
    left: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
    color: #FFF;
    z-index: 5;
}

.touch-slider .touchslider-group {
    overflow: hidden;
}

.touch-slider .touchslider-group .touchslider-nav-item {
    float: left;
    width: 20%;
    line-height: 2rem;
    font-size: 0.8em;
    text-align: center;
}

.touch-slider .touchslider-group .touchslider-nav-item-current {
    background: #145;
    color: #FFF;
}

.touch-slider .touchslider-nav .touchslider-prev:hover,
.touch-slider .touchslider-nav .touchslider-next:hover {
    opacity: 1;
}

@media (max-width: 760px) {
    .touch-slider .touchslider-viewport .touchslider-item p {
        font-size: 14px;
        bottom: 0;
        overflow: hidden;
    }
}

.tj-slider .touchslider-nav .touchslider-prev,
.tj-slider .touchslider-nav .touchslider-next {
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    z-index: 100;
    top: 110px;
    background: url("prevnext.png") no-repeat;
    height: 90px;
    width: 60px;
}

.tj-slider .touchslider-nav .touchslider-prev {
    left: 15px;
}

.tj-slider .touchslider-nav .touchslider-next {
    right: 15px;
    background-position: -60px 0;
}

.tj-slider .touchslider-nav .touchslider-prev:hover,
.tj-slider .touchslider-nav .touchslider-next:hover {
    opacity: 1;
}

.tj-slider .touchslider-viewport a:after {
    content: "";
    position: absolute;
    background: linear-gradient(transparent 50%, #000);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: 1;
    transition: 0.3s;
}

.tj-slider .touchslider-viewport .touchslider-item p {
    position: absolute;
    bottom: 5px;
    margin: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    z-index: 6;
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
}

.two-col .touchslider-viewport {
    width: 70%;
    padding-left: 30%;
    overflow: hidden;
}

.two-col .slider-pagenation {
    overflow: hidden;
    width: 30%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #887659;
    z-index: 50;
    padding: 30px 0;
    box-sizing: border-box;
}

.two-col .slider-pagenation span {
    display: block;
    margin: 5px 20px 5px 0;
    padding: 10px 20px;
    color: #FFF;
    font-size: 14px;
    line-height: 1.6em;
    cursor: pointer;
}

.two-col .slider-pagenation span.touchslider-nav-item-current {
    background-color: #d9c7ab;
    color: #542b1c;
    box-shadow: 0 0 10px #5d503c;
}

.two-col .touchslider-nav {
    display: none;
    width: 30%;
    height: 30px;
    bottom: 0;
    left: 10px;
    position: absolute;
    z-index: 90;
}

.two-col .touchslider-nav .touchslider-prev,
.two-col .touchslider-nav .touchslider-next {
    padding: 0.2em 0.8em;
    background-color: #d9c7ab;
}

.tji .slider-pagenation {
    left: 0;
}

.tji .slider-pagenation span {
    background-color: #968365;
    border-radius: 0 5px 5px 0;
}

.jgsd {
    position: relative;
}

.jgsd .shidian {
    background: url(Video_bg.png) no-repeat;
    padding: 55px 0;
}

.jgsd .shidian .touchslider-viewport {
    width: 70%;
    padding-left: 0;
    padding-right: 30%;
    overflow: hidden;
}

.jgsd .shidian .slider-pagenation {
    right: 0;
    top: 55px;
    bottom: 55px;
    background-color: #333;
}

.jgsd .shidian .slider-pagenation span {
    margin: 0;
    border-bottom: 1px solid #404040;
}

.jgsd .shidian .slider-pagenation span img {
    width: 40%;
}

.jgsd .shidian .slider-pagenation span p {
    font-size: 14px;
    padding-left: 5px;
    margin: 0;
    display: inline-block;
    width: 55%;
    position: absolute;
}

.jgsd .shidian .slider-pagenation span.touchslider-nav-item-current {
    background-color: #277;
    color: #e9e9e9;
}

@media (max-width: 1200px) {
    .jgsd .shidian {
        background: none;
        padding: 0;
    }
    .jgsd .shidian .slider-pagenation {
        top: 0;
        bottom: 0;
    }
}

@media (max-width: 959px) {
    .two-col .touchslider-viewport {
        width: 100%;
        padding-left: 0;
    }
    .jgsd .shidian .touchslider-viewport {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .touch-slider .touchslider-viewport a:after {
        content: "";
        position: absolute;
        background: linear-gradient(transparent 50%, #000);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.7;
        z-index: 1;
        transition: 0.3s;
    }
    .tj-slider .touchslider-viewport .touchslider-item p {
        font-size: 14px;
    }
}


/*/奉献*/


/*强军视点*/

.qiangjun h4 {
    font-family: "微软雅黑";
    font-size: 26px;
    color: #d43;
    background: url("jianbianlong.png") no-repeat left bottom;
    padding: 8px 0 5px 20px;
    position: relative;
    margin-bottom: 30px;
    border-top: 2px solid #ddd;
    box-sizing: border-box;
    margin-top: 20px;
}

.qiangjun h4::after {
    position: absolute;
    content: "";
    top: 3px;
    bottom: 0;
    left: 0;
    width: 1px;
    background: url("xingzhuang.png") no-repeat;
}

.qiangjun h4::before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    right: 0;
    height: 5px;
    background: url("xiebian.png") no-repeat;
}

.qiangjun h4 span {
    color: #333;
}

.qiangjun h4 .sp {
    margin-top: -8px;
}

.qiangjun h4 .sp a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
}

.qiangjun h4 .sp a img {
    margin-bottom: 4px;
}

.qiangjun .shijian {
    margin-top: 0;
}

.qiangjun h2 {
    padding: 10px 0 0px 0;
    border-bottom: 1px solid #e0dedc;
    margin-bottom: 30px;
}

.qiangjun h2 a {
    font-weight: bold;
    color: #333;
    transition: all 0.3s;
    text-decoration: none;
    font-family: "微软雅黑";
}

.qiangjun h2 a:hover {
    color: red;
}

.qiangjun .mleft {
    margin-top: 0;
}

.qiangjun .mleft .img {
    position: relative;
}

.qiangjun .mleft .img img {
    width: 100%;
}

.qiangjun .mleft .videobtn {
    position: absolute;
    top: 50%;
    left: 5%;
}

@media screen and (max-width: 1200px) and (min-width: 960px) {
    .qiangjun .mleft .videobtn {
        position: absolute;
        top: 46%;
        left: 5%;
    }
}

@media screen and (max-width: 960px) and (min-width: 768px) {
    .qiangjun .mleft .videobtn {
        position: absolute;
        top: 66%;
        left: 5%;
    }
}

@media screen and (max-width: 767px) {
    .qiangjun .mleft .videobtn {
        position: absolute;
        top: 40%;
        left: 5%;
    }
}

.qiangjun .mleft ul li {
    background: #f2f6f9;
    padding: 0;
    margin-bottom: 13px;
}

.qiangjun .mleft ul li a {
    display: block;
    position: relative;
}

.qiangjun .mleft ul li a span {
    color: #333;
    left: 0.5em;
    right: 1.5em;
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    text-align: left;
    z-index: 5;
    overflow: hidden;
    height: 1.8em;
}

@media (max-width: 768px) {
    .qiangjun .mleft ul li a span {
        font-size: 16px;
        margin-bottom: 3px;
    }
}

.qiangjun .mleft ul li a:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background: url("videobtn02.png");
    border-radius: 0;
    right: 10px;
    top: 18px;
}

.qiangjun .flt {
    overflow: hidden;
    background: #f2f6f9;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 0px;
}

@media(min-width:1200px) {
    .qiangjun .flt {
        height: 12em;
    }
}

@media(min-width:959px)and(max-width:1199px) {
	.qiangjun .flt {
        height: 10em;
    }
	}

@media screen and (max-width: 768px) {
    .qiangjun .flt {
        margin-bottom: 15px;
        background: #fff;
    }
}

.qiangjun .flt .videobtn {
    position: absolute;
    top: 40%;
    left: 4px;
}

@media screen and (max-width: 1200px) and (min-width: 960px) {
    .qiangjun .flt .videobtn {
        position: absolute;
        top: 30%;
        left: 4px;
    }
}

@media screen and (max-width: 960px) and (min-width: 768px) {
    .qiangjun .flt .videobtn {
        position: absolute;
        top: 56%;
        left: 4px;
    }
}

@media screen and (max-width: 768px) {
    .qiangjun .flt .videobtn {
        position: absolute;
        top: 30%;
        left: 4px;
    }
}

.qiangjun .flt a {
    text-decoration: none;
}

.qiangjun .flt a .img02 {
    display: block;
    width: 100%;
}

.qiangjun .flt a span {
    padding: 0.8em 0.5em;
    color: #333;
    transition: all 0.3s;
    font-family: "微软雅黑";
    display: block;
    box-sizing: border-box;
	font-size:14px;
	height:5.3em;
}

.qiangjun .flt a span:hover {
    color: red;
}

@media screen and (max-width: 768px) {
    .qiangjun .flt a .img02 {
        width: 35%;
        float: left;
        display: block;
    }
    .qiangjun .flt a span {
        width: 65%;
        float: left;
        display: block;
        padding: 0 0 0 15px;
    }
}

.video-list-toggle {
    margin: 0;
}

.video-list-toggle li.active a {
    position: relative;
}

.video-list-toggle li.active a .img {
    height: auto;
}

.video-list-toggle li.active a .img:after {
    display: block;
}

.video-list-toggle li.active a .img img {
    width: 100%;
    display: block;
}

.video-list-toggle li.active a .title {
    position: absolute;
    left: 0.5em;
    right: 0.5em;
    margin: 0;
    color: #FFF;
    z-index: 10;
    line-height: 2em;
}

.video-list-toggle li a {
    position: relative;
    margin-bottom: 10px;
}

.video-list-toggle li a .img {
    height: 53px;
    margin-bottom: 22px;
}

.video-list-toggle li a .img:after {
    display: none;
}

.video-list-toggle li a .img img {
    display: none;
}

.video-list-toggle li a .title {
    overflow: hidden;
    bottom: 0;
    left: 3em;
    right: 4em;
    margin: 0;
    padding: 0;
    z-index: 10;
}


/*/强军视点*/


/*相关专题*/


.zhuanti {
    margin-left: -12px;
}

.zhuanti h4 {
    font-family: "微软雅黑";
    font-size: 26px;
    color: #d43;
    background: url("jianbianlong.png") no-repeat left bottom;
    padding: 8px 0 5px 20px;
    position: relative;
    margin-bottom: 30px;
    border-top: 2px solid #ddd;
    box-sizing: border-box;
    margin-top: 20px;
}

.zhuanti h4::after {
    position: absolute;
    content: "";
    top: 3px;
    bottom: 0;
    left: 0;
    width: 1px;
    background: url("xingzhuang.png") no-repeat;
}

.zhuanti h4::before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    right: 0;
    height: 5px;
    background: url("xiebian.png") no-repeat;
}

.zhuanti h4 span {
    color: #333;
}

.zhuanti h4 .sp {
    margin-top: -8px;
}

.zhuanti h4 .sp a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
}

.zhuanti h4 .sp a img {
    margin-bottom: 4px;
}

.zhuanti h2 {
    padding: 10px 0 0px 0;
    border-bottom: 1px solid #e0dedc;
    margin-bottom: 30px;
}

.zhuanti h2 a {
    font-weight: bold;
    color: #333;
    transition: all 0.3s;
    text-decoration: none;
    font-family: "微软雅黑";
}

.zhuanti h2 a:hover {
    color: red;
}


/*/相关专题*/


/*h5*/

.tujie .item a {
    display: block;
    position: relative;
}

.tujie .item a img {
    width: 100%;
}

.tujie .item a p {
    position: absolute;
    width: 100%;
    bottom: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    z-index: 5;
    overflow: hidden;
    line-height: 40px;
    font-family: "微软雅黑";
    font-weight: bold;
}

.tujie .item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .tujie {
        margin-top: 0;
    }
}

.tujie .shijian01 h3 {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tujie .shijian01 h3 .zhangyue {
    font-family: "微软雅黑";
    font-weight: bold;
    font-size: 20px;
    border-left: 2px solid red;
    padding-left: 10px;
}

.tujie .shijian01 h3 .sp a {
    font-family: "微软雅黑";
    font-size: 14px;
    text-decoration: none;
    color: #999;
}

.tujie .phone {
    position: relative;
    width: 310;
    height: 640px;
}

.tujie .phone img {
    display: block;
    margin: 0 auto;
}

.tujie .phone .phone01 {
    position: absolute;
    z-index: 2;
    top: 77px;
    left: 42px;
    bottom: 45px;
    right: 40px;
    overflow: hidden;
}

.tujie .flr .top img {
    width: 100%;
}

@media (max-width: 768px) {
    .tujie .flr .top {
        margin-bottom: 0;
    }
}

.tujie .flr .top a {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
}

.tujie .flr .top a span {
    color: #333;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    font-family: "微软雅黑";
    font-size: 16px;
    padding: 0 0 30px 0;
    display: block;
    transition: all 0.3s;
}

@media(max-width:767px){
	.tujie .flr .top a span{ font-size:14px;}
	}

.tujie .flr .top a span:hover {
    color: red;
}

@media (max-width: 768px) {
    .tujie .flr .top a span {
        padding: 0 0 0 0;
        margin-bottom: 1em;
    }
}


/*/h5*/


/*专题*/

.zhuanti .shijian {
    margin-top: 0;
}

.zhuanti .img {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .zhuanti .img {
        margin-bottom: 10px;
    }
}

.zhuanti .img a {
    text-decoration: none;
}

.zhuanti .img a img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.zhuanti .img a span {
    color: #888;
    font-family: "微软雅黑";
    display: block;
    transition: all 0.3s;
}

.zhuanti .img a span:hover {
    color: red;
}


/*专题*/


/*页脚*/

.footer {
    background: #f2f6f8;
    padding-top: 20px;
}

.footer .hr {
    padding: 30px 0 10px 0;
}

.footer .hr span {
    padding: 0 16px;
    color: #999;
}

@media screen and (max-width: 760px) {
    .footer .hr span {
        padding: 0 4px;
    }
}

.footer .hr a {
    color: #444;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 14px;
}

.footer .hr a:hover {
    color: red;
}

@media screen and (max-width: 760px) {
    .footer .hr a {
        font-size: 12px;
    }
}

@media screen and (max-width: 760px) {
    .footer .hr {
        padding: 30px 0 0 0;
    }
}

.footer .info span {
    color: #888;
}

.footer .info a {
    color: #444;
    transition: all 0.3s;
    text-decoration: none;
}

.footer .info a:hover {
    color: red;
}

.footer .banquan {
    padding: 20px 0 20px 0;
}

.footer .bianji {
    padding-bottom: 20px;
}

@media screen and (max-width: 760px) {
    .footer .banquan {
        font-size: 10px;
        padding: 0 0 20px 0;
        color: #888;
    }
}


/*/页脚*/

@media (max-width: 767px) {
    .bdshare-slide-button-box.bdshare-slide-style-r2 a {
        display: none;
    }
}

.more-plus {
    float: right;
}

.zyue .biaoti {
    color: #333;
    line-height: 1.5em;
    height: 3em;
    font-family: "微软雅黑";
    font-size: 14px;
    padding: 0 0 15px 0;
    display: block;
    transition: all 0.3s;
	height:4.5em;
}
.zyue a{ display:block;}

.bg-img {
    background: url(bg_yw.png) center no-repeat;
    padding-top: 30px;
    margin-bottom: 30px;
}

.shicha {
    margin-left: -14px;
}

/*视察过的部队焦点图*/

.hot-tt,
.hot-zb,
.hot-dj,
.hot-ch {
    width: 111px;
    height: 55px;
    text-indent: -9999em;
    background: url(20901.files/hot-tag.png) no-repeat;
}

.hot-tt {
    background-position: 0 0;
}

.hot-zb {
    background-position: -120px 0;
}

.hot-dj {
    background-position: -240px 0;
}

.hot-ch {
    background-position: -360px 0;
}

.news-1 {
    padding-bottom: 15px;
}

.mod_wb {
    height: 300px;
    margin-bottom: 20px;
}

.mod-2 .split {
    float: left;
    width: 964px;
    padding-right: 0;
}

.mod-2 .item {
    float: left;
    width: 238px;
    margin-right: 3px;
}

@media (min-width: 767px) {
    .soldier a {
        font-family: '微软雅黑';
        display: block;
        position: relative;
        text-decoration: none;
        color: #fff;
    }
    .soldier a:hover p {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    .soldier a:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    .soldier a img {
        width: 100%;
        display: block;
    }
    .soldier a p {
        position: absolute;
        background: #000;
        opacity: 0;
        filter: alpha(opacity=0);
        color: #fff;
        bottom: -24px;
        left: 0;
        font-size: 16px;
        transition: opacity 0.5s;
        width: 100%;
        line-height: 2em;
    }
}

.soldier a p span {
    padding: 0 5px;
    display: block;
}

@media (max-width: 767px) {
    .soldier a {
        font-family: '微软雅黑';
        display: block;
        text-decoration: none;
    }
    .soldier a img {
        width: 100%;
        display: block;
    }
    .soldier a p {
        color: #666;
        font-size: 14px;
    }
    .soldier a p span {
        color: #666;
        display: block;
    }
}

.gb-focus {}

.gb-focus .viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gb-focus .inner {
    width: 300%;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
}

.gb-focus .ctl-btn-group {
    margin-top: 10px;
	overflow:hidden;
}

@media (max-width:767px){
	.gb-focus .ctl-btn-group {
    margin-top: -20px;
	
}
	}

.gb-focus .ctl-btn-group ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 150px;
}

.gb-focus .ctl-btn-group ul li {
    float: left;
    width: 40px;
    height: 20px;
    border-bottom: 5px solid #DDD;
    margin: 0 5px;
    cursor: pointer;
}

.gb-focus .ctl-btn-group ul li.active {
    border-color: #f55;
}


/*视察过的部队*/

.talent .top {
    background: #fff;
    padding: 15px;
    border: 1px solid #f2f6f8;
    margin: 0 0 30px 0;
    overflow: hidden;
}
@media(max-width:767px){
	.talent .top{margin-bottom:10px}
	}

.talent .top:hover {
    border: 1px solid #de4242;
}

.talent .top img {
    width: 36%;
    margin-right: 10px;
}

.talent .top a {
    font-size: 18px;
    color: #de4242;
    transition: all 0.3s;
    text-decoration: none;
    font-family: "微软雅黑";
}

.talent .top p {
    color: #666;
}

.talent .top .xiangqing {
    font-size: 16px;
    color: #de4242;
    transition: all 0.3s;
    text-decoration: none;
    font-family: "微软雅黑";
    float: right;
} 
.cale .owl-buttons .owl-prev {
    left:0;
}





.tit{margin-bottom:1.8em}.tit h3{text-align:center;margin:0;padding:1em 0}.tit .pt-reset{padding-top:0}.tit h3 a{color:#1e4aa1;transition:all .3s;font-weight:700}.tit h3 a:hover{color:#d84a4a}.tit img{display:block;margin:0 auto}.standModule-t{margin-bottom:2.2em}.standModule-t .moduleBg{background:#fcfcfc}.standModule-t .moduleBg .moduleBg-tit{box-sizing:border-box;padding:0 1.2em;border-bottom:1px solid #fff}.standModule-t .moduleBg h3{margin:0;padding-top:.9em;line-height:1.2em;height:2.4em;overflow:hidden;font-weight:700}.standModule-t .moduleBg h3 a{color:#333}.standModule-t .moduleBg p{line-height:1.4em;height:2.8em;overflow:hidden;margin-top:2em;margin-bottom:2.2em;color:#999}@media(max-width:959px){.standModule-t .moduleBg p{margin-top:1em;margin-bottom:1.2em;height:4.2em}}.standModule-t .moduleBg a{transition:all .3s}.standModule-t .moduleBg a:hover{color:#d84a4a}.moduleBg-list{padding:10px 0;margin:0 0 0 .8em}.moduleBg-list li{margin:1.4em 0;padding:0 1.2em;position:relative}.moduleBg-list li:hover span{background:#d84a4a}.moduleBg-list li span{transition:all .3s;width:8px;height:8px;background:#eee;border-radius:50%;position:absolute;top:8px;bottom:0;left:0;right:0}.moduleBg-list li a{line-height:1.4em;height:1.4em;overflow:hidden;display:block;color:#333;transition:all .3s}@media(min-width:959px) and (max-width:1199px){.moduleBg-list li a{height:2.8em}}@media(max-width:959px){.moduleBg-list li{margin:.6em 0}.moduleBg-list li a{height:2.8em}}.moduleBg-list li a:hover{color:#d84a4a}.ListOfTopics #owl-demo .item{margin:0 8px;position:relative}.ListOfTopics #owl-demo .item img{display:block;width:100%}.ListOfTopics .owl-pagination{display:none}.ListOfTopics .owl-carousel{position:relative}.ListOfTopics .owl-carousel:hover .owl-buttons{opacity:1!important;filter:alpha(opacity=100)}.ListOfTopics .owl-theme .owl-controls{margin-top:5.4em}.ListOfTopics .owl-theme .owl-controls .owl-buttons{opacity:0;filter:alpha(opacity=0);transition:all .3s}.ListOfTopics .owl-theme .owl-controls .owl-buttons .owl-prev{width:10px;z-index:99;height:24px;position:absolute;top:38%;top:28%\9;left:1%;background:url(focus-right.png) no-repeat}.ListOfTopics .owl-theme .owl-controls .owl-buttons .owl-next{width:10px;z-index:99;height:24px;position:absolute;top:38%;top:28%\9;right:1%;background:url(focus-left.png) no-repeat}.ListOfTopics .item:hover span{filter:alpha(opacity=100);cursor:move}.standModule-m{background:#f6f7fb;padding:56px 0}.pic{position:relative}.pic img{display:block;width:100%}.pic-shade a{box-sizing:border-box;padding:0 1em;position:absolute;bottom:0;width:100%;line-height:2.4em;height:2.4em;overflow:hidden;margin:0;color:#fff;z-index:2;transition:all .3s}.pic-shade a:hover{color:#d84a4a}.pic-shade span{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(transparent 76%,#000);background:#000\9;height:2.4em\9;top:auto\9;cursor:pointer;opacity:.8;filter:alpha(opacity=60)}.pic:hover span{filter:alpha(opacity=100)}.font{background:#fff}.font ul li{margin:1em 0}.video-picWorld{margin-bottom:4.2em}.video-picWorld .spc-tit{text-align:center;position:relative;margin:2.8em 0 1.8em}.video-picWorld .spc-tit div,.video-picWorld .spc-tit h3{display:inline-block}.video-picWorld .spc-tit div a,.video-picWorld .spc-tit h3 a{color:#1e4aa1;font-weight:700;transition:all .3s}.video-picWorld .spc-tit div a:hover,.video-picWorld .spc-tit h3 a:hover{color:#d84a4a}.video-picWorld .spc-tit h3{margin:0;position:relative}.video-picWorld .spc-tit .spc-tit-l{right:2em}.video-picWorld .spc-tit .spc-tit-r{left:2em}.video-picWorld .circle{position:absolute;left:50%;top:20%;transform:translateX(-4px)}.video-picWorld .line-l{position:absolute;left:-150%;top:-18%}.video-picWorld .line-r{position:absolute;right:-150%;top:-18%}.video-picWorld .standModule-shadow{position:relative;box-sizing:border-box;padding:1em}.video-picWorld .v-p-left div,.video-picWorld .v-p-left dl{float:right}.video-picWorld .v-p-left dl{text-align:right}.video-picWorld .v-p-right div,.video-picWorld .v-p-right dl{float:left}.video-picWorld dt a{color:#333;font-size:16px;transition:all .3s;display:block;height:1.4em;overflow:hidden}@media(max-width:959px){.video-picWorld .v-p-left dl{text-align:left}.video-picWorld dt a{height:3em}}.video-picWorld dt a:hover{color:#d84a4a}.video-picWorld dd{color:#999;line-height:1.4em;margin-top:10px;height:2.8em;overflow:hidden}.video-picWorld .v-p-pic{position:relative}.video-picWorld .v-p-pic img{display:block}.video-picWorld .v-p-pic span{position:absolute;top:0;bottom:0;left:0;right:0;background:url(redio-button.png) center no-repeat #000;opacity:0;filter:alpha(opacity=0);transition:all .3s}.video-picWorld .v-p-pic span:hover{opacity:.4;filter:alpha(opacity=40)}.video-picWorld .v-p-right span{background:#000}@media(max-width:959px){.video-picWorld dd{height:4.2em}.video-picWorld .row .v-p-left,.video-picWorld .row .v-p-right{padding-left:15px;padding-right:15px}
}.standModule-b{background:#f6f7fb;padding:56px 0}@media(max-width:768px){.bdshare-slide-button{display:none!important}}



.toutiao p{margin:0;}
/*.pst{margin-top: 10px;}*/
/*纪录片入口*/
a.rk {
    display: block;
	float:left;
	margin-left:3%;
	margin-top:12px;
}
a.rk img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	}
@media(min-width:959px) and (max-width:1199px){
	a.rk{ margin-right:10%;}
	}

.down{display:block}
.down-sm{display:none}
.toutiao h2 a {font-size: 32px;}
.rk img{width:100%;max-width: none !important;}
.toutiao h2:before {content: ""; height: 51px;width: 98px;background: url(hd.png) no-repeat;vertical-align: middle;position: absolute;left: 5px;top: 11px;bottom: 0;}
.toutiao h2{padding-left: 100px;}
@media(max-width:1199px){.toutiao h2 a {font-size: 32px;}.toutiao h2 {
    padding-left: 125px;
}.toutiao h2:before {
    left: 15px;
}

.toutiao p{display:none;}}
@media(min-width:959px){}	
@media(max-width:959px){.toutiao h2:before {top: -9px;left: 15px;}
.toutiao p{display:none}
a.rk {
    display: block;
    float: left;
    box-sizing: border-box;
}
.toutiao h2 a{padding-left:48px;font-size: 30px;}}
@media(max-width:767px){.toutiao h2:before { content:none;}.down { margin-bottom: 15px;}
.toutiao h2 a {font-size: 20px;padding-left:0;}
.toutiao h2 {padding-left: 0;}}

/*纪录片入口*/


.ie8-hide{display:none\9}

/*rili*/

.rili input, .rili button, .rili select, .rili textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

.rili input { line-height: normal; }

.rili .sankey { position: relative; background-color: #fff; overflow: hidden; margin: 0 auto; height: 100%; }

.rili .node { overflow: hidden; cursor: pointer; }

.rili .sankey .select { position: absolute; top: 14px; left: 0px; display: none !important; }

.rili .sankey .head { position: relative; height: 75px; width: 1322px; margin: 0 auto; }

.rili .sankey .lf { display: inline-block; vertical-align: middle; margin: 20px; }

.rili .sankey .search { width: 188px; position: absolute; display: inline-table; vertical-align: middle; right: 8px; top: 14px; }

.rili .sankey .sbd { position: relative; width: 1322px; margin: 0 auto; overflow: hidden; height: 813px; }

.rili .chartsg { height: 335px; position: relative; }

.rili #table { margin-top: 10px; position: relative; color: #fff; }

.rili #table1, .rili #table2 { position: relative; }

.rili .node rect { fill-opacity: 1; shape-rendering: crispEdges; stroke-width: 0; cursor: pointer; }

.rili .node text { fill: #5d5d5d; font-size: 0.5em; cursor: pointer; }

.rili .node .number { font-size: 1em; fill: #fff; font-size: 14px; }

.rili .link { fill: none; stroke: #ccc; stroke-opacity: 0.4; }

.rili #popover { position: absolute; width: 279px; background: #767676; display: none; color: #dcdcdc; border-radius: 4px; z-index: 5; text-align: left; }

.rili #popover:after { content: ""; width: 0; position: absolute; height: 0; border-right: 8px solid #767676; border-top: 8px solid transparent; border-bottom: 8px solid transparent; left: -8px; top: 19px; border-left: 0; }

.rili #popover.revse:after { left: 279px; top: 19px; border-left: 8px solid #767676; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-right: 0; }

.rili #popover.btm:after { top: auto; bottom: 15px; }

.rili #popover .h, .rili #popover .b { padding: 0 18px; }

.rili #popover .h { padding-top: 13px; }

.rili #popover .close { width: 20px; height: 22px; position: absolute; top: 7px; right: 11px; cursor: pointer; background: url(icon-btns1.png) no-repeat; background-size: 100% auto; background-position: 0 -16px; }

.rili #popover .b { padding-bottom: 9px; }

.rili #popover .b img { display: block; max-width: 96%; margin: 11px auto; pointer-events: none; }

.rili #popover p { margin: 5px 0; }

.rili #popover .h a { text-decoration: none; color: #f2f2f2; font-size: 16px; }

.rili .table { width: 100%; display: flex; position: relative; text-align: center; }

.rili .table .item { width: 3.2%; height: 458px; position: relative; }

.rili .table .top.on { border-radius: 10px; background-color: #83a8c5; width: 30px; margin: 0 auto; }

.rili .table .vline { border-left: 1px solid #e2e2e2; height: 100%; text-align: center; top: 12px; width: 1px; margin: 0 auto; position: relative; }

.rili .table .dot { width: 10px; height: 10px; transform: rotate(45deg); -webkit-transform: rotate(45deg); background-color: #cdcdcd; position: absolute; left: 50%; margin-left: -5px; cursor: pointer; }

.rili #table2 .table { margin-top: -22px; }

.rili #table2 .table .item { width: 8%; margin-right: 5px; }

.rili .change { top: 14px; left: 582px; color: #9a9a9a; }

.rili .change .btn.on { background-color: #526994; color: #f3f5f8; }

.rili .dbcal { position: relative; height: 774px; overflow: hidden; width: 100%; margin: 0 auto;  }

.rili .dbcal > div { height: 684px; overflow: hidden; background-color: #fff; width: 1140px; margin: 0 auto; position: relative; }

.rili .dbcal .condition { width: 74px; background-color: #005999; height: 113px; padding: 8px 0; }

.rili .dbcal .condition > button { background-color: #2485cc; padding: 3px 6px; font-size: 12px; color: #f9f9f9; border: 0; margin: 0 auto; width: 64px; display: block; margin-top: 29px; }

.rili .dbcal .xit { color: #fff; background-color: #2d90d9; position: absolute; width: 213px; height: 130px; top: 0; left: 74px; }

.rili .dbcal .xit img { padding: 30px 10px; }

.rili .cols { position: relative; width: 100%; }

.rili .cols .icon { background-image: url(icon-types.png); background-repeat: no-repeat; background-size: 21px auto; background-position: 0 -0px; }

.rili .cols .icon span { display: block; width: 100%; height: 100%; -webkit-transition: 0.3s; -webkit-transform: translateX(-100%); transition: 0.3s; transform: translateX(-100%); position: relative; background-color: #2d90d9; font-size: 13px; pointer-events: none; }

.rili .cols .icon:hover span { transform: translateX(0); -webkit-transform: translateX(0); }

.rili .cols .icon.jianghua { background-position: 21px -6px; }

.rili .cols .icon.huiyi { background-position: 21px -70px; }

.rili .cols .icon.diaoyan { background-position: 21px -131px; }

.rili .cols .icon.zhishi { background-position: 21px -196px; }

.rili .cols .icon.chufang { background-position: 21px -256px; }

.rili .cols .icon.waishi { background-position: 21px -315px; }

.rili .cols .icon.renmian { background-position: 21px -372px; }

.rili .cols .icon.zhidian { background-position: 21px -438px; }

.rili .cols .icon.zhuxiling { background-position: 21px -502px; }

.rili .cols .icon.jundui { background-position: 21px -562px; }

.rili .cols .col { float: left; height: 595px; }

.rili .cols .c1 { width: 74px; background-color: #005999; color: #fff; margin-top: -53px; position: relative; overflow: hidden; height: 610px; }

.rili .cols .c2 { width: 213px; color: #fff; background-color: #2d90d9; }

.rili .cols .c3 { width: 559px !important; margin-top: -129px; padding-left: 15px; }

.rili .cols .m { cursor: pointer; height: 46px; text-align: center; line-height: 46px; font-size: 14px; }

.rili .cols .m.on { background-color: #004170; }

.rili .cols .c1 .wp { overflow: hidden; width: 100%; position: absolute; transition: 1s; -webkit-transition: 1s; }

.rili .cols .c1 .vp { height: 552px; overflow: hidden; position: relative; }

.rili .cols .c1 .btm { position: absolute; top: 558px; width: 74px; text-align: center; }

.rili .cols .c1 .btm > a { color: #fff; text-align: center; font-size: 13px; display: block; height: 22px; text-decoration: none; }

.rili .cols .c1 .btm .prev { display: none; }

.rili .cols .c2 .thd { width: 100%; position: relative; height: 40px; line-height: 37px; border-bottom: 1px solid #ece8e8; margin-top: -7px; padding-bottom: 8px; }

.rili .cols .c2 .thd span { display: inline-block; /* width:50%; */ }

.rili .cols .c2 .th1 { width: 68px; text-align: center; }

.rili .cols .c2 .th2 { width: 133px; text-align: right; }

.rili .cols .c2 .wp { overflow: hidden; width: 100%; transition: 1s; -webkit-transition: 1s; }

.rili .cols .c2 .vp { height: 510px; overflow: hidden; width: 100%; /* margin-top: 8px; */ }

.rili .cols .c2 .btm { position: absolute; top: 523px; width: 212px; text-align: center; }

.rili .cols .c2 .btm > a { color: #fff; text-decoration: underline; font-size: 13px; display: block; width: 50%; float: left; }

.rili .cols .c2 .btm .prev { display: none; }

.rili .cols .c2 .wp.up { -webkit-transform: translateY(-444px); transform: translateY(-444px); }

.rili .cols .c1 .wp.up { -webkit-transform: translateY(-507px); transform: translateY(-507px); }

.rili .cols .r { cursor: pointer; height: 39px; position: relative; padding-left: 20px; line-height: 39px; }

.rili .cols .r.on { background-color: #fff; border-radius: 2px 0 0 2px; color: #b9b9b9; }

.rili .cols .r .n { border-radius: 50%; width: 20px; height: 20px; display: inline-block; right: 20px; text-align: center; font-size: 14px; line-height: 22px; position: absolute; background-color: #2485cc; top: 8px; }

.rili .cols .r.on .n { background-color: #ff8e6e; color: #fff; }

.rili .cols .c3 .tph { width: 100%; position: relative; padding: 22px 0; font-size: 18px; }

.rili .cols .c3 .tph .vb { display: inline-block; margin-right: 3px; width: 5px; background-color: #1587d9; border-radius: 2px; line-height: 26px; height: 26px; vertical-align: middle; margin-right: 10px; }

.rili .cols .c3 .tph .tp { font-weight: bold; display: inline-block; line-height: 26px; height: 26px; }

.rili .cols .c3 .tph .num { float: right; margin-right: 38px; /* display: none; */ }

.rili .cols .c3 .tph .big { margin: 0 8px; font-size: 30px; color: #1587d9; line-height: 18px; }

.rili .cols .c3 .rows { overflow-y: auto; height: 597px; padding-right: 14px; overflow-x: hidden; }

.rili .cols .c3 .row { margin:0;padding-left: 73px; position: relative; padding-bottom: 19px; padding-right: 12px; }

.rili .cols .c3 .row:last-child { padding-bottom: 2px; }

.rili .cols .c3 .rc1 { position: absolute; left: 0; width: 33px; height: 33px; background-color: #1587d9; border-radius: 20px; line-height: 33px; font-size: 14px; text-align: center; color: #fff; top: 0px; }

.rili .cols .c3 .rc2 { border-left: 1px solid #c0c0c0; height: 100%; position: absolute; top: 9px; left: 49px; }

.rili .cols .c3 .rc2 > span { width: 6px; height: 6px; background-color: #fff; border-radius: 6px; display: block; position: absolute; top: 0; border: 2px solid #999999; left: -6px; }

.rili .cols .c3 .rc3 { background-color: #f1f6f4; padding: 21px; border-radius: 6px; }

.rili .cols .c3 .rc3 .b { line-height: 1.5; color: #9b9ba7; text-indent: 2em; }

.rili .cols .c3 .rc3 .b img { display: block;  margin-top: 25px; pointer-events: none; }

.rili .cols .c3 .rc3 .h a { text-decoration: none; color: #585858; font-size: 20px; }

.rili .col { float: right; }

.rili .col.c4 { background-color: #f1f4f6; width: 267px; float: right; margin-top: -128px; overflow: hidden; }

.rili .calender { width: 240px; position: relative; margin: 0 auto; margin-top: 31px; }

.rili .calender .head { border-radius: 10px 10px 0 0; background-color: #e3e6e9; position: relative; text-align: center; padding: 12px 12px; width: 214px; height: 30px; border: 1px solid #e1e1e1; border-bottom: 0; }

.rili .calender .head .prev, .rili .calender .head .next { background-image: url(icon-arrow-a1.png); background-color: #c2bfbf; border-radius: 16px; cursor: pointer; margin-top: 4px; background-repeat: no-repeat; height: 9px; width: 9px; padding: 6px; background-size: 39px 9px; }

.rili .calender .head .prev { float: left; background-position: 4px 6px; }

.rili .calender .head .next { float: right; background-position: -23px 6px; }

.rili .calender .head .dt { font-size: 22px; color: #62677c; }

.rili .calender .row0 { height: 22px; font-size: 14px; padding: 10px 0; background-color: #fff; border: 1px solid #e1e1e1; border-bottom: 0; color: #5e5959; }

.rili .calender .row0 > div:first-child { margin-left: 7px; }

.rili .calender .row0 .weekday { display: inline-block; width: 26px; text-align: center; margin-right: 6px; }

.rili .calender .weeks { background-color: #fff; padding-bottom: 10px; border: 1px solid #e1e1e1; border-top: 0; border-radius: 0 0 10px 10px; color: #5e5959; font-size: 14px; }

.rili .calender .row { margin-left: 6px; }

.rili .calender .weeks .cell { border: 1px solid #ebeef4; width: 24px; height: 24px; display: inline-block; line-height: 26px; text-align: center; margin: 3px; cursor: pointer; border-radius: 3px; }

.rili .calender .weeks .cell.on { background-color: #cdcdcd; }

.rili .calender .weeks .cell.today, .rili .calender .weeks .cell.clicked { background-color: #ff825e; border: 1px solid #ff825e; }

.rili .calender .weeks .cell.pn { cursor: no-drop; pointer-events: none; opacity: 0.7; -webkit-opacity: 0.7; }

.rili .col.c5 { width: 267px; color: #757575; background-color: #f1f4f6; height: 330px; padding-top: 21px; border-radius: 0 0 5px 5px; margin-bottom: 28px; }
.rili .col.c5 .description{ border-top:1px solid #ddd; padding:15px; text-indent:2em; line-height:1.8em; color:#222;}
.rili .col.c5 .d-info{margin:0 15px;text-indent: 2em;}


.rili .col.c6 { width: 252px; height: 206px; position: absolute; top: 387px; right: -11px; }

.rili .col.c6 .pielabel { height: 69px; top: -144px; position: relative; width: 80px; left: 68px; color: #5e5959; font-size: 14px; text-align: center; }

.rili .col.c6 .pielabel p { margin: 0; padding: 5px 0; }

.rili .arc { cursor: pointer; }

.rili .arc text { font: 10px sans-serif; text-anchor: middle; fill: #2b2a2a; font-size: 0.8em; }

.rili .arc path { stroke: #fff; }

.rili .filterResult { width: 804px; top: 65px; margin-left: -393px; background: #fff; overflow: hidden; left: 50%; position: absolute; display: none; z-index: 3; border-radius: 10px; padding-bottom: 14px; }

.rili .filterResult .th { font-size: 17px; margin-bottom: 28px; background-color: #526994; color: #fff; padding: 12px 20px; font-weight: bold; }

.rili .filterResult .closebtn { width: 24px; height: 32px; position: absolute; top: 7px; right: 11px; cursor: pointer; background: url(icon-btns1.png) no-repeat; background-size: 100% auto; background-position: 0 -16px; }

.rili .filterResult .blst { height: 600px; overflow: overlay; overflow: auto; padding: 0 25px 0px 20px; margin-right: 3px; }

.rili .filterResult .blst .s { background-color: #f6f6f7; border-radius: 10px; padding: 30px; margin-bottom: 20px; }

.rili .filterResult .s .st { position: relative; }

.rili .filterResult .s .md { margin: 10px auto; }

.rili .filterResult .s .md img { display: block; max-width: 96%; margin: 0 auto; }

.rili .filterResult .s .mp { line-height: 1.5; color: #5b5b5b; }

.rili .filterResult .blst a { text-decoration: none; font-size: 18px; color: #5b5b5b; font-weight: bold; }

.rili .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; }

.rili .btn-default { color: #333; background-color: #fefefe; border-color: #d2d2d2; }

.rili .form-control { display: block; width: 100%; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.rili .input-group-addon { width: 50px; color: #555; text-align: center; background: url(icon-btns1.png) no-repeat; background-color: #526994; background-size: 34px auto; background-position: 7px 6px; border-radius: 4px 0 0 4px; cursor: pointer; }

.rili .input-group-addon, .rili .input-group-btn { white-space: nowrap; vertical-align: middle; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: table-cell; }

.rili .input-group { position: relative; display: table; border-collapse: separate; box-sizing: border-box; }

.rili .input-group .form-control { position: relative; z-index: 2; float: left; width: 84%; margin-bottom: 0; display: table-cell; margin: 0; }

.rili .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.rili .input-group .form-control:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.rili .input-group .form-control:last-child, .rili .input-group-addon:last-child, .rili .input-group-btn:last-child > .btn, .rili .input-group-btn:last-child > .btn-group > .btn, .rili .input-group-btn:last-child > .dropdown-toggle, .rili .input-group-btn:first-child > .btn:not(:first-child), .rili .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.rili .btn-group, .rili .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; }

.rili .btn-group > .btn, .rili .btn-group-vertical > .btn { position: relative; float: left; }

.rili .btn-group > .btn:hover, .rili .btn-group-vertical > .btn:hover, .rili .btn-group > .btn:focus, .rili .btn-group-vertical > .btn:focus, .rili .btn-group > .btn:active, .rili .btn-group-vertical > .btn:active, .rili .btn-group > .btn.active, .rili .btn-group-vertical > .btn.active { z-index: 2; }

.rili .btn-group > .btn:focus, .rili .btn-group-vertical > .btn:focus { outline: 0; }

.rili .btn-group .btn + .btn, .rili .btn-group .btn + .btn-group, .rili .btn-group .btn-group + .btn, .rili .btn-group .btn-group + .btn-group { margin-left: -1px; }

.rili .btn-toolbar { margin-left: -5px; }

.rili .btn-toolbar .btn-group, .rili .btn-toolbar .input-group { float: left; }

.rili .btn-toolbar > .btn, .rili .btn-toolbar > .btn-group, .rili .btn-toolbar > .input-group { margin-left: 5px; }

.rili .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; }

.rili .btn-group > .btn:first-child { margin-left: 0; }

.rili .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.rili .btn-group > .btn:last-child:not(:first-child), .rili .btn-group > .dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.rili .btn-group > .btn-group { float: left; }

.rili .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }

.rili .btn-group > .btn-group:first-child > .btn:last-child, .rili .btn-group > .btn-group:first-child > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.rili .btn-group > .btn-group:last-child > .btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.rili .btn-group .dropdown-toggle:active, .rili .btn-group.open .dropdown-toggle { outline: 0; }

.rili .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; }

.rili .btn-group > .btn-lg + .dropdown-toggle { padding-right: 12px; padding-left: 12px; }

.rili .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.rili .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; }

.rili .btn .caret { margin-left: 0; }

.rili .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; }

.rili .dropup .btn-lg .caret { border-width: 0 5px 5px; }

.rili .btn-group-vertical > .btn, .rili .btn-group-vertical > .btn-group, .rili .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; }

.rili .btn-group-vertical > .btn-group > .btn { float: none; }

.rili .btn-group-vertical > .btn + .btn, .rili .btn-group-vertical > .btn + .btn-group, .rili .btn-group-vertical > .btn-group + .btn, .rili .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; }

.rili .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; }

.rili .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.rili .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 4px; }

.rili .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }

.rili .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .rili .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.rili .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; }

.rili .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; }

.rili .btn-group-justified > .btn, .rili .btn-group-justified > .btn-group { display: table-cell; float: none; width: 1%; }

.rili .btn-group-justified > .btn-group .btn { width: 100%; }

.rili .btn-group-justified > .btn-group .dropdown-menu { left: auto; }

.rili .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; pointer-events: none; }

.rili .open > .dropdown-menu { display: block; }

.rili .dropdown { position: relative; }

.rili .dropdown-toggle:focus { outline: 0; }

.rili .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 2; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.rili .dropdown-menu.pull-right { right: 0; left: auto; }

.rili .dropdown-menu.divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; }

.rili .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.42857143; color: #333; white-space: nowrap; text-decoration: none; }

.rili .dropdown-menu > li > a:hover, .rili .dropdown-menu > li > a:focus { color: #262626; text-decoration: none; background-color: #f5f5f5; }

.rili .dropdown-menu > .active > a, .rili .dropdown-menu > .active > a:hover, .rili .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; background-color: #428bca; outline: 0; }

.rili .dropdown-menu > .disabled > a, .rili .dropdown-menu > .disabled > a:hover, .rili .dropdown-menu > .disabled > a:focus { color: #777; }

.rili .dropdown-menu > .disabled > a:hover, .rili .dropdown-menu > .disabled > a:focus { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; }

.rili .open > .dropdown-menu { display: block; }

.rili .open > a { outline: 0; }

.rili .dropdown-menu-right { right: 0; left: auto; }

.rili .dropdown-menu-left { right: auto; left: 0; }

.rili .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777; white-space: nowrap; }

.rili .dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; }

.rili .pull-right > .dropdown-menu { right: 0; left: auto; }

.rili .dropup .caret, .rili .navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; border-bottom: 4px solid; }

.rili .dropup .dropdown-menu, .rili .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; }

.rili .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
ul.bxslider {    list-style: none;    margin: 0;    padding: 0;}

/***/

.rili .dbcal{height:auto;}



/****/
/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
 .swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width: 14px;height: 23px;z-index:10;cursor:pointer;-moz-background-size: 14px auto;-webkit-background-size: 14px auto;background-size: 14px auto;background-position:center;background-repeat:no-repeat;}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity: .35;cursor:auto;pointer-events:none;}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left: -1px;right:auto;}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right: -1px;left:auto;}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}

.calender-main {background-color: #0098db;
-moz-user-select: none; /*火狐*/
-webkit-user-select: none; /*webkit浏览器*/
-ms-user-select: none; /*IE10*/
-khtml-user-select: none; /*早期浏览器*/
user-select: none;
}
.calender-main .headbar{}
.calender-main .calender{ position: relative;  color: #fff;}
.calender-main .calender .head{
   background: #03A9F4;
   padding: 0 15px;
   height: 50px;
   display: flex;
   display: -webkit-flex;
   display: -ms-flexbox;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
}
.calender-main .calender .head .prev,.calender .head .next{background-image:url(rili-icon-arrow-a1.png);background-color: #3597db;border-radius: 20px;cursor: pointer;margin-top: 2px;background-repeat: no-repeat;height: 20px;width: 20px;padding: 6px;background-size: auto 17px;}
.calender-main .calender .head .prev{
    background-position: 7px 7px;
}
.calender-main .calender .head .next{
    background-position: -21px 7px;
    flex-grow: 0;
    flex-shrink: 0;
}
.calender-main .calender .head .dt{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    flex: 0;
    -ms-flex: 0;
    -webkit-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 76%;
    font-size: 1.12rem;
    font-weight: bold;
}
.calender-main .calender .row0{
    padding: 5px 10px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    text-align: center;
    line-height: 2em;
    justify-content: center;
    background: #018ccf;
    align-items: center;
}
.calender-main .calender .row0>div:first-child{}
.calender-main .calender .row0 .weekday{
    flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 14%;
    justify-content: center;
    position: relative;
	font-size: 14px;
    color: #ffffff;
    font-weight: bold;    
}
.calender-main .calender .weeks{
	margin: 10px 0;
	padding: 0 15px;
	background-color: #0098db;
       
}
.calender-main .calender .row{width: 100%;padding: 0 1%;display: flex;display: -webkit-flex;display: -ms-flexbox;flex-wrap: wrap;-webkit-flex-wrap: wrap;text-align: center;height: 2.6rem;margin-bottom: 0.08rem;align-items: center;justify-content: center;}
.calender-main .calender .weeks .cell{
        flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 12%;
        justify-content: center;
        position: relative;
        font-size: 0.90rem;
        padding: 0.6rem 0;
        align-items: center;
        line-height: 1.4;
        margin: 0 1%;
}
.calender-main .calender .weeks .cell.on{ background-color: #318cce;}
.calender-main .calender .weeks .cell.today{}
.calender-main .calender .weeks .cell.clicked{background-color: #FFF;color: #03a9f4; font-weight: bold;}

.calender-main .calender .weeks .cell.pn{
    cursor: no-drop;
    pointer-events: none;
    opacity: 0.7;
    -webkit-opacity: 0.7;
}
.calender-main .calender .weeks .cell:hover{}
.calender-main .calender .weeks .cell.pn:hover{}

.newslist{
	padding: 10px 5px;
    overflow: hidden;
	position: relative;
	background-color: #3ca9f4;
} 
.swiper-container{width:100%;height:100%}
.newslist  .rows{
    position: relative;
    padding: 0 10px;
    color: #fff;
    height: 100%;
} 
.newslist  .row{/* width: 80%; */}
.newslist  .row .c1{/* width: 80%; */}
.newslist  .row:last-child{}
.newslist  .rc1{
    /* position: absolute; */
    /* left: 0; */
    width: 33px;
    height: 33px;
    background-color: #1587d9;
    border-radius: 20px;
    line-height: 33px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    top: 0px;
    display: none;
}
.newslist  .rc2{
    /* border-top: 1px solid #c0c0c0; */
    /* height: 100%; */
    /* position: absolute; */
    /* top: 9px; */
    /* left: 49px; */
}
.newslist  .rc2>span{
    /* width: 6px; */
    /* height: 6px; */
    /* background-color: #fff; */
    /* border-radius: 6px; */
    /* display: block; */
    /* position: absolute; */
    /* top: 0; */
    /* border: 2px solid #999999; */
    /* left: -6px; */
}
.newslist  .rc3{
    width: 100%;
}
.newslist  .rc3 .b{
    line-height: 1.6;
    padding: 0 15px;
    font-size: 12px;
    text-indent: 2em;
    color: #CEF;
}
.newslist  .rc3 .b img{
	display: none;
    // display: block;
    max-height: 231px;
    margin: 0 auto;
    max-width: 90%;
    border-radius: 0.3rem;
}
.newslist  .rc3 .h{
    padding: 0 15px;
}
.newslist  .rc3 .h p{
    margin: 0.8em 0;
}
.newslist  .rc3 .h a{
     
text-decoration: none;
     
color: #FFF;
     
font-size: 1.12rem;
     
word-break: normal;
     
line-height: 1.5;
}
