.yanTimeArea {
  display: flex;
  flex-direction: column;
  margin-right: 23px;

  width: 71px;
  height: 71px;
  border-radius: 6px;
  border: 1px solid #2975bb;

  display: flex;
  align-items: center;
}
.yanDay {
  font-family: Arial;
  font-weight: bold;
  font-size: 26px;
  margin-top: 4px;
  color: #2975bb;
}

.yanDate {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  margin-top: -3px;
  color: #2975bb;
}
.yanArea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-top: 10px;
  width: 100%;
}
.yanItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 115px;
  box-sizing: border-box;
}
.yanItem:hover .yanTimeArea {
  background: #2975bb;
}

.yanItem:hover .yanTitle {
  color: #2975bb;
}
.yanItem:hover .yanDate,
.yanItem:hover .yanDay {
  color: white;
}
.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: #333;
}
.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: #2975bb;
  width: 100%;
}
/* .benItem:hover {
  border-bottom: 1px solid #2975bb;
} */

.benItem:hover .benTitle,
.benItem:hover .benDate,
.benItem:hover .benDay {
  color: #2975bb;
}

.benItem ~ .benItem {
}
.benYanBg {
  background: url("../image/benYanBg.png");
  background-size: 100% 100%;
  width: 100%;
  min-height: 749px;
  padding-top: 60px;
  padding-bottom: 90px;
}
.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: #fff;
  margin-top: 20px;
}
.earthBannerTitle:hover{color:#ffcc9d;}
.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: #4054b8;
}
.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: -3px;
}
#newsCarousel .timeIcon {
  background: url("../image/calender.png");
  background-size: 100% 100%;
}
.blueLine {
  width: 3px;
  height: 17px;
  background: #2975bb;
  margin-right: 10px;
}
.newsBannerDesc {
  font-size: 14px;
  color: #808080;
  margin-top: 8px;
  margin-bottom: 10px;
}
.newsBannerTitle {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}

.redArea {
  background: #2975bb;
  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: 84px;
  height: 84px;
  background: #ebf5ff;
  border-radius: 0px 42px 42px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
  margin-right: 25px;
}
.dongTaiDay {
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  color: #2975bb;
}
.dongTaiTimeLine {
  width: 43px;
  height: 1px;
  background: #2975bb;
  margin-top: 0px;
  margin-bottom: 4px;
}
.dongTaiDate {
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #2975bb;
}
.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;
}
.dongTaiItem:hover {
  background: #2975bb;
}
.dongTaiItem:hover .dongTaiTimeArea {
  background: #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 {
  display: flex;
  flex-direction: column;
  margin-right: 23px;
}
.notifyDay {
  font-family: Arial;
  font-weight: 400;
  font-size: 38px;
  color: #535353;
}

.notifyDate {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  /* margin-top: -10px; */
  color: #a6a6a6;
}
.notifyArea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-top: 10px;
  padding-bottom: 47px;
  width: 100%;
}
.notifyItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 115px;
  box-sizing: border-box;
  /* border: 1px solid #fff; */
  position: relative;
}

.notifyItem:hover.notifyItem ::after {
  background: #2975bb;
  width: 100%;
}
.notifyItem:hover {
  /* border-bottom: 1px solid #2975bb; */
}

.notifyItem:hover .notifyTitle,
.notifyItem:hover .notifyDate,
.notifyItem:hover .notifyDay {
  color: #2975bb;
}

