.subTitle {
  width: 1200px;
  height: 88px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  Z-index: 2;
}

.lineShu {
  width: 4px;
  height: 28px;
  background: #56CAC1;
}

.title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  margin-left: 12px;
  color: #323233;
  flex: 1;
}

.title22 {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #323233;
  flex: 1;
}

.more {
  width: 60px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #56CAC1;
  font-size: 14px;
  color: #56CAC1;
  float: right;
  cursor: pointer;
}

.list {
  width: 1280px;
  height: 360px;
  overflow-x: hidden;
  padding-left: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  /* display: flex; */
  /* justify-content: flex-start; */
  /* flex-wrap: wrap; */
  overflow-y: hidden;
  position: relative;
  Z-index: 2;
}

.item {
  width: 270px;
  height: 328px;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 16px 32px rgb(8, 26, 61, 0.04) ;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  float: left;
  margin-right: 40px;
  margin-bottom: 32px;
}

/* .item:nth-child(4n) {
  margin-right: 0;
} */

.item:hover{
  box-shadow: 0px 16px 32px rgba(38, 45, 61, 0.12);
}

.itemImg {
  width: 270px;
  height: 240px;

}

.itemText {
  height: 72px;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 16px 0;
  font-size: 20px;
  line-height: 28px;
  color: #323233;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tips {
  height: 30px;
  width: 62px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-bottom-right-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.noMore {
  font-size: 20px;
  line-height: 28px;
  color: #8F95A5;
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}

/* @media (min-width: 1291px) {
  .subTitle, .list{
    width: 1200px;
  }
  .item:nth-child(4n) {
    margin-right: 0;
  }
  .item:nth-child(3n) {
    margin-right: 40px;
  }
}
@media (max-width: 1290px) {
  .subTitle, .list{
    width: 890px;
  }
  .item:nth-child(4n) {
    margin-right: 40px;
  }
  .item:nth-child(3n) {
    margin-right: 0;
  }
} */