﻿@charset "utf-8";
/* CSS Document */
/*2020.08.18 */
.main-center {
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

/*.container {*/
/*    width: 1400px;*/
/*}*/

.box {
    overflow: hidden;
    background-color: #ebebeb;
}

/*顶部弹出搜索样式*/
/*header-top*/
.header-top {
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}

.search-btn {
    font-size: 18px;
    float: none;
    cursor: pointer;
    width: 40px;
    text-align: center;
    height: 30px;
    color: #333;
}

.search-btn:hover {
    opacity: .9;
    text-decoration: none;
}

.search-box {
    float: right;
    margin-top: 48px;
    margin-right: 50px;
}


.search-box .close i {
    font-style: normal;
}

.search-form {
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 40px;
}

.search-form .form-text {
    border: 1px solid #c7c2c2;
    border-right: none;
    font-size: 12px;
    padding-top: 5px;
    width: 240px;
    padding-bottom: 5px;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    padding-left: 15px;
}

.search-form .form-text:focus {
    font-style: normal;
    /*border-bottom-color: var(--life_color);*/
}

.search-form .form-submit {
    background: none;
    border: 1px solid #c7c2c2;
    border-left: none;
    margin-left: -4.5px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--life_color);
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
}

.search-form .form-submit:hover {
    background: #aca5a5;
    color: #fff;
}

/*顶部弹出样式 end*/
.wc-top {
    min-height: 77px;
    background: #fff;
}

.logo {
    height: 140px;
    margin: 0 auto;
    line-height: 140px
}

/*.logo {*/
/*    padding-left: 0;*/
/*    display: inline-block;*/
/*}*/

/*.logo img {*/
/*}*/

.top-right {
    /*overflow: hidden;*/
    margin-top: 22px;
    padding-right: 0;
}

.top-right .lian a {
    font-size: 16px;
    padding-right: 22px;
    color: #333;
    font-weight: normal;
    text-decoration: none;
}

.top-right .lian a.china {
}

.top-right .lian a:hover {
    color: var(--life_color);
}

.bort {
    /*border-bottom: 1px solid #e3e3e3;*/
    /*padding-bottom: 18px;*/
    margin: 0;
}

.searchbg {
    background: url(../images/cn/search1.png) no-repeat right top;
    width: 198px;
    height: 37px;
}

.searchbg input.inp-text {
    width: 160px;
    padding-left: 15px;
    background: none;
    border: none;
    color: #fff;
    line-height: 35px;
}

.searchbg input.inp-but {
    cursor: pointer;
    width: 37px;
    height: 35px;
    background: none;
    border: none;
}

.searchbg ::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

.searchbg :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.searchbg ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.searchbg :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}


/*top end*/


.header-mini ul {
    /*转化为table 并且，宽度百分百，*/
    display: table;
    width: 100%;
}

.wc-menu ul li {
    line-height: 60px;
    position: relative;
    /*居中并且转为table-cell*/
    display: table-cell;
    /*float: left;*/
    list-style: none;
    text-align: center;
    /*padding-bottom: 10px;*/
}

.header-mini {
    background-image: url("../images/hebut_pics/header2.jpg");
    background-size: 100% 100%;
}

.wc-menu ul li.last {
    background: none;
}

.wc-menu ul li.last a {
    background: none;
}

.wc-menu ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    transition: all 0.2s;
    text-decoration: none;
    text-align: center;
}

.wc-menu ul li a img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
}

.wc-menu ul li a:hover img {
    margin-top: -5px;
}


.wc-menu ul li a i {
    display: block;
}

.wc-menu ul li a i.i2 {
    display: none;
}

/*.wc-menu ul li a.active, .wc-menu ul li a:hover, .wc-menu ul li a.move {*/
/*    color: var(--life_color);*/
/*}*/

.wc-menu ul li a:hover img, .wc-menu ul li a.active img, .wc-menu ul li a.move img {
    margin-top: -5px;
}


.wc-menu ul li a.selected,   .wc-menu ul li a.parent,   .wc-menu ul li a.move {
}


/*.wc-menu ul li a.active, .wc-menu ul li a.move, .wc-menu ul li a.selected, .wc-menu ul li a.parent {*/
/*    color: var(--life_color);*/
/*}*/