.notifyItem ~ .notifyItem {
  /* margin-top: 17px; */
}
.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-size: 18px;
  color: #323232;
  margin-top: 7px;
}
.notifyDesc {
  font-size: 14px;
  color: #8c8c8c;
  margin-top: 22px;
}
.btn {
  display: flex;
  align-items: center;

  border: 1px solid #2975bb;

  color: #2975bb;
  justify-content: center;
}
.btn:hover {
  background: #2975bb;
  color: #ffffff;
}
a:hover {
  color: #2975bb;
  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: 750px;
    object-fit: cover;
  }
  .earthImg {
    height: 376px;
    margin-top: 30px;
    border-radius: 4px;
  }
  .notifyItem ::after {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.8s;
    background: #2975bb;
  }

  .boxArea {
    height: 726px;
    padding-top: 52px;
  }
  #newsCarousel .carousel-indicators {
    right: -70px !important;
    left: unset;
    bottom: 15px;
  }
  .newsImg {
    height: 411px;
  }
  .newsTitleArea {
    margin-bottom: 46px;
  }
  .newsArea {
    background: url("../image/newsBg.png");
    background-size: 100% 100%;
    width: 100%;
    min-height: 742px;
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .notifyAllArea {
    width: 596px;
    margin-right: 55px;
  }
  .yanjiuItem:hover,
  .yanjiuItem:hover .svgIcon {
    background: #2975bb;
    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%;
  }

  .mainArea {
    margin-left: auto;
    margin-right: auto;

    width: 1300px;
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .mainBox {
    width: 100%;
  }
  .icon {
    width: 34px;
    height: 28px;
    margin-right: 12px;
  }
  .title {
    font-weight: bold;
    font-size: 30px;
    color: #2975bb;
  }
  .moreIcon {
    width: 13px;
    height: 16px;
    margin-right: 7px;
  }
  .more {
    cursor: pointer;
    font-size: 14px;
    color: #8c8c8c;
  }
}

/* 小于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 {
    /* right: -70px !important; */
    /* left: unset; */
    bottom: 0;
  }
  .newsTimeArea {
    margin: 15px auto;
  }
  .blueLine {
    width: 3px;
    height: 14px;
    background: #2975bb;
    margin-right: 10px;
  }

  .newsBannerTitle {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    flex: 1;
  }

  .newsImg {
    height: 222px;
  }
  .icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .title {
    font-weight: bold;
    font-size: 16px;
    color: #2975bb;
  }
  .moreIcon {
    width: 9px;
    height: 10px;
    margin-right: 4px;
  }
  .more {
    font-weight: 400;
    font-size: 13px;
    color: #a6a6a6;
  }

  .titleArea {
    display: flex;
    justify-content: space-between;
    padding: 0 13px;
  }
  .newsArea {
    background: url("../image/newsBg.png");
    background-size: 100% 100%;
    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-size: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;

    /* 隐藏两行 */
    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/phoneCalender.png");
    background-size: 100% 100%;
  }
  .time {
    font-size: 12px;
  }
  .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: 70px;
    background: #2975bb;
    box-shadow: 0px 2px 4px 0px rgba(41, 117, 187, 0.11);
  }
  .dongTaiItem ~ .dongTaiItem {
    margin-top: 10px;
  }
  .dongTaiTimeArea {
    width: 59px;
    height: 50px;
    padding-top: 3px;
  }
  .dongTaiImg {
    width: 100%;
    height: auto;
  }

  .redArea {
    height: 34px;
    padding: 0 12px;
  }
  .dongTaiDay {
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    margin-left: -5px;
    color: #2975bb;
  }
  .dongTaiTimeLine {
    width: 32px;
    height: 1px;
    background: #2975bb;
    margin-top: -2px;
    margin-bottom: 2px;
    margin-left: -5px;
  }
  .dongTaiDate {
    font-family: Arial;
    font-weight: 400;
    font-size: 12px;
    color: #2975bb;
    margin-left: -5px;
  }
  .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: 14px;
    color: #333333;

    /* 隐藏两行 */
    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 {
    display: flex;
    flex-direction: column;
    margin-right: 23px;
  }
  .notifyDay {
    font-family: Arial;
    font-weight: 400;
    font-size: 22px;
    color: #535353;
    margin-left: 3px;
  }

  .notifyDate {
    font-family: Arial;
    font-weight: 400;
    font-size: 12px;
    color: #a6a6a6;
  }
  .notifyArea {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .notifyItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    box-sizing: border-box;
    /* border: 1px solid #fff; */
    position: relative;
    padding: 0 13px;
  }
  .notifyItem ~ .notifyItem {
    margin-top: 20px;
  }
  .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 {
    width: 100%;
    min-height: auto;
    padding-top: 28px;
    padding-bottom: 33px;
  }
  .benArea {
    padding: 0 13px;
  }
  .mainArea {
    width: 100%;
  }
  .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-top: 37px;
  }

  .yanTimeArea {
    display: flex;
    flex-direction: column;
    margin-right: 17px;

    width: 55px;
    height: 55px;
    border-radius: 3px;
    border: 1px solid #2975bb;

    display: flex;
    align-items: center;
  }
  .yanDay {
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #2975bb;
  }

  .yanDate {
    font-family: Arial;
    font-weight: 400;
    font-size: 12px;
    color: #2975bb;
  }
  .yanArea {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    margin-top: 0;
    width: 100%;
  }
  .yanItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    box-sizing: border-box;
    padding: 0 13px;
    margin-top: 23px;
  }
  .yanTitle {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    
     /* 隐藏两行 */
     display: -webkit-box;
     text-overflow: ellipsis;
     overflow: hidden;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
  }
  .earthIcon{
    width: 19px;
    height: auto;
  }
}