/*reset*/

a {
    color: #333;
}

a:hover {
    /*color:#1492ff;*/
    text-decoration: none;
}

.btn-default:hover {
    color: #1492ff;
    background: #e7f4ff;
    border-color: #1492ff;
}

.el-select-dropdown__item.selected {
    color: #333;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1492ff;
    border-color: #1492ff;
}

.pager li > a:hover, .pager li > a:focus {
    background-color: #e7f4ff;
}

body {
    overflow-x: hidden;
}

.btn-info {
    color: #fff;
    background-color: #1492ff;
    border-color: #1492ff;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #1433ff;
    border-color: #1433ff;
}

.btn-info:hover {
    color: #fff;
    background-color: #1433ff;
    border-color: #1433ff;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #1433ff;
    border-color: #1433ff;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #1c699d;
    border-color: #1433ff;
}

.el-select {
    width: 100%;
}

.chinacoop {
    display: none;
}

@media (min-width: 1700px) {
    /*总社*/
    .chinacoop {
        display: block;
    }
    .chinacoop-logo {
        display: block;
        position: absolute;
        left: 50%;
        top: 50px;
        z-index: 1000;
        margin: 0 0 0 -780px;
        width: 112px;
        height: 100px;
        -webkit-transition: all .3s cubic-bezier(0.4, 0, 1, 1);
        -o-transition: all .3s cubic-bezier(0.4, 0, 1, 1);
        transition: all .3s cubic-bezier(0.4, 0, 1, 1);
    }

    .chinacoop-logo:hover {
        margin-top: -5px;
    }

    .chinacoop-logo img {
        height: 100px;
    }

    .chinacoop-infos {
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 612px;
        z-index: 1000;
        margin: 0 0 0 -840px;
        padding: 10px;
        width: 230px;
        height: 381px;
        -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
        box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
        border-top: #1492ff 8px solid;
    }

    .chinacoop-infos .panel-heading .more {
        top: 22px;
        font-size: 14px;
    }

    .chinacoop-infos .panel-body {
        padding: 0;
    }

    .chinacoop-infos .panel-body .media {
        margin-top: 7px;
    }

    .chinacoop-infos .panel-body .media .media-body span {
        color: #999;
        font-size: 10px;
    }

    #chinacoop-info-list {
        overflow: hidden;
        width: 210px;
        height: 300px;
    }
}
 @media (min-width: 1200px) {

    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }

    .skin-white {
        margin-top: -5px;
        padding: 0;
        background: #f6f6f6;
        color: #333;
    }

    .navbar {
        margin-bottom: 0;
    }

    .header {
        background-color: #fff;
    }

    .header-top-pc {
        background: #f6f6f6;
        box-shadow: none;
        border-bottom: #eee 1px solid;
        min-height: 40px;
    }

    .header-top-pc .navbar-brand {
        margin: 0;
        padding-top: 18px;
        padding-bottom: 0;
        height: auto;
        font-size: 12px;
    }

    .header-top-pc .navbar-form {
        margin: 8px 0 0 0;
        padding: 2px;
    }

    .header-top-pc .head-top-list {
        height: auto !important;
        padding: 13px 10px 10px !important;
        font-size: 12px !important;
    }

    .header-nav {
        background-color: #fff;
        box-shadow: none;
    }

    .header-nav .navbar-nav {
        float: right;
    }

    .header-nav .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .header-nav .navbar-brand {
        padding: 23px 20px 0 15px;
    }

    .header-nav .navbar-brand img {
        height: 63px !important;
    }

    .header-nav .heade-nav-list:hover {
        background-color: #e7f4ff;
        /*border-bottom:#1492ff 3px solid;*/
    }

    .header-nav .heade-nav-list-a {
        height: auto !important;
        padding: 40px 18px 35px 18px !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        border-bottom: transparent 4px solid;
        margin-bottom: 2px;
        -webkit-transition: all .3s cubic-bezier(0.4, 0, 1, 1);
        -o-transition: all .3s cubic-bezier(0.4, 0, 1, 1);
        transition: all .3s cubic-bezier(0.4, 0, 1, 1);
    }

    .header-nav .active .heade-nav-list-a,
    .header-nav .heade-nav-list-a:hover {
        border-bottom: #1492ff 4px solid;
    }

    .header-nav .caret {
        display: none;
    }

    /*主导航下拉箭头隐藏*/
    .header-nav .heade-nav-list:last-child .heade-nav-list-a {
        padding-right: 0 !important;
    }

    /*PC主导航: 默认引入iconfont类*/
    .header-nav .heade-nav-list span.iconfont {
        position: absolute;
        left: 2px;
        top: 2px;
        width: 35px;
        height: 35px;
        font-size: 35px;
    }

    /*.header-nav .heade-nav-list:nth-child(3) span{background-image:url();background-repeat:no-repeat;background-position:0 10px;background-size:35px 35px;}*/
    /*党建活动iconfont*/
    .header-nav .heade-nav-list:nth-child(3) span.iconfont:before {
        content: "\e6bb";
        color: #ba0c00;
    }

    .layout-main-1 {
        margin-top: 120px;
    }
}

