.newTopItem {
  position: relative;
}

.newTopItem .newTopText {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: white;
}

.newTopItem .newTopText h1 {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 2.5rem;
}

.newTopItem .newTopText p {
  text-align: center;
  font-size: 1.5rem;
}


.navItem .nav-active {
  color: #4DA3D4;
}

@media (max-width: 996px) {
  .navItem {
    height: 14.5rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 1rem 0rem #d2d2d2;
    margin-bottom: 7rem;
    font-size: 14px;
  }
}

.newsize {
  max-height: 430px;
  max-width: 740px;
  min-height: 430px;
  min-width: 740px;
  object-fit: cover;
}

.newText {
  margin-left: 2.38rem;
  padding-right: 5.5rem;
  position: relative;
  max-height: 437px;
  overflow: hidden;
}

.newText h3 {
  font-size: 1.5rem;
  color: #4DA3D4;
  margin-bottom: 2.38rem;
}

.newText p {
  text-indent: 2rem;
  font-size: 0.92rem;
  color: #404040;
  line-height: 2.07rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.newText div {
  position: absolute;
  bottom: 0;
}

.newText div span:first-child {
  display: inline-block;
  font-size: 0.92rem;
  color: #4DA3D4;
  margin-right: 2.5rem;
}

.newText div span:last-child {
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 400;
  color: #BFBFBF;
}

.nowItem {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.nowItemTop {
  text-align: center;
  position: relative;
}

.nowItemTop .nowTitleEnglish {
  height: 44px;
  font-size: 60px;
  font-family: Bahnschrift;
  font-weight: bold;
  color: #e6e6e6;
}

.nowItemTop .nowTitleZhCn {
  position: absolute;
  top: 38%;
  left: 43%;
  height: 39px;
  font-size: 40px;
  font-family: Microsoft YaHei;
  color: #404040;
}

.nowItem {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.nowContentItem {
  margin-top: 54px;
  overflow: hidden;
  justify-content: space-around;
}

.nowContentItem .nowContentBox {
  position: relative;
  overflow: hidden;
  width: 360px;
  margin: 0 34px;
}

.nowContentItem .nowContentBox .nowItemtopImg {
  position: absolute;
  top: 0;
  height: 40%;
  width: 100%;
  overflow: hidden;
}

.nowContentItem .nowContentBox .nowArticle {
  position: absolute;
  top: 40%;
  background-color: #fff;
  height: 100%;
  width: 100%;
}

.nowContentItem .nowContentBox .nowArticle .nowArticleTop {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  overflow: hidden;
}

.nowContentItem .nowContentBox .nowArticle .nowArticleTop .day {
  font-size: 60px;
  font-weight: bold;
  color: #4da3d4;
  margin-left: 10px;
}

.nowContentItem .nowContentBox .nowArticle .nowArticleTop .week {
  padding-top: 10px;
  font-size: 16px;
  color: #737373;
}

.nowContentItem .nowContentBox .nowArticle .nowArticleTop .month {
  margin-top: 10px;
  font-size: 16px;
  color: #737373;
}

.nowContentItem .nowContentBox .nowArticle .nowText {
  margin-top: 18px;
  line-height: 25px;
  font-size: 14px;
  text-indent: 36px;
  padding: 0 20px;
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.nowContentItem .nowContentBox .nowArticle .nowCompany {
  padding: 0 20px;
  margin-top: 17px;
  font-size: 16px;
  color: #4da3d4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.nowContentItem .nowContentBox .nowArticle .anowBtn {
  display: none;
}

.nowContentItem:hover .nowItemtopImg {
  display: none;
}

.nowContentItem:hover .nowArticle {
  top: 0;
  height: 100%;
  background-color: rgba(26, 9, 2, 0.64);
  padding-top: 20px;
}

.nowContentItem:hover .nowArticleTop .week {
  color: #ffffff !important;
}

.nowContentItem:hover .nowArticleTop .month {
  color: #ffffff !important;
}

.nowContentItem:hover .nowText {
  color: #ffffff;
}

.nowContentItem:hover .anowBtn {
  display: inline !important;
  background-color: rgba(26, 9, 2, 0.411);
  width: 160px !important;
  height: 40px !important;
  color: #fff !important;
  border: 1px solid #ffffff !important;
  margin-top: 68px;
  margin-left: 34px;
}

.Btn {
  font-size: 1.5rem;
  text-align: center;
  padding-top: 1.38rem;
  width: 22rem;
  height: 4rem;
  border: 1px solid #404040;
  margin: 6.5rem 39%;
}

.tab ul {
  list-style: none;
  cursor: pointer;
  height: 5.5rem;
  line-height: 5.5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 1rem 0rem #D2D2D2;
  margin-bottom: 7rem;
  width: 100%;
}

.tab ul li:first-child {
  margin-left: 20rem;
}

.tab ul li {
  float: left;
  list-style: none;
  float: left;
  margin-right: 4rem;


}

.tab ul li.active {
  color: #4DA3D4;
}

.hide {
  display: none;
}

@media (max-width: 996px) {
  .newsize {
    max-height: 100%;
    max-width:  100%;
    min-height:  100%;
    min-width:  100%;
    object-fit: cover;
  }

  .newTopItem .newTopText h1 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 2.5rem;
  }

  .newTopItem .newTopText p {
      display: none;
  }

  .navItem {
    height: 11.5rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 1rem 0rem #d2d2d2;
    margin-bottom: 7rem;
  }

  .navItem ul li {
    float: left;
    margin-top: 4.19rem;
    margin-right: 6rem;
  }

  .d-flex {
    display: block !important;
  }

  .newText h3 {
    margin-top: 12px;
    font-size: 16px;
    color: #4DA3D4;
    margin-bottom: 2.38rem;
  }

  .newText p {
    text-indent: 24px;
    font-size: 12px;
    color: #404040;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 70px;
  }

  .nowItemTop {
    overflow: hidden;
  }

  .nowTitleEnglish {
    font-size: 30px !important;
    font-weight: bold;
    color: #e6e6e6;
  }

  .nowTitleZhCn {
    font-size: 20px !important;
    font-weight: 400;
    color: #404040;
    top: 30% !important;
    left: 39% !important;
  }

  .nowItem {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nowContentItem .nowContentBox {
    position: relative;
    overflow: hidden;
    width: 360px;
    margin: 0 auto;
  }

  .nowContentBox {
    margin: 0px;
  }

  .fourItem {
    font-size: 10px;
    color: #404040;
  }

  .fourItem .ImgBox {
    height: 41px;
  }

  .carouselItem {
    margin-bottom: 17px;
  }

  .fourItem .pone {
    padding: 15px 0;
    font-size: 12px;
  }

  .nowContentItem .nowContentBox .nowArticle .nowText {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 4px;
  }

  .nowContentItem .nowContentBox .nowArticle .nowCompany {
    font-size: 16px;
  }

  .company .companyRightBox .textItem {
    padding: 5% 6%;
    margin-top: 39px;
    height: 70%;
  }

  .company .companyRightBox {
    height: 398px;
    padding-top: 10.566%;
  }

  .khItem .kfRightBox .rightTwoBox .anlone {
    padding-right: 0px;
  }

  .khItem {
    margin-top: 0px;
  }

  .khItem .kfRightBox .rightTwoBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .Imgpadding {
    margin-bottom: 34px;
  }

  .companyNameEnglish {
    display: none;
  }

  .companyName {
    font-size: 18px !important;
    position: absolute;
    top: 3px;
  }

  .Btn {
    font-size: 12px;
    text-align: center;
    padding-top: 2.8rem;
    width: 35rem;
    height: 10rem;
    border: 1px solid #404040;
    margin: 6.5rem 36%;
  }

  .tab ul {
    list-style: none;
    cursor: pointer;
    height: 13.5rem;
    line-height: 13.5rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 1rem 0rem #d2d2d2;
    margin-bottom: 0;
    width: 100%;

  }
  .tab ul li {
    font-size: 14px;
  }

  .tab ul li:first-child {
    margin-left: 4rem;
  }

  
}