.wc-menu ul li .ernav {
    position: absolute;
    left: -40%;
    background: #fff;
    width: 180%;
    /*padding:0 10px;*/
    z-index: 11;
    display: none;
}

.wc-menu ul li .ernav ul {
    border: none;
}

.wc-menu ul li .ernav ul li {
    width: 100%;
    float: none;
    display: block; /*二级下拉有影响，需要转化为块状*/
    background: none;
    text-align: center;
    border: none;
    line-height: 30px;
    padding-bottom: 0;
}

.wc-menu ul li .ernav ul li:last-child {
    border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
    line-height: 42px;
    font-size: 16px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    color: #333;
    margin: 0;
    display: block;
    padding: 4px 2px;
    border: none;
    font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
    background: var(--life_color);
    color: #fff;
    border-bottom: none;
}

/*menu End*/


/*.menu-fixed {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    z-index: 11111;*/
/*    background: var(--life_color);*/
/*    margin: 0 auto;*/
/*    min-height: 40px;*/
/*!important;*/
/*    padding-top: 3px;*/
/*}*/

/*.menu-fixed ul li a {*/
/*    color: #fff;*/
/*}*/

/*.menu-fixed ul li a :hover {*/
/*    border: none;!important;*/
/*}*/

/*.menu-fixed ul li a i.i1 {*/
/*    display: none;*/
/*}*/

/*.menu-fixed ul li a i.i2 {*/
/*    display: block;*/
/*}*/

/*.menu-fixed ul li a:hover, .menu-fixed ul li a.active, .menu-fixed ul li a.move {*/
/*    color: #D9B1F4;*/
/*}*/


.banner {
    /*height: 692px;*/
    height: 800px;
    position: relative;
}

.bbg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../images/cn/hei.png) repeat-x left top;
    height: 100%;
    width: 100%;
    z-index: 1;
}

/* 本例子css */