@media (max-width: 1200px) {
    .header-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

/*通栏幻灯*/

#myCarousel {
    height: 350px;
}

#myCarousel .carousel-caption {
    z-index: 10;
    /* Since positioning the image,we need to help out the caption */
}

#myCarousel .item {
    height: 350px;
    background-color: #777;
}

#myCarousel .carousel-inner > .item > a > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 350px;
}

#myCarousel .carousel-indicators {
    bottom: 28px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-menu-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-menu-right {
    right: 50%;
    margin-right: -10px;
}

/*头条*/

.headLines {
    position: absolute;
    left: 50%;
    top: 470px;
    margin: 0 0 20px -600px;
    height: 150px;
    background: #fff;
    border-bottom: 8px solid #1492ff;
    -webkit-transition: all .2s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all .2s cubic-bezier(0.4, 0, 1, 1);
    transition: all .2s cubic-bezier(0.4, 0, 1, 1);
}

.headLines:hover {
    /*background:#f7fbfe;*/
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
}

.headLines .headLines-container {
    width: 1086px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
}

.headLines .headLines-slide {
    width: 100%;
    height: 150px
}

.headLines .headLinesItem {
    display: block;
    width: 100%;
    padding-top: 25px
}

.headLines .headLinesItem > .pull-left {
    margin-right: 20px;
}

.headLines .headLinesItem > .headLinesWrap {
    width: 92%;
    height: 80px;
    overflow: hidden
}

