
.cursor{
    cursor:pointer;
}

/*内容 页*/
.middle-cont {
    background: #eeeeee;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    margin-top: -10px;
    z-index: 3;
}

.middle-cont .main-wrap {
    width: 1200px;
    padding-left: 22px;
    padding-right: 22px;
    background: #fff;
/*    position: absolute;
    left: 50%;
    margin-left: -600px;*/

margin-left:calc(50% - 1200px/2 );

}

body, div, span, header, footer, nav, section, aside, article, ul, dl, dt, dd, li, a, p, h1, h2, h3, h4, h5, h6, i, b, textarea, button, input, select, figure, figcaption {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
    line-height: 1.42857143;
    color: #333;
/*/ / font-weight: normal;*/
    font-family:Microsoft YaHei;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased; /* 字体抗锯齿渲染 */
    /* none： 对低像素的文本比较好 */
    /*  subpixel-antialiased：默认值 */
    /* antialiased：抗锯齿很好  */


}

@font-face {
    font-family: 'myFont';
    src: url('../fonts/PingFangSC-jian.ttf');
    font-weight: normal;
    font-style: normal;
}

* {
    outline: none;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 16px;
    margin: 0;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
/*/ / color: #333;*/
    cursor: pointer;
}

/*a:hover {
    !*color: #4a99c4;*!
}*/

td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
/* ::-webkit-scrollbar
{
    width: 0px;
    height: 0px;
    background-color: #F5F5F5;
}   */

/*定义滚动条轨道 内阴影+圆角*/
/* ::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
    border-radius: 10px;
    background-color: #F5F5F5;
}   */

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
    -webkit-appearance: none;
}


textarea {
    -webkit-appearance: none;
}