.banner .b-tt {
    position: absolute;
    left: 0px;
    bottom: 90px;
    z-index: 3;
    width: 80%;
    overflow: hidden;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.banner .b-tt a {
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 20px;
    text-decoration: none;
}

.banner .swiper-wrapper .page {
    position: absolute;
    right: 0px;
    bottom: 50px;
    height: 50px;
    width: 100px;
    z-index: 1111;
}

.banner .swiper-wrapper .page {
    font-size: 20px;
    /* font-family: 'SourceHanSerifCN-Regular'; */
    color: #fff;
}

.banner .swiper-wrapper .page i {
    font-size: 72px;
    color: #fff;
    font-style: normal;
}

.banner .swiper-pagination {
    left: calc(50% - 75px);
    overflow: hidden;
    zoom: 1;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    padding: 9px;
    bottom: 36px;
    margin: auto;
}

.banner .swiper-pagination-bullet {
    margin: 0 6px;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    background: #c2d4da;
    cursor: pointer;
    color: transparent;
    border-radius: 100%;
    opacity: 1;
    margin: 0 5px !important;
}

.banner .swiper-pagination-bullet-active {
    background: var(--life_color);
}

.main-content {
    min-height: 400px;
    background: #fff url('../images/hebut_pics/article_bg.png') repeat-y;
    background-size: 100%;
    width: 100%
}


.nav-left {
    width: 15%;
    max-width: 200px;
}

.nav-left ul li {
    text-align: center;
    line-height: 40px;
    background-color: #f9f9f9;
}

.nav-left ul li a {
    font-size: 16px;
}

.nav-left ul .active-li, .nav-left ul li:hover {
    background-color: #ececec;
}

.nav-left ul li:hover a {
    color: #b887d4;
}

.nav-left .nav_menu_item_list li a {
    font-size: 14px;
}

.main-right-content {
    width: 80%;
    margin-top: 20px;
}

.nav-path, .nav-path a, .data-list2 li:hover a, .view-title {
    color: #b887d4 !important;
}

.nav-path {
    padding-bottom: 10px;
    border-bottom: 1px solid #b887d4;
}

.article-author {
    text-align: center;
    color: #aaa;
}

/*banner end*/


/*keyan*/

.yanjiubg {
    margin-top: 30px;
    min-height: 650px;
    position: relative;
}

.kebg {
    background: url(../images/cn/ntbg.jpg) no-repeat;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.pad73 {
    padding-top: 80px;
    z-index: 1;
    position: relative;
}

.key-top {
}

.key-top ul li {
    float: left;
    color: #fff;
    cursor: pointer;
    font-size: 32px;
    font-weight: bold;
    margin-right: 20px;
    padding-bottom: 5px;
}

.key-top ul li.active, .key-top ul li:hover {
    border-bottom: 2px solid #fff;
}


.box-one {
    min-height: 477px;
}

.box-one .ke-left {
    float: left;
    width: 200px;
    height: 367px;
    text-align: center;
}

.box-one .ke-left a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.box-one .ke-left a.prev {
    margin-bottom: 28px;
    margin-top: 140px;
}

.box-one .ke-left a img {
    cursor: pointer;
}

.box-one .ke-left .page {
    margin-top: 86px;
    width: 250px;
    font-size: 32px;
    color: var(--life_color);
}

.box-one .ke-left .page ul li {
    /*font-family: 'SourceHanSerifCN-Regular';*/
    font-weight: bold;
}

.box-one .ke-left .page ul li i {
    font-size: 80px;
    color: var(--life_color);
    font-style: normal;
    /*font-family: 'SourceHanSerifCN-Regular';*/
    /*border-bottom: 1px solid #fff !important;*/
    display: inline-block;
}

.not-swiper {
    margin-top: 35px;
    position: relative;
    margin-left: 0;
}

.not-swiper .swiper-button-next {
    position: absolute;
    right: -50px;
    top: 30%;
    z-index: 1;
    background: none;
}

.not-swiper .swiper-button-prev {
    position: absolute;
    left: -60px;
    top: 30%;
    z-index: 1;
    background: none;
}

.not-swiper .swiper-button-prev img {
    max-width: 1000%;
}

.not-swiper .swiper-button-next img {
    max-width: 1000%;
}


.not-swiper .swiper-container {
    padding-bottom: 50px;
}

.not-swiper .swiper-container .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.not-swiper .swiper-container .swiper-pagination-bullet-active {
    background: var(--life_color);
}


.not-swiper .li-date {
    width: 20%;
    /*border-right: 1px solid #bbb;*/
    /*font-family: 'SourceHanSerifCN-Regular';*/
}

.not-swiper .li-date p {
    /*font-size: 36px;*/
    text-align: center;
    font-size: 18px;
    color: white;
    line-height: 50px;
    background-color: var(--life_color);
    /*font-family: 'SourceHanSerifCN-Regular';*/
}

.not-swiper .li-date span {
    font-size: 18px;
    color: #757575;
    display: block;
    margin-top: 5px;
}

.not-swiper .li-tt {
    width: 77%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.not-swiper a {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    text-decoration: none;
}

.not-swiper a:hover .li-tt {
    color: var(--life_color);
}

.not-swiper .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}

.box-one .bd {
    margin-top: 10px;
}

.box-one .bd .new-more a {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    display: block;
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.box-one .bd ul {
}

.box-one .bd ul li {
    float: left;
    width: 360px !important;
    background: #fff;
    margin-right: 50px;
    box-shadow: 0px 2px 3px 0px #e8e5dc;
}

.box-one .bd ul li a {
    text-decoration: none;
    display: block;
}

.box-one .bd ul li .li-img {
    display: block;
    overflow: hidden;
}

.box-one .bd ul li .li-img img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.box-one .bd ul li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.box-one .bd ul li .li-tt {
    display: block;
    padding: 25px;
    height: 150px;
    color: white;
!important;
}

.box-one .bd ul li:hover .li-tt {
    background: var(--life_color);
}

.box-one .bd ul li:hover .li-tt p, .box-one .bd ul li:hover .li-tt i {
    color: #fff;
}


.box-one .bd ul li .li-tt i {
    display: block;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    color: var(--life_color);
    padding-bottom: 17px;
}

.box-one .bd ul li .li-tt p {
    font-size: 14px;
    color: #777;
    line-height: 21px;
}

/*yanjiu end*/


/*newsbg*/

.newsbg {
    min-height: 760px;
    padding: 80px 0 60px;
    background-color: #fff;
}

.new-left {
}

.new-left .li-img {
    overflow: hidden;
}

.new-left .li-img img {
    max-width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.new-left a:hover .li-img img {
    max-width: 100%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


.new-left .li-tt {
    background: var(--life_light_color);
    padding: 15px 22px;
    min-height: 300px;
}

.new-left a {
    text-decoration: none;
    color: #fff;
}

.new-left .li-tt {
}

.new-left .li-tt span.sp1 {
    font-size: 36px;
    color: #fff;
    display: block;
}

.new-left .li-tt span.sp2 {
    font-size: 18px;
    color: #fff;
    display: block;
}


.new-left .li-tt h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 20px;
    line-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-left .li-tt p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


/* 新闻动态 小屏 */
.da-fcon {
    padding: 0px 15px;
}

.da-fcon .da-info {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 4px solid var(--life_color);
    padding: 18px;
    margin-bottom: 30px;
    transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}

.da-fcon .da-info:hover {
    box-shadow: 0px 30px 20px -17px rgba(0, 0, 0, 0.4);
    transform: scale(1.02);
}

.da-fcon .da-info:hover .xue-pp a {
    color: var(--life_color);
}


.da-fcon .xue-date {
    width: 22%;
    text-align: center;
    margin-top: -5px;
}

.da-fcon .xue-date p {
    font-size: 32px;
    color: var(--life_color);
}

.da-fcon .xue-date span {
    font-size: 16px;
    color: var(--life_color);
}

.da-fcon .xue-pp {
    width: 76%;
}

.da-fcon .xue-pp a {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    text-decoration: none;
}

.da-fcon .xue-pp p {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 75px;
    -webkit-box-orient: vertical;
}

/* end */

.new-mid {
}

.new-mid .li-img {
    overflow: hidden;
}

.new-mid .li-img img {
    max-width: 100%;
    transition: all 1.5s;
    transform: scale(1.0);
}

.new-mid:hover .li-img img {
    max-width: 100%;
    transition: all 1.5s;
    transform: scale(1.2);
}


.new-mid .li-tt {
    background: var(--life_color);
    padding: 15px 22px;
    min-height: 338px;
}

.new-mid a {
    text-decoration: none;
    color: #fff;
}

img {
    max-width: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
}

.new-mid .li-tt {
}

.new-mid .li-tt span.sp1 {
    font-size: 36px;
    color: #fff;
    display: block;
}

.new-mid .li-tt span.sp2 {
    font-size: 18px;
    color: #fff;
    display: block;
}


.new-mid .li-tt h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 20px;
    line-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-mid .li-tt p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.pad4 {
    padding-top: 50px;
}


.nright1 {
    margin-bottom: 15px;
    background: var(--life_light_color);
}

.nright1 .n-img {
    width: 50%;
}

.nright1 .n-tt {
    padding: 10px 25px 15px;
    width: 50%;
    color: #fff;
}

.nright1 .n-tt span.sp1 {
    font-size: 32px;
    color: #fff;
    display: block;
    /*font-family: 'SourceHanSerifCN-Regular';*/
}

.nright1 .n-tt span.sp2 {
    font-size: 18px;
    color: #fff;
    display: block;
    /*font-family: 'SourceHanSerifCN-Regular';*/
}

.nright1 a {
    text-decoration: none;
}

.nright1 .n-img {
    overflow: hidden;
}

.nright1 .n-img img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nright1:hover .n-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


.nright1 .n-tt h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 23px;
    margin-top: 15px;
}

.nright1 .n-tt p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.nright2 {
}

.nright2 .ndate {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
}

.nright2 .ndate p.p1 {
    font-size: 36px;
}

.nright2 .ndate p.p2 {
    font-size: 18px;
}

.nright2 a {
    display: block;
    overflow: hidden;
}

.nright2 img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nright2 a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.nright2 .pp {
    position: absolute;
    bottom: 50px;
    left: 30px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/*studybg*/
.studybg {
    margin-top: 30px;
    background: #fff;
    min-height: 615px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
}

.study-header {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.study-imgList li {
    display: inline-block;
    width: 49%;
    height: 220px
}

.study-imgList li img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 180px;
    width: 95%;
    object-fit: fill;
}

.study-imgList li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.study-imgList li a:hover .study-header {
    color: var(--life_light_color);
}

.study-imgList-item > div {
    overflow: hidden;
}

.study-list li {
    margin-bottom: 5px;
}

.study-list .study-header {
    max-width: 80%;
}

.study-imgList .study-header {
    margin: 16px 0;
}

.study-list-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 14px 10px;
    transition: 0.5s;
}

.study-list-item p {
    color: #b4b3b5;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.study-list li a:hover .study-list-item {
    -moz-box-shadow: 0 0 15px #ddd;
    -webkit-box-shadow: 0 0 15px #ddd;
    box-shadow: 0 0 15px #ddd;
}

.new-top .nt2 {
    /*color: #fff !important;*/
}

.new-top .nt2 a {
    /*color: #fff !important;*/
}

.study-li {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transition: all 0.2s linear;
}


.study-li .li-img {
}

.study-li .li-img img {
    width: 100%;
    height: 188px;
}


.study-li .li-img .hh {
    position: absolute;
    left: 0px;
    bottom: 30px;
    background: rgba(255, 255, 255, 0.5);
    line-height: 60px;
    width: 80%;
}

.study-li .li-img .hh p {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    padding-left: 30px;
}

.study-li .li-tt {
    background: var(--life_color);
    color: #fff;
    padding: 20px 20px;
}

.study-li .li-tt h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    line-height: 30px;
    height: 60px;
}

.study-li .li-tt p {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.study-li .li-tt a {
    text-decoration: none;
}

.study-li:hover {
    box-shadow: 2px 19px 20px -11px rgba(0, 0, 0, 0.64);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    transform: scale(1.05);
    cursor: pointer;
}

.study-swiper .swiper-container {
    padding-bottom: 50px;
}

.study-swiper .swiper-container .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.study-swiper .swiper-container .swiper-pagination-bullet-active {
    background: var(--life_color);
}

.study-swiper .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}


.study-swiper .swiper-button-prev {
    position: absolute;
    left: -60px;
    top: 40%;
    z-index: 1;
    background: none;
}

.study-swiper .swiper-button-next {
    position: absolute;
    right: -50px;
    top: 40%;
    z-index: 1;
    background: none;
}

.study-swiper .swiper-button-next img {
    max-width: 1000%;
}

.study-swiper .swiper-button-prev img {
    max-width: 1000%;
}

.new-left .swiper-button-next {
    position: absolute;
    right: 0px;
    top: -25px;
    z-index: 1;
    background: none;
}

.new-left .swiper-button-prev {
    position: absolute;
    right: 50px;
    top: -25px;
    left: inherit;
    z-index: 1;
    background: none;
}

.new-left .swiper-button-next img {
    max-width: 100%;
}

.new-left .swiper-button-prev img {
    max-width: 100%;
}

.new-left .swiper-button-prev2 {
    position: absolute;
    left: -60px;
    top: 50%;
    z-index: 1;
}

.new-left .swiper-button-next2 {
    position: absolute;
    right: -675px;
    top: 50%;
    z-index: 1;
}

.swiper-button-next2.swiper-button-disabled, .swiper-button-prev2.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

/*noticebg*/
.noticebg {
    margin-top: 30px;
    background: #ebebee;
    min-height: 375px;
    padding-top: 50px;
}


.tongxs {
    margin-top: 30px;
    margin-bottom: 40px;
    background: #fff;
    padding: 20px;
    border-bottom: 4px solid var(--life_color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.tongxs ul li a {
    color: #333;
    margin-top: 25px;
    display: block;
    text-decoration: none;
    transition: all 0.2s linear;
}

.tongxs ul li a:hover .h {
    color: var(--life_color);
    transition: all 0.2s linear;
}

.tongxs ul li:first-child a {
    margin-top: 0;
}

.tongxs ul li .h {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 0;
}

.tongxs ul li .date {
    background: #fff;
    margin-top: 10px;
    position: relative;
}

.tongxs ul li .date span {
    background: #eeebea;
    padding: 3px 10px;
    display: inline-block;
    position: relative;
    color: var(--life_color);
    font-style: italic;
}

.tongxs ul li .date:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: 1px solid #eee;
    transition: all 0.3s ease-out 0s;
}


.new-top {
}

.new-top .new-tit {
    font-size: 30px;
    color: #333;
    /*border-bottom: 2px solid var(--life_color);*/
}

.new-tit > a > span {
    color: #676769;
    font-size: 24px;
    font-family: Arial;
}

.new-top .new-tit a:after {
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*width: 0px;*/
    /*bottom: -10px;*/
    /*!*background: var(--life_color);*!*/
    /*color: #fff;*/
    /*z-index: 0;*/
    /*-webkit-transition: all .4s;*/
    /*-o-transition: all .4s;*/
    /*transition: all .4s;*/
    /*height: 5px;*/
}


.new-top .new-tit a {
    color: var(--life_light_color);
    text-decoration: none;
    transform: scale(1.00);
    display: inline-block;
}

.research .new-top .new-tit a {
    color: #af90dc;
}

.studybg .new-top .new-tit a {
    color: #463da5;
}

.new-top .new-tit a:hover {
    /*transition: all 0.2s linear;*/
    /*color: var(--life_color);*/
}

.new-top .new-tit a:hover:after {
    width: 100%;
}

.nt2 a:after {
    background: #fff !important;
}

.newsbg .new-tit a:after {
    /*background: var(--life_color) !important;*/
}

.newsbg .new-tit a:hover {
    /*color: var(--life_color) !important;*/
}

.new-more {
    margin-top: 42px;
}


.new-top .new-more a {
    font-size: 14px;
    color: var(--life_light_color);
    display: block;
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline;
    white-space: nowrap;
    margin-top: 10px;
}

.research .new-top .new-more a {
    color: #af90dc;
}

.studybg .new-top .new-more a {
    color: #463da5;
}

.new-top .new-more :hover, .research .new-top .new-more a:hover {
    color: var(--life_color);
}

.studybg .new-top .new-more a:hover {
    color: var(--life_light_color);
}

/*倒计时*/
.daojs {
    background: url(../images/hebut_pics/bg_pic2.jpg) no-repeat center center;
    min-height: 240px;
    padding: 20px 0;
    background-size: cover;
}

.daojs .digital .dldiv {
    /*float: left;
width: 195px;
text-align: left;*/
    margin: 15px 0;
    /*padding: 0;*/
    text-align: center;
}

.daojs .digital .dldiv h4 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    /*font-family: 'SourceHanSerifCN-Regular';*/
}

.daojs .digital .dldiv span {
    font-size: 20px;
    color: #fff;
    display: inline-block;
}

.daojs .digital .dldiv p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 4px;
}


/**/
.footer {
    /*background: #1f8a7b url(../images/cn/fbg.jpg) no-repeat center bottom;*/
    background: url("../images/hebut_pics/footer.jpg") no-repeat;
    min-height: 297px;
    padding: 65px 0 10px;
    background-size: cover;
}

.footer h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    border-bottom: 2px solid #af83d6;
    padding-bottom: 10px;
}

.footer ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 31px;
    float: left;
    display: block;
    width: 50%;
}