.headLines .headLinesItem > .headLinesWrap > .title {
    font-size: 30px;
    line-height: 40px;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.headLines .headLinesItem > .headLinesWrap > .describle {
    font-size: 20px;
    color: #333;
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.headLines .swiper-pagination-bullet {
    border-radius: 0;
    width: 28px;
    height: 6px;
    background: #ddd;
    margin-right: 8px;
    cursor: pointer;
    opacity: 1;
}

.headLines .swiper-pagination-bullet-active {
    background: #1492ff
}

/*焦点图*/

.index-focus {
    margin-bottom: 0;
}

/*布局*/

.layout-main-1 {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
}

.layout-main-1 .row {
    padding: 15px;
}

.layout-main-2 {
    margin-top: 20px;
}

.layout-main-3 {
    margin-top: 20px;
}

.layout-main-4 {
    padding: 20px 0;
    background: #fff;
}

/*频道*/

.channel .list-group-item {
    font-size: 16px;
    line-height: 36px;
}

.channel .list-group-item.active {
    font-size: 22px;
    font-weight: bold;
    background: #1492ff;
    border-color: #1492ff;
}

.channel .breadcrumb {
    background: transparent;
    padding: 10px 0;
    margin-bottom: 0;
    border-radius: 0;
}

.channel .channel-sidenav {
    padding: 5px 10px;
    background: #f6f6f6;
}

.channel .channel-scroll {
    padding: 0 30px 0 0;
    height: 580px;
    overflow: auto;
}

.channel-list .channel-info-block-1 {
    margin-bottom: 20px;
}

.channel > main {
    margin: 0 auto 10px auto;
    padding: 20px 0 30px;
    background: #fff;
}

.channel .banner {
    width: 100%;
    height: 205px;
    background-image: url("https://ctma.oss-cn-beijing.aliyuncs.com/assets/img/banner.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.channel-gyxh .banner {
    background-image: url("https://ctma.oss-cn-beijing.aliyuncs.com/assets/img/banner_gyxh.png");
}

.channel-gyxh .article-content {
    padding: 20px 0;
}

.channel-gyxh .article-content p {
    font-size: 18px;
    text-align: justify;
}

.channel-djyl .banner {
    background-image: url("https://ctma.oss-cn-beijing.aliyuncs.com/assets/addons/cms/img/djyl/banner_djyl2024.png");/*https://ctma.oss-cn-beijing.aliyuncs.com/assets/img/banner_djyl.png*/
}

.channel-zxzx .banner {
    background-image: url("https://ctma.oss-cn-beijing.aliyuncs.com/assets/img/banner_zxzx.png");
}

.channel-xxfb .banner {
    background-image: url("https://ctma.oss-cn-beijing.aliyuncs.com/assets/img/banner_xxfb.png");
}

.channel-zxhd .banner {
    background-image: url("https://ctma.oss-cn-beijing.aliyuncs.com/assets/img/banner_zxhd.png");
}

.channel-dctx .banner {
    background-image: url("https://ctma.oss-cn-beijing.aliyuncs.com/assets/img/banner_dctx.png");
}

.channel-dctx2 .banner {
    background-image: url("https://ctma.oss-cn-beijing.aliyuncs.com/assets/img/banner_dctx2.png");
}

.channel-pxfw .banner {
    background-image: url("https://ctma.oss-cn-beijing.aliyuncs.com/assets/img/banner_pxfw.png");
}

.channel-show .banner {
    background-image: url("https://ctma.oss-cn-beijing.aliyuncs.com/assets/img/banner_show.png");
}

.f-link {
    background: #c5e4fe;
    padding: 20px 0;
}

.f-link .container {
    position: relative;
}
.f-link .container .apply-helper {
    position: absolute;
    right: 0;
    top: -50px;
}

.f-link .container .iconfont {
    font-size: 22px;
}

.f-link .container .apply-helper a {
    font-size: 12px;
}

/*info-block-0*/

.info-block-0 {
    overflow: hidden;
    min-height: 290px;
}

.info-block-0 > .nav {
    padding: 0;
    border-bottom: 2px solid #ededed;
}

.info-block-0 > .nav > li a {
    margin: 0 15px 0 0;
    padding: 0 5px 10px 5px;
    background: 0;
    border: 0;
    border-bottom: 4px solid transparent;
    font-size: 24px;
    color: #333;
}

.info-block-0 > .nav > li a {
    cursor: pointer !important;
}

.info-block-0 > .nav > li a:hover, .info-block-0 > .nav > li.active a {
    border: 0;
    border-bottom: 4px solid #1492ff;
    color: #1492ff;
}

.channel .info-block-0 > .nav > li a {
    padding: 5px 5px 5px 5px;
    line-height: 34px;
    font-size: 18px;
}

.channel .info-block-0 > .nav > li.active a {
    padding: 0 5px 10px 5px;
    font-size: 24px;
    font-weight: bold;
}

.info-block-0 > .nav > li.more {
    float: right;
}

.info-block-0 > .nav > li.more a {
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 14px;
    border-bottom: transparent;
    color: #666;
}

.info-block-0 > .nav > li.more a:hover {
    color: #333;
}

/*info-block-1*/

.info-block-1 {
    overflow: hidden;
    height: 340px;
}

.info-block-1 > .nav {
    padding: 0 8px;
    border-bottom: 1px solid #ededed;
}

.info-block-1 > .nav > li a {
    margin: 0 15px 0 0;
    padding: 0 5px 10px 5px;
    background: 0;
    border: 0;
    border-bottom: 4px solid transparent;
    font-size: 22px;
    color: #333;
}

.info-block-1 > .nav > li a {
    cursor: pointer !important;
}

.info-block-1 > .nav > li a:after {
    display: block;
    position: absolute;
    right: -9px;
    top: 6px;
    content: '';
    width: 3px;
    height: 20px;
    background-color: #ddd;
}

.info-block-1 > .nav > li:last-child a {
    margin: 0;
}

.info-block-1 > .nav > li:last-child a:after {
    display: inline-block;
    margin-left: 0;
    content: '';
    width: 0;
    height: 0;
}

.info-block-1 > .nav > li a:hover,
.info-block-1 > .nav > li.active a {
    border: 0;
    border-bottom: 4px solid #1492ff;
    font-weight: bold;
    color: #1492ff;
}

/*info-block-2*/

.info-block-2 {
    overflow: hidden;
    height: 658px;
}

.info-block-2 > .nav {
    margin-bottom: 20px;
    padding: 0;
    border: 0;
}

.info-block-2 > .nav > li a {
    position: relative;
    margin: 0;
    padding: 24px 0 0 0;
    height: 112px;
    background: #5bb3ff;
    border: 0;
    border-radius: 0;
    width: 400px;
    color: #fff;
    cursor: pointer !important;
    -webkit-transition: all .2s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all .2s cubic-bezier(0.4, 0, 1, 1);
    transition: all .2s cubic-bezier(0.4, 0, 1, 1);
}

.info-block-2 > .nav > li a:hover {
    border: 0;
    color: #fff;
}

.info-block-2 > .nav > li:nth-child(2) a {
    background-color: #72beff;
}

.info-block-2 > .nav > li a span {
    display: block;
    position: absolute;
    left: 40px;
    top: 28px;
    font-size: 40px;
    -webkit-transition: all .2s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all .2s cubic-bezier(0.4, 0, 1, 1);
    transition: all .2s cubic-bezier(0.4, 0, 1, 1);
}

.info-block-2 > .nav > li a strong {
    display: block;
    position: absolute;
    left: 110px;
    top: 36px;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    -webkit-transition: all .3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all .3s cubic-bezier(0.4, 0, 1, 1);
    transition: all .3s cubic-bezier(0.4, 0, 1, 1);
}

.info-block-2 > .nav > li a p {
    display: none;
    position: absolute;
    left: 110px;
    top: 65px;
    font-size: 16px;
    color: rgba(255, 255, 255, .80);
}

.info-block-2 > .nav > li a:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    border: transparent 12px solid;
}

.info-block-2 > .nav > li.active a {
    background-color: #1492ff;
}

.info-block-2 > .nav > li.active a span {
    left: 28px;
    top: 18px;
    font-size: 55px;
}

.info-block-2 > .nav > li.active a strong {
    /*top: 25px;*/
    font-weight: bold;
}

/*.info-block-2 > .nav > li.active a p {
    display: block;
}*/

.info-block-2 > .nav > li.active a:after {
    border-bottom-color: #f6f6f6;
}

.info-block-2 .swiper-slide {
    text-align: center;
}


/*info-block-2-1-1*/

.info-block-2-1-1 {
    background: #fff;
    padding: 20px;
    border-top: #1492ff 6px solid;
}

.info-block-2-1-1 > .nav {
    padding: 0;
    border: 0;
}

.info-block-2-1-1 > .nav > li a {
    margin: 0 50px 0 0;
    padding: 0 0 0 50px;
    background: 0;
    border: 0;
    font-size: 22px;
    line-height: 36px;
    color: #333;
}

.info-block-2-1-1 > .nav > li a {
    cursor: pointer !important;
}

.info-block-2-1-1 > .nav > li a span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 36px;
    color: #666;
    padding-right: 10px;
}

.info-block-2-1-1 > .nav > li:last-child a {
    margin: 0;
}

.info-block-2-1-1 > .nav > li a:hover,
.info-block-2-1-1 > .nav > li.active a {
    border: 0;
    font-weight: bold;
    color: #1492ff;
}

.info-block-2-1-1 > .nav > li a:hover span,
.info-block-2-1-1 > .nav > li.active a span {
    border: 0;
    font-weight: normal;
    color: #1492ff;
}

.info-block-2-1-1 > .tab-content > .tab-pane {
    margin-top: 50px;
    height: 390px;
}

.info-block-2-1-1 > .tab-content > .tab-pane#info-xhtz {
    margin-top: 20px;
    height: 420px;
}

