.breadcrumb {
  margin-bottom: .4rem;
}

.trs_detail_label {
  width: 100%;
  font-weight: 500;
  font-size: 0.22rem;
  color: #30313f;
  text-align: center;
  background: url(./trs_ico_61.png) no-repeat center bottom;
  background-size: .4rem .02rem;
  padding-bottom: .1rem;
}

.classify {
  background: #f4f8fd;
  margin-bottom: .6rem;
  padding: .3rem;
  box-sizing: border-box;
  overflow: hidden;
}

.classify h2 {
  font-weight: 500;
  font-size: 0.3rem;
  color: #1d5198;
  line-height: 0.26rem;
  margin-bottom: .26rem;
}

.classify .label li {
  float: left;
  padding: .13rem .2rem;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 1rem 1rem 1rem 1rem;
  margin-right: .3rem;
  margin-bottom: .3rem;
}

.classify .label li.active {
  background: #1d5198;
}

.classify .label li.active a {
  color: #ffbd45;
}

/* list */
.trs_bussinies_list .list li {
  width: 6.2rem;
  height: 4.14rem;
  background: #f4f8fd;
  border-radius: 0.12rem;
  overflow: hidden;
  float: left;
  margin-bottom: .59rem;
  padding: .3rem;
  box-sizing: border-box;
}

.trs_bussinies_list .list li:nth-child(2n) {
  float: right;
}

.trs_bussinies_list .list li .img {
  width: 100%;
  height: 1.83rem;
  overflow: hidden;
  margin-bottom: .3rem;
  border-radius: .08rem;
}

.trs_bussinies_list .list li img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.trs_bussinies_list .list li .txt {
}

.trs_bussinies_list .list li .txt p {
  font-weight: bold;
  font-size: 0.2rem;
  color: #30313f;
  line-height: 0.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: .3rem;
}

.trs_bussinies_list .list li .handle {
  border-top: .01rem solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: .18rem;
}

.trs_bussinies_list .list li .handle span {
  font-weight: 500;
  font-size: 0.16rem;
  color: #969696;
  display: flex;
  align-items: center;
  gap: .07rem;
}

.trs_bussinies_list .list li .handle span:nth-child(1) i {
  width: 0.13rem;
  height: 0.13rem;
  display: block;
  background: url(./trs_ico_28.png) no-repeat;
  background-size: contain;
}

.trs_bussinies_list .list li .handle span:nth-child(2) {
  color: #1d5198;
}

.trs_bussinies_list .list li .handle span:nth-child(2) i {
  width: 0.16rem;
  height: 0.1rem;
  display: block;
  background: url(./trs_ico_30.png) no-repeat;
  background-size: contain;
}

.trs_bussinies_list .list li:hover {
  background: #1d5198;
}

.trs_bussinies_list .list li:hover h3 {
  color: #ffbd45;
}

.trs_bussinies_list .list li:hover .txt h3 i {
  background: url(./trs_ico_40.png) no-repeat;
  background-size: contain;
}

.trs_bussinies_list .list li:hover p .txt a {
  color: #fff;
}

.trs_bussinies_list .list li:hover img {
  transform: scale(1.1);
}

.trs_bussinies_list .list li:hover .handle span:nth-child(2) {
  color: #fff;
}

.trs_bussinies_list .list li:hover .handle span:nth-child(2) i {
  background: url(./trs_ico_31.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .breadcrumb {
    margin-bottom: .3rem;
  }
  .trs_detail_label {
    margin-bottom: .3rem;
  }

  .page {
    display: none;
  }

  .more {
    font-weight: 400;
    font-size: 0.12rem;
    color: #969696;
    line-height: 0.25rem;
    margin: .3rem auto;
    text-align: center;
    position: relative;
  }

  .more a {
    color: #969696;
  }

  .more::before,
  .more::after {
    content: '';
    width: .43rem;
    height: .01rem;
    display: block;
    background: #c0c0c0;
    position: absolute;
    top: .12rem;
  }

  .more::before {
    left: .9rem;
  }

  .more::after {
    right: .9rem;
  }

  /* list */
  .classify {
    width: auto;
    height: 0.48rem;
    padding: 0;
    background: #f7f9fb;
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #d5e1ed;
    margin: 0 .2rem;
  }

  .classify select {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 .1rem;
    box-sizing: border-box;
    font-size: .16rem;
    outline: none;
  }
  .trs_bussinies_list .list {
    padding: .2rem .2rem 0 .2rem;
    box-sizing: border-box;
    overflow: hidden;
  }

  .trs_bussinies_list .list li {
    width: 100%;
    height: 3.14rem;
    background: #f4f8fd;
    border-radius: 0.12rem;
    overflow: hidden;
    float: left;
    margin-bottom: .2rem;
    padding: .2rem;
    box-sizing: border-box;
  }

  .trs_bussinies_list .list li:nth-child(2n) {
    float: right;
  }

  .trs_bussinies_list .list li .img {
    width: 100%;
    height: 1.01rem;
    overflow: hidden;
    margin-bottom: .2rem;
  }

  .trs_bussinies_list .list li img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
  }

  .trs_bussinies_list .list li .txt {
    margin-bottom: .2rem;
  }

  .trs_bussinies_list .list li .txt p {
    font-weight: bold;
    font-size: 0.16rem;
    color: #30313f;
    line-height: 0.25rem;
    display: -webkit-box;
    /* 关键属性 */
    -webkit-box-orient: vertical;
    /* 垂直方向 */
    -webkit-line-clamp: 4;
    /* 限制3行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    margin-bottom: 0;
  }

  .trs_bussinies_list .list li .handle {
    border-top: .01rem solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .18rem;
  }

  .trs_bussinies_list .list li .handle span {
    font-weight: 500;
    font-size: 0.12rem;
    color: #969696;
    display: flex;
    align-items: center;
    gap: .07rem;
  }

  .trs_bussinies_list .list li .handle span:nth-child(1) i {
    width: 0.12rem;
    height: 0.12rem;
    display: block;
    background: url(./trs_ico_28.png) no-repeat;
    background-size: contain;
  }

  .trs_bussinies_list .list li .handle span:nth-child(2) {
    color: #1d5198;
  }

  .trs_bussinies_list .list li .handle span:nth-child(2) i {
    width: 0.14rem;
    height: 0.09rem;
    display: block;
    background: url(./trs_ico_30.png) no-repeat;
    background-size: contain;
  }
  .trs_bussinies_list .list li:last-child {
    margin: 0;
  }

  .trs_bussinies_list .list li:hover {
    background: #1d5198;
  }

  .trs_bussinies_list .list li:hover h3 {
    color: #ffbd45;
  }

  .trs_bussinies_list .list li:hover .txt h3 i {
    background: url(./trs_ico_40.png) no-repeat;
    background-size: contain;
  }

  .trs_bussinies_list .list li:hover p {
    color: #fff;
  }

  .trs_bussinies_list .list li:hover img {
    transform: scale(1.1);
  }
}
