.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;
}
.list_1 .centent .top .item.art,
.list_1 .centent .top .item:hover {
  color: #19C76B;
  border-bottom: 2px solid #19C76B;
  box-sizing: border-box;
}
.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: relative;
}
.list_1 .centent .box .left .flex {
  width: 100%;
}
.list_1 .centent .box .left .flex .btn {
  width: 60px;
  height: 30px;
  border-radius: 15px;
  background: #F5F5F5;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_1 .centent .box .left .list {
  color: #999;
}
.list_1 .centent .box .left .list > p {
  cursor: pointer;
}
.list_1 .centent .box .left .list .text {
  display: none;
}
.list_1 .centent .box .left .list p {
  font-size: 16px;
  margin: 20px 0;
  font-family: 'Regular';
}
.list_1 .centent .box .left .list p label{
  cursor: pointer;
}
.list_1 .centent .box .left .list p.disabled,.list_1 .centent .box .left .list p.disabled input , .list_1 .centent .box .left .list p.disabled label{
  cursor: not-allowed;
}
.list_1 .centent .box .left .list p input[type="radio"]:checked {
  /* 设置选中状态的颜色 */
  background-color: #19C76B;
}
.list_1 .centent .box .left .list p img {
  width: 10px;
  height: 10px;
}
.list_1 .centent .box .left .list p img.a2 {
  display: block;
}
.list_1 .centent .box .left .list p img.a1 {
  display: none;
}
.list_1 .centent .box .left .list p.flex {
  justify-content: space-between;
  align-items: center;
}
.list_1 .centent .box .left .list.art {
  color: #000;
}
.list_1 .centent .box .left .list.art p img.a1 {
  display: block;
}
.list_1 .centent .box .left .list.art p img.a2 {
  display: none;
}
.list_1 .centent .box .left .list.art .text {
  display: block;
}
.list_1 .centent .box .left .search {
  width: 100%;
  height: 50px;
  position: absolute;
  background-color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  left: 0;
  bottom: -80px;
}
.list_1 .centent .box .left .search input {
  flex-grow: 1;
  border: none;
  height: 100%;
  outline: none;
  padding-left: 20px;
  box-sizing: border-box;
}
.list_1 .centent .box .left .search .btn {
  width: 50px;
  height: 50px;
  /* border-radius: 10px; */
  background-color: #3FB26A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_1 .centent .box .left .search .btn img {
  width: 20px;
  height: 20px;
}
.list_1 .centent .box .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* max-width: 880px; */
  flex-grow: 1;
}
.list_1 .centent .box .right .w100p {
  margin-bottom: 20px;
}
.list_1 .centent .box .right .w100p .btn {
  width: fit-content;
  max-width: 200px;
  height: 40px;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  border-radius: 25px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #999;
  padding: 0 20px;
  margin-right: 20px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: 'Medium';
}
.list_1 .centent .box .right .w100p .btn.art,
.list_1 .centent .box .right .w100p .btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}
.list_1 .centent .box .right .list {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 33px 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  display: none;
}
.list_1 .centent .box .right .list .item {
  width: 100%;
  min-height: 70px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
}
.list_1 .centent .box .right .list .item  .text{
  
  width: 70%;
}
.list_1 .centent .box .right .list .item span {
  font-family: 'Regular';
}
.list_1 .centent .box .right .list .item span:nth-child(1) {
  max-width: 373px;
  flex-grow: 1;
}
.list_1 .centent .box .right .list .item span:nth-child(2) {
  color: #999;
}
.list_1 .centent .box .right .list .item span:nth-child(3),.list_1 .centent .box .right .list .item span:nth-child(3) a {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: 'AtAeroMedium';
}