/*info-block-2-1-2*/

.info-block-2-1-2 {
    background: #fff;
    padding: 10px 20px;
    border-top: #1492ff 6px solid;
}

.info-block-2-1-2 > .nav {
    padding: 0;
    border: 0;
}

.info-block-2-1-2 > .nav > li a {
    margin: 0 50px 0 0;
    padding: 0 0 0 50px;
    background: 0;
    border: 0;
    font-size: 22px;
    line-height: 36px;
    color: #333;
}

.info-block-2-1-2 > .nav > li a {
    cursor: pointer !important;
}

.info-block-2-1-2 > .nav > li a span {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 36px;
    color: #666;
    padding-right: 10px;
}

.info-block-2-1-2 > .nav > li a span.sub {
    left: 50px;
    top: 22px;
    font-size: 14px;
}

.info-block-2-1-2 > .nav > li:last-child a {
    margin: 0;
}

.info-block-2-1-2 > .nav > li a:hover,
.info-block-2-1-2 > .nav > li.active a {
    border: 0;
    font-weight: bold;
    color: #1492ff;
}

.info-block-2-1-2 > .nav > li a:hover span,
.info-block-2-1-2 > .nav > li.active a span {
    border: 0;
    font-weight: normal;
    color: #1492ff;
}

.info-block-2-1-2 > .tab-content > .tab-pane {
    margin-top: 20px;
    height: 182px;
    /*text-align: center;*/
}

#info-cyck {
    height: 155px;
}

#info-cyck .table-bordered > thead > tr > th {
    padding: 10px;
    border: 1px solid #d5ecff;
    line-height: 1;
    text-align: center;
    background: #1492ff;
    color: #fff;
}

#info-cyck .table > tbody > tr > td {
    padding: 10px;
    border: 1px solid #d5ecff;
    line-height: 1;
    text-align: center;
}

#info-teaindex .list-group-item {
    padding: 3px 15px;
    border: #d5ecff 1px solid;
}

#info-cyck .table-hover > tbody > tr:hover,
#info-teaindex .list-group-item:hover {
    background: #d5ecff;
}

#info-teaindex .list-group-item .badge {
    background: #1492ff;
}


/*info-block-2-2*/

.info-block-2-2 .panel {
    margin-bottom: 18px;
    border-left: #1492ff 5px solid;
    /*-webkit-transition: all .3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all .3s cubic-bezier(0.4, 0, 1, 1);
    transition: all .3s cubic-bezier(0.4, 0, 1, 1);*/
    -webkit-box-shadow: none;
    box-shadow: none;
}

.info-block-2-2 .panel:hover {
    /*margin: -5px auto 23px auto;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);*/
}

.info-block-2-2 .panel .panel-title {
    color: #333;
}

.info-block-2-2 .panel .panel-body .pull-right {
    width: 100px;
}

.info-block-2-2 .panel-default {
    padding: 25px 20px;
}

.info-block-2-2 .panel-body {
    padding: 10px 0;
}

.info-block-2-3 .panel-default {
    padding: 5px 20px;
}

.info-block-2-3 > a.btn {
    position: absolute;
    left: 50%;
    top: -10px;
    z-index: 10000;
    margin-left: -37px;
}

