/**
**�������ʽΪ�˺����ݱ༭����ʽһ��
*���ݱ༭������ ���table��Ҫ����
**/
.detail-editor .view {
  padding: 0;
  word-wrap: break-word;
  cursor: text;
  height: 90%;
}

#richEditor *{
	float:initial !important;
	font-family: "微软雅黑 ,-apple-system, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif" !important;
}



.detail-editor p {
  margin: 5px 0;
}

.detail-editor table.sortEnabled tr.firstRow th,
.detail-editor table.sortEnabled tr.firstRow td {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: center right;
}

.detail-editor .selectTdClass {
  background-color: #edf5fa !important
}

.detail-editor table.noBorderTable td,
.detail-editor table.noBorderTable th,
.detail-editor table.noBorderTable caption {
  border: 1px dashed #ddd !important
}

.detail-editor table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
  min-width: 100%;
}

.detail-editor td,
.detail-editor th {
  padding: 5px 10px;
  border: 1px solid #DDD;
}

.detail-editor caption {
  border: 1px dashed #DDD;
  border-bottom: 0;
  padding: 3px;
  text-align: center;
}

.detail-editor th {
  border-top: 1px solid #BBB;
  background-color: #F7F7F7;
}

.detail-editor table tr.firstRow th {
  border-top-width: 2px;
}

.ue-table-interlace-color-single {
  background-color: #fcfcfc;
}

.detail-editor .ue-table-interlace-color-double {
  background-color: #f7faff;
}

.detail-editor td p {
  margin: 0;
  padding: 0;
}

.detail-editor ol,
.detail-editor ul {
  margin: 0;
  padding: 0;
  width: 95%;
  list-style: initial;
}

.detail-editor li {
  clear: both;
}


.detail-editor ol.custom_num2 {
  list-style: none;
}

.detail-editor ol.custom_num2 li {
  background-position: 0 3px;
  background-repeat: no-repeat
}

.detail-editor li.list-num2-paddingleft-1 {
  padding-left: 35px
}

.detail-editor li.list-num2-paddingleft-2 {
  padding-left: 40px
}



.detail-editor ul.custom_dash {
  list-style: none;
}

.detail-editor ul.custom_dash li {
  background-position: 0 3px;
  background-repeat: no-repeat
}

.detail-editor li.list-dash-paddingleft {
  padding-left: 35px
}



.detail-editor ul.custom_dot {
  list-style: none;
}

.detail-editor ul.custom_dot li {
  background-position: 0 3px;
  background-repeat: no-repeat
}

.detail-editor li.list-dot-paddingleft {
  padding-left: 20px
}

.detail-editor .list-paddingleft-1 {
  padding-left: 0
}

.detail-editor .list-paddingleft-2 {
  padding-left: 30px
}

.detail-editor .list-paddingleft-3 {
  padding-left: 60px
}

.detail-editor .pagebreak {
  display: block;
  clear: both !important;
  cursor: default !important;
  width: 100% !important;
  margin: 0;
}

.detail-editor pre {
  margin: .5em 0;
  padding: .4em .6em;
  border-radius: 8px;
  background: #f8f8f8;
}

.detail-editor .loadingclass {
  display: inline-block;
  cursor: default;
  border: 1px solid #cccccc;
  margin-left: 1px;
  height: 22px;
  width: 22px;
}

.detail-editor .loaderrorclass {
  display: inline-block;
  cursor: default;
  border: 1px solid #cccccc;
  margin-right: 1px;
  height: 22px;
  width: 22px;
}

.detail-editor .anchorclass {
  cursor: auto;
  display: inline-block;
  height: 16px;
  width: 15px;
}

/**0725-����ͼƬ�����**/
.detail-editor img {
  max-width: 100%
}

/* 正文附件预览时样式 */

.preview-rich-file-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.preview-rich-file-container .appendix {
  width: 3em;
  margin-right: 0.5rem;
}

.preview-rich-file-container .attachment {
  width: 3.2em;
  min-width: 3.2em;
  margin-right: 0.5em;
  white-space: nowrap;
}

.preview-rich-file-container .preview-file-box {
  width: calc(100% - 3.5em);
}

.preview-rich-file-container .preview-rich-file {
  width: 100%;
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
}

.preview-rich-file-container .preview-rich-file:hover {
  text-decoration: underline;
  color: #1A8AF9;
}

.preview-rich-file-container .file-icon {
  width: 1.5em;
  margin-right: 10px;
}

/* 正文附件预览时样式 */