.footer ul li a:hover {
    color: #D9B1F4;
}

.footer-dots {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #af83d6;
    display: inline-block;
    margin-right: 8px
}

.f-left p {
    font-size: 16px;
    color: #fff;
    line-height: 31px;
}

.f-copy {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding-top: 74px;
}


/*.wc-copyEnd*/

@media (min-width: 1400px) {

    .container {
        width: 1400px;
    }
}

@media (min-width: 1570px) {
    /*.container{
	width:1366px;
     }*/

}

@media (min-width: 1299px) {
    .not-swiper .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        /*display: none;*/
    }
}


@media (max-width: 1299px) {
    .not-swiper .swiper-button-prev {
        display: none;
    }

    .not-swiper .swiper-button-next {
        display: none;
    }

    .study-swiper .swiper-button-prev {
        display: none;
    }

    .study-swiper .swiper-button-next {
        display: none;
    }

    .new-left .swiper-button-prev2 {
        display: none;
    }

    .new-left .swiper-button-next2 {
        display: none;
    }
}

@media (max-width: 1200px) {
    .footer ul li a {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
}

@media (max-width: 1200px) {
    .col-md-offset-4 {
        margin-left: 0;
    }
}


@media (min-width: 1100px) and (max-width: 1200px) {
}


@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .studybg {
        padding: 40px 0;
    }

    .new-mid .li-tt h4, .new-left .li-tt h4 {
        margin: 10px 0;
    }

    .new-left .li-tt, .new-mid .li-tt {
        min-height: 320px;
    }

    .newsbg {
        padding: 40px 0 60px;
        min-height: 300px;
    }

    .not-swiper .swiper-container {
        padding-bottom: 60px;
    }
}


