body {
  margin: 0;
  padding: 0;

}

.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;
  }
}



.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;
  cursor: pointer;
}

.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%;
  cursor: pointer;
  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;
  box-sizing: border-box;
  z-index: 10000;
  cursor: pointer;
}
.go_top img{
  width: 50px;
}

  .bc_box {
    width: 33.75%;
    height: 100%;
    opacity: 1;
    background-color: rgba(115, 70, 133, 0.74);
    backdrop-filter: blur(0px);
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 70px;
    background-position: center;
    background-size: cover;
  }

  .img_introduce {
    position: absolute;
    bottom: 0;
    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;
  }



.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: 0;
  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: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
  width: inherit;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
  margin-top: 16px;
  max-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;

}



.swiper-pagination,
.swiper-pagination1,
.swiper-pagination2,
.swiper-pagination3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  bottom: auto;
  left: auto;
}

.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination1 .swiper-pagination-bullet,
.swiper-pagination2 .swiper-pagination-bullet,
.swiper-pagination3 .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
  background: #4E369E;
  margin: 0 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination3 .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.academic-graph {
  width: 100%;
  height: 429px;
}

.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;
  }
}



.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; */
}


.banner{
  width: 100%;
  min-width: 1340px;
  background: url("../images/bannerbg.png") center bottom no-repeat;
  background-size: cover;
  padding: 20px 0 60px;
}
.box{
  width: 1340px;
  margin: 0 auto;
  padding: 0 10px;
}
.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;
  display: flex;
  align-items: center;
}
.chunk .chunk-head .more-btn img{
  margin-left: 5px;
}
.chunk .chunk-head .more-btn:hover {
  color: #AD8919 !important;
  opacity: 0.6;
}

.chunk-content .announcement {
  margin: 0;
}

.index-news-swiper,
.academic-swiper,
.media-swiper {
  width: 1300px;
  margin: 0 auto;
}

.index-swiper .swiper-slide > div {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.index-swiper .swiper-slide > div .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;
 padding-top:0;
}

.announcement-item .date .month {
  background: #7068A5;
  color: #FEE285;
  font-size: 14px;
  font-weight: 500;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 100%;
}

.announcement-item .date .day {
  color: #7068A5;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  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);
}





.lunbo{
  width: 100%;
  min-width: 1340px;
}
@media (min-width: 1340px){
  width: 1340px;
}

  .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;

}






