.notifyTitleArea{
  margin-top: 39px;
}
/* Style for science research icon size */
.scienceResearchArea .icon {
  width: 21px;
  height: 29px;
}

/* Style for science research section */
.scienceResearchArea {
  margin-top: 85px;
}

.scienceResearchArea .titleArea {
  margin-bottom: 0px;
}

.yanTimeArea {
  display: flex;
  flex-direction: column;
  margin-right: 23px;
  width: auto;
  min-width: 50px;
  height: 71px;
  align-items: center;
  justify-content: center;
  border: none;
  position: relative;
}
.yanDay {
  font-family: Times New Roman, serif;
  font-weight: bold;
  font-size: 26px;
  color: #057270;
  line-height: 1;
}

.yanLine {
  width: 100%;
  height: 1px;
  background-color: #057270;
  margin: 5px 0;
}

.yanYearMonth {
  font-family: Times New Roman, serif;
  font-weight: 400;
  font-size: 14px;
  color: #057270;
  line-height: 1;
}

.yanArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 446px;
  margin-top: 20px;
  width: 100%;
}
.yanItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.yanItem:hover .yanTitle {
  color: #057270;
}
.yanItem ~ .yanItem {
  /* margin-top: 5px; */
}
.yanContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.yanImg {
  width: 200px;
  height: 130px;
  border-radius: 4px;
  margin-right: 33px;
}
.yanTitle {
  font-size: 18px;
color: #333333;
line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yanDesc {
  font-size: 14px;
  color: #8c8c8c;
  margin-top: 20px;
}
.benTimeArea {
  margin-top: 10px;
}
.benTimeIcon {
  width: 14px;
  height: 14px;
  margin-right: 9px;
  margin-top: -3px;
}
.benTime {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #a6a6a6;
}
.benContent {
  width: 100%;
}
.benTitle {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  display: block;
  white-space: nowrap;
}
.benArea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-top: 10px;
  width: 100%;
}
.benItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  box-sizing: border-box;
  transition: all 0.8s linear;
  position: relative;
}
.benItem ::after {
  content: "";
  width: 0%;
  height: 1px;
  background: #c7d9ec;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.8s;
}
.benItem ::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #c7d9ec;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.8s;
}
.benItem:hover.benItem ::after {
  background: #057270;
  width: 100%;
}
/* .benItem:hover {
  border-bottom: 1px solid #2975bb;
} */

.benItem:hover .benTitle,
.benItem:hover .benDate,
.benItem:hover .benDay {
  color: #057270;
}

.benItem ~ .benItem {
}
.benYanBg {
  background: url("../image/xueshuAllBg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 1416px;
  padding-top: 60px;
  padding-bottom: 0;
}
.earthTimeArea {
  margin-top: 22px;
}
.earthTime {
  font-family: Arial;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}
.earthDetailIcon {
  width: 31.1px;
}
.whiteLine {
  height: 1px;
  background: #6291bb;
  margin-top: 26px;
}
.earthBannerDesc {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
}
.earthBannerTitle {
  font-weight: bold;
  font-size: 18px;
  color: #ffcc9d;
  margin-top: 20px;
}

.earthArea {
  background: url("../image/newsBg.png");
  background-size: 100% 100%;
  width: 100%;
  min-height: 742px;
  padding-top: 60px;
  padding-bottom: 75px;
  padding: 0 36px;
}

#earthCarousel .carousel-control-prev,
#earthCarousel .carousel-control-next {
  top: 30px;
  height: 59%;
}
#earthCarousel .carousel-control-prev .bannerIcon,
#earthCarousel .carousel-control-next .bannerIcon {
  width: 40px;
}

#earthCarousel .carousel-indicators {
  bottom: 20px;
}
#earthCarousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border: 1px solid #739cc0;
  background: transparent;
}
#earthCarousel .carousel-indicators .active {
  background: #ffffff;
}
#earthCarousel {
  height: 100%;
  width: 100%;
}

#newsCarousel .carousel-control-prev,
#newsCarousel .carousel-control-next {
  top: -100px;
}
#newsCarousel .carousel-control-prev .bannerIcon,
#newsCarousel .carousel-control-next .bannerIcon {
  width: 40px;
}