@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .wc-menu ul li a, .wc-menu ul li .ernav ul li a {
        font-size: 14px;
    }


    .wc-menu ul li {
        line-height: 40px;
    }

    .banner .b-tt {
        bottom: 55px;
    }

    .banner .swiper-pagination {
        bottom: 10%;
    }

    .banner .swiper-wrapper .page {
        bottom: 40px;
    }

    .banner .b-tt a {
        font-size: 28px;
    }

    .banner .swiper-wrapper .page i {
        font-size: 36px;
    }

    .box-one .ke-left .page ul li i {
        font-size: 40px;
    }

    .pad73 {
        padding-top: 50px;
    }

    .nright1 .n-tt h4 {
        margin: 5px 0;
        line-height: 27px;
    }

    .new-top .new-tit {
        font-size: 32px;
    }

    .newsbg {
        min-height: 400px;
    }

    .new-left .li-tt h4, .new-mid .li-tt h4 {
        margin: 10px 0;
    }

    .new-left .li-tt, .new-mid .li-tt {
        min-height: 300px;
    }

    .nright2 .pp {
        left: 10px;
        width: 90%;
    }

    .studybg {
        min-height: 300px;
        padding: 40px 0;
    }

    .study-li .li-img .hh {
        line-height: 30px;
    }

    .study-li .li-img .hh p {
        padding-left: 10px;
        font-size: 18px;
    }

    .daojs .digital .dldiv {
        margin: 20px 0;
    }

    /*.kebg {*/
    /*    width: 70%;*/
    /*}*/
}

