/* 绍兴动态 */
.home-dync-group {
  width: 100%;
  box-sizing: border-box;
  background: #f5f9ff;
}

.home-dync-group .inner {
  display: block;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-dync-group .h3 {
  font-size: 28px;
  font-weight: 800;
  color: #333333;
  line-height: 35px;
  width: 100%;
  text-align: center;
}

.home-dync-tabs {
  display: flex;
  justify-content: center;
}

.home-dync-tabs .pane {
  margin: 30px 10px 40px;
  width: 92px;
  height: 40px;
  color: #666;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  transition: 0.5s;
}

.home-dync-tabs .pane.active {
  color: #fff;
  background-color: #003e94;
}

.home-dync-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 0;
  position: absolute;
  max-width: 1280px;
  top: 0;
}

.home-dync-body.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.home-dync-body-list {
  width: calc(33.3% - 20px);
  display: flex;
  height: 404px;
  flex-direction: column;
  justify-content: space-between;
}

.home-dync {
  position: relative;
  background: #efefef;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-dync img {
  height: 246px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.home-dync:hover img {
  transform: scale(1.2);
}

.home-dync-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 18px 20px;
  width: 100%;
  height: 158px;
  background-color: #fff;
  box-sizing: border-box;
}

.home-dync-inner::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 4px;
  width: calc(100% + 40px);
  background-color: #003e94;
  transform: scale(0, 1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.home-dync:hover .home-dync-inner::after {
  transform: scale(1, 1);
}

.home-dync-inner-title {
  font-size: 18px;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.home-dync:hover .home-dync-inner-title {
  color: #003e94;
}

.home-dync-inner-content {
  margin: 16px 0 13px;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
}

.home-dync-inner-time {
  font-size: 14px;
  line-height: 19px;
  color: #999;
}

.home-dync-body-list:nth-child(3) {
  justify-content: flex-start;
}

.home-dync-body-list:nth-child(3) .home-dync {
  height: calc(33.3% - 20px);
  margin-bottom: 30px;
}

.home-dync-body-list:nth-child(3) .home-dync:nth-child(3) {
  margin-bottom: 0;
}

.home-dync-body-list:nth-child(3) .home-dync img {
  width: 40%;
  height: 100%;
}

.home-dync-body-list:nth-child(3) .home-dync-inner {
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  padding: 0 0 0 30px;
  width: 60%;
  height: 100%;
  background-color: #f5f9ff;
}

.home-dync-body-list:nth-child(3) .home-dync-inner::before {
  position: absolute;
  bottom: 0;
  left: 30px;
  display: inline-block;
  background-image: url("../../static/home/dync-arrow.png");
  background-size: contain;
  background-position: center;
  width: 21px;
  height: 6px;
  content: "";
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.home-dync-body-list:nth-child(3) .home-dync:hover .home-dync-inner::before {
  background-image: url("../../static/home/dync-arrow-active.png");
}

.home-dync-body-list:nth-child(3) .home-dync-inner::after {
  display: none;
}

/* 绍兴景点 */
.home-scenic-group {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.home-scenic-group .inner {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding: 60px 20px;
}

.home-scenic-group .h3 {
  width: 100%;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 800;
  color: #333333;
  line-height: 35px;
  text-align: center;
}

.home-scenic-banner {
  width: 100%;
  background: #fff;
  height: 282px;
  position: relative;
}

.home-scenic-banner-inner-g {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.home-scenic-banner-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  align-items: center;
  transition: 0.5s;
}

.home-scenic-banner-inner.dis {
  transition: 0s;
}

.home-scenic-banner-list {
  position: relative;
  /* padding: 0 0.8%; */
  margin: 0 0.8%;
  width: 20%;
  height: 282px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-sizing: border-box;
  overflow: hidden;
}

.home-scenic-banner-list:hover img {
  transform: scale(1.1);
}

.home-scenic-banner-list img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.home-scenic-banner-list .title {
  position: absolute;
  bottom: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-scenic-btn {
  position: absolute;
  background: #fff;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border-radius: 50px;
  color: #999;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-left: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
  z-index: 99;
}

.home-scenic-btn:hover {
  color: #fff;
  background: rgba(30, 107, 194, 1);
  box-shadow: 0px 0px 20px 0px rgba(11, 66, 143, 0.7);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(11, 66, 143, 0.7);
}

.home-scenic-btn.l {
  left: -15px;
  transform-origin: center center;
  transform: rotate(180deg);
}

.home-scenic-btn.r {
  right: -15px;
}

.home-scenic-more {
  margin-top: 40px;
  width: 100%;
}

.more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 1px solid #003e94;
  border-radius: 2px;
  width: 122px;
  height: 40px;
  color: #003e94;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.more-button:hover {
  background-color: rgba(0, 62, 148, 0.1);
}

.more-button img {
  margin-left: 8px;
  width: 11px;
  height: 11px;
}

/* 走读绍兴 */
.home-day-group {
  width: 100%;
  box-sizing: border-box;
  background-image: url("../../static/home/day-bg.png");
  background-size: cover;
  background-position: center;
}

.home-day-group .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 60px 30px;
  box-sizing: border-box;
}

.home-day-group .h3 {
  width: 100%;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 35px;
  text-align: center;
}

.home-day-body {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.home-day-body > img {
  width: 45%;
  height: 366px;
}

.home-day-body-info {
  position: absolute;
  right: 0;
  padding: 30px 40px 36px;
  width: 60%;
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
}

.home-day-body-info-title {
  color: #333;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

.home-day-body-info-content {
  margin: 20px 0 24px;
  color: #666;
  font-size: 14px;
  line-height: 26px;
}

.home-day-body-info .more-button {
  margin: 0;
}

.home-notice-group {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.home-notice-group .inner {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 60px;
  height: 100%;
}

.home-notice-list {
  width: calc(37.5% - 33px);
  height: auto;
}

.home-notice-list:nth-child(3) {
  display: flex;
  width: 270px;
  height: 363px;
}

.home-notice-list h3 {
  font-size: 26px;
  font-weight: 800;
  color: #333333;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.home-notice-list h3 span {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

.home-notice-list h3 span:hover {
  font-size: 14px;
  color: rgba(30, 107, 194, 1);
}

.home-notice-list h3 span em {
  font-size: 10px;
}

.home-notice-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 292px;
  padding: 30px 0 0;
}

.home-notice-body .line {
  width: 100%;
  height: 0;
  border-top: 1px dashed #dedede;
  margin: 23px 0;
}

.home-notice-list:nth-child(3) .home-notice-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0;
}

.home-notice-body-new {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  margin-bottom: 32px;
}

.home-notice-body-new:nth-child(3) {
  margin-bottom: 0;
}

.home-notice-body-new:hover p:nth-child(1) {
  color: #003e94;
}

.home-notice-body-new:hover img {
  transform: scale(1.2);
}

.home-notice-body-new img {
  flex: none;
  width: 130px;
  height: 76px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.home-notice-body-new-content {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 15px;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.home-notice-body-new-content p:nth-child(1) {
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-notice-body-new-content p:nth-child(2) {
  color: #999;
  font-size: 14px;
  line-height: 19px;
}

.home-notice-body-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.home-notice-body-list p:nth-child(1) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.home-notice-body-list:hover p:nth-child(1) {
  color: #1e6bc2;
}

.home-notice-body-list p:nth-child(1)::before {
  width: 4px;
  height: 4px;
  background: #1e6bc2;
  border-radius: 10px;
  margin-right: 8px;
  margin-top: 25px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.home-notice-body-list p:nth-child(2) {
  width: 100px;
  line-height: 45px;
  font-size: 16px;
  color: #999;
  text-align: right;
}

.home-notice-card {
  display: flex;
  align-items: center;
  width: 270px;
  height: 100px;
  background-image: url("../../static/home/card-bg1.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  cursor: pointer;
}

.home-notice-card:nth-child(2) {
  background-image: url("../../static/home/card-bg2.png");
}

.home-notice-card:nth-child(3) {
  background-image: url("../../static/home/card-bg3.png");
}

.home-notice-card img {
  width: 38px;
  height: 38px;
  margin: 0 17px 0 68px;
}

@media (max-width: 1400px) {
  .home-scenic-btn.r {
    right: 0;
    z-index: 1;
    width: 24px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    color: #fff;
  }

  .home-scenic-btn.l {
    left: 0;
    z-index: 1;
    width: 24px;
    border-radius: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
  }

  .home-scenic-btn:hover {
    background: rgba(29, 104, 192, 1);
  }
}

@media (max-width: 1024px) {
  .home-dync-body-list {
    margin-bottom: 40px;
    width: calc(50% - 20px);
  }

  .home-dync-body-list:nth-child(3) {
    width: 100%;
  }

  .home-scenic-banner-list {
    width: 25%;
  }

  .home-day-body {
    flex-direction: column;
  }

  .home-day-body > img {
    width: 60%;
  }

  .home-day-body-info {
    position: inherit;
  }

  .home-notice-list {
    width: calc(50% - 33px);
    height: auto;
  }

  .home-notice-list:nth-child(3) {
    margin-top: 30px;
    width: 100%;
    height: 100%;
  }

  .home-notice-list:nth-child(3) .home-notice-body {
    flex-direction: row;
    height: auto;
  }

  .home-notice-list:nth-child(3) .home-notice-card {
    justify-content: center;
  }

  .home-notice-list:nth-child(3) img {
    margin-left: 0;
  }
}

@media (max-width: 850px) {
  .home-scenic-banner-list {
    width: 33.33%;
  }

  .home-nav .inner {
    flex-wrap: wrap;
  }

  .home-nav-list {
    width: calc(25% - 5px);
    height: 100px;
    background: rgba(0, 0, 0, 0.25);
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
  }

  .home-nav p {
    font-size: 12px;
  }

  .home-nav-list:nth-child(6) {
    width: calc(50% - 5px);
  }

  .home-notice-list {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .home-dync-body-list {
    margin-bottom: 40px;
    width: 100%;
  }

  .home-scenic-banner-list {
    width: 50%;
  }

  .home-day-body > img {
    width: 90%;
  }

  .home-day-body-info {
    width: 90%;
  }

  .home-notice-list:nth-child(3) .home-notice-body {
    flex-direction: column;
    align-items: center;
  }

  .home-notice-list:nth-child(3) .home-notice-card {
    margin-bottom: 20px;
  }

  .home-notice-list:nth-child(3) .home-notice-card:nth-child(3) {
    margin-bottom: 0;
  }
}

@media (max-width: 450px) {
  .home-scenic-banner-list {
    width: 100%;
  }
}
