/*================
 Section
==================*/

/* box 03 */
.home-box-03 {
  padding: 50px 0;
}

.tab-content #tab001 {
  background-image: none;
}

.example-item-wrapper {
  width: 350px;
  max-width: 350px;
  padding: 0;
  margin: 0 38px;
  position: relative;
  cursor: pointer;
}

.example-item-img {
  overflow: hidden;
}

.example-item-wrapper img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.example-item-wrapper:hover>img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

/* .example-item-wrapper:hover .thumbnail {
  border: 1px dashed #333;
} */
.example-item-content {
  position: relative;
  width: 330px;
  height: 174px;
  margin: -20px 10px 0 10px;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  z-index: 3;
  cursor: pointer;
}

.example-item-content .title {
  font-size: 18px;
  font-weight: 400;
  color: #232323;
  line-height: 30px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.example-item-content .title a {
  color: #232323;
}

.example-item-wrapper:hover .example-item-content .title a {
  color: #2568ef;
}

.example-item-content .sub-title {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #232323;
  line-height: 26px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.example-more-btn {
  width: 134px;
  height: 44px;
  border-radius: 4px;
  background-color: #fff;
  color: #2568ef;
  border: 1px solid #2568ef;
}



.extCont {
  width: 70% !important;
  margin: 0 auto !important;
}

.thumbnail-item {
  overflow: hidden;
  width: 350px;
  height: 236px;
}

.thumbnail-item .thumbnail {
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.thumbnail-item:hover .thumbnail {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}


/* 屏幕 -- 差异化 */

@media (min-width: 576px) {
  .site-header {
    min-height: 500px;
  }
}

@media (min-width: 1620px) {
  .site-header {
    min-height: 600px;
  }

  #home-box-03-tab {
    margin: 0;
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media (min-width: 1920px) {
  #home-box-03-tab {
    margin: 0;
    padding-left: 260px;
    padding-right: 260px;
  }
}

@media (max-width: 768px) {
  .home-box-03 {
    padding: 0;
  }

  .extCont {
    width: 90% !important;
  }

  .example-item-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    flex-basis: auto;
  }
  .thumbnail-item {
    width: 100%;
  }

  #home-box-03-tab {
    width: 94%;
    margin: 14px auto 0;
  }

  .example-item-content {
    margin: 0;
    width: 100%;
    padding: 20px;
  }

  .height-40 {
    height: 20px !important;
  }

  .tab-content .tab-pane {
    padding: 34px 0 20px 10px;
  }

  #home-box-03-tab .nav-item {
    width: 20%;
  }

  #home-box-03-tab .nav-link img {
    display: none;
  }

  #home-box-03-tab .nav-link {
    font-size: 14px;
  }
}