/* pc端 */
@media (min-width: 768px) {
  .top {
    width: 100%;
    height: 300px;
    opacity: 1;
    position: relative;
  }

  .newsList_bc {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .newsNav_top {
    position: absolute;
    bottom: 70px;
    height: 34px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0em;

    color: #fee285;
  }

  .newsNav_bottom {
    position: absolute;
    bottom: 45px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0px;

    color: rgba(254, 226, 133, 0.7);
  }

  .newList_con {
    width: 100%;
    /* padding-left: 120px; */
     padding-bottom: 80px; 
    position: relative;
    /* padding: 0px 120px; */
    padding-top: 41px;
  }

  .list_box {
    width: 100%;
    height: 242px;
    padding-right: 40px;
    opacity: 1;
    border-top: #bbb8d1 1px solid;
    margin-bottom: 31px;
    background: linear-gradient(180deg,
    rgba(138, 131, 185, 0.1) 0%,
    rgba(112, 104, 165, 0) 100%);
    display: flex;
    flex-direction: row;
    /* 设置 transition 属性，指定过渡效果为 0.3 秒 */
    transition: all 0.5s ease;
  }

  .list_box:hover {
    background: url(../images/hover.png);
    background-size: cover;
    background-position: center;
    text-decoration: none;
    /* 设置 transition 属性，指定过渡效果为 0.3 秒 */
    transition: all 0.5s ease;
  }

  .list_box:hover .con_top {
    color: #4e369e;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* 设置 transition 属性，指定过渡效果为 0.3 秒 */
    transition: all 0.5s ease;
  }

  .list_box:hover .con_bottm_left {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0px;

    color: #4e369e;
    /* 设置 transition 属性，指定过渡效果为 0.3 秒 */
    transition: all 0.5s ease;
  }

  .date {
    margin-left: 32px;
    margin-right: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
   padding-top: 24px;
  }

  .date_top {
    width: 34px;
    height: 39px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    color: #7068a5;
  }

  .date_bottom {
    width: 71px;
    height: 26px;
    opacity: 1;

    background: #7068a5;

    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #fee285;
  }

  div.news_icon {
    width: 280px;
    height: 172.5px;
    opacity: 1;
    margin-left: 12px;
    margin-top: 25px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
  }
  div.news_icon img{
    position: absolute;
    top: 0;
    margin: auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
  }
  .academic_activities_icon {
    width: 131px;
    height: 196px;
  }

  .new_con {
    display: flex;
    flex-direction: column;
    width: calc(100% - 468px);
    opacity: 1;
    margin-left: 40px;
    margin-top: 31px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;

    color: #4e369e;
  }

  .con_top {
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333333;
  }

  .con_txt {
    /* width: 48vw; */
    height: 78px;
    opacity: 1;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0px;
    margin-top: 16px;
    color: #666666;
    display: -webkit-box;
    /* 开启弹性布局模式 */
    -webkit-box-orient: vertical;
    /* 设置垂直排列方式 */
    overflow: hidden;
    /* 超出部分隐藏 */
    -webkit-line-clamp: 3;
    /* 限制显示的行数为 2 */
    line-clamp: 3;
  }

  .con_txtTwo {
    opacity: 1;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0px;
    margin-top: 16px;
    color: #666666;
    display: -webkit-box;
    /* 开启弹性布局模式 */
    -webkit-box-orient: vertical;
    /* 设置垂直排列方式 */
    overflow: hidden;
    /* 超出部分隐藏 */
    -webkit-line-clamp: 2;
    /* 限制显示的行数为 2 */
    line-clamp: 2;
  }

  .con_bottm {
    width: 156px;
    height: 19px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
  }

  .con_bottm_left {
    width: 56px;
    height: 19px;
    opacity: 1;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0px;

    color: #7068a5;
  }

  .con_bottm_right {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin-left: 7px;
  }

  .show_box {
    width: 100%;
    opacity: 1;
    text-align: center;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 72px;
    color: #3d3d3d;
  }

  .box_list {
    margin-left: 120px;
  }

  .paging {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }

  .news_date {
    /* width: 100%; */
    height: 20px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    line-height: 20px;
    align-items: center;
  }

  .date_left {
    width: 15px;
    height: 15px;
    opacity: 1;
    /* border: 1.4px solid #333333; */
    margin-right: 10px;
  }

  .date_right {
    /* width: 257px; */
    height: 20px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .ellipsis {
    width: 33px;
    height: 37px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0px 5px;
    margin-right: 8px;
  }

  .dian {
    width: 3px;
    height: 3px;
    background-color: #cccccc;
    border-radius: 50%;
  }

  .page-link {
    color: #000;
    border-radius: 2px;
    opacity: 1;
    margin-right: 8px;
  }
}



.page-link:hover {
  color: #7068a5;
  border: #7068a5 0.5px solid;
  background-color: #fff;
}

.pagination .page-link:focus {
  outline: none;
  /* 删除点击后的虚线框，可选 */
  box-shadow: none;
  border-radius: 2px;
  opacity: 1;

  background: #7068a5;
  color: #fff;
}

.newsList_bc {
  object-fit: cover;
}


ul.news_list .li3 {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    border-bottom: 1px dotted #B3B3B3;
    position: relative;
}

ul.news_list .li3 .date {
    width: 90px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    color: #878686;
    font-size: 15px;
    font-family: "微软雅黑"
}

ul.news_list .li3 a {
    font-size: 17px;
    font-family: "微软雅黑";
}