.list_1 {
  /* margin-top: 120px; */
  margin-top: 40px;
}
.list_1 .centent {
  width: 1200px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
}
.list_1 .centent .left {
  width: 930px;
}
.list_1 .centent .left .text {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  background-color: #fff;
  border-radius: 20px;
}
.list_1 .centent .left .text .top {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.list_1 .centent .left .text .top .f30 {
  font-family: "AtAeroMedium";
  margin: 60px 0 15px;
}
.list_1 .centent .left .text .top div {
  font-size: 14px;
  background-color: #f5f5f5;
  color: #000;
  width: fit-content;
  padding: 0 5px;
  margin-bottom: 40px;
  font-family: 'Regular';
}
.list_1 .centent .left .text .tops {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.list_1 .centent .left .text .tops div,
.list_1 .centent .left .text .tops a {
  display: flex;
  align-items: center;
}
.list_1 .centent .left .text .tops div img,
.list_1 .centent .left .text .tops a img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.list_1 .centent .left .text .tops div p,
.list_1 .centent .left .text .tops a p {
  margin: 0;
}
.list_1 .centent .left .text .tops div p .f14,
.list_1 .centent .left .text .tops a p .f14 {
  margin-top: 5px;
  display: flex;
  background-color: #f5f5f5;
  color: #000;
  padding: 0 5px;
  align-items: center;
  justify-content: center;
}
.list_1 .centent .left .text .tops .f16 {
  color: #999;
}
.list_1 .centent .left .text ul{
  margin-top: 10px;
}
.list_1 .centent .left .text ul li{
  text-align: center;
  margin-top:10px;

}
.list_1 .centent .left .text ul img{
  max-width: 100%;
  width: auto;
  margin: auto;
}
.list_1 .centent .left .text .f20 {
  width: 100%;
  text-align: center;
  /* color: #999; */
  font-family: "Regular";
  margin-top: 10px;
  margin-bottom: 30px;
}
.list_1 .centent .left .text p {
  font-size: 20px;
  line-height: 30px;
  color: #151515;
  margin-bottom: 20px;
  font-family: 'Regular';
}
.list_1 .centent .left .text p img{
  
  max-width: 100%;
  height: auto !important;
}
.list_1 .centent .left .text .img {
  margin: 40px 0;
}
.list_1 .centent .left .text .icon {
  margin-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 26px;
  flex-wrap: wrap;
  grid-row-gap: 10px;
}
.list_1 .centent .left .text .icon .ico {
  display: flex;
}
.list_1 .centent .left .text .icon .ico img {
  width: 24px;
  height: 24px;
  margin-right: 25px;
  cursor: pointer;
}

.list_1 .centent .left .text .icon .flex p {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.list_1 .centent .left .text .icon .flex p:not(:first-child){

  margin-left: 20px;
}
.list_1 .centent .left .text .icon .flex span {
  font-size: 14px;
}
.list_1 .centent .left .text .icon .flex span.iconfont {
  font-size: 20px;
  margin-right: 10px;
}
.list_1 .centent .left .discuss {
  width: 100%;
  height: 232px;
  background-color: #fff;
  margin-top: 20px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
}
.list_1 .centent .left .discuss textarea {
  border: none;
  width: 100%;
  height: 100%;
  outline: none;
  font-family: 'Regular';
  resize:none;
}
.list_1 .centent .left .discuss .btn {
  width: 120px;
  height: 40px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: #19C76B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 20px;
  font-family: 'Regular';
  cursor: pointer;
}
.list_1 .centent .left .comment_area {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
}
.list_1 .centent .left .comment_area .comment_area-box{

  border-bottom: 1px solid #ddd;
}
.list_1 .centent .left .comment_area .comment_area-box:not(.active) .item.item-child:nth-child(3) ~ .item-child{
  display: none;
}
.list_1 .centent .left .comment_area .comment_area-box .view-more{
padding-left: 90px;
box-sizing: border-box;
cursor: pointer;
color: #19C76B;
margin-bottom: 10px;
}
.list_1 .centent .left .comment_area .item {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
}
.list_1 .centent .left .comment_area .item > div {
  display: flex;
}
.list_1 .centent .left .comment_area .item > div:first-child{
  width: 100%;
}
.list_1 .centent .left .comment_area .item > div img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.list_1 .centent .left .comment_area .item > div p {
  display: flex;
  flex-direction: column;
  font-family: 'Regular';
}
.list_1 .centent .left .comment_area .item > div p .f18 {
  font-family: 'Regular';
  font-weight: 600;
}
.list_1 .centent .left .comment_area .item > div p .f14 {
  margin-top: 10px;
  font-family: 'Regular';
}
.list_1 .centent .left .comment_area .item > div p .f14 .reply{
  display: inline-block;
  border: 1px solid #19C76B;
  border-radius: 999px;
  color: #19C76B;
  padding: 2px 10px;
  cursor: pointer;
}
.list_1 .centent .left .comment_area .item > div p .ddd {
  color: #999;
}
.list_1 .centent .left .comment_area .item .flex p {
  display: flex;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
  flex-direction: initial;
}
.list_1 .centent .left .comment_area .item .flex span {
  font-size: 14px;
  font-family: 'Regular';
}
.list_1 .centent .left .comment_area .item .flex span.iconfont {
  font-size: 20px;
  margin-right: 10px;
}

.list_1 .centent .left .comment_area .item:last-of-type {
  border: none;
}
.list_1 .centent .left .comment_area .item.item-child{
  border-bottom: 0;
  /* padding-left: 90px; */
  padding: 0px 30px 15px 90px;
}
.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;
  padding: 25px 0;
}
.list_1 .centent .right .state img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 50%;
}
.list_1 .centent .right .state p {
  /* font-family: 'Medium'; */
  font-family: 'Regular';
}
.list_1 .centent .right .state p.f14 {
  background-color: #f5f5f5;
  color: #999;
  width: fit-content;
  margin: 10px 0;
  font-family: 'Regular';
}
.list_1 .centent .right .state .btn {
  width: 180px;
  height: 40px;
  border-radius: 20px;
  background: transparent;
  font-size: 14px;
  color: #19C76B;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #19C76B;
  margin-top: 21px;
  font-family: 'Regular';
}
/* .list_1 .centent .right .states {
  height: 100px;
} */
.list_1 .centent .right .states .btn {
  width: 180px;
  height: 40px;
  border-radius: 20px;
  background: #19C76B;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 0px;
  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: '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%;
  }
  .list_1 .centent .right{
    display: none;
  }
}


@media screen and (max-width: 768px){
  .list_1 .centent{
    margin-bottom: 20px;
  }
  .list_1 .centent .left .comment_area .item{
    flex-direction: column;
    padding: 5vw 5vw 2vw 5vw;
  }
  .list_1 .centent .left .comment_area .item.item-child{
    padding: 0px 5vw 2vw 10vw;
  }
}

.swal-button,.swal-button:not([disabled]):hover{
  background: #19C76B;
}