.list_1 {
  padding-bottom: 100px;
  margin-top: 40px;
}
.list_1 .centent {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_1 .centent .top {
  background-color: #fff;
  width: 100%;
  height: 60px;
  padding: 0 33px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.list_1 .centent .top .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
  margin-right: 56px;
  font-size: 16px;
  font-family: 'Regular';
  color: #999;
  box-sizing: border-box;
}
.list_1 .centent .top .item.art,
.list_1 .centent .top .item:hover {
  color: #19C76B;
  border-bottom: 2px solid #19C76B;
}
.list_1 .centent .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  grid-column-gap: 2%;
}
.list_1 .centent .box .left {
  width: 290px;
  height: fit-content;
  background-color: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  position: sticky;
  top: 100px;
  left: 0;
}
.list_1 .centent .box .left a {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
}
.list_1 .centent .box .left a .f16 {
  font-family: 'Regular';
  font-size: 16px;
  margin-left: 5px;
  color: #999;
}
.list_1 .centent .box .left a.art .f16 {
  font-family: 'AtAeroMedium';
  color: #000;
}
.list_1 .centent .box .left .list {
  margin: 15px 0;
}
.list_1 .centent .box .left .list .item {
  padding-left: 20px;
  width: 186px;
  font-size: 14px;
  font-family: 'Regular';
  /* margin-bottom: 10px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  color: #999;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.list_1 .centent .box .left .list .item::before {
  position: absolute;
  left: 7px;
  display: block;
  content: '';
  /* width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #19C76B;
  display: none; */
  
  width: 1px;
  height: 100%;
  background-color: #999;
}
.list_1 .centent .box .left .list .item.art {
  color: #19C76B;
}
.list_1 .centent .box .left .list .item.art::before {
  /* display: block; */
  background-color: #19C76B;
}
.list_1 .centent .box .left .yuan {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.list_1 .centent .box .left .yuan.art {
  background-color: #19C76B;
  /* background-image: radial-gradient(circle, #19C76B 5%, #fff); */
}
.list_1 .centent .box .right {
  width: 880px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
.list_1 .centent .box .right div {
  position: absolute;
  font-size: 12px;
  font-family: 'Regular';
}
.list_1 .centent .box .right div img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.list_1 .centent .box .right .a1 {
  top: 60px;
  left: 310px;
  color: #fff;
  display: flex;
  align-items: center;
}
.list_1 .centent .box .right .a2 {
  top: 125px;
  width: 147px;
  text-align: center;
  left: 260px;
}
.list_1 .centent .box .right .a3 {
  width: 147px;
  text-align: center;
  top: 220px;
  left: 261px;
}
.list_1 .centent .box .right .a4 {
  width: 207px;
  text-align: center;
  top: 300px;
  left: 380px;
}
.list_1 .centent .box .right .a5 {
  top: 390px;
  left: 380px;
  width: 207px;
  text-align: center;
}
.list_1 .centent .box .right .a6 {
  width: 120px;
  text-align: center;
  top: 470px;
  left: 423px;
}
.list_1 .centent .box .right .a7 {
  width: 207px;
  top: 551px;
  left: 230px;
  text-align: center;
}
.list_1 .centent .box .right .a8 {
  width: 147px;
  text-align: center;
  top: 551px;
  left: 560px;
}
.list_1 .centent .box .right .a9 {
  top: 621px;
  left: 560px;
}
.list_1 .centent .box .right .a10 {
  top: 678px;
  left: 550px;
}
.list_1 .centent .box .right .a11 {
  top: 743px;
  left: 398px;
}
.list_1 .centent .box .right .a12 {
  color: #fff;
  left: 305px;
  top: 840px;
  display: flex;
  align-items: center;
}



@media screen and (max-width: 1024px){
  .list_1 .centent{
    width: 100%;
  }
  .list_1 .centent .box{
    flex-direction: column;
    overflow-x: auto;
    
  }
  .list_1 .centent .top{
    /* flex-wrap: wrap; */
    overflow-x: auto;
    /* height: auto; */
  }
  .list_1 .centent .top .item {
    /* display: inline-block; */
    /* height: 60px; */
    flex-shrink: 0;
  }
  .list_1 .centent .box .left{
    width: 90%;
    margin: auto;
    position: static;
  }
  .list_1 .centent .box .right{
    width: 90%;
    margin: auto;
    /* width: 100%; */
    margin-top: 20px;
    /* margin-left: 5%; */
  }

}