/*info-block-3*/

.info-block-3 .panel {
/*    -webkit-transition: all .3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all .3s cubic-bezier(0.4, 0, 1, 1);
    transition: all .3s cubic-bezier(0.4, 0, 1, 1);*/
    -webkit-box-shadow: none;
    box-shadow: none;
}

.info-block-3 .panel:hover {
    /*-webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);*/
}

.info-block-3 .panel .panel-title {
    color: #333;
}

.info-block-3 .panel .panel-title .more {
    /*margin-top: 10px;*/
}

/*info-block-4*/

.info-block-4 .panel {
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
}

.info-block-4 .clearfix {
    margin-bottom: 15px;
}

.info-block-4 .clearfix .pull-left {
    color: #333;
    font-size: 30px;
    font-weight: bold;
}

.info-block-4 .clearfix .pull-right {
    margin-top: 20px;
}

.info-block-4 .clearfix .pull-right a {
    color: #1492ff;
    font-size: 16px;
}

.info-block-4 .panel-body .row .swiper-slide {
    border-right: #eee 0px solid;
}

.info-block-4 .panel-body .row .swiper-slide:last-child {
    border-right: 0;
}

.quick-service-swiper-root{
    position: relative;
}
.quick-service-swiper-root .swiper-wrapper{
    background: #eee;
}

.quick-service-swiper-root .swiper-wrapper .swiper-slide{
    background: #fff;
}
.quick-service-swiper .swiper-button-next,
.quick-service-swiper .swiper-button-prev{
    color:#eee;
}

.info-block-4 a img {
    -webkit-transition: all .3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all .3s cubic-bezier(0.4, 0, 1, 1);
    transition: all .3s cubic-bezier(0.4, 0, 1, 1);
    width: 280px;
    height: 180px;
}

.info-block-4 a:hover img {
    margin-top: -5px;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
}

/*info-list-1*/

.info-list-1,
.info-list-1 li {
    position: relative;
    margin: 0 0 0 0;
    padding: 5px 0 5px 0px;
    outline: none;
    list-style: none;
}
.info-list-1 li {
    position: relative;
    margin: 0px 0 0 0;
    padding: 5px 0 5px 15px;
    outline: none;
    border-bottom: 1px dashed #eee;
    list-style: none;
}
.info-list-1 li:before {
    position: absolute;
    display: block;
    content: '';
    left: 15px;
    top: 15px;
    width: 4px;
    height: 4px;
    background-color: #1492ff;
}

.info-list-1 li:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
}

.info-list-1 li a {
    float: left;
    margin-left: 12px;
    max-width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.channel .info-list-1 li a {max-width: 100%;}

.info-list-1 li span.date {
    float: right;
    margin-top: 2px;
    font-size: 14px;
    color: #999;
}

/*info-list-2*/

.info-list-2,
.info-list-2 li {
    position: relative;
    margin: 13px 0 0 0;
    padding: 0;
    outline: none;
    border: 0;
    list-style: none;
}

.info-list-2 li:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    background-color: #1492ff;
}

.info-list-2 li:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
}

