.new_A .download_list { display: flex; flex-flow: wrap; padding-bottom: 7%;}
.new_A .download_list > div { position: relative; width: 31.63846%; margin: 0 2.5423% 30px 0; background: #fff; display: flex; flex-flow: column; z-index: 1; transition: all 0.5s ease 0s;}
.new_A .download_list > div:nth-child(3n+3) { margin: 0 0 30px 0;}
.new_A .download_list > div .pic { position: relative; width: 100%; height: 0; padding-bottom: 101.0869%; overflow: hidden; background: rgb(193, 193, 193,.1); z-index: 1;}
.new_A .download_list > div .pic img { line-height: 1; transition: all 0.5s ease 0s;}
.new_A .download_list > div .text { position: relative; padding: 10px 15px; width: 100%; z-index: 1;}
.new_A .download_list > div .text h2 { font-size: 100%; line-height: 1.3; font-weight: 500; color: #232323; text-align: center; margin: 5px 0; transition: all 0.5s ease 0s;}
.new_A .download_list > div:hover .pic img { transform: scale(1.1);}
.new_A .download_list > div:hover .text h2 { color: #173c96;}

@media (max-width: 768px) {
  .new_A .download_list { padding-bottom: 30px;}
  .new_A .download_list > div { width: 48.5%; margin: 0 3% 20px 0;}
  .new_A .download_list > div:nth-child(3n+3) { margin: 0 3% 20px 0;}
  .new_A .download_list > div:nth-child(2n+2) { margin: 0 0 20px 0;}
}

@media (max-width: 576px) {
  .new_A .download_list > div .text h2 { font-size: 90%;}
}

@media (max-width: 430px) {
  .new_A .download > div .text h2 { font-size: 100%;}
  .new_A .download_list > div { width: 100%; margin: 0 0 20px 0;}
  .new_A .download_list > div:nth-child(3n+3) { margin: 0 0 20px 0;}
  .new_A .download_list > div:nth-child(2n+2) { margin: 0 0 20px 0;}
}

@media (max-width: 350px) {
  .new_A .download_list > div .text h2 { font-size: 130%;}
  .new_A .download_list { padding-bottom: 20px;}
  .new_A .download_list > div .text { padding: 5px 10px;}
}

/*
.download-list {
  border: 1px solid #e2e2e2;
  margin-bottom: 30px;
  position: relative;
  background: #fff;	
}
.download-list:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -35px;
  width: 34px;
  height: 83px;
  background: url(../images/download-bg.png) no-repeat;
}
@media (max-width: 576px) {
  .download-list:after {
    content: none;
  }
}
.download-list .download-pic > a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 101.0869%;
  overflow: hidden;
  background: rgb(193, 193, 193,.1);
  z-index: 1;
}
.download-list .download-pic .imgCenter {
  line-height: 1;
}
.download-list .download-pic .imgCenter img {
  transition: all 0.5s;
}
.download-list .download-pic .imgCenter:hover img {
  transform: scale(1.1);
}
.download-list .download-title {
  border-top: 1px solid #eee;
  text-align: center;
  width: 100%;
  margin: auto auto 0 auto;
  padding: 10px 20px;
  transition: all 0.5s ease 0s;
}
*/