.tab-list {
  width: 1130px;
  margin: 0 auto;
  margin-top: 32px;
  padding-left: 47px;
  display: flex;
  box-sizing: border-box;
  height: 58px;
  justify-content: space-between;
}
.tab-list .tab-list_item {
  display: flex;
  font-size: 18px;
  color: #262626;
  line-height: 40px;
  font-weight: bold;
  padding-bottom: 13px;
  cursor: pointer;
}
.tab-list .tab-list_item div {
  font-weight: bold;
}
.tab-list .tab-list_item .icon {
  display: block;
  margin-left: 7px;
}
.tab-list .tab-list_item .hot {
  width: 16px;
  height: 21px;
  position: relative;
  top: 9px;
  background: url(../images/hot-icon.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 7px;
}
.tab-list .tab-active {
  color: #005BAC;
  border-bottom: 5px solid #005BAC;
}
.tab-list .tab-more {
  color: #005BAC;
  font-weight: 400;
}
.tab-list .tab-more .more {
  width: 7px;
  height: 11px;
  position: relative;
  top: 15px;
  margin-left: 7px;
  background: url(../images/more-icon.png) no-repeat;
  background-size: 100% 100%;
}
.tab-content_wrap {
  width: 100%;
  background: #F3F5F9;
}
.tab-content_bx {
  width: 1139px;
  margin: 0 auto;
  padding-top: 5px;
}
.tab-content__item {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.tab-content__item .item {
  margin-top: 14px;
  margin-right: 21px;
  background: #FFFFFF;
  border: 2px solid rgba(231,231,231,1);
  box-shadow: 0px 5px 8px 0px rgba(241,241,241,1);
  border-radius: 4px;
  padding: 20px 25px 18px 27px;
  width: 503px;
  display: flex;
  justify-content: space-between;
  position: relative;
  box-sizing: content-box;
}
.tab-content__item .item .tips {
  width: 78px;
  height: 31px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.tab-content__item .item .tips img{
  width: 100%;
  height: 100%;
}
.tab-content__item .item .insurance-info {
  width: 327px;
}
.tab-content__item .item .insurance-info .title {
  font-size: 20px;
  color: #262626;
  line-height: 24px;
  font-weight: bold;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-content__item .item .insurance-info .subtitle {
  padding-top: 4px;
  font-size: 15px;
  color: #333333;
  line-height: 20px;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-content__item .item .insurance-info .tags {
  margin-top: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab-content__item .item .insurance-info .tags span {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #9F9F9F;
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 19px;
}
.tab-content__item .item .insurance-info .tags span i {
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 2px;
  background: url(../images/tj3Xuebi.png) 0px -13px/200px 200px no-repeat;
}
.tab-content__item .item:hover .insurance-info .tags span i {
  background: url(../images/tj3Xuebi.png) 0px -29px/200px 200px no-repeat!important;
}
.tab-content__item .item .insurance-img {
  border-radius: 8px;
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.tab-content__item .item .insurance-img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s
}
.tab-content__item .item:hover .insurance-img img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  -ms-transform: scale(1.1);
  -ms-transform-origin: 50% 50%;
  -moz-transform: scale(1.1);
  -moz-transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -o-transform: scale(1.1);
  -o-transform-origin: 50% 50%
}
.tab-content__item .item:hover {
  border: 2px solid rgba(231,231,231,1);border: 2px solid rgba(0,91,172,1);
}
.tab-content__item .item:hover .title, .tab-content__item .item:hover .tags span {
  color: #005BAC;
}
.tab-content__item .item:nth-child(2n) {
  margin-right: 0;
}
.tab-content__item .item .insurance-info .age {
  padding-top: 8px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #9F9F9F;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
.tab-content__item .item .insurance-info .price-box {
  font-size: 17.16px;
  color: #E93E4E;
  letter-spacing: 0;
  line-height: 22.88px;
  font-weight: 600;
  padding-top: 24px;
}
.tab-content__item .item .insurance-info .price {
  font-size: 22.88px;
  color: #E93E4E;
  letter-spacing: 0;
  text-align: center;
  line-height: 22.88px;
  font-weight: 600;
}
.tab-content__item .item .insurance-info .qi {
  font-size: 14.88px;
  color: #DD494A;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  margin-left: 2px;
}
.pcProduct {
  font-family: FZLTZCHJW--GB1-0;
  font-size: 15px;
  color: #333333;
  line-height: 24px;
  font-weight: bold;
}
.pcProduct i {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 4px;
  width: 20px;
  height: 20px;
  background: url(../images/to-left-icon.png) no-repeat;
  background-size: 100% 100%;
}
.tab-flex {
  display: flex!important;
}