.info-list-2 li a {
    float: left;
    margin-left: 12px;
    max-width: 650px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.info-list-2 li span.date {
    display: block;
    float: right;
    margin-top: 2px;
    font-size: 14px;
    color: #999;
}

.info-list-2 li span.calc {
    display: none;
    position: absolute;
    left: 0;
    top: 6px;
    width: 78px;
    height: 78px;
    text-align: center;
    border: #ddd 1px solid;
    color: #ccc;
}

.info-list-2 li span.calc strong {
    color: #333;
    font-size: 22px;
    line-height: 36px;
}

.info-list-2 li span.tips {
    display: none;
    position: absolute;
    left: 93px;
    top: 50px;
    font-size: 14px;
    color: #999;
}

.info-list-2 li span.more {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 14px;
    color: #1492ff;
}

.info-list-2 li span.more a {
    font-size: 14px;
    color: #1492ff;
}

.info-list-2 li.active {
    padding-top: 20px;
    border-top: #ccc 1px dashed;
    border-bottom: #ccc 1px dashed;
}

.info-list-2 li.active {
    height: 93px;
}

.info-list-2 li.active:before {
    display: none;
}

.info-list-2 li.active a {
    margin-left: 93px;
}

.info-list-2 li.active span.date {
    display: none;
}

.info-list-2 li.active span.calc {
    display: block;
}

.info-list-2 li.active span.tips {
    display: block;
}

.info-list-2 li.active span.more {
    display: block;
}

/*图标列表*/

.info-icon {
    position: relative;
    display: block;
    margin: 10px auto;
    width: 100px;
    min-height: 120px;
    text-align: center;
    font-size: 16px;
}

.info-icon span {
    display: block;
    margin-bottom: 12px;
    width: 100px;
    height: 100px;
    background: #e3f1ff url(https://ctma.oss-cn-beijing.aliyuncs.com/uploads/20220109/f2ccdb4b4c6322806c0c00244761ef91.png) no-repeat 0 50%;
    border-radius: 100%;
}

.info-icon:hover span {
    /*margin-bottom: 10px;*/
    background: #e3f7ff url(https://ctma.oss-cn-beijing.aliyuncs.com/uploads/20220109/f2ccdb4b4c6322806c0c00244761ef91.png) no-repeat 0 49%;
}

.info-icon em {
    display: none;
    position: absolute;
    left: -40px;
    top: -90px;
    z-index: 100000;
    padding: 5px;
    width: 180px;
    height: auto;
    background: #1492ff;
    border-radius: 5px;
    font-size: 10px;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
    color: #fff;
    font-style: normal;
}

.info-icon em strong {
    font-size: 14px;
}

.info-icon:hover em {
    display: block;
}

.info-icon-2 span,
.info-icon-2:hover span {
    background-position-x: -95px
}

.info-icon-3 span,
.info-icon-3:hover span {
    background-position-x: -195px
}

.info-icon-4 span,
.info-icon-4:hover span {
    background-position-x: -295px
}

.info-icon-5 span,
.info-icon-5:hover span {
    background-position-x: -395px
}

.info-icon-6 span,
.info-icon-6:hover span {
    background-position-x: -495px
}

.info-icon-7 span,
.info-icon-7:hover span {
    background-position-x: -595px
}

.info-icon-8 span,
.info-icon-8:hover span {
    background-position-x: -695px
}

.info-icon-9 span,
.info-icon-9:hover span {
    background-position-x: -795px
}

.info-icon-10 span,
.info-icon-10:hover span {
    background-position-x: -895px
}

.info-icon-11 span,
.info-icon-11:hover span {
    background-position-x: -995px
}

/*more*/

.more-bottom {
    display: block;
    margin: 10px auto 0;
    padding: 10px 0 0;
    /*border-top: 1px solid #f6f6f6;text-align: right;*/
    font-size: 16px;
    color: #1492ff;
    position: absolute;
    right: 20px;
    top: -10px;
}

.more-infos-teaworld {
    display: block;
    font-size: 16px;
    color: #1492ff;
    position: absolute;
    left: 60px;
    top: 80px;
}

.more-infos-teaworld a {
    color: #1492ff;
}

.more-infos-teaworld a:hover {
    color: #f90;
    font-weight: bold;
}

/*shape*/

.shape-rectangle-arrow {
    position: relative;
    background: #bb3129;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding: 10px;
    width: 50px;
    border-radius: 5px;
}

.shape-rectangle-arrow:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #bb3129;
    border-width: 10px;
    margin-top: -10px;
}

/*animate*/

/*.fade {transition: opacity .5s linear;}*/

/*transition*/

.transition-1:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*shade*/

.shade-1 {
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
}

/*专业报告*/
.container-info-zybg {
    margin-top: 10px;
    width: 750px;
    height: 380px;
    overflow: hidden;
}
.container-info-zybg .row > div {
    position: relative;
    margin-bottom: 25px;
}

.container-info-zybg .row > div > .icon-new {
    position: absolute;
    left: 20px;
    top: 0;
    display: none;
}

.container-info-zybg .row > div:nth-child(1) > .icon-new, .container-info-zybg .row > div:nth-child(2) > .icon-new {
    display: block;
}

.container-info-zybg a {
    display: block;
    text-align: center;
}

.container-info-zybg a>div {
    height: 20px;
}

/*茶世界*/

.container-info-teaworld {
    margin-top: 10px;
    width: 750px;
    height: 380px;
    overflow: hidden;
}
.container-info-teaworld .row > div {
    margin-bottom: 25px;
}
.container-info-teaworld a {
    display: block;
    text-align: center;
}
.container-info-teaworld a img {

    height: 150px;
}

/*联系我们*/

.contact-container {
    margin: 50px auto;
}

.contact-side {
    padding-right: 25px;
}

.contact-side .list-group {
    background-color: #ffffff;
    border-color: #ffffff;
    padding-bottom: 15px;
    height: 385px;
}

.contact-side .list-group-item {
    border-color: #ffffff;
    padding: 15px 25px;
}

.contact-side .list-group-item a {
    color: #777;
    font-size: 18px;
    font-weight: normal;
}

.contact-side .list-group-item.active,
.contact-side .list-group-item.active:hover,
.contact-side .list-group-item.active:focus {
    background-color: #1492ff;
    border-color: #ffffff;
}

.contact-side .list-group-item.active a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.contact-main {
    background-color: #ffffff;
    padding: 25px;
    height: 385px;
}

.contact-main .row {
    margin-bottom: 25px;
}

.contact-main .row:last-child {
    margin-bottom: 0px;
}

.contact-main img {
    width: 100%;
}

/*公共块头*/

.block-header {
    height: 120px;
    text-align: center;
    line-height: 120px;
}