.container {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.back_img {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.width {
    width: 1200px;
    margin: 0 auto;
}

.margin {
    margin: 0 auto;
}

/* 浮动 */
.fl {
    float: left;
}

.fr {
    float: right;
}

/* 显示隐藏 */
.hide {
    display: none;
}

.show {
    display: block;
}

/* 文字溢出 */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsismore {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ellipsistwo {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.over3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.over4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.over5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.ps {
    position: static;
}

.vm {
    vertical-align: middle;
}

.vt {
    vertical-align: top;
}

.fwb {
    font-weight: bold;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.c999 {
    color: #999;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mg30 {
    margin: 30px 0;
}


/* 面包屑 */
.breadcrumb {
    margin: 25px 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

.bg-white {
    background-color: #fff;
}

.shadow {
    -moz-box-shadow: 0px 0px 15px #ccc;
    -webkit-box-shadow: 0px 0px 15px #ccc;
    box-shadow: 0px 0px 15px #ccc;
}

.radius {
    border-radius: 5px;
}

/* 表单 */
.btn {
    padding: 9px 12px;
}

.form-horizontal .control-label {
    font-weight: normal;
}

.form-control {
    box-shadow: none;
    border: 1px solid #dcdfe6;
    height: 40px;
    /* line-height: 40px; */
}

.form-control:focus {
    box-shadow: none;
    border-color: #409EFF;
}

/*.btn-primary, .btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
    background-color: #328fca;
    border-color: #328fca;
}*/

.btn-primary:hover {
    opacity: 0.9;
}


.pull {
    position: relative;
}

.switch-city {
    color: #338fc9;
    cursor: pointer;
}


/*头部*/
/* 通用样式-可整合至common */
.ml20 {
    margin-left: 20px;
}

.ml10 {
    margin-left: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}


body {
    background: #fff;
}

/*float布局*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix .fl {
    float: left;
}

.clearfix .fr {
    float: right;
}


/*.clearfix {*/
/*&:after {*/
/*     visibility: hidden;*/
/*     display: block;*/
/*     font-size: 0;*/
/*     content: " ";*/
/*     clear: both;*/
/*     height: 0;*/
/* }*/
/*.fl{*/
/*    float: left;*/
/*}*/
/*.fr{*/
/*    float: right;*/
/*}*/
/*}*/

/*nav*/
/*.nav{*/
/**/

/*border-bottom: 1px solid #cbcbcb;*/

/*}*/
.nav-list li {
    float: left;
    position: relative;
    /*border-right: 5px solid #293877;*/
    width: 14%;


}

.nav-list li:hover ul {
    display: block;
    /*opacity:1;
        filter:alpha(opacity=1);*/
}

.nav-list li ul {
    background-color: #e0e0df;
    position: absolute;
    left: 0;
    top: 59px;
    display: none;
    z-index: 999;
    opacity: 0.9;
    filter: alpha(opacity=90);
    /*  -webkit-transition: opacity .2s linear;
          -moz-transition: opacity .2s linear;
          -o-transition: opacity .2s linear;
          transition: opacity .2s linear;
          opacity:0;
          filter:alpha(opacity=0);
    */
}

.nav-list li ul li a:hover {
    background-color: #3b4981;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 100;
}

.nav-list a {
    display: block;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.nav-list li.on a.list-item {
/ / color: #293877;
    font-weight: bold;
}

.nav-list li ul li {
    border-right: 0;
    border-bottom: 1px solid #fff;
    width: 150px;
}

.nav-list a:hover {
    color: #293877;

}

.nav-list .last a.list-item:after {
    width: 0;
}

.nav-list a.list-item {
    position: relative;
}


.nav-list li a.list-item:after {
    position: absolute;
    top: 20px;
    right: 0;
    content: "";
    height: 20px;
    width: 5px;
    background: #ffffff;
}

/*.nav-pill .dropdown {
&:not(:last-child){
//a.list-item:after{
  //  position: absolute;
  //  top: 15px;
  //  right:0;
  //  content: "";
  //  height: 20px;
  //  width: 5px;
  //  background: #ffffff;
  //}
}

}*/

/*栏目*/

.col-left {
    width: 246px;
    float: left;
}

.col-left .col-top {
   /* background-color: #997E3E;*/
    color: #fff;
    text-align: center;
    padding: 15px;
}

.col-right {
    margin-left: 260px;
}

.col-menu {
    background-color: #fff;
}

.col-menu li:last-child {
    border: none;
}

.col-menu li a {
    display: block;
    color: #666;
    cursor: pointer;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px dashed #d1d1d1;
    width: 80%;
    margin: 0 auto;
}

.col-menu li:last-child a {
    border: none;
}

.col-menu li.active, .col-menu li:hover {
    background-color: #EFEFEF;
    /*color: #997E3E;*/
    font-weight: bold;
}

.col-menu li.active a, .col-menu li a:hover {
    /*color: #997E3E;*/
    font-weight: bold;

}

.wrap {
    margin: 15px auto 30px;
}

.col-right {
    background-color: #fff;
    padding: 20px 35px 30px;
    min-height: 486px;
}

.bread a, .bread span {
    color: #666;
}

.bread em a {
    color: #293877;
    text-decoration: underline;
}

/*分页*/
.page .total {
    color: #293877;

}

.page span a {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    padding: 2px 16px;
    margin: 0 5px;
    background-color: #fff;
    color: #333;
}

.page a {
    background-color: #293877;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    padding: 2px 20px;
    margin: 0 5px;
}

.page a:hover {
    background-color: #293877;
    color: #fff;
}

.page .current {
    background-color: #293877;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    padding: 2px 20px;
    border-radius: 5px;
}

.d-con video {
    width: 100%;
}

.triangle {
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent #eaebf2;
    position: absolute;
    left: 10px;
    top: -4px;
}

.hbox em {
    margin-left: 6px;
}

span.hline {
    position: absolute;
    left: 88px;
    top: 6px;
    color: #293877;
}


/*导航*/

.layout-left-flyout {
    height: 100%;
    position: fixed;
    visibility: hidden;
    z-index: 0;
    -moz-transition: visibility 0 linear 0.2s;
    -o-transition: visibility 0 linear 0.2s;
    -webkit-transition: visibility 0 linear;
    -webkit-transition-delay: 0.2s;
    transition: visibility 0 linear 0.2s;
    background: #383838;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 0;
}

.drawer-custom {
    background: #333
}

.layout-left-flyout.isCbFlyNavActive {
    visibility: visible;
    z-index: 9999999;
    -moz-transition: z-index 0 linear 0.2s;
    -o-transition: z-index 0 linear 0.2s;
    -webkit-transition: z-index 0 linear;
    -webkit-transition-delay: 0.2s;
    transition: z-index 0 linear 0.2s;
    display: block !important;
}

.cbFlyNav-wrap {
    display: block;
    position: relative;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    width: 270px;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbFlyNav-wrap > nav {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: -moz-transform 0 ease-in-out;
    -o-transition: -o-transform 0 ease-in-out;
    -webkit-transition: -webkit-transform 0 ease-in-out;
    transition: transform 0 ease-in-out;
    /*    height: 100%;
        overflow-y: auto;
        overflow-x: hidden;*/
}

.nav-collapse {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.layout-right-content {
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    position: relative;
    margin-top:-118px;
    height:118px;
    /* NOTE! Put container bg here so you don't
       get any clipping when the content is
       transitioning. Any tips on alternate
       solutions are welcome.
    */
    /*//background: #B1A179;

    //overflow:hidden;
        height:108px;*/
}


.layout-right-content.isCbFlyNavActive {
    -moz-transform: translate3d(270px, 0, 0);
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
    min-width: 320px;
}


.icon-cbmore {
    content: "";
    float: right;
    margin-top: 4.5px;
    padding: 4.5px;
    box-shadow: 1px -1px 0 0px #FFF inset;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.nav-flyout-navmask, .nav-flyout-contentmask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.nav-flyout-contentmask {
    z-index: 1;
}

.nav-flyout-navmask {
    right: 180px;
    z-index: 1;
}

/* Menu Toggle */
.btn-navbar {
    position: absolute;
    width: 50px;
    height: 40px;
    padding: 4px 0;
    display: block;
    z-index: 1;

}

.btn-navbar-navtoggle {
    left: 10px;
    top: 5px;
}

.btn-navbar .icon-bar {
    display: block;
    width: 28px;
    height: 4px;
    background-color: #fff;
    margin: 7px auto 0 auto;
}

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

@media screen and (min-width: 768px) {
    .btn-navbar {
        display: none;
    }
}

/* Navbar Styles */
.navbar {
    height: 40px;
    min-height: 50px;
    margin: 0;
    padding: 5px 0;
    position: relative;
   /* background: #B1A179;*/
    /*//width: 100%;*/
    width: 1200px;
    /*//box-shadow: 0 1px 1px 0px #dddddd;*/
    padding: 0px;
    background: #01863C;

}

@media screen and (max-width: 767px) {
    .navbar .nav-collapse {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .navbar {
        height: auto;
        position: relative;
       /* background: #B1A179;*/
        margin-bottom: 10px;
        /*  //width: 100%;*/
        width: 1200px;
        padding: 0 10px;
        padding: 0px;
        background: #01863C;

    }
}

@media screen and (min-width: 992px) .col-md-4 {
    width: 33.33333333%;
}

    /* Mobile First Nav */
    .the-nav ul.nav-flyout {
        display: block;
        margin-bottom: 15px;
        float: none;
        height: 100%;
    }

    .the-nav ul.nav-flyout > li {
        float: none;
        display: block;
        width: 270px;
    }

    .the-nav ul.nav-flyout li a {
        color: #FFF;
        display: block;
        text-decoration: none;
        padding: 11px 15px;
        margin-right: 0;
    }

    .the-nav ul.nav-flyout li a:hover {
        background: #005C29;
    }

    .the-nav ul.nav-flyout .dropdown {
        position: static;
    }

    .the-nav ul.nav-flyout .dropdown .subnav {
        float: none;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        left: auto;
        width: 0;
        min-width: 0;
        margin: 0;
        list-style: none;
        z-index: 1000;
        background: #005C29;
        transition: width .2s ease-in-out;
    }

    .the-nav ul.nav-flyout .dropdown .subnav > li {
        width: 170px;
    }

    .the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
        width: 170px;
    }

    .the-nav.is-inactive ul.nav-flyout > li > a {
        opacity: .2;
    }

    .the-nav.is-inactive ul.nav-flyout > li.is-active > a {
        opacity: 1;
        background: #293877;
    }

    /* Large Screen Styles*/
    @media screen and (min-width: 768px) {
        .container {
          /*  width: 95%;
            margin: 0 auto;*/
        }

        .the-nav {
            display: block;
            position: relative;
            z-index: 1;
        }

        .the-nav .nav {
            display: block;
        }

        .the-nav .nav-pill:after {
            content: "";
            display: table;
            clear: both;
        }

        .the-nav > .nav {
            height: 74px;
            line-height: normal;
            width: 1200px;
            margin: 0 auto;
            float: none !important;
        }

        .the-nav > .nav > li {
            display: inline-block;
            margin-bottom: 0;
            position: relative;
            width: calc(1200px / 10);
            float: left;
        }
        .the-nav > .nav > li:first-child {
            /*width: 130px;*/
        }
        .the-nav > .nav > li .caret {
            margin-top: 8px;
            margin-left: 2px;
            border-top-color: #A7A7A7;
            border-bottom-color: #A7A7A7;
            display: none;
        }

        .the-nav > .nav > li > a {
            display: block;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-decoration: none;
            /*//margin: 0 15px;*/
            color: #ffffff;


            height: 74px;
            line-height: 74px;
            font-size: 18px;
        }

        .nav > li > .subnav > li
        a {
            display: block;
            height: 50px;
            line-height: 40px;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-decoration: none;
            font-size: 18px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #333333;
            line-height: 50px;

        }



.the-nav > .nav > li a:after {
    position: absolute;
    top: 20px;
    right: 0;
    content: "";
    height: 20px;
    width: 5px;
    background: #293877;
}

.the-nav > .nav > li a:after {
    position: absolute;
    top: 20px;
    right: 0;
    content: "";
    height: 0;
    width: 0;
    background: #293877;
}

.the-nav > .nav > li:nth-of-type(1) > a {
    padding-left: 0;
}

.the-nav > .nav > li:last-of-type > a {
    padding-right: 0;
}

/* Active State */
.the-nav > .nav > li:hover > a {

}

.the-nav > .nav > li:hover .subnav {
    display: block;
}

.the-nav > .nav > li:hover .caret {
    border-top-color: #303030;
    border-bottom-color: #303030;
}

/* Subnav */
.nav > li > .subnav {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 20px;
/*/ / top: 51 px;*/
    z-index: 999;
    /*opacity: 0.9;*/
    filter: alpha(opacity=90);
    border-radius: 5px;
    color: #01863C;
    left: 0px;
    border-radius: 0px;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);

}

.nav > li > .subnav > li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    width: 130px;
    width:130px;
}

.nav > li > .subnav > li:last-child {
         border-bottom: none;
     }


.nav > li > .subnav > li a {
    -moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
}

/*nav颜色*/
.nav > li > .subnav > li:hover a {
   /* background: #8F722B;*/
    color: #333333;
}

}
/* General Mobile First Styles */
.hidden-sm {
    display: none;
}

@media screen and (min-width: 768px) {
    .visible-sm {
        display: none;
    }

    .hidden-sm {
        display: block;
    }
}

/* Resets and clean ups and extras */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*/自适应*/
img {
    cursor: pointer;

    vertical-align: middle;
    border: 0 none;
    /*max-width: 100%;*/
}

@media screen and (min-width: 1220px) {

}

@media screen and (max-width: 1367px) {
    .container {
        width: 1200px;
    }
}

@media screen and (max-width: 1220px) {
    .container {
        width: 1200px;
    }
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 1220px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 750px) {
    .information-list, .box {
        width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .top .search {
        position: absolute;
        right: 0;
        width: 90%;
        z-index: 2000;

    .s-input {
        width: 70% !important;
    }
    .s-input   input {
        width: 50% !important;
    }

.s-text {
    width: 30%;
}

}
.top .logo {
    width: 35%;
}

.navbar {
    background-color: #005C29;
}

.top {
    height: 75px;
    position: relative;
}

/*.top .search .s-input{
  width: 270px;
}*/
.top-text {
    position: absolute;
    right: 0;
    width: 60%;
    top: 24px;
    z-index: 1;
}

.top-r .top-text a {
    margin-left: 20px;
}

.col-left {
    width: 100%;
    float: none;
}

.col-right {
    margin-left: 0;
    padding: 20px 10px 30px
}

.page span a {
    padding: 2px 10px;
}

.page a {
    padding: 2px 12px;
    margin-bottom: 4px;
}

.picbox span {
    display: none;
}

.foot-item .official {
    margin-bottom: 10px;
    display: inline-block;
    width: 49%;
}

.col-right {
    min-height: auto;
}

.width, .content {
    width: 100% !important;
}

}
.breadcrumb-box .el-breadcrumb__item .is-link {
    color:$color-main;
    font-weight: normal;
    text-decoration: underline;
}

.breadcrumb-box .el-breadcrumb__item:hover{
    text-decoration: underline;
    cursor: pointer;
}

/*flex布局*/
.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.space-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.flex-auto {
    flex: auto;
}

.flex-wrap {
    flex-wrap: wrap;
}

/*flex布局*/
.information-list  .el-carousel__indicators {
    text-align: right;
    bottom: 17px;
    width: 100%;
    padding: 0 20px;
    pointer-events: none;
    bottom: 6px;
}
.information-list  .el-carousel__indicators li:hover{
    width: 8px;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    padding: 0;
    margin-left: 12px;
    pointer-events: auto;
}
.information-list  .el-carousel__indicators li .el-carousel__button {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
}

/*
.information-list {

.el-carousel__indicators {
    text-align: right;
    bottom: 17px;
    width: 100%;
    padding: 0 20px;
    pointer-events: none;
    bottom: 6px;

li {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    padding: 0;
    margin-left: 12px;
    pointer-events: auto;

!*&
.is-active {

button {
    background: #E2A760;
}

}*!
.el-carousel__button {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
}

}
}
}*/

.iconRotate{
    transform: rotate(180deg);
}

.twoLine{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.sixLine{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.fourLine{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/*分页*/
.whj_jqueryPaginationCss-2 .whj_checked {
    background-color: #007F38 !important;
    border-color: #007F38 !important;
    color: #FFFFFF;
}
#whj_firstPage:hover{
    background-color: #007F38 !important;
    border-color: #007F38 !important;
    color: #FFFFFF;
}
#whj_previousPage:hover{
    background-color: #007F38 !important;
    border-color: #007F38 !important;
    color: #FFFFFF;
}
#whj_nextPage:hover{
    background-color: #007F38 !important;
    border-color: #007F38 !important;
    color: #FFFFFF;
}
#whj_lastPage:hover{
    background-color: #007F38 !important;
    border-color: #007F38 !important;
    color: #FFFFFF;
}