.list_1 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 140px;
  padding-bottom: 36px;
  margin-bottom: 50px;
}
.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;
}
.list_1 .top a {
  color: #666;
  font-family: 'Regular';
}
.list_1 .top a.art {
  color: #333;
}
.list_1 .text {
  width: 100%;
  padding: 0 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.list_1 .text .f30 {
  font-family: 'AtAeroMedium';
  margin: 60px 0;
  text-align: center;
}
.list_1 .text p {
  font-size: 20px;
  line-height: 30px;
  color: #151515;
  margin-bottom: 16px;
}
.list_2 {
  margin-bottom: 150px;
}
.list_2 .list {
  max-width: 1200px;
  width:90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  /* align-items: center; */
  /* justify-content: space-between; */
  margin-top: 40px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.list_2 .list .item {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.list_2 .list .item .image {
  /* width: 380px; */
  /* height: 290px; */
  /* height: 380px; */
  border-radius: 10px;
  overflow: hidden;
}
.list_2 .list .item .image img {
  width: 100%;
  height: 100%;
}
.list_2 .list .item .f30 {
  font-size: 30px;
  margin: 22px 0 15px;
  font-family: 'AtAeroMedium';
  flex-grow: 1;
}
.list_2 .list .item a {
  font-size: 20px;
  color: #19C76B;
}
@media screen and (max-width: 1024px) {
  .list_1 .text{
    padding:4vw;
  }
}
@media screen and (max-width: 768px) {
  .list_1 .top{
    display: none;
  }
  .list_1{
    width: 90%;
  }
  .list_2{
    margin-bottom: 50px;
  }
  .list_2 .list{
    width: 90%;
    grid-template-columns: repeat(1,1fr);
    /* flex-direction: column; */
  }
  
  .list_2 .list .item{
    margin-bottom: 50px;
  }
  .list_2 .list .item .f30{
    font-size: 24px;
    margin: 2vw 0;
  }
  /* .consult .centent .inp{
    width: 90%;
  } */
}