#newsCarousel .carousel-indicators li {
  width: 6px;
  height: 6px;
  background: #d6d6d6;
  border: 0;
}
#newsCarousel .carousel-indicators .active {
  background: #057270;
}
.newsBannerArea {
  background: white;
  box-shadow: 0px 3px 7px 0px rgba(41, 117, 187, 0.11);
  padding: 16.5px 23px 17px;
}
.time {
  font-family: Arial;
  font-size: 15px;
  color: #a6a6a6;
}
.timeIcon {
  width: 12px;
  height: 12px;
  margin-right: 9px;
  margin-top: -1px;
}
#newsCarousel .timeIcon {
  background: url("../image/calendar.png");
  background-size: 100% 100%;
}
.blueLine {
  width: 3px;
  height: 17px;
  background: #057270;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
}

.newsBannerDesc {
  font-size: 14px;
  color: #808080;
  margin-top: 8px;
  margin-bottom: 10px;
}
.newsBannerTitle {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  flex: 1;
}

.redArea {
  background: #057270;
  height: 46px;
  padding: 0 31px 0 17px;
  display: flex;
  justify-content: space-between;
  color: white;
  align-items: center;
  position: relative;
}

.whiteArea {
  border: none;
}
.mainRightArea {
  margin-left: 44px;
  width: 335px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.titleArea {
  width: 100%;
}

.dongTaiTimeArea {
  width: 89px;
  border-radius: 0px 42px 42px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-right: 19px;
}

.dongTaiTimeArea::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 54px;
  background: #4f9897;
}

.dongTaiDay {
  font-family: Times New Roman;
  font-weight: 400;
  font-size: 36px;
  color: #057270;
}
.dongTaiTimeLine {
  width: 43px;
  height: 1px;
  background: #057270;
  margin-top: 0px;
  margin-bottom: 4px;
}
.dongTaiDate {
  font-family: Times New Roman;
  font-weight: 400;
  font-size: 16px;
  color: #057270;
  position: relative;
  top: -8px;
}
.dongTaiArea {
  margin-left: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.dongTaiItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(41, 117, 187, 0.11);
  height: 120px;
  position: relative;
}
.dongTaiItem:hover {
  background: #057270;
}

.dongTaiItem:hover .dongTaiDay,
.dongTaiItem:hover .dongTaiDate {
  color: #ffffff;
}

.dongTaiItem:hover .dongTaiTitle {
  color: #ffffff;
}
.dongTaiItem:hover .dongTaiDesc {
  color: #dde2e6;
}
.dongTaiItem ~ .dongTaiItem {
  /* margin-top: 17px; */
}
.dongTaiContent {
  display: flex;
  flex-direction: column;
  height: 84px;
  justify-content: space-between;
  flex: 1;
  padding: 7px 0 7px;
  margin-right: 25px;
}
.dongTaiImg {
  width: 200px;
  height: 130px;
  border-radius: 4px;
  margin-right: 33px;
}
.dongTaiTitle {
  font-size: 18px;
  color: #333333;
}
.dongTaiDesc {
  font-size: 14px;
  color: #8c8c8c;
  height: 3em;
  margin-top: 6px;
}
.notifyTimeArea {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  background: #057270;
  border-radius: 12px 12px 0px 12px;
}
.notifyDay {
  font-family: Times New Roman;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 1;
}

.notifyDate {
  font-family: Times New Roman;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 5px;
}
.notifyArea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-top: 10px;
  padding-bottom: 47px;
  width: 100%;
}
.notifyItem {
  width: 375px;
  height: 129px;
  background: #F6FBFB;
  box-shadow: 0px 3px 7px 0px rgba(41, 117, 187, 0.11);
  padding: 20px 45px 20px 78px;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  margin-top: 20px;
}

/* Restore default ::after style and hide on hover */
.notifyItem::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 80px;
  background: url('../image/notify-house.png') no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  /* transition: opacity 0.3s ease; */ /* Removed transition */
}

.notifyItem:hover::after {
  display: none; /* Hide the ::after element immediately on hover */
  /* opacity: 0; */ /* Removed opacity change */
}

.notifyItem:hover {
  background: #057270;
}

.notifyItem:hover .notifyTimeArea {
  background: #FFFFFF;
}

.notifyItem:hover .notifyDay,
.notifyItem:hover .notifyDate {
  color: #057270;
}

.notifyItem:hover .notifyTitle {
  color: #FFFFFF;
}

/* Remove default focus outline */
.notifyItem:focus,
.notifyItem:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(5, 114, 112, 0.5); /* Optional: Add a custom focus style */
}

