@charset "utf-8";
/*------------ download ------------*/
.download-list.type2 .pic {
  border-radius: 50%;
  overflow: hidden;
}
.download-list.type2 .item .name {
  font-weight: 500;
  color: #333333;
  transition: all 0.3s ease;
}
.download-list.type2 .item .box:hover .name {
  color: #d4af37;
}
.download-list.type2 .box:hover .text .download,
.download-list.type2 .box .text .download {
  background: none;
}
.download-list .item .text .download span {
  font-size: 12px;
  margin: 10px 0 0 0;
  display: block;
  transition: all 0.2s;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
}
.download-list .item .text .download span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  margin: 0px 7px 2px 0;
  transition: all 0.2s;
  background: #adadad url("../../../images/layout06/common/download/ic.png")
    no-repeat 50% 50%;
}
.download-list .box:hover .text .download span {
  color: #d4af37;
}
.download-list .box:hover .text .download span:before {
  background: #d4af37 url("../../../images/layout06/common/download/ic.png")
    no-repeat 50% 50%;
}
/*------------ rwd ------------*/
@media screen and (max-width: 767px) {
  .download-list {
    margin: 0;
  }
  .download-list .item {
    padding: 0 0 25px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 25px;
  }
  .download-list.type1 .item .text .download span {
    width: 91px;
    line-height: 26px;
  }
  .download-list .item .text .download span:before {
    width: 16px;
    height: 16px;
    margin: 0px 3px 2px 0;
  }
}
@media screen and (max-width: 480px) {
  .download-list .pic {
    max-width: 110px;
  }
  .download-list .item .text {
    max-width: calc(100% - 125px);
    padding: 10px 15px;
  }
  .download-list .item .text .download span {
    margin: 15px 0 0 0;
  }
}
