body {
  margin: 0;
  padding: 0;
  background: url(../img/bg-1.jpg);
  background-size: cover;
}

.shaded_block {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 120px;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.36) 55%, rgba(0, 0, 0, 0.50) 100%);
}


#carouselExampleIndicators .downward {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

#carouselExampleIndicators .downward:hover {
  color: #fee285;
}

#carouselExampleIndicators .carousel-indicators {
  margin-bottom: 40px;
}

#carouselExampleIndicators .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #4C457B;
  border-radius: 50%;
  opacity: 1;
  margin-left: 8px;
  margin-right: 8px;
}

#carouselExampleIndicators .carousel-indicators li.active {
  background-color: #FEE285;
  opacity: 1;
}

/* pc端 */
@media (min-width: 992px) {
  #carouselExampleIndicators {
    position: relative;
    padding-top: 25%;
  }

  #carouselExampleIndicators .bc_btn {
    position: absolute;
    opacity: 1;
    width: 80px;
    height: 32px;
    left: 70px;
    bottom: 50px;
    top: auto;
  }
}

/* 移动端-窄屏 */
@media (max-width: 991px) {
  #carouselExampleIndicators {
    position: relative;
    padding-top: 0%;
  }

  #carouselExampleIndicators .bc_btn {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    opacity: 1;
  }

  .bc_btn:hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    opacity: 1;
  }
}

.arrow-btn .btn_anniu {
  width: 32px;
  height: 32px;
  opacity: 0.4;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6a5ea5;
  position: absolute;
  top: 25%;
  left: 0%;
  border: 0.5px solid #fee285;
  border-radius: 50%;
  z-index: 999;
}

.arrow-btn .btn_anniu:hover {
  opacity: 1;
}

.arrow-btn .left {
  width: 14px;
  height: 14px;
}

.arrow-btn .btn_right {
  width: 32px;
  height: 32px;
  opacity: 0.4;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6a5ea5;
  position: absolute;
  top: 25%;
  right: 0%;
  border: 0.5px solid #fee285;
  border-radius: 50%;

  z-index: 999;
}

.arrow-btn .btn_right:hover {
  opacity: 1;
}

.arrow-btn .right {
  width: 14px;
  height: 14px;
}


.go_top {
  position: fixed;
  right: 24px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  opacity: 1;
  background: #4E437F;
  box-sizing: border-box;
  border: 1px solid #F9E6B8;
  z-index: 10000;
  color: #F9E6B8;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .bc_box {
    width: 33.75%;
    height: 100%;
    opacity: 1;
    background-color: rgba(115, 70, 133, 0.74);
    backdrop-filter: blur(0px);
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px 70px;
    background-position: center;
    background-size: contain;
  }

  .img_introduce {
    position: absolute;
    bottom: 0px;
    z-index: 99;
    padding: 40px 50px 32px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.50) 54%, rgba(0, 0, 0, 0.30) 79%, rgba(0, 0, 0, 0.00) 100%);
  }

  .introduce_top {
    opacity: 1;

    font-family: PingFang SC;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0px;

    color: #ffffff;
    margin-bottom: 14px;
  }

  .introduce_bottom {
    opacity: 1;

    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0px;

    color: #ffffff;
  }

  .science_btnRight {
    width: 48px;
    height: 48px;
    opacity: 0.4;
    background: #6a5ea5;
    border: 0.5px solid #fee285;
    /* position: absolute; */
    border-radius: 50%;
    /* left: -100px; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-inner {
    height: 100%;
    position: absolute;
    top: 0px;
  }
}


@media (max-width: 1199px) {
  .bc_con .content {
    display: none !important;
  }
}

/* 窄屏时背景颜色为红色 */
@media (max-width: 767px) {
  #carouselExampleIndicators .carousel-indicators {
    margin-bottom: 10px;
  }

  .bc_box {
    width: 100%;
    height: 38px;
    padding: 8px 16px;
    opacity: 1;
    background-color: rgba(115, 70, 133, 0.74);
    backdrop-filter: blur(0px);
    position: absolute;
    left: 0%;
    top: 100%;
    background-position: center;
    background-size: 120%;
  }

  .more-img_introduce {}

  #carouselExampleIndicators .carousel-inner {
    margin-bottom: 36px;
    overflow: visible;
  }

  .banner-inner {
    height: auto;
  }

  .banner-inner .carousel-item {
    height: 0;
    padding-top: 37%;
  }
}

