.list_1 {
  /* margin-top: 120px; */
  margin-top: 40px;
}
.list_1 .centent {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.list_1 .centent .left {
  width: 930px;
  padding-bottom: 100px;
}
.list_1 .centent .left .mySwiper {
  width: 100%;
  /* height: 390px; */
  /* height: 460px; */
  border-radius: 10px;
}
.list_1 .centent .left .mySwiper img {
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.list_1 .centent .left .mySwiper .swiper-button-next,
.list_1 .centent .left .mySwiper .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.list_1 .centent .left .mySwiper .swiper-button-next::after,
.list_1 .centent .left .mySwiper .swiper-button-prev::after {
  font-size: 16px;
}
.list_1 .centent .left .mySwiper .swiper-button-prev {
  left: 20px;
}
.list_1 .centent .left .mySwiper .swiper-button-next {
  right: 20px;
}
.list_1 .centent .left .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.list_1 .centent .left .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.m-state{display: none;}

.list_1 .centent .left .nav {
  margin-top: 20px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #ccc;
  z-index: 13;
}
.list_1 .centent .left .nav .item {
  cursor: pointer;
  min-width: 60px;
  width: fit-content;
  text-align: center;
  height: 100%;
  line-height: 60px;
  font-size: 16px;
  margin: 0 20px;
  box-sizing: border-box;
  font-family: 'Regular';
}
.list_1 .centent .left .nav .item.art {
  color: #19C76B;
  border-bottom: 3px solid #19C76B;
}


.list_1 .centent .right {
  width: 250px;
}
.list_1 .centent .right .state {
  width: 100%;
  height: 220px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-bottom: 20px;
}
.list_1 .centent .right .state img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 50%;
  
}
.list_1 .centent .right .state p {
  font-family: 'Regular';
}
.list_1 .centent .right .state p.f20{
  margin-bottom: 10px;
}
.list_1 .centent .right .state p.f14 {
  background-color: #f5f5f5;
  color: #000;
  width: fit-content;
  margin: 10px 0 ;
  font-family: 'Regular';
  padding: 2px 5px;
}
.list_1 .centent .right .state .btn {
  width: 180px;
  height: 40px;
  border-radius: 20px;
  border:1px solid #19C76B;
  font-size: 14px;
  color: #19C76B;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'Regular';
}
.list_1 .centent .right .text {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
/* .list_1 .centent .right .text p {
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Regular';
} */
.list_1 .centent .right .text .f20 {
  margin-bottom: 15px;
  /* font-family: 'AtAeroMedium'; */
  font-family: 'Regular';
}
.list_1 .centent .right .text  .item-title{
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /*显示两行*/
}
.list_1 .centent .right .text .text-item{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 15px;
  display: block;
}
.list_1 .centent .right .text .item-user{
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  margin-top: 5px;
  font-size: 13px;
}
.list_1 .centent .right .text .item-user .image{
  width: 21px;
  height: 21px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.list_1 .centent .right .text .item-user .image img{
  width: 100%;
}
.list_1 .centent .right .text .item-user .theme{
  color: #ccc;
}


@media screen and (max-width: 1200px){
  .list_1 .centent{
    width: 100%;
  }
  .list_1 .centent .left{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  .list_1 .m-state,.list_1 .centent .left .mySwiper {
    width: 90%;
  }
  .m-state{
    display: flex;
    background: #fff;
    padding: 2vw;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 2.6vw;
    align-items: center;
    font-family: 'Regular';
  }
  .m-state img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
  }
  .m-state .m-state-text{
    flex-grow: 1;
    padding-left: 2.6vw;
  }
  .m-state .m-state-name{
    font-weight: 600;
    font-size: 20px;
  }
  .m-state .m-state-tip{
    font-size: 14px;
    background-color: #f5f5f5;
    color: #000;
    display: inline-block;
    padding: 8px;
    margin-top: 2.1vw;

  }
  .m-state .m-state-btn{
    padding: 13px 35px;
    /* background: #19C76B; */
    border: 1px solid #19C76B;
    border-radius: 99999px;
    color: #19C76B;
  }
  .list_1 .centent .left .nav{
    border-radius: 0;
    width: 100%;
    overflow: auto;
    position: sticky;
    top: 60px;
  }
  .list_1 .centent .left .nav .item{
    flex-shrink: 0;
  }
  /*   
  .list_1 .centent .left .box > .item .text ul{
    width: auto;
  } */


  .right{
    display: none;
  }
}
@media screen and (max-width: 768px){
  .list_1 .centent .left .mySwiper .swiper-button-next, .list_1 .centent .left .mySwiper .swiper-button-prev{
    width: 20px;
    height: 20px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .list_1 .centent .left .mySwiper .swiper-button-next::after, .list_1 .centent .left .mySwiper .swiper-button-prev::after{

    font-size: 12px;
  }
  .list_1 .centent .left .mySwiper .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
  }
  .m-state img{
    width: 12vw;
    height: 12vw;
  }
  .m-state .m-state-name{
    font-size: 16px;
  }
  .m-state .m-state-tip{
    font-size: 12px;
    padding: 1vw;
    margin-top: 1.1vw;

  }
  
  .m-state .m-state-btn{
    font-size: 14px;
    padding: 1.3vw 4vw;
  }
}