.list_1 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  /* margin-top: 140px; */
  margin-top: 60px;
  padding-bottom: 36px;
}
.list_1 .top {
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  line-height: 60px;
  padding-left: 35px;
  font-size: 16px;
  box-sizing: border-box;
  color: #666;
  align-items: center;
  display: flex;
}
.list_1 .top a {
  color: #666;
  font-family: 'Regular';
  
  display: inline-block;
  max-width: 360px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_1 .top a.art {
  color: #333;
}
.list_1 .text {
  width: 100%;
  padding: 0 100px;
  box-sizing: border-box;
}
.list_1 .text img{
  max-width: 100% !important;
  height: auto !important;
}
.list_1 .text .f30 {
  font-family: 'AtAeroMedium';
  text-align: center;
  margin: 60px 0 0;
}
.list_1 .text .f20 {
  width: 100%;
  text-align: center;
  color: #999;
  font-family: 'Regular';
  margin-top: 10px;
  margin-bottom: 30px;
}
.list_1 .text p {
  font-size: 20px;
  line-height: 30px;
  color: #151515;
  font-family: 'Regular';
}
.list_1 .text p span {
  text-wrap: wrap !important;
}
.list_1 .text .img {
  margin-bottom: 20px;
}
.list_1 .text .icon {
  margin-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 26px;
  border-bottom: 1px solid #ccc;
}
.list_1 .text .icon .ico {
  display: flex;
}
.list_1 .text .icon .ico a{
  display: flex;
  align-items: center;
}
.list_1 .text .icon .ico img {
  width: 24px;
  height: 24px;
  margin-right: 25px;
  cursor: pointer;
}
.list_1 .text .icon .flex p {
  display: flex;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
  margin-bottom: 0;
  color: #999;
}
.list_1 .text .icon .flex p:hover{
  color: #000;
}
.list_1 .text .icon .flex span {
  font-size: 14px;
}
.list_1 .text .icon .flex span.iconfont {
  font-size: 20px;
  margin-right: 10px;
  color: #999;
}
.list_1 .text .btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.list_1 .text .btns .btn {
  width: 130px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
.list_1 .text .btns .btn.art {
  color: #000;
  border-color: #000;
}
.list_1 .text .bottom {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.list_1 .text .bottom span{
  display: block;
  max-width: 40%;
}
.list_1 .text .bottom span:nth-child(2){
  text-align:right ;
}
.list_2 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.list_2 .list {
  width: 100%;
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.list_2 .list .item {
  width: 32%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}
.list_2 .list .item .image {
  /* height: 290px; */
  width: 100%;
  overflow: hidden;
}
.list_2 .list .item .text {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.list_2 .list .item .text .f20 {
  font-size: 20px;
  font-family: "AtAeroMedium";
}
.list_2 .list .item .text .f14 {
  color: #999;
  margin: 15px 0 ;
  font-size: 16px;
  font-family: 'Medium';
}
.list_2 .list .item .text div {
  width: fit-content;
  font-size: 16px;
  color: #999;
  padding: 2px 10px;
  background-color: #eee;
  font-family: 'Regular';
}
.list_2 .list .item:hover .image img {
  transform: scale(1.2);
  transition: all 1s;
}

@media screen and (max-width: 1024px){
  .list_1 .text{
    padding: 0 4vw;
  }
  .list_1 .text .bottom span{
    font-size: 16px;
  }
}
@media screen and (max-width: 768px){
  .list_1{
    width: 100%;
    border-radius: 0;
    margin-top: 60px;
  }
  .list_1 .top{
    display: none;
  }
  
  .list_1 .text .f30{
    padding-top: 30px;
  }
  .list_1 .text .f20{
    font-size: 16px;
    /* text-align: left; */
  }
  .list_1 .text .icon{
    flex-direction: column;
    align-items: flex-start;
  }
  .list_1 .text .icon .flex p{
    margin-right: 20px;
    margin-left: 0;
  }
  .list_1 .text p{
    font-size: 16px;
  }
  .list_1 .text  img{
    width: 100% !important;
    height: auto !important;
  }
  .list_1 .text .btns .btn{
    height: 32px;
  }
  .list_1 .text .bottom  span{
    font-size: 16px;
    width: 90%;
    overflow: hidden;  
    text-overflow: ellipsis; 
    white-space: nowrap; 
    line-height: 1.5;

  }
  .list_2{
    width: 100%;
    padding-bottom: 30px;
  }
  .list_2 .list{
    flex-direction: column;
  }
  .list_2 .list .item{
    width: 90%;
  }
  .list_2 .list .item:last-child{
    margin-bottom: 0;
  }
  .consult .centent .inp{
    width: 90%;
  }
}