#content-detail .content-files {
  border: 1px solid #ccc;
  border-top: none;
  padding: 12px 12px;
}
/**详情页--关联产品**/
.detail-wrap-body {
    display: flex;
}
.detail-wrap-body .detail-info{
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    flex: 1;
}
.detail-wrap-body .detail-info.hashProduct {
	width: 808px;
	margin-right: 28px
}
.detail-wrap-body .association-detail-right {
    background: #F9FBFC;
    border-radius: 4px;
    flex-shrink: 0;
    width: 373px;
    overflow: hidden;
    max-height: 1180px;
    height: max-content;
}
.association-detail-right .card-detail-title {
    width: 376px;
    height: 64px;
    line-height: 64px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('../portal/images/top-lineProduct.png');
}
.association-detail-right .card-detail-title .title {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    margin-left: 32px;
}
.association-detail-right .card-product-list {
    padding: 24px 40px;
}
.association-detail-right .card-product-list .product-item {
    background: #FFFFFF;
    border: 1px solid #e4e8ed;
    border-radius: 4px;
    position: relative;
    padding-bottom: 10px;
}
.association-detail-right .card-product-list .product-item +.product-item {
    margin-top: 24px;
}
.association-detail-right .card-product-list .product-item .lci-pic-wrapper {
    position: relative;
    width: 288px;
    height: 198px;
    max-height: 198px;
    margin: 0 auto;
    overflow: hidden;
}
.association-detail-right .card-product-list .product-item .mainPicture {
    max-width: 288px;
    object-fit: contain;
    position: relative !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.sassociation-detail-right .card-product-list .product-item .lci-content {
    padding: 17px 17px;
}
.association-detail-right .card-product-list .product-item .lci-title {
    font-size: 18px;
    color: #262626;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 600;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.association-detail-right .card-product-list .product-item .lci-company {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
}
.association-detail-right .card-pagination {
    padding-top: 50px;
    padding-bottom: 12px;
}
.association-detail-right .card-pagination .el-pagination {
    text-align: center;
}
.association-detail-right .card-pagination .el-pagination button, 
.association-detail-right .card-pagination .el-pagination .el-pager li,
.association-detail-right .card-pagination .el-pagination button:disabled {
    border-color: transparent;
    background: none;
    min-width: 32px;
    box-sizing: border-box;
}
.association-detail-right .card-pagination .el-pagination .el-pager li.active {
    background-color: #ffffff;
    border: 1px solid #1A8AF9;
    color: #1A8AF9;
}

/**图文列表**/
.message-img-box-warp .dynamic-item {
  display: flex;
  margin: 0 0 24px 0px;
  width: 100%;
  cursor: pointer;
}
.message-img-box-warp .dynamic-item-cover {
  width: 180px;
  height: 135px;
  overflow: hidden;
  border-radius: 4px;
}
.message-img-box-warp .dynamic-item-cover img {
  width: 100%;
  height: 100%;
  position: initial;
}
.message-img-box-warp .dynamic-item-cover img.tagIcon{
  width: auto;
  height: auto;
}
.message-img-box-warp .dynamic-item-cover .tags-name{
	font-size:14px;
}
.message-img-box-warp .dynamic-item-article {
  box-sizing: border-box;
  padding: 0px 0 0 24px;
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  font-family: PingFangSC-Regular;
}
.message-img-box-warp .dynamic-item-article .article-title {
  font-size: 20px;
  color: #262626;
  font-weight: 600;
  width: 750px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: PingFangSC-Medium;
}
.message-img-box-warp .dynamic-item-article .article-paper {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 8px;
  line-height: 24px;
}
.message-img-box-warp .dynamic-item-article .indicators {
  display: flex;
  color: #999999;
  font-size: 14px;
  flex: 1;
  align-items: flex-end;
  position: relative;
}
.message-img-box-warp .dynamic-item-article .indicators-item {
  margin: 0px 8px;
  display: flex;
  align-items: center;
}
.message-img-box-warp .dynamic-item-article .indicators-item .source-publish {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message-img-box-warp .dynamic-item-article .indicators-item .user.icon,
.message-img-box-warp .dynamic-item-article .indicators-item .support.icon,
.message-img-box-warp .dynamic-item-article .indicators-item .collection.icon {
  transform: scale(0.8);
}
.message-img-box-warp .dynamic-item-article .indicators-item-right {
  display: flex;
  position: absolute;
  right: 0;
}
.message-img-box-warp .dynamic-item:hover .article-title {
  color: #1A8AF9;
}

/**列表样式**/
.message-row-wrapper{
	width:100%;
}
.message-row-wrapper .table-row {
  cursor: pointer;
  padding-bottom: 12px;
  border-bottom: 1px solid #f5f5f5;
}
.message-row-wrapper .table-row .title-inner {
  display: flex;
  align-items: center;
}
.message-row-wrapper .table-row .title {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #262626;
  font-weight: 600;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}
#knowledge-content-scroll  .message-row-wrapper .table-row .title {
	flex: 1;
    max-width: initial;
}
.message-row-wrapper .table-row:hover .title {
  color: #1A8AF9;
}
.message-row-wrapper .table-row .type {
  display: inline-block;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
  min-height: 24px;
  text-align: center;
  padding: 0px 8px;
  margin-left: 10px;
  margin-bottom: 2px;
}
.message-row-wrapper .table-row .dz {
  background-color: #FB8A51;
}
.message-row-wrapper .table-row .jy {
  background-color: #51A6FB;
}
.message-row-wrapper .table-row .qt {
  background-color: #6C6CE0;
}
.message-row-wrapper .table-row .font-type {
  margin: 0px 10px 0px 0px;
}
.message-row-wrapper .table-row .article {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  font-weight: 400;
  margin: 8px 0 0 0;
}
.message-row-wrapper .table-row .operation {
  display: flex;
  justify-content: space-between;
  margin: 12px 0 0 0;
}
.message-row-wrapper .table-row .operation-area {
  display: flex;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
}
.message-row-wrapper .table-row .operation-area-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.message-row-wrapper .table-row .operation-area-item:nth-child(1) label {
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message-row-wrapper .table-row .operation-area-item .icon {
  width: 20px;
  height: 20px;
}
.message-row-wrapper .table-row .operation-area-item .icon ~ * {
  margin: 0 0 0 4px;
  font-size: 14px;
  color: #999999;
}
.message-row-wrapper .table-row .operation .viewDetail {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1A8AF9;
  text-align: right;
  font-weight: 400;
  cursor: pointer;
}
.message-row-wrapper .table-row + .table-row {
  padding-top: 12px;
}
.message-row-wrapper .table-row .table-row-pic {
  width: 174px;
  height: 130px;
  border-radius: 4px;
}