.notifyItem ~ .notifyItem {
}
.notifyContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notifyImg {
  width: 200px;
  height: 130px;
  border-radius: 4px;
  margin-right: 33px;
}
.notifyTitle {
  font-weight: 400;
  font-size: 15px;
  color: #057270;
  line-height: 24px;
  
  /* 文字超出两行显示省略号 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notifyDesc {
  font-size: 14px;
  color: #8c8c8c;
  margin-top: 22px;
}
.btn {
  display: flex;
  align-items: center;

  border: 1px solid #057270;

  color: #057270;
  justify-content: center;
}
.btn:hover {
  background: #057270;
  color: #ffffff;
}
a:hover {
  color: #057270;
  cursor: pointer;
  text-decoration: none;
}

.bangFuImg {
  width: 335px;
  height: 240px;
}
.earthBg {
  background: url("../image/earthBg.png") !important;
  background-size: 100% 100% !important;
}
/* 大于768 pc*/
@media screen and (min-width: 768px) {
  #bannerCarousel .bannerImg {
    width: 100%;
    height: 444px;
    object-fit: cover;
  }
  .earthImg {
    height: 376px;
    margin-top: 30px;
    border-radius: 4px;
  }
  /* Keep this commented out as it was a different style */
  /* .notifyItem ::after {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.8s;
    background: #057270;
  } */

  .boxArea {
    height: 726px;
    padding-top: 52px;
  }
  #newsCarousel .carousel-indicators {
    right: -70px !important;
    left: unset;
    bottom: 7px;
  }
  .newsImg {
    height: 411px;
  }
  .newsTitleArea {
    margin-bottom: 46px;
  }
  .newsArea {
    background: url("../image/newsBg.png");
    background-size: 100% 100%;
    width: 100%;
    height: 1187px;
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .notifyAllArea {
    width: 596px;
    margin-right: 55px;
  }
  .yanjiuItem:hover,
  .yanjiuItem:hover .svgIcon {
    background: #057270;
    color: #ffffff !important;
    text-decoration: none !important;
  }
  .mainRightArea {
    height: 746px;
  }

  .btn {
    width: 76px;
    height: 26px;
    border-radius: 13px;
    font-size: 14px;
  }
  .linkArea {
    width: 1300px;
    margin: 0 auto;
    margin-top: 66px;
    margin-bottom: 57px;
  }
  .bannerIcon {
    width: 52px;
    /* background: rgba(0, 0, 0, 0.7); */
    border-radius: 50%;
  }


  .mainBox {
    width: 100%;
  }
  .icon {
    width: 28px;
    height: 28px;
    margin-right: 12px;
  }
  .title {
    font-weight: bold;
    font-size: 30px;
    color: #057270;
  }
  .moreIcon {
    width: 33px;
    height: 33px;
    margin-right: 7px;
  }
  .more {
    cursor: pointer;
    font-size: 16px;
    color: #d39d56;
  }
  .blueLine {
    width: 46px;
    height: 20px;
    margin-right: 10px;
    background: #057270;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* REMOVED the rule for all .notifyRow */
  /* .notifyListArea .notifyRow {
    justify-content: flex-start; 
    gap: 2%; 
  } */

  /* ADDED rule specifically for the last row */
  .notifyListArea .notifyRow:last-child {
    justify-content: flex-start; /* 最后一行靠左对齐 */
    gap: 5.5%; /* 保留项目之间的间隙 */
  }
}

/* 小于768 ipad和手机*/
@media screen and (max-width: 768px) {
  #bannerCarousel .bannerImg {
    height: 147px;
    width: 100%;
    object-fit: cover;
  }
  .earthImg {
    height: 208px;
    margin-top: 15px;
  }
  .boxArea {
    padding-top: 27px;
    margin-top: 18px;
    background: white;
  }
  #newsCarousel .carousel-indicators {
    position: absolute;
    right: 15px;
    bottom: -3px;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
  }

  /* Add box-shadow to news carousel for mobile */
  #newsCarousel {
    box-shadow: 0px 2px 4px 0px rgba(41, 117, 187, 0.11);
  }

  .newsTimeArea {
    margin: 5px auto;
  }
  .blueLine {
    width: 36px;
    height: 18px;
    background: #057270;
    border-radius: 9px;
    margin-right: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
  }

  .newsBannerArea {
    height: 61px;
    padding: 8px 9px;
    box-sizing: border-box;
  }

  .newsBannerTitle {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    flex: 1;
  }

  .newsImg {
    height: 206px;
  }
  .icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .title {
    font-weight: bold;
    font-size: 16px;
    color: #057270;
  }
  .moreIcon {
    width: 19px;
    height: 19px;
    margin-right: 4px;
  }
  .more {
    font-weight: 400;
    font-size: 12px;
    color: #D39D56;
  }

  /* Increase specificity for titleArea within mainArea */
  .mainArea.titleArea {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 13px;
  }
  .newsArea {
    background: url("../image/news-bg-wap.png") no-repeat #f6fefe;
    background-size: 100% 605px;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 0;
  }
  .mainRightArea {
    margin-left: 0;
    width: 100%;
  }
  .dongTaiContent {
    height: 100%;
    justify-content: center;
  }
  .dongTaiItem ~ .dongTaiItem {
    margin-top: 29px;
  }
  .dongTaiTitle {
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    font-size: 15px;
    color: #333333;

    /* Keep text overflow styles */
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .timeIcon {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-top: -2px;
  }
  #newsCarousel .timeIcon {
    background: url("../image/phonecalendar.png");
    background-size: 100% 100%;
  }
  .time {
    font-family: Arial;
    font-weight: 400;
    font-size: 12px;
    color: #A6A6A6;
  }
  .btn {
    width: 55px;
    height: 20px;
    border-radius: 10px;
    font-size: 12px;
    white-space: nowrap;
  }
  main {
    background: #f8f8f8;
  }
  .bannerIcon {
    width: 26px;
    /* background: rgba(0, 0, 0, 0.7); */
    border-radius: 50%;
  }
  .mainBox {
    margin: 0 13px;
    margin-top: 13px;
  }
  .dongTaiItem {
    height: 75px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(41, 117, 187, 0.11);
  }
  .dongTaiItem ~ .dongTaiItem {
    margin-top: 13px;
  }
  .dongTaiTimeArea {
    width: 59px;
    height: 50px;
    padding-top: 3px;
  }
  
  /* Override height for mobile */
  .dongTaiTimeArea::after {
      height: 36px;
  }
  
  .dongTaiImg {
    width: 100%;
    height: auto;
  }

  .redArea {
    height: 34px;
    padding: 0 12px;
  }
  .dongTaiDay {
    font-family: 'Times New Roman';
    font-weight: 400;
    font-size: 26px;
    color: #057270;
    margin-top: -6px;
  }
  .dongTaiTimeLine {
    width: 32px;
    height: 1px;
    background: #057270;
    margin-top: -2px;
    margin-bottom: 2px;
  }
  .dongTaiDate {
    font-family: 'Times New Roman';
    font-weight: 400;
    font-size: 12px;
    color: #057270;
    margin-top: 1px;
  }
  .dongTaiArea {
    margin-left: 0;
  }
  .yanjiuItem {
    font-size: 14px;
  }
  .bangFuImg {
    width: 100%;
    height: auto;
  }
  .notifyContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  .notifyImg {
    width: 200px;
    height: 130px;
    border-radius: 4px;
    margin-right: 33px;
  }
  .notifyTitle {
    font-weight: 400;
    font-size: 15px;
    color: #057270;

    /* Keep text overflow styles */
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .notifyDesc {
    font-size: 14px;
    color: #8c8c8c;
    margin-top: 22px;
  }
  .notifyTimeArea {
    width: 55px;
    height: 55px;
    background: #057270;
    border-radius: 6px 6px 0px 6px;
    margin-left: 15px;
  }
  .notifyDay {
    font-size: 22px;
  }

  .notifyDate {
    font-size: 12px;
    margin-top: 3px;
  }
  .notifyTitle {
    font-size: 14px;
    line-height: 21px;
  }
  .notifyArea {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .notifyItem {
    width: 93%;
    height: auto;
    min-height: 90px;
    padding: 20px 48px 20px 69px;
    margin-bottom: 10px;
    margin-left: 23px;
    background: #F6FBFB;
    box-shadow: 0px 2px 4px 0px rgba(135,164,164,0.35);
    border-radius: 2px;
 
  }
  .notifyItem ~ .notifyItem {
    margin-top: 10px;
  }
  .earthArea {
    padding: 0 13px;
    padding-top: 25px;
    padding-bottom: 40px;

    min-height: auto;
  }
  .earthArea .titleArea {
    padding: 0;
  }

  .earthTimeArea {
    margin-top: 19px;
  }
  .earthTime {
    font-family: Arial;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
  }
  .earthDetailIcon {
    width: 16px;
  }
  .whiteLine {
    height: 1px;
    background: #5690c4;
    margin-top: 21px;
  }
  .earthBannerDesc {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
    display: none;
  }
  .earthBannerTitle {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    margin-top: 17px;
  }

  .earthArea {
    /* background: url("../image/newsBg.png");
    background-size: 100% 100%;
    width: 100%;
    min-height: 742px;
    padding-top: 60px;
    padding-bottom: 75px;
    padding: 0 36px; */
    margin-top: 0;
  }
  #earthCarousel .carousel-indicators {
    bottom: -40px;
  }
  .benYanBg {
    background: url("../image/lz-bg-wap.png") no-repeat #ffffff;
    background-size: 100% 455px;
    background-position: 0 520px;
    width: 100%;
    min-height: auto;
    padding-top: 27px;
    padding-bottom: 33px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .benArea {
    padding: 0 13px;
  }
  .mainArea {
    width: 100%;
    flex-direction: column;
  }
  .benTitle {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
  }
  .benItem {
    height: 77px;
  }
  .benTime {
    font-family: Arial;
    font-weight: 400;
    font-size: 12px;
    color: #a6a6a6;
  }
  .benTimeIcon {
    width: 10px;
    height: 10px;
    margin-top: -0px;
    margin-right: 5px;
  }
  .yanTitleArea {
    margin-left: 0;
    margin-top: -20px;
    width: 100%;
  }

  .yanTimeArea {
    margin-right: 15px;
    min-width: 40px;
    height: auto;
  }
  .yanDay {
    font-size: 20px;
  }

  .yanYearMonth {
    font-size: 12px;
  }

  .yanArea {
    margin-top: 15px;
    padding: 0 10px;
    height: 350px;
  }

  .yanItem {
    padding: 10px 0;
    box-sizing: border-box;
  }

  .yanContent {
  }

  .yanTitle {
    font-size: 16px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }

  .earthIcon {
    width: 19px;
    height: auto;
  }
  .notifyItem::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 120px;
    height: 60px;
  }

  .scienceResearchArea {
    margin-top: 35px;
  }
}

