@-webkit-keyframes slide-fwd-center {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

@keyframes slide-fwd-center {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

@media screen and (max-width: 960px) {
  body {
    background-color: #f2f2f8;
  }
  .title22 {
    display: none;
  }
  .tabBox .newList:after {
    content: "";
    width: 30%;
  }
  .tabBox .newList {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .tabBox .newList .item {
    width: 48%;
    box-shadow: 0px 0px 43px 0px rgba(44, 44, 44, 0.14);
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    margin-bottom: 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .tabBox .newList .item .imgs {
    width: 100%;
    height: 89px;
    vertical-align: top;
  }
  .tabBox .newList .item .infoBox {
    padding: 5px 14px;
  }
  .tabBox .newList .item .infoBox .topTit {
    font-size: 14px;
    font-family: FZYouHei-DB-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .tabBox .newList .item .infoBox .thing {
    display: none;
  }
  .tabBox .newList .item .bottom {
    padding: 17px 14px;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 17px;
  }
  .tabBox .newList .item .bottom .time {
    font-size: 10px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #666666;
  }
  .tabBox .newList .item .bottom .btn {
    display: none;
  }
  .tabBox .tabList {
    display: flex;
    justify-content: space-around;
    padding: 25px 0;
  }
  .tabBox .tabList .item {
    font-size: 16px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    cursor: pointer;
    cursor: pointer;
  }
  .tabBox .tabList .itemAct {
    font-size: 16px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #E89733;
    position: relative;
    cursor: pointer;
    cursor: pointer;
  }
  .tabBox .tabList .itemAct::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 19px);
    width: 38px;
    height: 2px;
    background: #E89733;
    border-radius: 2px;
  }
}

@media screen and (min-width: 960px) {
  .hezuo {
    position: relative;
  }
  .hezuo .title {
    font-size: 36px;
    font-family: FZYouHei-L-GB18030;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 63px;
  }
  body {
    background-color: #f2f2f8;
  }
  .title22 {
    font-size: 36px;
    font-family: FZYouHei-L-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 27px;
    padding: 64px 0;
    text-align: center;
  }
  .tabBox {
    max-width: 1196px;
    margin: 0 auto;
    margin-bottom: 69px;
  }
  .tabBox .newList:after {
    content: "";
    width: 30%;
  }
  .tabBox .newList {
    margin: 0 auto;
    display: flex;
    max-width: 1196px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .tabBox .newList .item:hover {
    transform: scale(1.1);
    transition: all 0.4s ease 0s;
    -webkit-transform: scale(1.1);
  }
  .tabBox .newList .item:hover .bottom .btn {
    width: 98px;
    height: 30px;
    background: #E89733 !important;
    border-radius: 15px;
    font-size: 14px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #fff !important;
    line-height: 30px;
    text-align: center;
  }
  .tabBox .newList .item {
    width: 30%;
    box-shadow: 0px 0px 43px 0px rgba(44, 44, 44, 0.14);
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .tabBox .newList .item .imgs {
    width: 100%;
    height: 222px;
    vertical-align: top;
  }
  .tabBox .newList .item .infoBox {
    padding: 33px 29px;
  }
  .tabBox .newList .item .infoBox .topTit {
    font-size: 22px;
    font-family: FZYouHei-DB-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    margin-bottom: 24px;
  }
  .tabBox .newList .item .infoBox .thing {
    font-size: 14px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
  }
  .tabBox .newList .item .bottom {
    padding: 33px 29px;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 17px;
  }
  .tabBox .newList .item .bottom .time {
    font-size: 14px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #666666;
  }
  .tabBox .newList .item .bottom .btn {
    width: 98px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 15px;
    font-size: 14px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #b4b4b4;
    line-height: 30px;
    text-align: center;
  }
  .tabBox .tabList {
    display: flex;
    justify-content: center;
    margin-bottom: 68px;
  }
  .tabBox .tabList .item {
    font-size: 24px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    cursor: pointer;
    margin: 0 41px;
    cursor: pointer;
  }
  .tabBox .tabList .itemAct {
    font-size: 24px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #E89733;
    position: relative;
    cursor: pointer;
    margin: 0 41px;
    cursor: pointer;
  }
  .tabBox .tabList .itemAct::before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: calc(50% - 19px);
    width: 38px;
    height: 4px;
    background: #E89733;
    border-radius: 2px;
  }
}
