.download-list{
    display: flex;
}
.download-title{
    width: 100%;
    margin-right: 3%;
}

/*download-page*/
.download-list ul li {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 30px;
  padding: 10px 0 10px;
  
}

.download-list ul li .download-cont {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.download-list ul li {
  border: 1px solid #ccc;
    
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 30px;
  margin: 30px 0 10px;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
}
.download-list ul li .download-cont .download-pic {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding:0 25px;
}
.download-list ul li .download-cont .download-pic img {

}
.download-list ul li .download-cont .download-detail {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 0 15px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);word-break: break-all;
}

.download-list ul li .download-cont .download-detail .download-tit{font-size:16px;font-weight:bold;}
.download-list ul li .download-cont .download-detail .download-description p{color:#9D9D9C;}
.download-list ul li .download-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  /*border-width: 1px;*/
  /*border-style: solid;*/
  /*border-left-color: #C1C1C1;*/
  /*border-right-color: #C1C1C1;*/
  /*border-top-color: #C9C9C9;*/
  /*border-bottom-color: #A5A5A5;*/
  border-radius: 5px;
  background:#fff!important;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F1F1F1', endColorStr='#DADADA', gradientType='0');
  background: -moz-linear-gradient(top, #F1F1F1, #DADADA);
  background: -o-linear-gradient(top, #F1F1F1, #DADADA);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F1F1), to(#DADADA));transition: background 0.3s ease;
}

.download-list ul li .download-button:hover{background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#fff));transition: all 0.1s ease-in-out;}
.download-list ul li .download-button a {
  position: relative;
  display: block;
  padding: 0 12px 0 12px;
  color: #0A0A0A;
  /*background-image: url("img/icons08.png");*/
  background-repeat: no-repeat;
  background-position: 15px 8px;
}

.download-list ul li:first-child {padding-top:10px;}
.download-list li:first-child .page_title,.download-list li:nth-child(5) .page_title,.download-list li:nth-child(13)  .page_title {
    line-height: 1.5em;
    position: relative;
    font-size: 20px;
    margin: 30px 0 ;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2dff2;text-transform: uppercase;
}

.download-list .page_title{line-height: 1.5em;
    position: relative;
    font-size: 18px;
    margin: 30px 0 ;
    padding-bottom: 10px;
    border-bottom: 2px solid #E9E9E9;text-transform: uppercase;
    font-weight: 600;
}



 @media screen and (max-width: 640px) {
     .download-list{
         display: block;
     }
     .download-title {
     width: 98%;
         
     }
 }