﻿.bl-download-content {
  background: #fff;
  box-shadow: 0px 2px 16px 0px #0a00000d;
  padding: 40px 35px;
}
.bl-download-content-item {
  background: #f1f4f7;
  padding: 27px 20px 30px 30px;
}
.bl-download-content-item + .bl-download-content-item {
  margin-top: 30px;
}
.bl-download-content-item-title {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #303030;
  line-height: 30px;
  margin-bottom: 30px;
}
.bl-download-content-item-title-icon {
  font-size: 30px;
  position: relative;
  top: 5px;
}
.bl-download-content-item-title-tip {
  color: #5d7092;
  font-size: 14px;
  font-weight: normal;
}
.bl-download-content-item-title-tip > .iconfont:hover + span {
  opacity: 1;
}
.bl-download-content-item-title-tip > span {
  opacity: 0;
  transition: 0.2s;
}
.bl-download-content-item-list {
}
.bl-download-content-item-list-item {
  font-size: 0;
  float: left;
}
.bl-download-content-item-list-item.has-detail{
  margin-right: 0 !important;
}
.bl-download-content-item-list-item:not(.has-detail):hover span {
  color: #f56c6c;
  cursor: pointer;
}
.bl-download-content-item-list-item:nth-child(2n) {
  float: right;
  margin-right: 21px;
}
.bl-download-content-item-list-item::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #3664d1;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.bl-download-content-item-list-item-name {
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #303030;
  line-height: 38px;
  margin-right: 60px;
  vertical-align: middle;
  display: inline-block;
}
.bl-download-content-item-list-item-date {
  display: inline-block;
  width: 70px;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #606060;
  line-height: 14px;
  margin-right: 14px;
  vertical-align: middle;
}
.bl-download-content-item-list-item-icon {
  vertical-align: middle;
  font-size: 20px;
}
.bl-download-content-item-list-item-detail:hover{
  color:#3664D1 !important;
}
.bl-download-content-item-list-item-detail{
  cursor: pointer;
  color:#34A1FF;
  font-size: 16px;
  vertical-align: middle;
  line-height: 38px;
}
.bl-index-header-login>img{
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border:1px solid #000;
}
.bl-index-header-login>svg{
  vertical-align: middle;
  font-size: 20px;
}
.bl-download-content-item-more-button {
  cursor: pointer;
  border: 1px solid #5d7092;
  color: #5d7092;
  width: 66px;
  height: 32px;
  font-size: 15px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
}
