.group {
  background-color: #f8f8f8;
}

.article {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 800px;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 36px;
}

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

.home-dync-group .inner {
  display: block;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 40px 0 50px;
  background-color: #fff;
}

.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 {
  border: 1px solid #e3e8ee;
  margin: 30px 10px 10px;
  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;
  margin-bottom: 50px;
}

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

.home-dync-body-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 40px;
}

.home-dync {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 40px 0;
  border-bottom: 1px solid #efefef;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-dync-box {
  flex: none;
  width: 250px;
  height: 155px;
  overflow: hidden;
}

.home-dync img {
  width: 250px;
  height: 155px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

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

.home-dync-inner {
  position: relative;
  padding: 12px 0 12px 30px;
  width: 100%;
  height: 158px;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 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: 20px 0;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
}

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

@media (max-width: 1024px) {
  .home-banner {
    height: 400px;
  }

  .home-header .head.inner {
    margin-bottom: 20px;
  }

  .home-header-title {
    width: 400px;
  }
}

@media (max-width: 600px) {
  .home-dync-box {
    width: 200px;
    height: 120px;
  }

  .home-dync-box img {
    width: 200px;
    height: 120px;
  }

  .home-dync-inner {
    padding: 0 0 0 30px;
    height: 120px;
  }

  .home-dync-inner-content {
    margin: 15px 0;
  }
}

@media (max-width: 450px) {
  .home-dync {
    flex-direction: column;
    align-items: center;
  }

  .home-dync-box {
    width: 250px;
    height: 155px;
  }

  .home-dync-box img {
    width: 250px;
    height: 155px;
  }

  .home-dync-inner {
    padding: 20px 0 0 0;
    height: 120px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-banner image {
    height: auto;
    width: 100%;
  }
}
