.navBox {
  width: 100%;
  height: 73px;
  background: #f7faf8;
}

.navList {
  width: 1200px;
  height: 73px;

  margin: auto;
  display: flex;
  align-items: center;
}

.navItem {
  margin-right: 50px;
  width: 64px;
  height: 16px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.navItem1 {
  margin-right: 50px;
  cursor: pointer;
  width: 64px;
  height: 16px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #00A462;
}

.navBottomLine {
  width: 28px;
  height: 3px;
  background: #00A462;
  margin: auto;
  margin-top: 10px;
}

.dynamicWarp {
  width: 1200px;
  margin: auto;
  margin-top: 40px;
  display: flex;
}

.dynamicLeft {
  width: 850px;
  margin-right: 20px;
}

.dynamicRight {
  width: 330px;
}

.dynamicLeftItem {
  width: 850px;
  height: 180px;
  display: flex;
  flex-direction: row;
}

.dynamicLeftItem img {
  width: 250px;
  height: 156px;
}

.dynamicLeftItemRight {
  cursor: pointer;
}

.dynamicLeftItemRight>.title {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-top: 9px;
}

.dynamicLeftItemRight>.detail {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #444444;
  line-height: 22px;
  margin: 20px 0 37px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dynamicLeftItemRight>.time {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.time>.time-more {
  border-radius: 4px;
  border: 1px solid #D7D7D7;
  font-size: 12px;
  color: #00A462;
  padding: 3px 11px;
  box-sizing: border-box;
}

.dynamicLeftItem:hover .dynamicLeftItemRight>.title {
  color: #00A462;
}

.dynamicLeftItem:hover .time-more {
  border-color: #00A462;
}

.detailRight {
  width: 330px;
  height: 1174px;
  margin-left: 20px;
}

.Navigation {
  width: 80px;
  height: 20px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}

.NavigationLine {
  width: 330px;
  height: 2px;
  background: #F5F5F5;
  margin-top: 12px;
  position: relative;
}

.NavigationLineGreen {
  width: 80px;
  height: 4px;
  background: #00A462;
  position: absolute;
  top: -1px;
  left: 0;
}

.timeBox {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.timeBox>img {
  width: 14px;
  height: 14px;
}

.time {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
  margin-left: 10px;
}

.timeDetail {
  width: 244px;
  height: 20px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #00A462;
  line-height: 20px;
  margin: 10px 0 0 24px;
}

.timeBox>.timeBoxAddress {
  width: 12px;
  height: 15px;
}

.address {
  width: 185px;
  height: 14px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
  margin: 10px 0 0 24px;
}

.iconBox {
  width: 330px;
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.iconItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.expertIcon {
  width: 50px;
  height: 50px;
}

.expertText {
  width: 48px;
  height: 12px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-top: 12px;
}

* {
  margin: 0;
  padding: 0;
}

.ul {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.li {
  margin-right: 10px;
}

.banner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 37px;
}

.banner img {
  width: 100%;
  display: block;
}

.banner .page {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.banner .page ul {
  float: right;
}

.item1 {
  position: relative;
}

.item1 .ul {
  height: 6px;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.current {
  color: #ff6700;
}

.selectDot {
  width: 6px;
  height: 6px;
  background: #00A462;
  border-radius: 50%;
}

.selectDot1 {
  width: 6px;
  height: 6px;
  background: #00A462;
  opacity: 0.4;
  border-radius: 50%;

}

.selectDotNew {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;

}

.selectDotNew1 {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.4;
}

.banner {
  display: flex;
}

.swiperRight {
  width: 185px;
  margin-left: 13px;
}

.detail {
  font-size: 18px;
  font-family: MicrosoftYaHeiSemibold;
  color: #333333;
}

.swipername {
  font-size: 18px;
  font-family: MicrosoftYaHeiSemibold;
  color: #333333;
  font-weight: bold;
}

.swiperposition {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  margin: 15px 0 20px 0;
}

.swiperdetail {
  width: 185px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.swiperdetail1 {
  width: 330px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}

.newsLine {
  width: 330px;
  height: 1px;
  background: #EBEBEB;
  margin-top: 16px;
  margin-bottom: 24px;
}

.num {
  width: 16px;
  height: 16px;
  background: #F1F1F1;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 16px;
  text-align: center;
}

.newsItem {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.newsItemRight {
  width: 298px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-left: 8px;
}

.paging {
  width: 100%;
  margin: auto;
}

.pageBox {
  display: flex;
  margin: auto;
  /* margin-top: 60px; */
  margin-bottom: 60px;
  justify-content: center;
}

.onePage {
  width: 44px;
  height: 46px;
  background: #f1eff0;
  border-radius: 2px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #999;
  line-height: 46px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
}

.first {
  color: #666666;
  cursor: pointer;
}

.onePage1 {
  color: #ffffff;
  background: #00a462;
  margin-right: 20px;
  cursor: pointer;
}

.turn {
  width: 118px;
  height: 46px;
  background: #f1eff0;
  border-radius: 2px;
  font-size: 16px;
  color: #b5b5b5;
  line-height: 46px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
}

.swiperBox {
  display: flex;
  margin-top: 28px;
}

.swiperImg {
  width: 130px;
  height: 158px;
  background: #EEEEEE;
}

.rightBox {
  padding-top: 10px;
  margin-left: 20px;
}

.name {
  font-size: 18px;
  font-family: MicrosoftYaHeiSemibold;
  color: #333333;
  line-height: 18px;
}

.title {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 14px;
  margin: 15px 0 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.content {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 18px;
}

.swiper-pagination {
  bottom: 0px !important;
  left: 19% !important;
}

.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background: #00A462 !important;
  /* opacity: 0.4 !important; */
}

.swiper-pagination-bullet-active {
  width: 6px !important;
  height: 6px !important;
  background: #00C473 !important;
}