.new_pro_list__body .top_txt__con .color_box{
  background-color:#f3981c;
}
.new_pro_list__body .top_txt__con .txt_con{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.new_pro_list__body .top_txt__con .txt_con .txt{
  width: 75%;
}
.new_pro_list__body .top_txt__con .txt_con .download_con{
  text-align: center;
  flex-wrap: 25%;
}
.new_pro_list__body .top_txt__con .txt_con .download_con a{
  display: inline-block;
  font-size: 16px;
  color:#f3981c;
  border:1px solid #f3981c;
  padding:10px 10px;
  transition: all .3s;
}
.new_pro_list__body .top_txt__con .txt_con .download_con a i{
  margin-right: 5px;
}
.new_pro_list__body .top_txt__con .txt_con .download_con a:hover{
  background-color: #f3981c;
  color:#fff;
  text-decoration: none;
}

.download_con1{
  text-align: center;
  padding-top: 30px;
}
.download_con1 a{
  display: inline-block;
  font-size: 16px;
  color:#fff;
  border:1px solid #fff;
  padding:10px 20px;
  transition: all .3s;
}
.download_con1 a i{
  margin-right: 5px;
}
.download_con1 a:hover{
  background-color: #fff;
  color:#f3981c;
  text-decoration: none;
}

.new_pro_list__body .new_list_pro_list li h6 i{
  display: none;
}

.new_pro_list__body .new_list_pro_list li{
  width:calc(100% / 3 - 35px * 2 / 3);
  margin-right: 35px !important;
}

.new_pro_list__body .new_list_pro_list li:nth-child(3n){
  margin-right: 0px !important;
}
.new_pro_list__body .new_list_pro_list li .txt_con h3{color:#333 !important;}

.new_pro_list__body .new_list_pro_list li .txt_con{
  width: 100%;
}