.notifyListArea {
  width: 100%;
  margin-top: 30px;
  padding-left: 36.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.notifyRow {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.notifyItemTitle {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 15px;
}

.notifyItemBottom {
  justify-content: space-between;
}

.notifyItemTime {
  font-family: Arial;
  font-size: 14px;
  color: #A6A6A6;
  margin-left: 5px;
}

.notifyItemTag {
  padding: 2px 15px;
  background: #057270;
  border-radius: 15px;
  color: #FFFFFF;
  font-size: 12px;
}

/* 移动端样式 */
@media screen and (max-width: 768px) {
  .notifyListArea {
    margin-top: 15px;
    padding: 0 13px 30px 13px;
  }
  
  .notifyRow {
    flex-direction: column;
    margin-bottom: 0;
  }
  
  .notifyItem {
    width: 97%;
    height: auto;
    min-height: 90px;
    padding: 20px 20px 20px 69px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  
  .notifyItemTitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .notifyItemTime {
    font-size: 12px;
  }
  
  .notifyItemTag {
    padding: 1px 10px;
    font-size: 11px;
  }
}

.academic-scroll-container {
  height: auto;
  position: relative;
  background: transparent;
  margin-top: 20px;
  width: 740px;
}

.academic-list-wrapper {
  overflow: hidden;
  width: 740px;
}

.academic-list {
  position: relative;
  left: 0;
  transition: left 0.5s ease;
  display: flex;
  gap: 20px;
  width: max-content;
}

.academic-item {
  width: 350px;
  background: transparent;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.academic-img {
  width: 350px;
  height: 240px;
  object-fit: cover;
  display: block;
}

.academic-content {
  width: 370px;
  height: 207px;
  background: url('../image/xueshuBg.png') no-repeat;
  background-size: 100% 100%;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -1px;
  box-sizing: border-box;
}

.academic-header {
  margin-bottom: 15px;
}

.academic-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.academic-time {
  color: #fff;
  font-size: 14px;
}

.academic-more {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.academic-more:hover {
  color: #ffcc9d;
  text-decoration: none;
}

.academic-title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  margin-bottom: 20px;
}

.academic-title:hover {
  color: #ffcc9d;
  text-decoration: none;
}

.academic-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.info-icon {
  width: 13px;
  height: 13px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .academic-scroll-container {
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
  }
  
  .academic-list-wrapper {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
  }
  
  .academic-list {
    display: flex;
    position: relative;
    left: 0;
    transition: left 0.5s ease;
    width: max-content;
    gap: 0;
  }
  
  .academic-item {
    width: 100vw;
    max-width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
  }
  
  .academic-img {
    width: 100%;
    height: 254px;
    object-fit: cover;
  }
  
  .academic-content {
    width: 100%;
    height: 195px;
    min-height: auto;
    background: url('../image/xueshuBg-wap.png') no-repeat;
    background-size: 100% 100%;
    padding: 15px;
    margin-top: 0;
    box-sizing: border-box;
  }
  
  .academic-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .info-item {
    font-size: 12px;
  }
  
  .info-icon {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
  
  .academic-info {
    gap: 8px;
  }
  
  /* 移除导航按钮样式，只保留分页样式 */
  .academic-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    z-index: 5;
  }
}

.mainArea {
  margin-left: auto;
  margin-right: auto;
  width: 1300px;
  display: flex;
  justify-content: space-between;
}

/* 学术交流区域 */
.notifyAllArea {
  width: 720px;
}

/* 廉政动态区域 */
.yanTitleArea {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .mainArea {
    width: 100%;
    flex-direction: column;
  }

  .notifyAllArea {
    width: 100%;
  }

  .yanTitleArea {
    margin-left: 0;
    margin-top: -20px;
    width: 100%;
  }
}

/* Style for Integrity Dynamics icon size */
.yanTitleArea .icon {
  width: 25px;
  height: 28px;
}


.scienceContentArea {
  position: relative;
  width: 1300px;
  height: auto;
  margin: -50px 0 60px;
  overflow: visible;
}

/* Coverflow效果样式 */
.science-carousel {
  position: relative;
  height: 650px; /* 增加高度以适应更大的图片 */
  margin: 0 auto;
  overflow: visible;
}

/* 确保轮播内容容器有足够的高度 */
.science-carousel .carousel-inner {
  height: 100%;
  position: relative;
  overflow: visible;
}

/* 轮播项样式 */
.science-carousel .carousel-item {
  position: absolute;
  transition: none;
  text-align: center;
  width: auto;
  height: auto;
  display: block !important; /* 确保所有项目都显示 */
  max-width: 1300px;

}

/* 图片样式 */
.science-carousel .science-img {
  display: block;
  max-width: none; /* 防止图片被max-width限制 */
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-width: 741px;

}

/* 隐藏原始说明文字 */
.science-carousel .science-caption {
  display: none;
}

/* 控制按钮容器 */
.carousel-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin: -40px auto 0;
  padding: 0;
}

/* 活动说明文字容器 */
.science-caption-container {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  max-width: 70%;
}

/* 活动说明文字样式 */
.science-active-caption {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.science-active-caption h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #057270;
}

.science-active-caption p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-top: 10px;
}

/* 响应式样式 */
@media (max-width: 1200px) {
  .science-carousel {
    max-width: 90%;
    height: 580px;
  }
}

@media (max-width: 992px) {
  .science-carousel {
    max-width: 95%;
    height: 520px;
  }
}

@media (max-width: 768px) {
  .scienceContentArea {
    margin: 10px 0 30px;
    overflow: visible;
  }
  
  .science-carousel {
    height: 470px;
  }
  
  .carousel-controls {
    width: 95%;
    margin: 20px auto 0;
  }
  
  .science-caption-container {
    max-width: 60%;
  }
  
  .science-active-caption h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .science-active-caption p {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
}

/* 添加或更新科学研究轮播图的按钮样式 */

/* 科学研究轮播图的按钮样式 */
.science-prev, 
.science-next {
  width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;

  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  border: none;
  outline: none;
  position: relative;
  padding: 0;
}

/* 按钮图标样式 */
.science-prev img, 
.science-next img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 按钮悬停和点击效果 */
.science-prev:hover, 
.science-next:hover {
  transform: scale(1.1);
}

.science-prev:active, 
.science-next:active {
  transform: scale(0.95);
}

/* 移动端调整 */
@media (max-width: 768px) {
  .science-prev, 
  .science-next {
    width: 44px;
  }
  
  .science-prev img, 
  .science-next img {
    width: 18px;
    height: 18px;
  }
}

/* 移动端科学研究 Swiper 样式 - 新样式 */
@media screen and (max-width: 768px) {
  .science-swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0;
  }
  
  .science-swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    width: 100%;
    will-change: transform;
  }
  
  .science-swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
    flex: 0 0 100%;
    overflow: hidden;
    margin-right: 0;
    margin-top: 20px;
    box-sizing: border-box;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* 添加阴影 */
  }
  
  .science-swiper-item {
    display: block;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
  }
  
  .science-swiper-img-wrapper {
    width: 100%;
    height: 225px;
    overflow: hidden;
  }
  
  .science-swiper-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .science-swiper-content {
    padding: 15px;
    background: #fff;
    color: #333;
    border-top: none;
  }
  
  .science-swiper-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
    height: 1.4em; /* 设置高度为一行 */
    max-height: 1.4em; /* 确保最大高度为一行 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* 防止换行 */
    /* display: -webkit-box; */ /* 移除多行省略相关 */
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
  }
  
  .science-swiper-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    height: 3em; /* 设置高度为两行 */
    max-height: 3em; /* 确保最大高度为两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制为两行 */
    -webkit-box-orient: vertical;
    margin-bottom: 0;
  }
  
  .science-swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .science-swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D8D8D8;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .science-swiper-pagination-bullet-active {
    background: #057270;
    transform: scale(1.2);
  }
  
  /* 隐藏PC端的科学研究轮播 */
  .scienceContentArea {
    display: none;
  }
}