.block-header .title {
    font-size: 22px;
    font-weight: bold;
    color: #929292;
    letter-spacing: 5px;
}

.block-header .flag {
    width: 80px;
    height: 3px;
    background-color: #929292;
    margin: -35px auto 0 auto;
}

/*服务*/

#service-container {
    margin: 50px auto;
}

.service-bg {
    background-image: url("/static/img/service-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    right: 0;
    /*z-index: -1;*/
}

.service-header.block-header .title {
    color: #ffffff;
}

.service-header.block-header .flag {
    background-color: #ffffff;
}

.service-content {
    position: relative;
}

.service-content .swiper-container {
    overflow: hidden;
}

.service-content .swiper-button-next {
    right: -45px;
    top: 80px;
}

.service-content .swiper-button-prev {
    left: -45px;
    top: 80px;
}

.service-content .swiper-slide {
    width: 30%;
    padding: 10px;
}

.service-content .panel {
    border-radius: 10px;
    height: 420px;
    overflow: hidden;
}

.service-content .panel .panel-heading {
    border-bottom: 0px;
    padding: 10px 0;
}

.service-content .panel .panel-heading .panel-title {
    font-size: 22px;
    font-weight: bold;
    color: #5a5a5a;
    text-align: center;
}

.service-content .panel .panel-body {
    color: #777;
    font-size: 14px;
    line-height: 26px;
}

/*荣益*/

#ry-container {
    background-color: #fff;
    margin: 100px auto;
}

.ry-content {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.ry-content .swiper-container {
    padding-bottom: 60px
}

.ry-content .swiper-slide {
    width: 520px;
    height: 408px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd
}

.ry-content .swiper-slide img {
    display: block
}

.ry-content .swiper-slide p {
    line-height: 50px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0
}

.ry-content .swiper-pagination {
    width: 100%;
    bottom: 20px
}

.ry-content .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1
}

.ry-content .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff
}

.ry-content .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(/static/img/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%
}

.ry-content .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

.ry-content .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(/static/img/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%
}

.ry-content .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.ry-content .swiper-button-next:after,
.ry-content .swiper-button-prev:after {
    font-size: 0;
}


/*组织机构*/

#zzjg-container {
    margin: 100px auto;
}

.zzjg-content {
    background-image: url("/static/img/zzjg-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 470px;
    margin: 25px 0px;
}

.zzjg-content .zwh {
    padding: 25px 15px;
    margin: 10px;
}

.zzjg-content .zwh li {
    line-height: 40px;
    font-size: 16px;
    color: #0099ff;
    font-weight: bold;
    list-style: none;
    margin-left: 25px;
    list-style: none;
    list-style-image: url("/static/img/li.png");
    padding-left: 5px;
}

.zzjg-content .zwh li span {
    font-size: 12px;
    margin-left: 15px;
    font-weight: 500;
}

.zzjg-content .zwh2 {
}

.zzjg-content .zwh2 li {
    margin-left: 45px;
    line-height: 26px;
}

.zzjg-content .bm-container {
    margin-top: 25px;
}

.zzjg-content .bm {
    padding: 25px 15px;
    margin: 10px;
    overflow: hidden;
}

.zzjg-content .bm li {
    line-height: 26px;
    font-size: 16px;
    color: #0099ff;
    font-weight: bold;
    float: left;
    list-style: none;
    list-style-image: url("/static/img/li.png");
    width: 160px;
    margin-left: 45px;
    padding-left: 5px;
}

.zzjg-content .bm li span {
    font-size: 12px;
    margin-left: 15px;
    font-weight: 500;
}

/*边角样式定义*/

.concave {
    background: transparent;
    position: relative;
    height: 100%;
    border: 2px solid #1492ff;
}

.corner {
    /* Absolute position */
    position: absolute;
    /* Size */
    height: 1rem;
    width: 1rem;
    background: #f4f6f8;
}

.corner-tl {
    left: -2px;
    top: -2px;
    border-radius: 0 0 1rem 0;
    border-right: 3px solid #1492ff;
}

.corner-tr {
    right: -2px;
    top: -2px;
    border-radius: 0 0 0 1rem;
    border-bottom: 3px solid #1492ff;
}

.corner-bl {
    bottom: -2px;
    left: -2px;
    border-radius: 0 1rem 0 0;
    border-top: 3px solid #1433ff;
}

.corner-br {
    bottom: -2px;
    right: -2px;
    border-radius: 1rem 0 0 0;
    border-left: 2px solid #1492ff;
}

.zwhpanel{
    padding-bottom: 0px;
}

.zwhrow .col-lg-1{
    width:10% !important;
}
.zwhrow .col-lg-1 a{
    font-size: 14px;
    text-align: center;
    width: unset;
}

.zwhrow .col-lg-1 span {
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("https://ctma.oss-cn-beijing.aliyuncs.com/uploads/20260125/f02e6abf9c2232ba7e568f4f3eaef8ca.png");
    background-position: -15px -15px;
    background-repeat: no-repeat;
    /*background-size: 700px 140px;*/
}

.zwhrow .col-lg-1:nth-child(2) span {
    background-position: -115px -15px;
}

.zwhrow .col-lg-1:nth-child(3) span {
    background-position: -218px -15px;
}

.zwhrow .col-lg-1:nth-child(4) span {
    background-position: -315px -15px;
}

.zwhrow .col-lg-1:nth-child(5) span {
    background-position: -415px -15px;
}

.zwhrow .col-lg-1:nth-child(6) span {
    background-position: -515px -15px;
}

.zwhrow .col-lg-1:nth-child(7) span {
    background-position: -615px -15px;
}

.zwhrow .col-lg-1:nth-child(8) span {
    background-position: -715px -15px;
}

.zwhrow .col-lg-1:nth-child(9) span {
    background-position: -815px -15px;
}

.zwhrow .col-lg-1:nth-child(10) span {
    background-position: -915px -15px;
}

.zwhrow .col-lg-1:nth-child(11) span {
    background-position: -15px -115px;
}

.zwhrow .col-lg-1:nth-child(12) span {
    background-position: -120px -115px;
}

.zwhrow .col-lg-1:nth-child(13) span {
    background-position: -215px -115px;
}

.zwhrow .col-lg-1:nth-child(14) span {
    background-position: -315px -115px;
}

.zwhrow .col-lg-1:nth-child(15) span {
    background-position: -415px -115px;
}

.zwhrow .col-lg-1:nth-child(16) span {
    background-position: -515px -110px;
}

.zwhrow .col-lg-1:nth-child(17) span {
    background-position: -615px -115px;
}

.zwhrow .col-lg-1:nth-child(18) span {
    background-position: -715px -115px;
}

.zwhrow .col-lg-1:nth-child(19) span {
    background-position: -815px -115px;
}

.zwhrow .col-lg-1:nth-child(20) span {
    background-position: -915px -115px;
}

.zwhrow .col-lg-1:nth-child(21) span {
    background-position: -1015px -115px;
}

.zwhrow .col-lg-1:nth-child(22) span {
    background-position: -1015px -15px;
}

.vertical-timeline{
    height: 521px;
    overflow-x: hidden;
    overflow-y: auto !important;
    scrollbar-width: none;
    background: #fff;
    padding:20px !important;
    border-left:0 !important;
}

.vertical-timeline .title,
.vertical-timeline .action {
	color: #4bacff !important;
}

.vertical-timeline::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.vertical-timeline-content{
    border: 0 !important;
}


/*关于我们时间轴开始*/
#time-line-container .timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #c7e2f9;
}

