@charset "UTF-8";
.selectDisclosurePaper[data-v-0e632256] {
  width: 100%;
  background: #fafbfc;
  border-radius: 8px;
  border: 1px solid #dcdfe6;
  padding: 24px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.selectDisclosurePaper .searchContent[data-v-0e632256] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.selectDisclosurePaper .searchContent .searchContent-left[data-v-0e632256] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.selectDisclosurePaper .searchContent .searchContent-left .disclosurePaper-search-input[data-v-0e632256] {
  width: 100%;
}
.selectDisclosurePaper .searchContent .searchContent-left .disclosurePaper-search-input[data-v-0e632256] .ak-input-control {
  width: 100%;
  height: 36px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 36px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #d1e2ff;
}
.selectDisclosurePaper .searchContent .searchContent-left .disclosurePaper-search-input[data-v-0e632256] .ak-input-control:focus {
  border-color: #6ea3ff !important;
}
.selectDisclosurePaper .searchContent .searchContent-left .icon-search[data-v-0e632256] {
  font-size: 16px;
  color: #9a9b9e;
  position: absolute;
  right: 12px;
  top: 9px;
  cursor: pointer;
}
.selectDisclosurePaper .searchContent .searchContent-right[data-v-0e632256] {
  width: 84px;
  text-align: right;
}
.selectDisclosurePaper .disclosurePaperListContent[data-v-0e632256] {
  width: 100%;
  height: 100%;
}
.selectDisclosurePaper .disclosurePaperListContent .disclosurePaperItem[data-v-0e632256] {
  width: 100%;
  position: relative;
}
.selectDisclosurePaper .disclosurePaperListContent .disclosurePaperItem .defaultSelectDisclosurePaper[data-v-0e632256] {
  width: 16px;
  height: 16px;
  position: absolute;
  left: -24px;
  top: 26px;
}
.selectDisclosurePaper .disclosurePaperListContent .disclosurePaperItem .noHoverContent[data-v-0e632256] {
  width: 100%;
  height: 70px;
  cursor: pointer;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 1px 1px 16px 1px rgba(0, 85, 164, 0.08);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 11px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.selectDisclosurePaper .disclosurePaperListContent .disclosurePaperItem .noHoverContent[data-v-0e632256]:hover {
  background: #f5f9ff;
}
.selectDisclosurePaper .disclosurePaperListContent .disclosurePaperItem .noHoverContent img[data-v-0e632256] {
  width: 20px;
  height: 24px;
}
.selectDisclosurePaper .disclosurePaperListContent .disclosurePaperItem .noHoverContent .disRightContent[data-v-0e632256] {
  width: calc(100% - 20px);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.selectDisclosurePaper .disclosurePaperListContent .disclosurePaperItem .noHoverContent .disRightContent .disRightContent-top[data-v-0e632256] {
  width: 100%;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.selectDisclosurePaper .disclosurePaperListContent .disclosurePaperItem .noHoverContent .disRightContent .disRightContent-top .tooltipContent[data-v-0e632256] {
  font-weight: 400;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #2b2b2b;
  text-align: left;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 使用省略号表示溢出的内容 */
}
.selectDisclosurePaper .disclosurePaperListContent .disclosurePaperItem .noHoverContent .disRightContent .disRightContent-top .activeHoverDoc[data-v-0e632256] {
  min-width: 100px;
  cursor: pointer;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  color: #1469fc;
  font-style: normal;
}
.selectDisclosurePaper .disclosurePaperListContent .disclosurePaperItem .noHoverContent .disRightContent .disRightContent-top .activeHoverDoc[data-v-0e632256]:hover {
  color: #0054e5;
}
.selectDisclosurePaper .disclosurePaperListContent .disclosurePaperItem .noHoverContent .disRightContent .disRightContent-bottom[data-v-0e632256] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.selectDisclosurePaper .disclosurePaperListContent .disclosurePaperItem .noHoverContent .disRightContent .disRightContent-bottom p[data-v-0e632256] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.selectDisclosurePaper .disclosurePaperListContent .disclosurePaperItem .noHoverContent .disRightContent .disRightContent-bottom p span[data-v-0e632256] {
  font-weight: 400;
  font-size: 12px;
  color: #9a9b9e;
}
.selectDisclosurePaper .disclosurePaperListContent .disclosurePaperItem .noHoverContent .disRightContent .disRightContent-bottom .label-status-my[data-v-0e632256] {
  width: 72px;
  height: 20px;
  line-height: 20px;
  background: #aaffc5;
  border-radius: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #2b2b2b;
  text-align: center;
}
.selectDisclosurePaper .disclosurePaperListContent .disclosurePaperItem .noHoverContent .disRightContent .disRightContent-bottom .label-status-share[data-v-0e632256] {
  height: 20px;
  line-height: 20px;
  background: #ffe88e;
  border-radius: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #2b2b2b;
  text-align: center;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.selectDisclosurePaper .disclosurePaperListEmptyData[data-v-0e632256] {
  width: 180px;
  height: 190px;
  text-align: center;
  margin: 0 auto;
}
.selectDisclosurePaper .disclosurePaperListEmptyData img[data-v-0e632256] {
  width: 172px;
  height: 147px;
  margin-bottom: 16px;
}
.selectDisclosurePaper .disclosurePaperListEmptyData p[data-v-0e632256] {
  font-weight: 400;
  font-size: 14px;
  color: #9a9dad;
}
