.downTipa {

  margin: 70px 0 95px;

  width: 100%;

  height: 300px;

  background: #fff;

  box-sizing: border-box;

  padding: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

}



.downTipa h6 {

  font-size: 20px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 30px;

  letter-spacing: 0px;

  color: #666;

  text-align: center;

  margin: 0 0 20px;

}



.downTipa p {

  font-size: 16px;

  color: #666;

  line-height: 30px;

  text-align: center;

}



.downTipa a {

  color: #9a0000;

}



.downList {

  display: grid;

  grid-template-columns: repeat(2, 47%);

  justify-content: space-between;

  margin: 70px 0 45px;

}



.downList li {

  background: #fff;

  box-sizing: border-box;

  padding: 40px 35px 35px;

  margin: 0 0 50px;

  transition: .6s;

}



.downList li:hover{

  box-shadow: 0 3px 10px #333;

  border-radius: 12px;

}



.downList h4 {

  font-size: 20px;

  font-stretch: normal;

  line-height: 30px;

  letter-spacing: 0px;

  color: #333333;

}



.downList p {

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 28px;

  letter-spacing: 0px;

  color: #666666;

  margin: 25px 0 30px;

}



.downList div {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.downList h6 {

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 25px;

  letter-spacing: 0px;

  color: #9a0000;

  overflow: hidden;

  text-overflow:ellipsis;

  white-space: nowrap;

}



.downList a {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 180px;

  height: 46px;

  background-color: #9a0000;

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 25px;

  letter-spacing: 0px;

  color: #ffffff;

}


@media screen and (max-width:1200px) {

  .downList li {
    padding: 20px 15px 15px;
    margin: 0 0 40px;
  }
  
  .downList a {
    width: 100px;
    height: 35px;
    font-size: 15px;
  }

  .downList h6{
    max-width: calc(100% - 110px);
  }

  .downTipa h6 {
    font-size: 18px;
  }

}



@media screen and (max-width:1020px) {
  
  .downList h4 {
    font-size: 17px;
  }

  .downList p {
    line-height: 25px;
    margin: 5px 0 10px;
  }

  .downList a{
    margin-top: 12px;
  }

  .downList {
    grid-template-columns: repeat(2, 49%);
    margin: 60px 0 45px;
  }

  .downList {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    justify-content: space-between;
    margin: 30px 0 45px;
  }

  .downList li {
    margin: 0 0 20px;
  }

  .downTipa {
    margin: 30px 0 35px;
    padding: 20px;
    height: auto;
  }

  .downTipa h6 {
    font-size: 16px;
  }

}