/* 确保PC端不显示移动端科学研究轮播 */
@media screen and (min-width: 769px) {
  .science-swiper-container {
    display: none;
  }
}

/* 移动端学术交流 Swiper 样式 */
.academic-swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  box-sizing: border-box;
}
  
.academic-swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease;
  width: 100%;
  /* 确保不能同时看到两个slide */
  transform: translateX(0);
}
  
.academic-swiper-slide {
  flex-shrink: 0;
  width: 100%; /* 关键设置：每个slide占据100%宽度 */
  overflow: hidden;
  margin-right: 0; /* 移除右边距，防止下一张漏出 */
  margin-top: 20px;
}
  
.academic-swiper-item {
  display: block;
  background: url('../image/xueshuBg-wap.png') no-repeat;
  background-size: cover;
  border-radius: 0; /* 移除圆角 */
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
  
.academic-swiper-img-wrapper {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
  
.academic-swiper-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0; /* 移除圆角 */
}
  
.academic-swiper-content {
  padding: 18px 28px 33px 22px;
  color: #fff;
  background: url('../image/xueshuBg-wap.png') no-repeat;
  background-size: 100% 100%;
  height: 195px;
}
  
.academic-swiper-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.4;
  height: 2.8em; /* 固定两行高度 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
  
.academic-swiper-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
  
.academic-swiper-info-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
  
.academic-swiper-info-item img {
  width: 13px;
  height: 13px;
  margin-right: 8px;
}
  
.academic-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  margin-bottom: 10px;
}
  
.academic-swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D8D8D8;
  cursor: pointer;
  transition: all 0.3s ease;
}
  
.academic-swiper-pagination-bullet-active {
  background: #057270;
  transform: scale(1.2);
}

/* 确保移动端学术交流内容不会溢出 */
@media screen and (max-width: 768px) {
  .academic-swiper-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
  }

  .academic-swiper-wrapper {
    width: 100%; /* 强制宽度为100% */
    display: flex;
    flex-wrap: nowrap;
    transform: translateX(0); /* 初始位置 */
    will-change: transform; /* 优化性能 */
  }

  .academic-swiper-slide {
    width: 100% !important; /* 强制每个slide占据100%容器宽度 */
    flex: 0 0 100%; /* 不缩小，不增长，固定宽度 */
    box-sizing: border-box;
    overflow: hidden; /* 防止内容溢出 */
  }
  
  /* 确保图片容器完全适应slide宽度 */
  .academic-swiper-img-wrapper {
    width: 100%;
    overflow: hidden;
  }
  
  /* 确保内容完全适应slide宽度 */
  .academic-swiper-content {
    width: 100%;
    box-sizing: border-box;
  }
}