.bc_line {
  width: 100%;
  height: 4px;
  opacity: 1;
  background: #fee285;
}

.bc_con {
  position: relative;
  height: calc(100% - 56px);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

.bc_con .title {
  opacity: 1;
  font-family: "philosopher-regular", "楷体", "STKaiti", "STKaitiSC-Black";
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  width: inherit;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;

  max-height: 108px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.bc_con .content {
  opacity: 1;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  width: inherit;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;

  margin-top: 16px;
  max-height: 60px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

@media (max-width: 991px) {
  .bc_con {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .bc_con .title {
    opacity: 1;
    font-family: "philosopher-regular", "楷体", "STKaiti", "STKaitiSC-Black";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
    width: inherit;
    white-space: normal;
  word-break: break-word;
    word-wrap: break-word;

    max-height: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}



.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}


.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;

  background: #4E369E;

  margin-left: 4px;
  margin-right: 4px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DCB675;
}

.news {
  width: 100%;

  opacity: 1;
  background: #7068a5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.science_tu.short-graph {
  width: 100%;
  padding-top: 61.6%;
}

.science_tu.long-graph {
  width: 100%;
  padding-top: 150%;
}

.science_tu {
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}

.science_tu:hover {
  transform: scale(1.06);
}

.science_tu img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* .science_tu img:hover {
  transform: scale(1.2);
  object-fit: cover;
} */

.science_title {
  text-decoration: none !important;
  opacity: 1;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333;
  width: inherit;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 8px;
}

.science_title:hover {
  color: #AD8919;
  text-decoration: none !important;
}

.science_txt,
.science_box {
  color: #666;
  text-decoration: none !important;
  opacity: 1;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  width: inherit;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 8px;
}



.science_deta {
  width: 100%;
  height: 20px;
  opacity: 1;
  margin-bottom: 8px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  flex-direction: row;

  color: #AD8919;
}

.science_deta_left {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.science_deta_right {
  /* width: 99px; */
  height: 20px;
  opacity: 1;

  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;

  /* color: #4e369e; */
}

/* pc端 */
@media (min-width: 992px) {
  .news-content-box {
    height: 600px;
  }

  .news {
    padding-top: 54px;
    padding-bottom: 80px;
  }

  /* .move-news {
    display: none;
  } */


  .news_cons {
    width: 94%;
    height: 80%;
    margin-left: 34px;
  }

  .news_left {
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .news_more {
    width: 50px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .research_institute {
    width: 130px;
    height: 36px;
    opacity: 1;
    line-height: 36px;
    font-family: PingFang SC;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;

    color: #fee285;
  }

  .news_right {
    width: 65%;
    height: 100%;
    /* background-color: red; */
    position: relative;
    overflow: hidden;
  }

  .news_img {
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
  }

  .culture {
    width: 100%;
    height: 584px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    /* background: url(WechatIMG86.jpeg); */
  }

  .culture_left {
    width: 50%;
    height: 584px;
    background-color: red;
    overflow: hidden;
    padding: 0px;
  }

  .culture_right {
    width: 50%;
    height: 584px;
    display: flex;
    justify-content: center;
  }

  .culture_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transform: scale(1.4); */
  }

  .culture_con {
    width: 75%;
    height: 70%;
    margin-top: 86px;
  }

  .science {
    width: 100%;
    height: 610px;
    padding-top: 53px;
    position: relative;
    overflow: hidden;
  }

  .science_bottom {
    /* width: 5020px; */
    height: 380px;
    /* position: absolute; */
    margin-top: 40px;
    /* display: flex; */
    /* justify-content: space-between; */
    /* overflow: hidden; */
  }

  .science_box {
    width: 389px;
    height: 380px;
    opacity: 1;
    background: #f7f6f3;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    margin-right: 32px;
    text-align: center;
  }

  .science_line {
    width: 389px;
    height: 6px;
    opacity: 1;

    background: #f5da87;
  }



  .news_bottom {
    width: 100%;
    height: 610px;
    /* display: flex; */
    flex-direction: row;
    margin-top: 29px;
  }

  .news_top {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    /* line-height: 50px; */
    border-bottom: 0.5px solid #C7B593;
  }

  .news_top .arrow {
    margin-top: -10px;
  }

  .news_more {
    width: 50px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .news_more:hover {
    color: #e7b741;
  }

  .news_moreTwo {
    width: 15px;
    height: 15px;
    opacity: 1;
  }

  .news_box {
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: row;
    border-bottom: 0.5px solid #c7c1c1;
    position: relative;
    background-color: #fff;
  }

  .news_box:hover .news_text,
  .news_box.active .news_text {
    width: calc(62% + 30px);
    background-color: #4c457b;
    z-index: 3;
    border-top: 1px solid #fee285;
    border-right: 1px solid #fee285;
    border-bottom: 1px solid #fee285;

    transition: all 0.3s;
    /* 添加过渡效果 */
  }

  .news_box:hover .news_txt,
  .news_box.active .news_txt {
    color: #fee285;
  }

  .news_box:hover .news_data,
  .news_box.active .news_data {
    color: #fee285;
  }

  .news_box:hover .news_icon,
  .news_box.active .news_icon {
    width: 38%;
    height: 100%;
    /* background-color: violet; */
    border-top: 1px solid #fee285;
    border-left: 1px solid #fee285;
    border-bottom: 1px solid #fee285;
    position: absolute;
  }

  .news_icon {
    width: 38%;
    height: 100%;
    /* background-color: violet; */
    position: absolute;
    object-fit: cover;
  }

  .news_text {
    width: 62%;
    height: 100%;
    /* background-color: khaki; */
    position: absolute;
    left: 38%;
  }

  .news_data {
    width: 90%;
    height: 16px;
    opacity: 1;
    margin-left: 5%;
    margin-top: 27px;
    margin-bottom: 8px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;

    color: #999999;
  }

  .news_txt {
    width: 90%;
    height: 48px;
    margin-left: 5%;
    color: #333;
    white-space: normal;
    /*允许文本自动换行*/
    word-wrap: break-word;
    /*超出部分自动换行*/
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /*超出部分使用...代替*/
  }

  .news-tab-content {
    height: 100%;
    overflow: hidden;
  }

  .news-tab-content .tab-pane {
    height: 100%;
  }

  .news_rightBox {
    position: absolute;
  }

  .news_img:hover {
    transform: scale(1.2);
    /* 鼠标移入时让盒子放大 */
    object-fit: cover;
  }

  .science_btnLeft {
    width: 48px;
    height: 48px;
    opacity: 0.4;
    background: #6a5ea5;
    border: 0.5px solid #fee285;
    /* position: absolute;
    left: -170px; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .science_btnLeft:hover {
    opacity: 1;
  }

  .science_btnRight {
    width: 48px;
    height: 48px;
    opacity: 0.4;
    background: #6a5ea5;
    border: 0.5px solid #fee285;
    /* position: absolute; */
    border-radius: 50%;
    /* left: -100px; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .science_btnRight:hover {
    opacity: 1;
  }
}

/* 移动端-窄屏 */
@media (max-width: 767px) {
  .news-content-box {
    height: 500px;
  }

  .news {
    padding-top: 54px;
  }

  .move-news_con {
    width: 84%;
    height: 90%;
  }

  .news_con {
    width: 100%;
    height: 90%;
  }

  .news_cons {
    width: 85%;
    height: 90%;
  }

  .move-news {
    width: 100%;
    opacity: 1;
    background: #7068a5;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 144px; */
  }

  .news_img {
    width: 100%;
    height: 220px;
    transition: all 1s;
    object-fit: cover;
  }

  .move-news_left {
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
  }

  .move-research_institute {
    width: 130px;
    height: 36px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0em;

    color: #fee285;
  }

  .research_institute {
    width: 130px;
    height: 36px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0em;

    color: #fee285;
  }

  .move-news_moreOne {
    width: 32px;
    opacity: 1;
    text-align: center;
    font-family: Georgia;
    font-size: 12px;
    font-weight: normal;

    letter-spacing: 0px;
    margin-right: 5px;
    color: #fff;
  }

  .news_moreOne {
    height: 19px;
    opacity: 1;
    text-align: center;
    line-height: 19px;
    font-family: Georgia;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0px;
    margin-right: 5px;
    color: #fff;
  }

  .move-news_more {
    width: 50px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-top: 8px;
  }

  .move-news_right {
    width: 100%;
    height: 220px;
    display: flex;
    flex-direction: column;
  }

  .move-news_top {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    line-height: 50px;
    border-bottom: 0.5px solid #C7B593;
  }

  .news_top {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    /* line-height: 50px; */
    border-bottom: 0.5px solid #C7B593;
  }

  .move-news_more {
    width: 50px;
    /* height: 36px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .news_more {
    width: 50px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .move-news_moreTwo {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin-bottom: 2px;
  }

  .news_moreTwo {
    width: 12px;
    height: 12px;
    opacity: 1;
  }

  .move-news_box {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #c7c1c1;
    position: relative;
  }

  .move-news_box:hover .news_text {
    width: 73%;
    background-color: #4c457b;
    z-index: 3;
    border-top: 1px solid #fee285;
    border-right: 1px solid #fee285;
    border-bottom: 1px solid #fee285;

    transition: all 0.3s;
    /* 添加过渡效果 */
  }

  .move-news_box:hover .news_txt {
    color: #fee285;
  }

  .move-news_box:hover .news_data {
    color: #fee285;
  }

  .move-news_box:hover .news_icon {
    width: 38%;
    height: 100%;
    /* background-color: violet; */
    border-top: 1px solid #fee285;
    border-left: 1px solid #fee285;
    border-bottom: 1px solid #fee285;
    position: absolute;
  }

  .move-news_icon {
    width: 38%;
    height: 100%;
    /* background-color: violet; */
    position: absolute;
    object-fit: cover;
  }

  .move-news_text {
    width: 62%;
    height: 100%;
    /* background-color: khaki; */
    position: absolute;
    left: 38%;
  }

  .move-news_data {
    width: 90%;
    height: 16px;
    opacity: 1;
    margin-left: 5%;
    margin-top: 27px;
    margin-bottom: 8px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;

    color: #999999;
  }

  .move-news_txt {
    width: 90%;
    height: 48px;
    margin-left: 5%;
    white-space: normal;
    /*允许文本自动换行*/
    word-wrap: break-word;
    /*超出部分自动换行*/
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /*超出部分使用...代替*/
  }

  .news_rightBox {
    position: absolute;
  }

  .news_img:hover {
    transform: scale(1.2);
    /* 鼠标移入时让盒子放大 */
    object-fit: cover;
  }

  .culture {
    width: 100%;
    opacity: 1;
    display: flex;
    flex-direction: column;
  }

  .culture_left {
    width: 100%;

    overflow: hidden;
  }

  .culture_right {
    width: 100%;
    /* height: 584px; */
    display: flex;
    justify-content: center;
  }

  .culture_img {
    width: 100%;
    height: 100%;
  }

  .col-md-6 {
    padding: 0px;
  }

  .culture_con {
    width: 75%;
    height: 70%;
    margin-top: 44px;
  }

  .science {
    width: 100%;
    height: 610px;
    padding-top: 53px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

  .science_bottom {
    height: 380px;
    /* position: absolute; */
    margin-top: 40px;
    display: flex;
    overflow: hidden;
  }

  .science_box {
    width: 280px;
    height: 380px;
    opacity: 1;
    background: #f7f6f3;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    margin-right: 16px;
    text-align: center;
  }

  .science_line {
    width: 100%;
    height: 6px;
    opacity: 1;

    background: #f5da87;
  }



  .move-news_bottom {
    width: 100%;

    display: flex;
    flex-direction: row;
    margin-top: 29px;
    display: flex;
    flex-direction: column;
  }

  .date_two {
    margin: 12px 0px;

    font-family: PingFangSC-Regular;
    font-size: 12px;

    color: #fee285;
  }

  .introduce_top {
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 12px;
    color: #fee285;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .introduce_bottom {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-weight: normal;

    color: #fee285 !important;
    margin-bottom: 42px;
  }

  .science_btnLeft {
    display: none;
  }

  .science_btnRight {
    display: none;
  }

  .lun_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.index-recommend dl,
.index-recommend dd {
  margin-bottom: 0px;
}



.culture_xuesheng {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.culture_xuesheng_left {
  height: 36px;
  opacity: 1;

  font-family: PingFang SC;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  color: #4e369e;
}

.culture_more {
  display: flex;
  align-items: center;
}

.culture_moreOne {
  /* width: 32px; */
  height: 19px;
  opacity: 1;

  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  text-align: right;
  letter-spacing: 0px;
}

.culture_moreTwo {
  /* Vector */

  width: 15px;
  height: 15px;
  opacity: 1;
  margin-left: 5px;
  background: #bbae98;
}

.culture_list {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  word-wrap: break-word;
  word-break: break-word;
}

.culture_list_left {
  /* width: 475px; */
  opacity: 1;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  margin-top: 16px;
  /* color: #333333; */
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-right: 50px;
}

.culture_line {
  width: 100%;
  height: 1px;
  opacity: 0.8;

  border: 1px dashed #bbae98;
}

.culture_list_right {
  width: 20px;
  height: 20px;
  opacity: 1;
  margin-top: 25px;
  /* background: #4e437f; */
}

.chunk {
  padding-top: 30px;
  padding-bottom: 20px;
}

.chunk .chunk-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid #C7B593;
  padding-bottom: 8px;
  margin-bottom: 24px;
  line-height: 36px;
}

.chunk .chunk-head .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0em;

  color: #4E369E;
}

.chunk .chunk-head .more-btn {
  font-size: 14px;
  color: #AD8919;
}

.chunk .chunk-head .more-btn:hover {
  color: #AD8919 !important;
  opacity: 0.6;
}

.chunk-content .announcement {
  margin: 0;
}

.index-swiper {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  margin-top: -20px;
  padding-top: 20px;
}

.index-swiper .swiper-slide dl {
  display: flex;
}

.index-swiper .swiper-slide dl dd {
  width: 0;
  flex-grow: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.index-swiper .swiper-slide dl dd .science_box {
  width: 100%;
}

.index-swiper .swiper-arrow-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 99;
  width: 32px;
  cursor: pointer;
}

.index-swiper .swiper-arrow-left:hover .btn_anniu {
  opacity: 1;
}

.index-swiper .swiper-arrow-right {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 99;
  width: 32px;
  cursor: pointer;
}

.index-swiper .swiper-arrow-right:hover .btn_right {
  opacity: 1;
}

.announcement-item {
  display: flex;
  margin-bottom: 40px;
}

.announcement-item .date {
  flex-shrink: 0;
  flex-grow: 0;
  width: 40px;
  height: 63px;
  border: 1px solid rgba(112, 104, 165, 0.5);
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 16px;
}

.announcement-item .date .month {
  background: #7068A5;
  color: #FEE285;
  font-size: 12px;
  font-weight: 500;
  height: 26px;
  line-height: 26px;
  text-align: center;
}

.announcement-item .date .day {
  color: #7068A5;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.announcement-item .content {
  flex-grow: 1;
}

.announcement-item .content .title {
  font-size: 16px;
  /* font-weight: 500; */
  margin-bottom: 10px;
  color: #333;

  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.announcement-item:hover .content .title {
  color: #AD8919;
}

.announcement-item .content .txt {
  font-size: 14px;
  color: #666666;

  white-space: normal;
    word-break: break-word;
  word-wrap: break-word;
  max-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.theme-color-4 {
  background: rgba(43, 31, 123, 0.04);
}

.theme-color-8 {
  background: rgba(78, 54, 158, 0.08);
}







@media (min-width: 992px) {
  .bc_box {
    background-color: transparent;
    overflow: hidden;
  }

  .bc_box .masking {
    overflow: hidden;
    width: 200%;
    height: 200%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #D3AF3F;
    transform: rotate(-3deg);
    transform-origin: right bottom;
  }

  .bc_box .masking2 {
    overflow: hidden;
    width: 200%;
    height: 200%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #4E437F;
    transform: rotate(-6deg);
    transform-origin: right bottom;
  }
}