@charset "UTF-8";
/**!
* 下载专区
* date:2021-09-01
* author: gyc;
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.download-header {
  height: 150px;
  padding-top: 38px;
  background: url("../images/bg-header.jpg") no-repeat center top;
}

.download-header .title {
  width: 436px;
  height: 78px;
  margin: 0 auto;
  background: url("../images/bg-title.png") no-repeat center;
}

.download-list {
  width: 1205px;
  margin: 59px auto 40px;
}

.download-list > li {
  float: left;
  width: 375px;
  height: 122px;
  padding: 0 25px;
  border-radius: 4px;
  background: url("../images/bg-listitem.png") no-repeat center;
  border: 1px solid transparent;
  cursor: pointer;
}

.download-list > li > a {
  display: block;
  height: 100%;
}

.download-list > li:hover {
  border-color: #fff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(6, 34, 72, 0.14);
          box-shadow: 0px 3px 8px 0px rgba(6, 34, 72, 0.14);
}

.download-list > li:hover .name {
  color: #0376d8;
}

.download-list > li + li {
  margin-left: 40px;
}

.download-list > li:nth-child(3n+1) {
  margin-left: 0;
}

.download-list > li:nth-child(n+4) {
  margin-top: 40px;
}

.download-list > li .icon {
  width: 77px;
  height: 100%;
  background: url("../images/icon-item.png") no-repeat center;
}

.download-list > li .name {
  width: calc(100% - 92px);
  height: 120px;
  margin-left: 15px;
  line-height: 120px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