.list_1 .centent .box .right .list .item span:nth-child(3) img {
  width: 20px;
  /* height: 18px; */
  margin-left: 12px;
}
.list_1 .centent .box .right .list .item span:nth-child(3) img.a1 {
  display: block;
}
.list_1 .centent .box .right .list .item span:nth-child(3) img.a2 {
  display: none;
}
.list_1 .centent .box .right .list .item span:nth-child(3):hover {
  color: #19C76B;
}
.list_1 .centent .box .right .list .item span:nth-child(3):hover img.a2 {
  display: block;
}
.list_1 .centent .box .right .list .item span:nth-child(3):hover img.a1 {
  display: none;
}
.list_1 .centent .box .right .list .item:nth-child(odd) {
  background-color: #f5f5f5;
}
.list_1 .centent .box .right .list.art {
  display: block;
}
.list_1 .centent .box .right .lists {
  width: 880px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 33px 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  display: none;
}
.list_1 .centent .box .right .lists .hea {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.list_1 .centent .box .right .lists .hea >div {
  display: flex;
  flex-direction: column;
  width: 200px;
}
.list_1 .centent .box .right .lists .hea >div img {
  width: 200px;
  /* height: 200px; */
  margin-bottom: 22px;
}
.list_1 .centent .box .right .lists .hea >div .f18 {
  font-weight: bold;
  line-height: 1.8;
  font-family: 'Medium';
}
.list_1 .centent .box .right .lists .hea >div .f14 {
  color: #999;
  margin-bottom: 20px;
  font-family: 'Regular';
}
.list_1 .centent .box .right .lists .go-download-btn{
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
}

.list_1 .centent .box .right .lists .item {
  width: 100%;
  min-height: 155px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
}
.list_1 .centent .box .right .lists .item .f18 {
  color: #999;
  font-family: 'Regular';
}
.list_1 .centent .box .right .lists .item .text p {
  line-height: 1.5;
}
.list_1 .centent .box .right .lists .item .text p .iconfont {
  font-size: 20px;
}
.list_1 .centent .box .right .lists .item .text p.f14 {
  color: #999;
  font-family: 'Regular';
  /* max-width: 50%; */
}
.list_1 .centent .box .right .lists .item .text p.f18 {
  color: #000;
  margin-bottom: 5px;
  font-family: 'Medium';
}
.list_1 .centent .box .right .lists .item:nth-child(even) {
  background-color: #F7FAF8;
}
.list_1 .centent .box .right .lists.art {
  display: block;
}
@media screen and (max-width: 1024px){
  .list_1 .centent{
    width: 100%;
  }
  .list_1 .centent .box{
    flex-direction: column;
  }
  .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;
    display: none;
  }
  .list_1 .centent .box .left .search{
    position: static;
  }

  .list_1 .centent .box .right .list{
    width: 90%;
  }
  .list_1 .centent .box .right .list .item{
    height: auto;
    padding: 10px ;
    box-sizing: border-box;
    /* flex-direction: column; */
    /* align-items: flex-start; */
  }
  .list_1 .centent .box .right .lists .hea{
    /* flex-direction: column; */
  }
  .list_1 .centent .box .right .w100p{
    width: 90%;
    overflow-x: auto;
    margin-top: 10px;
  }
  .list_1 .centent .box .right .w100p .btn{
    flex-shrink: 0;
  }
  .list_1 .centent .box .right .list .item span:nth-child(2){
    font-size: 14px;
    margin: 10px 0 1px;
  }
  .list_1 .centent .box .right .list .item span:nth-child(3){
    font-size: 14px;
  }
  .list_1 .centent .box .right .list .item span:nth-child(3) img{
    width: 12px;
    height: 12px;
  }
  .list_1 .centent .box .right .lists .hea div{
    width: 100%;
    margin-bottom: 50px;
    align-items: center;
  }
  .list_1 .centent .box .right .lists .hea div img{
    max-width: 100%;
    height: auto;
  }
  /* .list_1 .centent .box .right .lists .hea div .f18{
    font-size: 30px;
    line-height: 1;
  } */
  /* .list_1 .centent .box .right .lists .hea div .f14{
    font-size: 16px;
    margin: 5px 0;
  } */
  .list_1 .centent .box .right .list .item{
    padding-bottom: 20px;
  }
  .list_1 .centent .box .right .lists .item .text p.f14{
    max-width: 100%;
  }
  .list_1 .centent .box .right .lists .item .f18{
    font-size: 16px;
  }
}


@media screen and (max-width: 768px){
  .list_1 .centent .box .right .list .item{
    flex-direction: column;
    align-items: flex-start;
  }
  .list_1 .centent .box .right .list .item .text{
    width: 100%;
    margin-bottom: 1vw;
  }
  .list_1 .centent .box .right .lists{
    padding: 4vw;
  }
  .list_1 .centent .box .right .lists .hea{
    gap: 1vw;
  }
  .list_1 .centent .box .right .lists .hea div .f18{
    font-size: 3vw;
    line-height: 1;
  }
  .list_1 .centent .box .right .lists .hea div .f14{
    font-size: 2.466vw;
    margin: .6vw 0;
    word-break: break-all; /* 强制在字母之间换行 */
  }
}