@media (min-width: 1520px) {
  .container {
    max-width: 1520px !important;
    margin: 0 auto;
  }
}
@media only screen and  (max-width: 1520px) {

  .item {
    width: 920px!important;
    padding-right: 0;
    margin: 0 auto;
  }

  /*.list-con{*/
  /*  width: 50% !important;*/
  /*}*/
  .list-con .list-tit{
    width: 100% !important;
    overflow: hidden;
    font-size: 20px!important;
  }
  .list-con .list-intro{
    font-size: 16px!important;
  }
  .list-con .list-look,.list-con .list-time{
    font-size: 16px!important;
  }

}
@media only screen and (max-width: 1200px) {
  .item {
    width: 90%!important;
    padding-right: 0;
    margin: 0 auto;
  }
  .prev,.next{
    display: none;
  }
  /*.list-con{*/
  /*  width: 50% !important;*/
  /*}*/
  .list-con .list-tit{
    font-size: 18px!important;
    line-height: 1.6!important;
  }
  .list-con .list-intro{
    font-size: 14px!important;
    line-height: 1.6!important;
    height: 40px!important;
  }
  .list-con .list-look,.list-con .list-time{
    font-size: 14px!important;
  }
  .list-item img{
    width: 150px!important;
    height: 150px!important;
  }
  .tab_list{
    margin: 34px 0 20px 0!important;
  }
}
@media  (max-width: 992px) {
  .tab_list li{
    width: 90px!important;
    height: 40px!important;
    font-size: 14px;
    line-height: 38px;
  }
  .title{
    font-size: 14px!important;
  }
}
@media only screen and (max-width: 768px) {
  /*.list-con{*/
  /*  width: 40% !important;*/
  /*}*/
  .list-item .list-con{
    padding-top: 0!important;
  }
  .list-con .list-tit{
    font-size: 16px!important;
    line-height: 1.5!important;
    margin-bottom: 5px!important;
  }
  .list-con .list-intro{
    font-size: 12px!important;
    line-height: 1.6!important;
    height: 40px!important;
    margin-bottom: 0!important;
  }
  .list-con .list-look,.list-con .list-time{
    font-size: 12px!important;
  }
  .list-item img{
    width: 100px!important;
    height: 100px!important;
    margin-right: 10px!important;
  }
}

.banner img{
  width: 100%;
}
.flex-between{
  display: flex;
  justify-content: space-between;
}

.tab_list {
  height: 52px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  line-height: 40px;
  font-weight: 600;
  color: #34B09F;
  margin-top: 54px;
}
.tab_list ul{
  display: flex;
  justify-content: center;

}

.tab_list li {
  width: 112px;
  height: 43px;
  background: #FFFFFF;
  border-radius: 100px;
  border: 2px solid #D4E9E6;
  text-align: center;
  cursor: pointer;
  margin:0 10px;
}

.tab_list .current {
  border: 2px solid #34B09F;
}
.item {
  display: none;
  font-family: PingFangSC-Semibold, PingFang SC;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.item .prev{
  position: absolute;
  left: -100px;
  top: 193px;
  width: 21px;
  cursor: pointer;
}
.item .next{
  position: absolute;
  right: -100px;
  top: 193px;
  width: 21px;
  cursor: pointer;
}



.title{
  font-size: 20px;
  font-weight: 600;
  color: #34B09F;
  line-height: 35px;
  margin-bottom: 16px;
}
.list-item{
  display: flex;
  margin-bottom: 38px;
}
.list-item a{
  width: 100%;
}
.list-item img{
  width: 198px;
  height: 198px;
  margin-right: 49px;
  border-radius: 5px;
  object-fit: cover;
}
.list-item .list-con{
  flex: 1;
  border-bottom: 1px solid #D4E9E6;
  padding-top: 12px;
  width: 926px;
}
.list-con .list-tit{
  width: 926px;
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  line-height: 37px;
  margin-bottom: 9px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/

}
.list-con .list-intro{
  height: 74px;
  font-size: 20px;
  font-weight: 400;
  color: #555555;
  line-height: 37px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  margin-bottom: 12px;
}
.list-con .list-look{
  font-size: 20px;
  font-weight: 600;
  color: #34B09F;
  line-height: 23px;
}
.list-con .list-time{
  font-size: 20px;
  font-weight: 400;
  color: #555555;
  line-height: 27px;
}