#time-line-container .timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    z-index: 2;
    background: #1492ff;
}

#time-line-container .timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 20px;
    background: #fff;
    /* box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2); */
    /* box-shadow: 4px 13px 30px 1px rgba(20, 146, 255, 0.2); */
    border: 1px solid #1492ff;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

#time-line-container .timeline ul li div.content {
    border:0;
}

#time-line-container .timeline ul li div time {
    position: absolute;
    background: #1492ff;
    color:#fff;
    width: 80px;
    height: 30px;
    top: -15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
}

#time-line-container .timeline ul li div div {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#time-line-container .timeline ul li div div p {
    text-align: center;
}

#time-line-container .timeline ul li div .discovery {
    margin-right: 10px;
}

#time-line-container .timeline ul li:nth-of-type(odd) > div {
    left: 45px;
}

#time-line-container .timeline ul li:nth-of-type(even) > div {
    left: -439px;
}

#time-line-container .timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#time-line-container .timeline ul li:nth-of-type(odd) div {
    transform: translate3d(100px, -10px, 0) rotate(10deg);
}

#time-line-container .timeline ul li:nth-of-type(even) div {
    transform: translate3d(-100px, -10px, 0) rotate(10deg);
}

#time-line-container .timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}

#time-line-container .set-show-one-at-left{
    display: none;
}

@media screen and (max-width: 900px) {
    #time-line-container .timeline ul li div {
        width: 250px;
        flex-direction: column;
    }

    #time-line-container .timeline ul li div div {
        width: 80%;
        margin: 10px;
    }

    #time-line-container .timeline ul li:nth-of-type(even) > div {
        left: -289px;
    }
}

@media screen and (max-width: 600px) {

    #time-line-container .timeline ul li {
        margin-left: 20px;
    }

    #time-line-container .timeline ul li div {
        width: calc(100vw - 91px);
    }

    #time-line-container .timeline ul li:nth-of-type(even) > div {
        left: 45px;
    }
}

/*关于我们时间轴结束*/

.set-font{
    float:right;
}

.set-font a,
.set-font a:hover,
.set-font a:focus{
    color:inherit;
    margin-right: 10px;
}

.set-font a:last-child{
    margin-right: 0px;
}

.info-block-4-img{
    width:280px;
    height:180px;
    object-fit: cover;
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
    color: #333;
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label {
    color: #333;
}