@charset "UTF-8";
/**
* 20230907标桥产品宣传网站
* date:2023-9-7
* author: hjh;
 */
html,body {
  background: #f5f8fc !important;
}

.download-wrap {
  margin-top: 30px;
  margin-bottom: 50px;
}

.file-wrap {
  min-height: 610px;
}

/* .download-wrap {
  height: 842px;
} */
.download-wrap h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding-top: 30px;
}

.file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 50px;
}
.file-item {
  position: relative;
  width: 390px;
  height: 118px;
  margin: 0 15px 15px 0;
}
.file-item:nth-child(3n-1) .file-area {
  left: -405px;
}
.file-item:nth-child(3n) {
  margin-right: 0;
}
.file-item:nth-child(3n) .file-area {
  left: auto;
  right: 0;
}
.file-item:hover {
  z-index: 9;
}

.file-item.active, .file-item:hover {
  height: 218px;
}
.file-item.active .file-content, .file-item:hover .file-content {
  border: 1px solid #0d5efa;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(24, 48, 111, 0.25);
          box-shadow: 0px 3px 10px 0px rgba(24, 48, 111, 0.25);
}
.file-item.active .file-area, .file-item:hover .file-area {
  display: block;
}
.file-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 117px;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  cursor: pointer;
}
.file-area {
  position: absolute;
  left: 0;
  display: none;
  width: 1200px;
  height: 86px;
  padding: 16px 17px;
  border-radius: 4px;
  border: #e7e7e7;
  margin-top: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(17, 50, 100, 0.1);
  box-shadow: 0px 6px 16px 0px rgba(17, 50, 100, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.file-area > h3 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.file-area .area {
  color: #666;
  font-size: 15px;
  line-height: 22px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-img {
  width: 120px;
  height: 85px;
  margin-right: 18px;
  background: url("../images/center/file_img.png") no-repeat center center;
  background-size: 100% 100%;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.file-img > span {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
}
.file-info {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.file-info > h2 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 14px;
}
.file-info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
}
.file-download {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 76px;
  height: 28px;
  border-radius: 2px;
  border: 1px solid #0d5efa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 31px;
  color: #0d5efa;
  font-size: 16px;
  line-height: 25px;
  background: url("../images/center/download_ico.png") no-repeat 11px center;
}
.file-download:hover {
  color: #fff;
  background: #0d5efa url("../images/center/download_ico_hover.png") no-repeat 11px center;
}
.m-pagination-info > span {
  color: #0D5EFA;
}
.m-pagination-page > li.active > a {
  border-color: #0D5EFA;
  color: #fff;
  background-color: #0D5EFA;
  border-radius: 2px;
}

.m-pagination-group > input {
  border-radius: 2px;
}

.m-pagination-page > li > a, .m-pagination-size > select, .m-pagination-group > input, .m-pagination-group > button, .m-pagination-info {
  color: #666;
}


.chosen-container .chosen-drop {
  top: 0 !important;
  transform: translateY(-100%);
}

.m-pagination-size .chosen-container-single .chosen-drop{
  border: 1px solid #dedede !important;
  border-bottom: 0 !important;
}

.content {
  min-height: calc(100% - 423px);
  width: calc(100% - 80px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0!important;
}

.file-img {
  width: 120px;
  height: 85px;
  margin-right: 18px;
  background: url(../images/center/file_img.png) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 120px;
}

.file-info {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-top: -1px;
}

.file-info > h2 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
  height: 48px;
}

.file-item.active, .file-item:hover {
  height: auto;
}

.file-area{
  height: auto;
}

.file-info .row .label{
  white-space:nowrap;
}

table td{
  border:1px solid #E7E7E7;
  padding:8px 16px;
  height: 22px;
  font-size: 14px;
  color: #666;
  line-height: 22px; /* 157.143% */
}
table td:first-child{
  vertical-align:top
}