.main {
  /* background: url(../images/index-background.cf17b911.jpg) no-repeat;
  background-size: cover; */
  padding-bottom: 70px;
}


.banner {
  background-image: url(../images/b1.jpg);
  background-position: center top;
}

.banner .banner-title .line {
  background: #fff;
}

.banner .banner-title {
  color: #fff;
}










.guest_main {
  /* padding: 50px 50px 1px; */
  background: #fff;
}

.search-box {
  position: relative;
  display: flex;
}

.search-box .form-select {
  width: 120px;
  height: 40px;
  background-color: #fff;
  position: relative;
  margin-right: 15px;
  border: 1px solid #d9d9d9;
}

.flex-col .form-inp {
  display: block;
  width: 100%;
  height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
  padding-left: 10px;
  cursor: pointer;
  background: #fff url(../images/icon-select.png) no-repeat right 10px top 50%;
  background-size: 16px auto;
  font-size: 14px;
  line-height: 38px;
  color: #666;

}


.select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 150%;
  margin-top: 5px;
  border: 1px solid #d2d4d9;
  background-color: #fff;
  z-index: 8;
  max-height: 300px;
  overflow-y: scroll;
  box-shadow: 0 0 40px 0 rgba(174, 185, 195, .1);
}

.search-box .form-select.open .select-options {
  display: block;
}


.select-options.col2 .select-list {
  float: left;
  width: 50%;
}

.select-list:not(:last-child) {
  border-right: 1px solid #d2d4d9;
}

.select-list {
  padding: 8px 0;
  height: 100%;
  overflow-x: hidden;
  line-height: 38px;
  font-size: 14px;
  color: #313233;
}

.select-list li {
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}



.search-box .form-group {
  width: 260px;
  background-color: #fff;
  position: relative;
}


.search-box .sch-ipt {
  display: block;
  width: 100%;
  color: #acb4c5;
  height: 40px;
  padding: 0 35px 0 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}

.search-box .sch-mt {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/search.png) no-repeat center center;
  background-size: 20px;
  position: absolute;
  right: 2px;
  top: 0;
  border: none;
  z-index: 9;
}

.guest-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.guest-list .guest_item {
  width: 205px;
  margin-right: 22px;
  border: 2px solid #2fa962;
  background-color: #2fa962;
  margin-bottom: 25px;
}

.guest-list .guest_item:hover {
  -moz-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.1) inset;
  -ms-transform: translate3d(0, 2px, 0);
  -moz-transform: translate3d(0, 2px, 0);
  -webkit-transform: translate3d(0, 2px, 0);
  -o-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
  background: #f6b330;
  border: 2px solid #f6b330;
}


.guest-list .guest_item:nth-child(6n) {
  margin-right: 0;
}

.guest-list .guest_item:last-child {
  flex-grow: 1;
  height: 1px;
  border: 0;
  background: none;
}

.guest_item .img {
  overflow: hidden;
  width: 100%;
  height: 240px;
}

.guest_item .img img {
  display: block;
  width: 100%;
  vertical-align: top;
}

.guest_item .txt {
  padding-bottom: 10px;
  text-align: center;
  min-height: 98px;
}

.guest_item .txt p {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

.guest_item .txt p:nth-child(2) {
  font-size: 14px;
  line-height: 1.3;
}

.zj-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: flex-start;
}


.zj-list li {
  margin-bottom: 20px;
}

.zj-list li[class*='col'] {
  padding-left: 10px;
  padding-right: 10px;
}

.zj-list li>a {
  display: flex;
  box-shadow: 0 2px 10px 0 rgb(0 51 106 / 5%);
  
}


.tvp-motion {
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
}

.tvp-member-card-object-box {
  position: relative;
  width: 156px;
  height: 217px;
}

.tvp-member-card-object-box img {
  width: 100%;
  vertical-align: top;
  height: 100%;
  object-fit: cover;
}

.tvp-member-card-tag {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 0 10px;
  min-width: 68px;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
  color: #2fa962;
  text-align: center;
  background: #161616;
  border: 1px solid #2fa962;
  border-radius: 15px;
  box-sizing: border-box;
  z-index: 2;
}

.tvp-member-card-main {

  padding: 30px 10px 0 20px;
  flex-grow: 1;
}


.tvp-member-card-tit {
  line-height: 42px;
  font-size: 24px;
  margin-bottom: 15px;
}

.tvp-member-card-tit::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #2fa962;
}

.tvp-member-card-desc {
  display: flex;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tvp-member-card-desc span {
  flex-shrink: 0;
}

.tvp-motion:hover {
  transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}


.tvp-intro-panel-tag {
  padding: 0 10px;
  min-width: 68px;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
  color: #2fa962;
  text-align: center;

  border: 1px solid #2fa962;
  border-radius: 15px;
  box-sizing: border-box;
  margin-left: 15px;
}



.pagination {
  margin: 20px auto 0;
}

.footer {
  position: unset;
  background: #2fa962;
  padding: 20px 0;
}





/*1200-1440 xl*/
@media (max-width:1440px) {
  .tvp-member-card-object-box {
    width: 110px;
  }

  .tvp-member-card-main {
    padding-top: 15px;
    flex-grow: 1;
  }

  .tvp-member-card-tit {
    line-height: 36px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .tvp-member-card-desc {
    font-size: 13px;
  }
}

/* 992-1200 lg*/
@media (max-width:1200px) {}



/* 768-992 md */
@media (max-width:992px) {
  .main {
    padding: 30px 20px 0;
  }
  .p-title .title {
    margin-top: 62px;
    font-size: 28px;
}

  .guest_main {
    padding: 10px 20px 20px;
    background: #fff;
  }

  .tvp-member-card-tit {
    line-height: 36px;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .tvp-intro-panel-tag {

    font-size: 12px;

  }
}


/* 576px-768 sm */
@media (max-width:768px) {
  .tvp-member-card-object-box {
    width: 156px;
  }
}

/* 375-576 */
@media (max-width:576px) {

  .guest_main {
    padding: 28px 15px 0;
    background: #fff;
  }

  .zj-list {

    margin-top: 40px;

  }

  .tvp-member-card-object-box {
    width: 140px;
    height: 180px;
  }
  .tvp-intro-panel-tag{
    display: none;
  }
  .main {
    padding: 0;
    margin-bottom: 30px;
  }

  .pagination-item {
    min-width: 28px;
    height: 28px;
    line-height: 28px;

  }

  .pagination-next, .pagination-prev {
    min-width: 28px;
    height: 28px;
    line-height: 28px;

  }
}