@media (max-width: 991px) {
    .study-li {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
    body {
        border-top: none;
    }

    .banner {
        height: auto;
    }

    .navbar {
        margin-top: 0;
    }

    .logo1 img {
        max-width: 90%;
        padding-top: 10px;
    }

    .searchbg {
        background: url(../images/cn/search.png) no-repeat right top;
        width: 211px;
        height: 42px;
    }

    .searchbg input.inp-text {
        width: 160px;
        padding-left: 15px;
        background: none;
        border: none;
        color: #333;
        line-height: 40px;
    }

    .searchbg input.inp-but {
        cursor: pointer;
        width: 37px;
        height: 42px;
        background: none;
        border: none;
    }


    .banner .swiper-wrapper .page {
        display: none;
    }

    .banner .b-tt {
        bottom: 36px;
        width: 100%;
    }

    .banner .swiper-pagination {
        bottom: 10%;
    }

    .banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .banner .b-tt a {
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .yanbg {
        min-height: 300px;
        padding: 20px 0;
        background: #f5f9f8;
    }

    .new-top .new-tit {
        font-size: 26px;
    }

    .new-top .new-more a {
        width: 60px;
        height: 30px;
        line-height: 30px;
    }


    .jiao-con {
        margin: 20px 0;
    }


    .jiao-con span.li-img {
        display: block;
    }

    .jiao-con span.li-img img {
        width: 110%;
    }

    .jiao-con .li-tt {
        display: block;
        padding: 20px 25px 30px;
        background: #fff;
    }


    .jiao-con .li-tt span {
        display: block;
        background: #003064;
        position: absolute;
        left: 0px;
        top: 0;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        padding: 4px 20px;
    }

    .jiao-con .li-tt i {
        display: block;
        font-style: normal;
        font-size: 16px;
        font-weight: bold;
        color: var(--life_color);
        padding-bottom: 10px;
    }

    .jiao-con a {
        text-decoration: none;
        display: block;
        /* border: 1px solid #00f; */
        width: 98%;
        margin: auto;
    }

    .jiao-con .li-tt p {
        font-size: 14px;
        color: #777;
        line-height: 21px;
    }

    .jiao-con .swiper-pagination-bullet-active {
        background: var(--life_color);
    }

    .newsbg {
        min-height: 300px;
        padding: 20px 0 30px 0;
    }

    .pad4 {
        padding-top: 20px;
    }

    .nright2 .ndate {
        left: 10px;
    }

    .nright2 .ndate p.p1 {
        font-size: 26px;
    }

    .nright2 .pp {
        font-size: 16px;
        bottom: 10px;
        left: 10px;
    }

    .new-left .li-img img {
        width: 100%;
    }

    .new-mid {
        margin: 20px 0;
    }

    .new-mid .li-img img {
        width: 110%;
    }

    .new-left .li-tt {
        min-height: 200px;
        padding: 15px;
    }

    .new-left .li-tt span.sp1 {
        font-size: 26px;
    }

    .new-left .li-tt span.sp2 {
        font-size: 16px;
    }

    .new-left .li-tt h4 {
        margin: 10px 0;
        line-height: 28px;
    }

    .new-mid .li-tt {
        min-height: 200px;
        padding: 15px;
    }

    .new-mid .li-tt span.sp1 {
        font-size: 26px;
    }

    .new-mid .li-tt span.sp2 {
        font-size: 16px;
    }

    .new-mid .li-tt h4 {
        margin: 10px 0;
        line-height: 28px;
    }

    .nright1 .n-img {
        width: 100%;
        float: none;
    }

    .nright1 .n-img img {
        width: 110%;
    }

    .nright1 .n-tt {
        width: 100%;
        float: none;
        min-height: 200px;
        padding: 15px 15px 20px;
    }

    .nright1 .n-tt span.sp1 {
        font-size: 26px;
    }

    .nright1 .n-tt span.sp2 {
        font-size: 16px;
    }

    .nright1 .n-tt h4 {
        margin: 10px 0;
        line-height: 28px;
    }

    .studybg {
        min-height: 300px;
        padding: 20px 0;
    }

    .new-top .nt2 {
        padding-top: 0;
    }

    .jiao2-con {
        padding-top: 20px;
    }

    .jiao2-con .swiper-container {
        padding-bottom: 40px;
    }

    .jiao2-con .swiper-pagination-bullet-active {
        background: var(--life_color);
    }

    .jiao2-con .li-img {
    }

    .jiao2-con .li-img img {
        width: 100%;
    }

    .jiao2-con .li-tt {
        background: var(--life_color);
        color: #fff;
        padding: 20px 20px;
    }

    .jiao2-con .li-tt h4 {
        font-size: 18px;
        color: #fff;
        margin-bottom: 5px;
    }

    .jiao2-con .li-tt p {
        font-size: 14px;
        color: #fff;
        display: block;
        line-height: 26px;
    }

    .jiao2-con .li-tt a {
        text-decoration: none;
    }

    .jiao2-con .li-img .hh {
        position: absolute;
        left: 0px;
        bottom: 30px;
        background: rgba(255, 255, 255, 0.5);
        line-height: 60px;
        width: 80%;
    }

    .jiao2-con .li-img .hh p {
        font-size: 22px;
        font-weight: bold;
        color: #333;
        padding-left: 30px;
    }

    .noticebg {
        min-height: 300px;
        padding: 30px 0 0;
    }


    .daojs .digital .dldiv {
        margin: 20px 0;
    }


    .footer {
        padding: 15px 0;
    }

    .footer h4 {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .f-er {
        padding-top: 20px;
    }

    .f-copy {
        padding-top: 20px;
    }

    .footer ul li a {
        font-size: 14px;
    }

    .f-left p {
        font-size: 14px;
    }

    .main-right-content {
        width: 90%;
    }
}

.li-img > img {
    width: 350px;
    height: 220px;
}

.top_div {
    background-color: var(--life_color);
    color: white;
    padding: 10px;
    padding-left: 32px;
}

.sub_title {
    border-bottom: 2px solid var(--life_light_color);
}

.research .sub_title {
    border-bottom: 2px solid #af90dc;
}

.studybg .sub_title {
    border-bottom: 2px solid #463da5;
}

.noticebg .sub_title {
    border-bottom: 2px solid var(--life_color);
}

.noticebg .sub_title a {
    color: var(--life_color);
}

.noticebg .new-top .new-more a {
    color: var(--life_color);
}

.noticebg .new-top .new-more a:hover {
    color: var(--life_light_color);
}

.sub_title_en {
    font-size: 17px;
    color: var(--life_light_color);
}

.research .sub_title_en, .research .sub_title {
    color: #af90dc;
}

.studybg .sub_title_en, .research .sub_title {
    color: #463da5;
}

.noticebg .sub_title_en {
    font-size: 17px;
    color: var(--life_color);
}

